2024-04-27T00:55:27.974 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-27T00:55:27.975 DEBUG:teuthology.run:Teuthology command: teuthology --name teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi --description orch/cephadm/upgrade/{1-start-distro/1-start-ubuntu_22.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/off mon_election/classic} --verbose --owner scheduled_teuthology@teuthology --archive /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675457 -- /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675457/orig.config.yaml 2024-04-27T00:55:28.007 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-27T00:55:28.083 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675457 branch: squid description: orch/cephadm/upgrade/{1-start-distro/1-start-ubuntu_22.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/off mon_election/classic} email: ceph-qa@ceph.com first_in_suite: false job_id: '7675457' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 1 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\) log-only-match: - CEPHADM_ sha1: b22e2ebdeb24376882b7bda2a7329c8cccc2276a ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b22e2ebdeb24376882b7bda2a7329c8cccc2276a workunit: branch: squid sha1: b22e2ebdeb24376882b7bda2a7329c8cccc2276a owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - mon.a - mon.c - mgr.y - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b seed: 4854 sha1: b22e2ebdeb24376882b7bda2a7329c8cccc2276a sleep_before_teardown: 0 subset: 40/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_b22e2ebdeb24376882b7bda2a7329c8cccc2276a/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: b22e2ebdeb24376882b7bda2a7329c8cccc2276a targets: smithi042.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLWGiGUQONC58ULx3ueIpNLGrgyps2js5wOhjzCD84G0GFOQCtsJJ8Rexyxh2SUiEOsdLGVP1XjpO55gGV6yRPI= smithi046.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE5t9oHa/KPLfvY85hqQRTnB0iFqOa05gtFa0PvAzyUloifxQYD4Rje8elhk6M6HRJK8EjiTUrE71XivHsVIfv4= 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: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-26_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-27T00:55:28.083 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_b22e2ebdeb24376882b7bda2a7329c8cccc2276a/qa; will attempt to use it 2024-04-27T00:55:28.084 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_b22e2ebdeb24376882b7bda2a7329c8cccc2276a/qa/tasks 2024-04-27T00:55:28.084 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-27T00:55:28.085 INFO:teuthology.task.internal:Checking packages... 2024-04-27T00:55:28.110 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'b22e2ebdeb24376882b7bda2a7329c8cccc2276a' 2024-04-27T00:55:28.110 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-27T00:55:28.110 INFO:teuthology.packaging:ref: None 2024-04-27T00:55:28.110 INFO:teuthology.packaging:tag: None 2024-04-27T00:55:28.110 INFO:teuthology.packaging:branch: squid 2024-04-27T00:55:28.110 INFO:teuthology.packaging:sha1: b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T00:55:28.110 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=squid 2024-04-27T00:55:28.399 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2447-gb22e2ebd-1jammy 2024-04-27T00:55:28.401 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-27T00:55:28.409 INFO:teuthology.task.internal:no buildpackages task found 2024-04-27T00:55:28.409 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-27T00:55:28.423 INFO:teuthology.task.internal:Saving configuration 2024-04-27T00:55:28.440 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-27T00:55:28.446 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-27T00:55:28.468 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi042.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675457', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-27 00:47:34.660676', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPCc+etyvBdKB32OVquwjBlr/1ISrQXKIXOPqz694Alz'} 2024-04-27T00:55:28.491 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi046.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675457', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-27 00:47:34.659358', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHKY9nXDbEFL9gjquxJUkBmuz7yR2W51fZaQpticrVSO'} 2024-04-27T00:55:28.492 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-27T00:55:28.497 INFO:teuthology.task.internal:roles: ubuntu@smithi042.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2024-04-27T00:55:28.497 INFO:teuthology.task.internal:roles: ubuntu@smithi046.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2024-04-27T00:55:28.497 INFO:teuthology.run_tasks:Running task console_log... 2024-04-27T00:55:28.572 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f6360e25f70>, signals=[15]) 2024-04-27T00:55:28.572 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-27T00:55:28.580 INFO:teuthology.task.internal:Opening connections... 2024-04-27T00:55:28.581 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi042.front.sepia.ceph.com 2024-04-27T00:55:28.584 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T00:55:28.717 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi046.front.sepia.ceph.com 2024-04-27T00:55:28.718 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T00:55:28.803 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-27T00:55:28.809 DEBUG:teuthology.orchestra.run.smithi042:> uname -m 2024-04-27T00:55:28.814 INFO:teuthology.orchestra.run.smithi042.stdout:x86_64 2024-04-27T00:55:28.814 DEBUG:teuthology.orchestra.run.smithi042:> cat /etc/os-release 2024-04-27T00:55:28.870 INFO:teuthology.orchestra.run.smithi042.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-27T00:55:28.871 INFO:teuthology.orchestra.run.smithi042.stdout:NAME="Ubuntu" 2024-04-27T00:55:28.871 INFO:teuthology.orchestra.run.smithi042.stdout:VERSION_ID="22.04" 2024-04-27T00:55:28.871 INFO:teuthology.orchestra.run.smithi042.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-27T00:55:28.871 INFO:teuthology.orchestra.run.smithi042.stdout:VERSION_CODENAME=jammy 2024-04-27T00:55:28.871 INFO:teuthology.orchestra.run.smithi042.stdout:ID=ubuntu 2024-04-27T00:55:28.871 INFO:teuthology.orchestra.run.smithi042.stdout:ID_LIKE=debian 2024-04-27T00:55:28.871 INFO:teuthology.orchestra.run.smithi042.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-27T00:55:28.871 INFO:teuthology.orchestra.run.smithi042.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-27T00:55:28.871 INFO:teuthology.orchestra.run.smithi042.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-27T00:55:28.871 INFO:teuthology.orchestra.run.smithi042.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-27T00:55:28.871 INFO:teuthology.orchestra.run.smithi042.stdout:UBUNTU_CODENAME=jammy 2024-04-27T00:55:28.873 INFO:teuthology.lock.ops:Updating smithi042.front.sepia.ceph.com on lock server 2024-04-27T00:55:28.894 DEBUG:teuthology.orchestra.run.smithi046:> uname -m 2024-04-27T00:55:28.899 INFO:teuthology.orchestra.run.smithi046.stdout:x86_64 2024-04-27T00:55:28.899 DEBUG:teuthology.orchestra.run.smithi046:> cat /etc/os-release 2024-04-27T00:55:28.947 INFO:teuthology.orchestra.run.smithi046.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-27T00:55:28.947 INFO:teuthology.orchestra.run.smithi046.stdout:NAME="Ubuntu" 2024-04-27T00:55:28.947 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION_ID="22.04" 2024-04-27T00:55:28.947 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-27T00:55:28.947 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION_CODENAME=jammy 2024-04-27T00:55:28.947 INFO:teuthology.orchestra.run.smithi046.stdout:ID=ubuntu 2024-04-27T00:55:28.947 INFO:teuthology.orchestra.run.smithi046.stdout:ID_LIKE=debian 2024-04-27T00:55:28.948 INFO:teuthology.orchestra.run.smithi046.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-27T00:55:28.948 INFO:teuthology.orchestra.run.smithi046.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-27T00:55:28.948 INFO:teuthology.orchestra.run.smithi046.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-27T00:55:28.948 INFO:teuthology.orchestra.run.smithi046.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-27T00:55:28.948 INFO:teuthology.orchestra.run.smithi046.stdout:UBUNTU_CODENAME=jammy 2024-04-27T00:55:28.948 INFO:teuthology.lock.ops:Updating smithi046.front.sepia.ceph.com on lock server 2024-04-27T00:55:28.968 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-27T00:55:28.977 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-27T00:55:28.983 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-27T00:55:28.983 DEBUG:teuthology.orchestra.run.smithi042:> test '!' -e /home/ubuntu/cephtest 2024-04-27T00:55:28.985 DEBUG:teuthology.orchestra.run.smithi046:> test '!' -e /home/ubuntu/cephtest 2024-04-27T00:55:28.994 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-27T00:55:29.000 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-27T00:55:29.000 DEBUG:teuthology.orchestra.run.smithi042:> test -z $(ls -A /var/lib/ceph) 2024-04-27T00:55:29.030 DEBUG:teuthology.orchestra.run.smithi046:> test -z $(ls -A /var/lib/ceph) 2024-04-27T00:55:29.059 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-27T00:55:29.110 INFO:teuthology.run_tasks:Running task kernel... 2024-04-27T00:55:29.125 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-27T00:55:29.126 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': 1, 'sha1': 'distro'}, 'mon.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-27T00:55:29.126 DEBUG:teuthology.orchestra.run.smithi042:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-27T00:55:29.127 DEBUG:teuthology.orchestra.run.smithi046:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-27T00:55:29.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T00:55:29.131 DEBUG:teuthology.orchestra.run.smithi042:> uname -r 2024-04-27T00:55:29.132 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T00:55:29.132 DEBUG:teuthology.orchestra.run.smithi046:> uname -r 2024-04-27T00:55:29.178 INFO:teuthology.orchestra.run.smithi042.stdout:5.15.0-56-generic 2024-04-27T00:55:29.179 INFO:teuthology.task.kernel:Running kernel on smithi042: 5.15.0-56-generic 2024-04-27T00:55:29.179 DEBUG:teuthology.orchestra.run.smithi042:> sudo apt-get clean 2024-04-27T00:55:29.185 INFO:teuthology.orchestra.run.smithi046.stdout:5.15.0-56-generic 2024-04-27T00:55:29.185 INFO:teuthology.task.kernel:Running kernel on smithi046: 5.15.0-56-generic 2024-04-27T00:55:29.185 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get clean 2024-04-27T00:55:29.307 DEBUG:teuthology.orchestra.run.smithi042:> sudo apt-get update 2024-04-27T00:55:29.322 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get update 2024-04-27T00:55:29.447 INFO:teuthology.orchestra.run.smithi042.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-27T00:55:29.478 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-27T00:55:29.497 INFO:teuthology.orchestra.run.smithi046.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-27T00:55:29.559 INFO:teuthology.orchestra.run.smithi042.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-27T00:55:29.574 INFO:teuthology.orchestra.run.smithi046.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-27T00:55:29.591 INFO:teuthology.orchestra.run.smithi046.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-27T00:55:29.641 INFO:teuthology.orchestra.run.smithi042.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-27T00:55:29.721 INFO:teuthology.orchestra.run.smithi046.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-27T00:55:29.734 INFO:teuthology.orchestra.run.smithi042.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-27T00:55:29.829 INFO:teuthology.orchestra.run.smithi042.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-04-27T00:55:29.876 INFO:teuthology.orchestra.run.smithi042.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-27T00:55:29.880 INFO:teuthology.orchestra.run.smithi042.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-27T00:55:29.881 INFO:teuthology.orchestra.run.smithi042.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-27T00:55:29.882 INFO:teuthology.orchestra.run.smithi042.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-04-27T00:55:29.917 INFO:teuthology.orchestra.run.smithi042.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-04-27T00:55:29.922 INFO:teuthology.orchestra.run.smithi042.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-27T00:55:29.922 INFO:teuthology.orchestra.run.smithi042.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-27T00:55:29.933 INFO:teuthology.orchestra.run.smithi042.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-27T00:55:29.940 INFO:teuthology.orchestra.run.smithi042.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-27T00:55:29.941 INFO:teuthology.orchestra.run.smithi042.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-27T00:55:29.942 INFO:teuthology.orchestra.run.smithi042.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-27T00:55:29.942 INFO:teuthology.orchestra.run.smithi042.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-27T00:55:29.942 INFO:teuthology.orchestra.run.smithi042.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-27T00:55:29.965 INFO:teuthology.orchestra.run.smithi042.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-27T00:55:29.986 INFO:teuthology.orchestra.run.smithi046.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-27T00:55:29.995 INFO:teuthology.orchestra.run.smithi046.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-27T00:55:29.997 INFO:teuthology.orchestra.run.smithi046.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-27T00:55:29.998 INFO:teuthology.orchestra.run.smithi046.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-27T00:55:29.999 INFO:teuthology.orchestra.run.smithi046.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-27T00:55:30.021 INFO:teuthology.orchestra.run.smithi046.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-27T00:55:30.024 INFO:teuthology.orchestra.run.smithi046.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-27T00:55:30.024 INFO:teuthology.orchestra.run.smithi046.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,071 kB] 2024-04-27T00:55:30.028 INFO:teuthology.orchestra.run.smithi042.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-27T00:55:30.047 INFO:teuthology.orchestra.run.smithi046.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-27T00:55:30.048 INFO:teuthology.orchestra.run.smithi046.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-27T00:55:30.049 INFO:teuthology.orchestra.run.smithi046.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-27T00:55:30.050 INFO:teuthology.orchestra.run.smithi046.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-27T00:55:30.050 INFO:teuthology.orchestra.run.smithi046.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-27T00:55:30.051 INFO:teuthology.orchestra.run.smithi046.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-27T00:55:30.060 INFO:teuthology.orchestra.run.smithi046.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-27T00:55:30.061 INFO:teuthology.orchestra.run.smithi046.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-27T00:55:30.061 INFO:teuthology.orchestra.run.smithi046.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-04-27T00:55:30.072 INFO:teuthology.orchestra.run.smithi046.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-27T00:55:30.072 INFO:teuthology.orchestra.run.smithi046.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-27T00:55:30.072 INFO:teuthology.orchestra.run.smithi046.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-04-27T00:55:30.072 INFO:teuthology.orchestra.run.smithi046.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-04-27T00:55:30.072 INFO:teuthology.orchestra.run.smithi046.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-27T00:55:30.080 INFO:teuthology.orchestra.run.smithi046.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-27T00:55:30.129 INFO:teuthology.orchestra.run.smithi046.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-27T00:55:30.172 INFO:teuthology.orchestra.run.smithi042.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-27T00:55:30.412 INFO:teuthology.orchestra.run.smithi046.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-04-27T00:55:30.419 INFO:teuthology.orchestra.run.smithi042.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-27T00:55:30.630 INFO:teuthology.orchestra.run.smithi046.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-27T00:55:30.649 INFO:teuthology.orchestra.run.smithi046.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-27T00:55:30.649 INFO:teuthology.orchestra.run.smithi046.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-27T00:55:30.651 INFO:teuthology.orchestra.run.smithi046.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-04-27T00:55:30.727 INFO:teuthology.orchestra.run.smithi046.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-04-27T00:55:30.735 INFO:teuthology.orchestra.run.smithi046.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-27T00:55:30.735 INFO:teuthology.orchestra.run.smithi046.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-27T00:55:30.753 INFO:teuthology.orchestra.run.smithi046.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-27T00:55:30.937 INFO:teuthology.orchestra.run.smithi046.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-27T00:55:31.342 INFO:teuthology.orchestra.run.smithi046.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-27T00:55:31.348 INFO:teuthology.orchestra.run.smithi046.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-27T00:55:31.362 INFO:teuthology.orchestra.run.smithi046.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-27T00:55:31.362 INFO:teuthology.orchestra.run.smithi046.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-27T00:55:31.365 INFO:teuthology.orchestra.run.smithi046.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-27T00:55:31.758 INFO:teuthology.orchestra.run.smithi042.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-27T00:55:32.219 INFO:teuthology.orchestra.run.smithi042.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-27T00:55:32.231 INFO:teuthology.orchestra.run.smithi042.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-27T00:55:34.884 INFO:teuthology.orchestra.run.smithi042.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-27T00:55:34.919 INFO:teuthology.orchestra.run.smithi042.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-27T00:55:35.055 INFO:teuthology.orchestra.run.smithi042.stdout:Ign:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en 2024-04-27T00:55:35.222 INFO:teuthology.orchestra.run.smithi042.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-27T00:55:35.222 INFO:teuthology.orchestra.run.smithi042.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-27T00:55:35.714 INFO:teuthology.orchestra.run.smithi042.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,071 kB] 2024-04-27T00:55:35.823 INFO:teuthology.orchestra.run.smithi042.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-27T00:55:35.838 INFO:teuthology.orchestra.run.smithi042.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-27T00:55:35.839 INFO:teuthology.orchestra.run.smithi042.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-27T00:55:35.839 INFO:teuthology.orchestra.run.smithi042.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-27T00:55:35.841 INFO:teuthology.orchestra.run.smithi042.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-27T00:55:35.842 INFO:teuthology.orchestra.run.smithi042.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-27T00:55:35.842 INFO:teuthology.orchestra.run.smithi042.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-27T00:55:35.846 INFO:teuthology.orchestra.run.smithi042.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-04-27T00:55:36.014 INFO:teuthology.orchestra.run.smithi042.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-27T00:55:36.067 INFO:teuthology.orchestra.run.smithi046.stdout:Fetched 13.2 MB in 2s (6,334 kB/s) 2024-04-27T00:55:36.099 INFO:teuthology.orchestra.run.smithi042.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-27T00:55:36.100 INFO:teuthology.orchestra.run.smithi042.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-04-27T00:55:36.187 INFO:teuthology.orchestra.run.smithi042.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-04-27T00:55:36.232 INFO:teuthology.orchestra.run.smithi042.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-27T00:55:36.262 INFO:teuthology.orchestra.run.smithi042.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-27T00:55:36.263 INFO:teuthology.orchestra.run.smithi042.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-27T00:55:37.423 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-04-27T00:55:37.441 DEBUG:teuthology.orchestra.run.smithi046:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-27T00:55:37.507 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-04-27T00:55:37.711 INFO:teuthology.orchestra.run.smithi046.stdout:Building dependency tree... 2024-04-27T00:55:37.712 INFO:teuthology.orchestra.run.smithi046.stdout:Reading state information... 2024-04-27T00:55:37.892 INFO:teuthology.orchestra.run.smithi046.stdout:The following packages were automatically installed and are no longer required: 2024-04-27T00:55:37.892 INFO:teuthology.orchestra.run.smithi046.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-27T00:55:37.892 INFO:teuthology.orchestra.run.smithi046.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-27T00:55:37.893 INFO:teuthology.orchestra.run.smithi046.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-27T00:55:37.893 INFO:teuthology.orchestra.run.smithi046.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-27T00:55:37.893 INFO:teuthology.orchestra.run.smithi046.stdout: python2.7-minimal 2024-04-27T00:55:37.893 INFO:teuthology.orchestra.run.smithi046.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-27T00:55:37.894 INFO:teuthology.orchestra.run.smithi046.stdout:The following additional packages will be installed: 2024-04-27T00:55:37.894 INFO:teuthology.orchestra.run.smithi046.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-27T00:55:37.894 INFO:teuthology.orchestra.run.smithi046.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-27T00:55:37.895 INFO:teuthology.orchestra.run.smithi046.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-27T00:55:37.896 INFO:teuthology.orchestra.run.smithi046.stdout:Suggested packages: 2024-04-27T00:55:37.896 INFO:teuthology.orchestra.run.smithi046.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-27T00:55:37.896 INFO:teuthology.orchestra.run.smithi046.stdout:Recommended packages: 2024-04-27T00:55:37.896 INFO:teuthology.orchestra.run.smithi046.stdout: thermald 2024-04-27T00:55:37.950 INFO:teuthology.orchestra.run.smithi046.stdout:The following NEW packages will be installed: 2024-04-27T00:55:37.950 INFO:teuthology.orchestra.run.smithi046.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-27T00:55:37.951 INFO:teuthology.orchestra.run.smithi046.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-27T00:55:37.951 INFO:teuthology.orchestra.run.smithi046.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-27T00:55:37.952 INFO:teuthology.orchestra.run.smithi046.stdout:The following packages will be upgraded: 2024-04-27T00:55:37.953 INFO:teuthology.orchestra.run.smithi046.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-27T00:55:38.012 INFO:teuthology.orchestra.run.smithi046.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-27T00:55:38.012 INFO:teuthology.orchestra.run.smithi046.stdout:Need to get 113 MB of archives. 2024-04-27T00:55:38.013 INFO:teuthology.orchestra.run.smithi046.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-27T00:55:38.013 INFO:teuthology.orchestra.run.smithi046.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-27T00:55:38.517 INFO:teuthology.orchestra.run.smithi046.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-27T00:55:38.633 INFO:teuthology.orchestra.run.smithi046.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-27T00:55:39.540 INFO:teuthology.orchestra.run.smithi046.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-27T00:55:39.540 INFO:teuthology.orchestra.run.smithi046.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-27T00:55:39.541 INFO:teuthology.orchestra.run.smithi046.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-27T00:55:39.781 INFO:teuthology.orchestra.run.smithi046.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-27T00:55:39.822 INFO:teuthology.orchestra.run.smithi046.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-27T00:55:40.227 INFO:teuthology.orchestra.run.smithi046.stdout:Fetched 113 MB in 2s (60.9 MB/s) 2024-04-27T00:55:40.436 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-27T00:55:41.415 INFO:teuthology.orchestra.run.smithi042.stdout:Fetched 13.2 MB in 7s (1,782 kB/s) 2024-04-27T00:55:42.412 INFO:teuthology.orchestra.run.smithi046.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-27T00:55:42.416 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-27T00:55:42.609 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T00:55:42.846 INFO:teuthology.orchestra.run.smithi042.stdout:Reading package lists... 2024-04-27T00:55:42.864 DEBUG:teuthology.orchestra.run.smithi042:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-27T00:55:42.919 INFO:teuthology.orchestra.run.smithi042.stdout:Reading package lists... 2024-04-27T00:55:43.121 INFO:teuthology.orchestra.run.smithi042.stdout:Building dependency tree... 2024-04-27T00:55:43.122 INFO:teuthology.orchestra.run.smithi042.stdout:Reading state information... 2024-04-27T00:55:43.288 INFO:teuthology.orchestra.run.smithi042.stdout:The following packages were automatically installed and are no longer required: 2024-04-27T00:55:43.288 INFO:teuthology.orchestra.run.smithi042.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-27T00:55:43.288 INFO:teuthology.orchestra.run.smithi042.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-27T00:55:43.289 INFO:teuthology.orchestra.run.smithi042.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-27T00:55:43.289 INFO:teuthology.orchestra.run.smithi042.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-27T00:55:43.289 INFO:teuthology.orchestra.run.smithi042.stdout: python2.7-minimal 2024-04-27T00:55:43.289 INFO:teuthology.orchestra.run.smithi042.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-27T00:55:43.290 INFO:teuthology.orchestra.run.smithi042.stdout:The following additional packages will be installed: 2024-04-27T00:55:43.290 INFO:teuthology.orchestra.run.smithi042.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-27T00:55:43.290 INFO:teuthology.orchestra.run.smithi042.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-27T00:55:43.290 INFO:teuthology.orchestra.run.smithi042.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-27T00:55:43.292 INFO:teuthology.orchestra.run.smithi042.stdout:Suggested packages: 2024-04-27T00:55:43.292 INFO:teuthology.orchestra.run.smithi042.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-27T00:55:43.292 INFO:teuthology.orchestra.run.smithi042.stdout:Recommended packages: 2024-04-27T00:55:43.292 INFO:teuthology.orchestra.run.smithi042.stdout: thermald 2024-04-27T00:55:43.339 INFO:teuthology.orchestra.run.smithi042.stdout:The following NEW packages will be installed: 2024-04-27T00:55:43.339 INFO:teuthology.orchestra.run.smithi042.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-27T00:55:43.339 INFO:teuthology.orchestra.run.smithi042.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-27T00:55:43.340 INFO:teuthology.orchestra.run.smithi042.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-27T00:55:43.341 INFO:teuthology.orchestra.run.smithi042.stdout:The following packages will be upgraded: 2024-04-27T00:55:43.341 INFO:teuthology.orchestra.run.smithi042.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-27T00:55:43.522 INFO:teuthology.orchestra.run.smithi042.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-27T00:55:43.522 INFO:teuthology.orchestra.run.smithi042.stdout:Need to get 113 MB of archives. 2024-04-27T00:55:43.522 INFO:teuthology.orchestra.run.smithi042.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-27T00:55:43.522 INFO:teuthology.orchestra.run.smithi042.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-27T00:55:44.702 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-27T00:55:44.723 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-27T00:55:44.799 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T00:55:44.907 INFO:teuthology.orchestra.run.smithi042.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-27T00:55:45.262 INFO:teuthology.orchestra.run.smithi042.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-27T00:55:45.321 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-27T00:55:45.342 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-27T00:55:45.388 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T00:55:47.539 INFO:teuthology.orchestra.run.smithi042.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-27T00:55:47.539 INFO:teuthology.orchestra.run.smithi042.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-27T00:55:47.540 INFO:teuthology.orchestra.run.smithi042.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-27T00:55:47.973 INFO:teuthology.orchestra.run.smithi042.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-27T00:55:48.054 INFO:teuthology.orchestra.run.smithi042.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-27T00:55:48.465 INFO:teuthology.orchestra.run.smithi042.stdout:Fetched 113 MB in 5s (24.1 MB/s) 2024-04-27T00:55:48.636 INFO:teuthology.orchestra.run.smithi042.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-27T00:55:50.678 INFO:teuthology.orchestra.run.smithi042.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-27T00:55:50.682 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-27T00:55:50.759 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T00:55:52.727 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-27T00:55:52.873 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-27T00:55:52.971 INFO:teuthology.orchestra.run.smithi042.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-27T00:55:52.992 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-27T00:55:53.082 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T00:55:53.196 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-27T00:55:53.345 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-27T00:55:53.538 INFO:teuthology.orchestra.run.smithi042.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-27T00:55:53.559 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-27T00:55:53.605 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T00:55:53.619 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-27T00:55:53.641 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-27T00:55:53.677 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-27T00:55:59.521 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-27T00:55:59.558 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-27T00:55:59.596 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T00:56:00.765 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-27T00:56:00.882 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-27T00:56:01.199 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-27T00:56:01.327 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-27T00:56:01.621 INFO:teuthology.orchestra.run.smithi042.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-27T00:56:01.632 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-27T00:56:01.680 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-27T00:56:02.615 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-27T00:56:02.749 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-27T00:56:03.114 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-27T00:56:03.235 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T00:56:03.361 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-27T00:56:03.490 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T00:56:04.971 INFO:teuthology.orchestra.run.smithi046.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-27T00:56:04.972 INFO:teuthology.orchestra.run.smithi046.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-27T00:56:04.972 INFO:teuthology.orchestra.run.smithi046.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-27T00:56:04.972 INFO:teuthology.orchestra.run.smithi046.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-27T00:56:05.759 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T00:56:07.227 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T00:56:08.483 INFO:teuthology.orchestra.run.smithi042.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-27T00:56:08.521 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-27T00:56:08.566 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T00:56:08.661 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-27T00:56:08.762 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-27T00:56:08.888 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T00:56:08.946 INFO:teuthology.orchestra.run.smithi046.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-27T00:56:08.946 INFO:teuthology.orchestra.run.smithi046.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-27T00:56:11.536 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-27T00:56:11.661 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-27T00:56:11.994 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-27T00:56:12.107 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T00:56:12.233 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-27T00:56:12.362 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T00:56:13.804 INFO:teuthology.orchestra.run.smithi042.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-27T00:56:13.805 INFO:teuthology.orchestra.run.smithi042.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-27T00:56:13.805 INFO:teuthology.orchestra.run.smithi042.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-27T00:56:13.805 INFO:teuthology.orchestra.run.smithi042.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-27T00:56:13.964 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T00:56:15.408 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T00:56:17.084 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-27T00:56:17.210 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-27T00:56:17.336 INFO:teuthology.orchestra.run.smithi042.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T00:56:17.392 INFO:teuthology.orchestra.run.smithi042.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-27T00:56:17.392 INFO:teuthology.orchestra.run.smithi042.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-27T00:56:23.712 INFO:teuthology.orchestra.run.smithi046.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-27T00:56:23.712 INFO:teuthology.orchestra.run.smithi046.stdout:Sourcing file `/etc/default/grub' 2024-04-27T00:56:23.738 INFO:teuthology.orchestra.run.smithi046.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-27T00:56:23.789 INFO:teuthology.orchestra.run.smithi046.stdout:Generating grub configuration file ... 2024-04-27T00:56:24.125 INFO:teuthology.orchestra.run.smithi046.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-27T00:56:24.157 INFO:teuthology.orchestra.run.smithi046.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-27T00:56:24.582 INFO:teuthology.orchestra.run.smithi046.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-27T00:56:24.588 INFO:teuthology.orchestra.run.smithi046.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-27T00:56:24.650 INFO:teuthology.orchestra.run.smithi046.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-27T00:56:24.656 INFO:teuthology.orchestra.run.smithi046.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-27T00:56:24.840 INFO:teuthology.orchestra.run.smithi046.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-27T00:56:24.840 INFO:teuthology.orchestra.run.smithi046.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-27T00:56:24.840 INFO:teuthology.orchestra.run.smithi046.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-27T00:56:24.885 INFO:teuthology.orchestra.run.smithi046.stdout:done 2024-04-27T00:56:25.368 DEBUG:teuthology.orchestra.run.smithi046:> dpkg -s linux-image-generic 2024-04-27T00:56:25.384 INFO:teuthology.orchestra.run.smithi046.stdout:Package: linux-image-generic 2024-04-27T00:56:25.384 INFO:teuthology.orchestra.run.smithi046.stdout:Status: install ok installed 2024-04-27T00:56:25.384 INFO:teuthology.orchestra.run.smithi046.stdout:Priority: optional 2024-04-27T00:56:25.385 INFO:teuthology.orchestra.run.smithi046.stdout:Section: kernel 2024-04-27T00:56:25.385 INFO:teuthology.orchestra.run.smithi046.stdout:Installed-Size: 21 2024-04-27T00:56:25.385 INFO:teuthology.orchestra.run.smithi046.stdout:Maintainer: Ubuntu Kernel Team 2024-04-27T00:56:25.385 INFO:teuthology.orchestra.run.smithi046.stdout:Architecture: amd64 2024-04-27T00:56:25.385 INFO:teuthology.orchestra.run.smithi046.stdout:Source: linux-meta 2024-04-27T00:56:25.385 INFO:teuthology.orchestra.run.smithi046.stdout:Version: 5.15.0.105.102 2024-04-27T00:56:25.385 INFO:teuthology.orchestra.run.smithi046.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-27T00:56:25.385 INFO:teuthology.orchestra.run.smithi046.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-27T00:56:25.385 INFO:teuthology.orchestra.run.smithi046.stdout:Recommends: thermald 2024-04-27T00:56:25.385 INFO:teuthology.orchestra.run.smithi046.stdout:Description: Generic Linux kernel image 2024-04-27T00:56:25.385 INFO:teuthology.orchestra.run.smithi046.stdout: This package will always depend on the latest generic kernel image 2024-04-27T00:56:25.385 INFO:teuthology.orchestra.run.smithi046.stdout: available. 2024-04-27T00:56:25.385 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-27T00:56:25.386 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-27T00:56:25.386 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-27T00:56:25.386 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-04-27T00:56:25.386 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi046.front.sepia.ceph.com, path=None, version=distro) 2024-04-27T00:56:25.386 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get clean 2024-04-27T00:56:25.597 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get update 2024-04-27T00:56:25.738 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-27T00:56:25.851 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-27T00:56:25.948 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-27T00:56:26.012 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-27T00:56:27.152 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-04-27T00:56:27.170 DEBUG:teuthology.orchestra.run.smithi046:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-27T00:56:27.235 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-04-27T00:56:27.432 INFO:teuthology.orchestra.run.smithi046.stdout:Building dependency tree... 2024-04-27T00:56:27.432 INFO:teuthology.orchestra.run.smithi046.stdout:Reading state information... 2024-04-27T00:56:27.615 INFO:teuthology.orchestra.run.smithi046.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-27T00:56:27.615 INFO:teuthology.orchestra.run.smithi046.stdout:The following packages were automatically installed and are no longer required: 2024-04-27T00:56:27.615 INFO:teuthology.orchestra.run.smithi046.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-27T00:56:27.615 INFO:teuthology.orchestra.run.smithi046.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-27T00:56:27.615 INFO:teuthology.orchestra.run.smithi046.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-27T00:56:27.616 INFO:teuthology.orchestra.run.smithi046.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-27T00:56:27.616 INFO:teuthology.orchestra.run.smithi046.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-27T00:56:27.616 INFO:teuthology.orchestra.run.smithi046.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-27T00:56:27.659 INFO:teuthology.orchestra.run.smithi046.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-27T00:56:27.661 DEBUG:teuthology.orchestra.run.smithi046:> dpkg -s linux-image-generic 2024-04-27T00:56:27.678 INFO:teuthology.orchestra.run.smithi046.stdout:Package: linux-image-generic 2024-04-27T00:56:27.678 INFO:teuthology.orchestra.run.smithi046.stdout:Status: install ok installed 2024-04-27T00:56:27.678 INFO:teuthology.orchestra.run.smithi046.stdout:Priority: optional 2024-04-27T00:56:27.678 INFO:teuthology.orchestra.run.smithi046.stdout:Section: kernel 2024-04-27T00:56:27.678 INFO:teuthology.orchestra.run.smithi046.stdout:Installed-Size: 21 2024-04-27T00:56:27.678 INFO:teuthology.orchestra.run.smithi046.stdout:Maintainer: Ubuntu Kernel Team 2024-04-27T00:56:27.678 INFO:teuthology.orchestra.run.smithi046.stdout:Architecture: amd64 2024-04-27T00:56:27.678 INFO:teuthology.orchestra.run.smithi046.stdout:Source: linux-meta 2024-04-27T00:56:27.678 INFO:teuthology.orchestra.run.smithi046.stdout:Version: 5.15.0.105.102 2024-04-27T00:56:27.678 INFO:teuthology.orchestra.run.smithi046.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-27T00:56:27.678 INFO:teuthology.orchestra.run.smithi046.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-27T00:56:27.679 INFO:teuthology.orchestra.run.smithi046.stdout:Recommends: thermald 2024-04-27T00:56:27.679 INFO:teuthology.orchestra.run.smithi046.stdout:Description: Generic Linux kernel image 2024-04-27T00:56:27.679 INFO:teuthology.orchestra.run.smithi046.stdout: This package will always depend on the latest generic kernel image 2024-04-27T00:56:27.679 INFO:teuthology.orchestra.run.smithi046.stdout: available. 2024-04-27T00:56:27.679 DEBUG:teuthology.orchestra.run.smithi046:> mktemp 2024-04-27T00:56:27.725 INFO:teuthology.orchestra.run.smithi046.stdout:/tmp/tmp.lRUZFxf09x 2024-04-27T00:56:27.725 DEBUG:teuthology.orchestra.run.smithi046:> sudo cp /boot/grub/grub.cfg /tmp/tmp.lRUZFxf09x 2024-04-27T00:56:27.779 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 0666 /tmp/tmp.lRUZFxf09x 2024-04-27T00:56:27.907 DEBUG:teuthology.orchestra.remote:smithi046:/tmp/tmp.lRUZFxf09x is 10KB 2024-04-27T00:56:27.920 DEBUG:teuthology.orchestra.run.smithi046:> rm -fr /tmp/tmp.lRUZFxf09x 2024-04-27T00:56:27.928 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-27T00:56:27.987 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-27T00:56:27.987 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-27T00:56:27.987 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-27T00:56:28.055 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-27T00:56:28.055 DEBUG:teuthology.orchestra.run.smithi046:> sudo update-grub 2024-04-27T00:56:29.370 INFO:teuthology.orchestra.run.smithi046.stderr:Sourcing file `/etc/default/grub' 2024-04-27T00:56:29.371 INFO:teuthology.orchestra.run.smithi046.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-27T00:56:29.373 INFO:teuthology.orchestra.run.smithi046.stderr:Generating grub configuration file ... 2024-04-27T00:56:29.641 INFO:teuthology.orchestra.run.smithi046.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-27T00:56:29.647 INFO:teuthology.orchestra.run.smithi046.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-27T00:56:29.909 INFO:teuthology.orchestra.run.smithi046.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-27T00:56:29.914 INFO:teuthology.orchestra.run.smithi046.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-27T00:56:29.955 INFO:teuthology.orchestra.run.smithi046.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-27T00:56:29.961 INFO:teuthology.orchestra.run.smithi046.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-27T00:56:30.074 INFO:teuthology.orchestra.run.smithi046.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-27T00:56:30.074 INFO:teuthology.orchestra.run.smithi046.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-27T00:56:30.074 INFO:teuthology.orchestra.run.smithi046.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-27T00:56:30.103 INFO:teuthology.orchestra.run.smithi046.stderr:done 2024-04-27T00:56:30.105 DEBUG:teuthology.orchestra.run.smithi046:> sudo shutdown -r now 2024-04-27T00:56:32.301 INFO:teuthology.orchestra.run.smithi042.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-27T00:56:32.301 INFO:teuthology.orchestra.run.smithi042.stdout:Sourcing file `/etc/default/grub' 2024-04-27T00:56:32.328 INFO:teuthology.orchestra.run.smithi042.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-27T00:56:32.344 INFO:teuthology.orchestra.run.smithi042.stdout:Generating grub configuration file ... 2024-04-27T00:56:32.614 INFO:teuthology.orchestra.run.smithi042.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-27T00:56:32.625 INFO:teuthology.orchestra.run.smithi042.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-27T00:56:32.947 INFO:teuthology.orchestra.run.smithi042.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-27T00:56:32.957 INFO:teuthology.orchestra.run.smithi042.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-27T00:56:33.017 INFO:teuthology.orchestra.run.smithi042.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-27T00:56:33.023 INFO:teuthology.orchestra.run.smithi042.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-27T00:56:33.178 INFO:teuthology.orchestra.run.smithi042.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-27T00:56:33.178 INFO:teuthology.orchestra.run.smithi042.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-27T00:56:33.178 INFO:teuthology.orchestra.run.smithi042.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-27T00:56:33.217 INFO:teuthology.orchestra.run.smithi042.stdout:done 2024-04-27T00:56:33.711 DEBUG:teuthology.orchestra.run.smithi042:> dpkg -s linux-image-generic 2024-04-27T00:56:33.731 INFO:teuthology.orchestra.run.smithi042.stdout:Package: linux-image-generic 2024-04-27T00:56:33.731 INFO:teuthology.orchestra.run.smithi042.stdout:Status: install ok installed 2024-04-27T00:56:33.731 INFO:teuthology.orchestra.run.smithi042.stdout:Priority: optional 2024-04-27T00:56:33.731 INFO:teuthology.orchestra.run.smithi042.stdout:Section: kernel 2024-04-27T00:56:33.731 INFO:teuthology.orchestra.run.smithi042.stdout:Installed-Size: 21 2024-04-27T00:56:33.731 INFO:teuthology.orchestra.run.smithi042.stdout:Maintainer: Ubuntu Kernel Team 2024-04-27T00:56:33.731 INFO:teuthology.orchestra.run.smithi042.stdout:Architecture: amd64 2024-04-27T00:56:33.731 INFO:teuthology.orchestra.run.smithi042.stdout:Source: linux-meta 2024-04-27T00:56:33.731 INFO:teuthology.orchestra.run.smithi042.stdout:Version: 5.15.0.105.102 2024-04-27T00:56:33.732 INFO:teuthology.orchestra.run.smithi042.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-27T00:56:33.732 INFO:teuthology.orchestra.run.smithi042.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-27T00:56:33.732 INFO:teuthology.orchestra.run.smithi042.stdout:Recommends: thermald 2024-04-27T00:56:33.732 INFO:teuthology.orchestra.run.smithi042.stdout:Description: Generic Linux kernel image 2024-04-27T00:56:33.732 INFO:teuthology.orchestra.run.smithi042.stdout: This package will always depend on the latest generic kernel image 2024-04-27T00:56:33.732 INFO:teuthology.orchestra.run.smithi042.stdout: available. 2024-04-27T00:56:33.732 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-27T00:56:33.732 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-27T00:56:33.732 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-27T00:56:33.732 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-04-27T00:56:33.733 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi042.front.sepia.ceph.com, path=None, version=distro) 2024-04-27T00:56:33.733 DEBUG:teuthology.orchestra.run.smithi042:> sudo apt-get clean 2024-04-27T00:56:34.093 DEBUG:teuthology.orchestra.run.smithi042:> sudo apt-get update 2024-04-27T00:56:34.215 INFO:teuthology.orchestra.run.smithi042.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-27T00:56:34.330 INFO:teuthology.orchestra.run.smithi042.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-27T00:56:34.411 INFO:teuthology.orchestra.run.smithi042.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-27T00:56:34.499 INFO:teuthology.orchestra.run.smithi042.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-27T00:56:35.647 INFO:teuthology.orchestra.run.smithi042.stdout:Reading package lists... 2024-04-27T00:56:35.665 DEBUG:teuthology.orchestra.run.smithi042:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-27T00:56:35.727 INFO:teuthology.orchestra.run.smithi042.stdout:Reading package lists... 2024-04-27T00:56:35.928 INFO:teuthology.orchestra.run.smithi042.stdout:Building dependency tree... 2024-04-27T00:56:35.928 INFO:teuthology.orchestra.run.smithi042.stdout:Reading state information... 2024-04-27T00:56:36.114 INFO:teuthology.orchestra.run.smithi042.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-27T00:56:36.114 INFO:teuthology.orchestra.run.smithi042.stdout:The following packages were automatically installed and are no longer required: 2024-04-27T00:56:36.114 INFO:teuthology.orchestra.run.smithi042.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-27T00:56:36.114 INFO:teuthology.orchestra.run.smithi042.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-27T00:56:36.114 INFO:teuthology.orchestra.run.smithi042.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-27T00:56:36.114 INFO:teuthology.orchestra.run.smithi042.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-27T00:56:36.115 INFO:teuthology.orchestra.run.smithi042.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-27T00:56:36.115 INFO:teuthology.orchestra.run.smithi042.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-27T00:56:36.158 INFO:teuthology.orchestra.run.smithi042.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-27T00:56:36.160 DEBUG:teuthology.orchestra.run.smithi042:> dpkg -s linux-image-generic 2024-04-27T00:56:36.177 INFO:teuthology.orchestra.run.smithi042.stdout:Package: linux-image-generic 2024-04-27T00:56:36.177 INFO:teuthology.orchestra.run.smithi042.stdout:Status: install ok installed 2024-04-27T00:56:36.177 INFO:teuthology.orchestra.run.smithi042.stdout:Priority: optional 2024-04-27T00:56:36.177 INFO:teuthology.orchestra.run.smithi042.stdout:Section: kernel 2024-04-27T00:56:36.177 INFO:teuthology.orchestra.run.smithi042.stdout:Installed-Size: 21 2024-04-27T00:56:36.177 INFO:teuthology.orchestra.run.smithi042.stdout:Maintainer: Ubuntu Kernel Team 2024-04-27T00:56:36.177 INFO:teuthology.orchestra.run.smithi042.stdout:Architecture: amd64 2024-04-27T00:56:36.177 INFO:teuthology.orchestra.run.smithi042.stdout:Source: linux-meta 2024-04-27T00:56:36.178 INFO:teuthology.orchestra.run.smithi042.stdout:Version: 5.15.0.105.102 2024-04-27T00:56:36.178 INFO:teuthology.orchestra.run.smithi042.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-27T00:56:36.178 INFO:teuthology.orchestra.run.smithi042.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-27T00:56:36.178 INFO:teuthology.orchestra.run.smithi042.stdout:Recommends: thermald 2024-04-27T00:56:36.178 INFO:teuthology.orchestra.run.smithi042.stdout:Description: Generic Linux kernel image 2024-04-27T00:56:36.178 INFO:teuthology.orchestra.run.smithi042.stdout: This package will always depend on the latest generic kernel image 2024-04-27T00:56:36.178 INFO:teuthology.orchestra.run.smithi042.stdout: available. 2024-04-27T00:56:36.178 DEBUG:teuthology.orchestra.run.smithi042:> mktemp 2024-04-27T00:56:36.225 INFO:teuthology.orchestra.run.smithi042.stdout:/tmp/tmp.UMoNieQsMm 2024-04-27T00:56:36.225 DEBUG:teuthology.orchestra.run.smithi042:> sudo cp /boot/grub/grub.cfg /tmp/tmp.UMoNieQsMm 2024-04-27T00:56:36.294 DEBUG:teuthology.orchestra.run.smithi042:> sudo chmod 0666 /tmp/tmp.UMoNieQsMm 2024-04-27T00:56:36.416 DEBUG:teuthology.orchestra.remote:smithi042:/tmp/tmp.UMoNieQsMm is 10KB 2024-04-27T00:56:36.429 DEBUG:teuthology.orchestra.run.smithi042:> rm -fr /tmp/tmp.UMoNieQsMm 2024-04-27T00:56:36.434 DEBUG:teuthology.orchestra.run.smithi042:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-27T00:56:36.489 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-04-27T00:56:36.489 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-27T00:56:36.489 DEBUG:teuthology.orchestra.run.smithi042:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-27T00:56:36.558 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-27T00:56:36.558 DEBUG:teuthology.orchestra.run.smithi042:> sudo update-grub 2024-04-27T00:56:37.803 INFO:teuthology.orchestra.run.smithi042.stderr:Sourcing file `/etc/default/grub' 2024-04-27T00:56:37.804 INFO:teuthology.orchestra.run.smithi042.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-27T00:56:37.806 INFO:teuthology.orchestra.run.smithi042.stderr:Generating grub configuration file ... 2024-04-27T00:56:37.981 INFO:teuthology.orchestra.run.smithi042.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-27T00:56:37.992 INFO:teuthology.orchestra.run.smithi042.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-27T00:56:38.267 INFO:teuthology.orchestra.run.smithi042.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-27T00:56:38.271 INFO:teuthology.orchestra.run.smithi042.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-27T00:56:38.315 INFO:teuthology.orchestra.run.smithi042.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-27T00:56:38.321 INFO:teuthology.orchestra.run.smithi042.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-27T00:56:38.484 INFO:teuthology.orchestra.run.smithi042.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-27T00:56:38.484 INFO:teuthology.orchestra.run.smithi042.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-27T00:56:38.484 INFO:teuthology.orchestra.run.smithi042.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-27T00:56:38.493 INFO:teuthology.orchestra.run.smithi042.stderr:done 2024-04-27T00:56:38.495 DEBUG:teuthology.orchestra.run.smithi042:> sudo shutdown -r now 2024-04-27T00:57:00.129 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-04-27T00:57:00.130 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-04-27T00:57:00.130 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T00:57:08.506 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-04-27T00:57:08.506 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi042.front.sepia.ceph.com' 2024-04-27T00:57:08.507 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T00:57:18.622 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2024-04-27T00:57:27.070 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.42 2024-04-27T00:57:27.623 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-04-27T00:57:27.624 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T00:57:30.686 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2024-04-27T00:57:36.076 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi042.front.sepia.ceph.com' 2024-04-27T00:57:36.077 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T00:57:42.694 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-04-27T00:57:42.695 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T00:58:01.122 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2024-04-27T00:58:16.136 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-04-27T00:58:16.137 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T00:58:19.198 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2024-04-27T00:58:36.094 DEBUG:teuthology.orchestra.remote:timed out 2024-04-27T00:58:37.202 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-04-27T00:58:37.203 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T00:58:37.461 DEBUG:teuthology.orchestra.run.smithi046:> true 2024-04-27T00:58:38.058 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-04-27T00:58:38.058 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.15.0-105-generic"... 2024-04-27T00:58:38.059 DEBUG:teuthology.orchestra.run.smithi046:> uname -r 2024-04-27T00:58:38.104 INFO:teuthology.orchestra.run.smithi046.stdout:5.15.0-105-generic 2024-04-27T00:58:38.104 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-27T00:58:38.104 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-27T00:58:38.104 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-27T00:58:39.106 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-04-27T00:58:39.106 DEBUG:teuthology.orchestra.run.smithi046:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-27T00:58:39.173 INFO:teuthology.orchestra.run.smithi046.stdout:ttyS1 2024-04-27T00:58:39.198 DEBUG:teuthology.parallel:result is None 2024-04-27T00:58:48.095 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi042.front.sepia.ceph.com' 2024-04-27T00:58:48.096 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T00:58:48.355 DEBUG:teuthology.orchestra.run.smithi042:> true 2024-04-27T00:58:49.045 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi042.front.sepia.ceph.com' 2024-04-27T00:58:49.046 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.15.0-105-generic"... 2024-04-27T00:58:49.046 DEBUG:teuthology.orchestra.run.smithi042:> uname -r 2024-04-27T00:58:49.091 INFO:teuthology.orchestra.run.smithi042.stdout:5.15.0-105-generic 2024-04-27T00:58:49.092 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-27T00:58:49.092 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-27T00:58:49.092 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-27T00:58:50.092 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-04-27T00:58:50.093 DEBUG:teuthology.orchestra.run.smithi042:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-27T00:58:50.161 INFO:teuthology.orchestra.run.smithi042.stdout:ttyS1 2024-04-27T00:58:50.193 DEBUG:teuthology.parallel:result is None 2024-04-27T00:58:50.193 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-27T00:58:50.201 INFO:teuthology.task.internal:Creating test directory... 2024-04-27T00:58:50.201 DEBUG:teuthology.orchestra.run.smithi042:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-27T00:58:50.203 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-27T00:58:50.209 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-27T00:58:50.326 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-27T00:58:50.336 INFO:teuthology.task.internal:Creating archive directory... 2024-04-27T00:58:50.336 DEBUG:teuthology.orchestra.run.smithi042:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-27T00:58:50.339 DEBUG:teuthology.orchestra.run.smithi046:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-27T00:58:50.359 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-27T00:58:50.367 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-27T00:58:50.368 DEBUG:teuthology.orchestra.run.smithi042:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-27T00:58:50.400 DEBUG:teuthology.orchestra.run.smithi046:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-27T00:58:50.420 INFO:teuthology.orchestra.run.smithi042.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-27T00:58:50.420 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-27T00:58:50.428 INFO:teuthology.orchestra.run.smithi042.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-27T00:58:50.429 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-27T00:58:50.430 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-27T00:58:50.437 INFO:teuthology.task.internal:Configuring sudo... 2024-04-27T00:58:50.438 DEBUG:teuthology.orchestra.run.smithi042:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-27T00:58:50.472 DEBUG:teuthology.orchestra.run.smithi046:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-27T00:58:50.499 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-27T00:58:50.508 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-27T00:58:50.508 DEBUG:teuthology.orchestra.run.smithi042:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-27T00:58:50.544 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-27T00:58:50.550 DEBUG:teuthology.orchestra.run.smithi042:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-27T00:58:50.596 DEBUG:teuthology.orchestra.run.smithi042:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-27T00:58:50.644 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-04-27T00:58:50.644 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-27T00:58:50.719 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-27T00:58:50.725 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-27T00:58:50.772 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-27T00:58:50.772 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-27T00:58:50.833 DEBUG:teuthology.orchestra.run.smithi042:> sudo service rsyslog restart 2024-04-27T00:58:50.836 DEBUG:teuthology.orchestra.run.smithi046:> sudo service rsyslog restart 2024-04-27T00:58:50.912 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-27T00:58:50.919 INFO:teuthology.task.internal:Starting timer... 2024-04-27T00:58:50.919 INFO:teuthology.run_tasks:Running task pcp... 2024-04-27T00:58:50.931 INFO:teuthology.run_tasks:Running task selinux... 2024-04-27T00:58:50.943 DEBUG:teuthology.task.selinux:Excluding smithi042: OS 'ubuntu' does not support SELinux 2024-04-27T00:58:50.943 DEBUG:teuthology.task.selinux:Excluding smithi046: OS 'ubuntu' does not support SELinux 2024-04-27T00:58:50.944 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-27T00:58:50.944 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-27T00:58:50.944 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-27T00:58:50.944 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-27T00:58:50.954 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-27T00:58:50.972 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-27T00:58:50.973 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi042.front.sepia.ceph.com,smithi046.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-27T01:05:58.009 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi042.front.sepia.ceph.com'), Remote(name='ubuntu@smithi046.front.sepia.ceph.com')] 2024-04-27T01:05:58.010 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi042.front.sepia.ceph.com' 2024-04-27T01:05:58.011 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T01:05:58.098 DEBUG:teuthology.orchestra.run.smithi042:> true 2024-04-27T01:05:58.182 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi042.front.sepia.ceph.com' 2024-04-27T01:05:58.183 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-04-27T01:05:58.183 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T01:05:58.267 DEBUG:teuthology.orchestra.run.smithi046:> true 2024-04-27T01:05:58.351 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-04-27T01:05:58.351 INFO:teuthology.run_tasks:Running task clock... 2024-04-27T01:05:58.362 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-27T01:05:58.362 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-27T01:05:58.362 DEBUG:teuthology.orchestra.run.smithi042:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-27T01:05:58.365 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-27T01:05:58.365 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-27T01:05:58.394 INFO:teuthology.orchestra.run.smithi042.stdout:27 Apr 01:05:58 ntpd[17137]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-27T01:05:58.394 INFO:teuthology.orchestra.run.smithi042.stdout:27 Apr 01:05:58 ntpd[17137]: Command line: ntpd -gq 2024-04-27T01:05:58.394 INFO:teuthology.orchestra.run.smithi042.stdout:27 Apr 01:05:58 ntpd[17137]: ---------------------------------------------------- 2024-04-27T01:05:58.394 INFO:teuthology.orchestra.run.smithi042.stdout:27 Apr 01:05:58 ntpd[17137]: ntp-4 is maintained by Network Time Foundation, 2024-04-27T01:05:58.394 INFO:teuthology.orchestra.run.smithi042.stdout:27 Apr 01:05:58 ntpd[17137]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-27T01:05:58.394 INFO:teuthology.orchestra.run.smithi042.stdout:27 Apr 01:05:58 ntpd[17137]: corporation. Support and training for ntp-4 are 2024-04-27T01:05:58.394 INFO:teuthology.orchestra.run.smithi042.stdout:27 Apr 01:05:58 ntpd[17137]: available at https://www.nwtime.org/support 2024-04-27T01:05:58.394 INFO:teuthology.orchestra.run.smithi042.stdout:27 Apr 01:05:58 ntpd[17137]: ---------------------------------------------------- 2024-04-27T01:05:58.396 INFO:teuthology.orchestra.run.smithi042.stdout:27 Apr 01:05:58 ntpd[17137]: proto: precision = 0.063 usec (-24) 2024-04-27T01:05:58.396 INFO:teuthology.orchestra.run.smithi042.stdout:27 Apr 01:05:58 ntpd[17137]: basedate set to 2022-02-04 2024-04-27T01:05:58.396 INFO:teuthology.orchestra.run.smithi042.stdout:27 Apr 01:05:58 ntpd[17137]: gps base set to 2022-02-06 (week 2196) 2024-04-27T01:05:58.396 INFO:teuthology.orchestra.run.smithi042.stdout:27 Apr 01:05:58 ntpd[17137]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-27T01:05:58.396 INFO:teuthology.orchestra.run.smithi042.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-27T01:05:58.396 INFO:teuthology.orchestra.run.smithi042.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-27T01:05:58.397 INFO:teuthology.orchestra.run.smithi042.stdout:27 Apr 01:05:58 ntpd[17137]: restrict ::: KOD does nothing without LIMITED. 2024-04-27T01:05:58.397 INFO:teuthology.orchestra.run.smithi042.stdout:27 Apr 01:05:58 ntpd[17137]: Listen and drop on 0 v6wildcard [::]:123 2024-04-27T01:05:58.397 INFO:teuthology.orchestra.run.smithi042.stdout:27 Apr 01:05:58 ntpd[17137]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-27T01:05:58.397 INFO:teuthology.orchestra.run.smithi042.stdout:27 Apr 01:05:58 ntpd[17137]: Listen normally on 2 lo 127.0.0.1:123 2024-04-27T01:05:58.398 INFO:teuthology.orchestra.run.smithi042.stdout:27 Apr 01:05:58 ntpd[17137]: Listen normally on 3 ens1f0 172.21.15.42:123 2024-04-27T01:05:58.398 INFO:teuthology.orchestra.run.smithi042.stdout:27 Apr 01:05:58 ntpd[17137]: Listen normally on 4 lo [::1]:123 2024-04-27T01:05:58.398 INFO:teuthology.orchestra.run.smithi042.stdout:27 Apr 01:05:58 ntpd[17137]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1440%4]:123 2024-04-27T01:05:58.398 INFO:teuthology.orchestra.run.smithi042.stdout:27 Apr 01:05:58 ntpd[17137]: Listening on routing socket on fd #22 for interface updates 2024-04-27T01:05:58.423 INFO:teuthology.orchestra.run.smithi046.stdout:27 Apr 01:05:58 ntpd[17137]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-27T01:05:58.423 INFO:teuthology.orchestra.run.smithi046.stdout:27 Apr 01:05:58 ntpd[17137]: Command line: ntpd -gq 2024-04-27T01:05:58.423 INFO:teuthology.orchestra.run.smithi046.stdout:27 Apr 01:05:58 ntpd[17137]: ---------------------------------------------------- 2024-04-27T01:05:58.423 INFO:teuthology.orchestra.run.smithi046.stdout:27 Apr 01:05:58 ntpd[17137]: ntp-4 is maintained by Network Time Foundation, 2024-04-27T01:05:58.423 INFO:teuthology.orchestra.run.smithi046.stdout:27 Apr 01:05:58 ntpd[17137]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-27T01:05:58.423 INFO:teuthology.orchestra.run.smithi046.stdout:27 Apr 01:05:58 ntpd[17137]: corporation. Support and training for ntp-4 are 2024-04-27T01:05:58.423 INFO:teuthology.orchestra.run.smithi046.stdout:27 Apr 01:05:58 ntpd[17137]: available at https://www.nwtime.org/support 2024-04-27T01:05:58.423 INFO:teuthology.orchestra.run.smithi046.stdout:27 Apr 01:05:58 ntpd[17137]: ---------------------------------------------------- 2024-04-27T01:05:58.424 INFO:teuthology.orchestra.run.smithi046.stdout:27 Apr 01:05:58 ntpd[17137]: proto: precision = 0.045 usec (-24) 2024-04-27T01:05:58.424 INFO:teuthology.orchestra.run.smithi046.stdout:27 Apr 01:05:58 ntpd[17137]: basedate set to 2022-02-04 2024-04-27T01:05:58.424 INFO:teuthology.orchestra.run.smithi046.stdout:27 Apr 01:05:58 ntpd[17137]: gps base set to 2022-02-06 (week 2196) 2024-04-27T01:05:58.424 INFO:teuthology.orchestra.run.smithi046.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-27T01:05:58.424 INFO:teuthology.orchestra.run.smithi046.stdout:27 Apr 01:05:58 ntpd[17137]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-27T01:05:58.424 INFO:teuthology.orchestra.run.smithi046.stdout:27 Apr 01:05:58 ntpd[17137]: restrict ::: KOD does nothing without LIMITED. 2024-04-27T01:05:58.425 INFO:teuthology.orchestra.run.smithi046.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-27T01:05:58.426 INFO:teuthology.orchestra.run.smithi046.stdout:27 Apr 01:05:58 ntpd[17137]: Listen and drop on 0 v6wildcard [::]:123 2024-04-27T01:05:58.426 INFO:teuthology.orchestra.run.smithi046.stdout:27 Apr 01:05:58 ntpd[17137]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-27T01:05:58.426 INFO:teuthology.orchestra.run.smithi046.stdout:27 Apr 01:05:58 ntpd[17137]: Listen normally on 2 lo 127.0.0.1:123 2024-04-27T01:05:58.426 INFO:teuthology.orchestra.run.smithi046.stdout:27 Apr 01:05:58 ntpd[17137]: Listen normally on 3 ens1f0 172.21.15.46:123 2024-04-27T01:05:58.426 INFO:teuthology.orchestra.run.smithi046.stdout:27 Apr 01:05:58 ntpd[17137]: Listen normally on 4 lo [::1]:123 2024-04-27T01:05:58.426 INFO:teuthology.orchestra.run.smithi046.stdout:27 Apr 01:05:58 ntpd[17137]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:15f8%4]:123 2024-04-27T01:05:58.426 INFO:teuthology.orchestra.run.smithi046.stdout:27 Apr 01:05:58 ntpd[17137]: Listening on routing socket on fd #22 for interface updates 2024-04-27T01:05:59.395 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:05:59 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:05:59.395 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:05:59 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:05:59.395 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:05:59 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:05:59.395 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:05:59 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:05:59.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:05:59 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:05:59.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:05:59 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:05:59.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:05:59 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:05:59.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:05:59 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:05:59.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:05:59 ntpd[17137]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T01:05:59.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:05:59 ntpd[17137]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T01:05:59.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:05:59 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:05:59.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:05:59 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:05:59.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:05:59 ntpd[17137]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T01:05:59.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:05:59 ntpd[17137]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T01:05:59.424 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:05:59 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:05:59.424 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:05:59 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:05:59.424 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:05:59 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:05:59.424 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:05:59 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:05:59.424 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:05:59 ntpd[17137]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T01:05:59.424 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:05:59 ntpd[17137]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T01:06:01.395 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:01 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:01.395 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:01 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:01.395 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:01 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:01.395 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:01 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:01.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:01 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:01.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:01 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:01.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:01 ntpd[17137]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T01:06:01.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:01 ntpd[17137]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T01:06:01.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:01 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:01.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:01 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:01.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:01 ntpd[17137]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T01:06:01.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:01 ntpd[17137]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T01:06:01.424 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:01 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:01.424 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:01 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:01.424 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:01 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:01.424 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:01 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:01.424 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:01 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:01.425 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:01 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:01.425 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:01 ntpd[17137]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T01:06:01.425 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:01 ntpd[17137]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T01:06:01.425 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:01 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:01.425 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:01 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:01.425 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:01 ntpd[17137]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T01:06:01.425 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:01 ntpd[17137]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T01:06:02.423 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:02 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:02.423 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:02 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:03.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:03 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:03.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:03 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:03.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:03 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:03.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:03 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:03.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:03 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:03.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:03 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:03.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:03 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:03.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:03 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:03.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:03 ntpd[17137]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T01:06:03.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:03 ntpd[17137]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T01:06:03.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:03 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:03.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:03 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:03.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:03 ntpd[17137]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T01:06:03.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:03 ntpd[17137]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T01:06:03.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:03 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:03.397 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:03 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:03.397 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:03 ntpd[17137]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T01:06:03.397 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:03 ntpd[17137]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T01:06:03.424 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:03 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:03.424 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:03 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:03.425 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:03 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:03.425 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:03 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:03.425 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:03 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:03.425 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:03 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:03.425 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:03 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:03.425 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:03 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:03.425 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:03 ntpd[17137]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T01:06:03.425 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:03 ntpd[17137]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T01:06:03.425 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:03 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:03.425 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:03 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:03.425 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:03 ntpd[17137]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T01:06:03.425 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:03 ntpd[17137]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T01:06:03.425 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:03 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:03.425 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:03 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:03.425 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:03 ntpd[17137]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T01:06:03.426 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:03 ntpd[17137]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T01:06:05.395 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:05 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:05.395 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:05 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:05.395 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:05 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:05.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:05 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:05.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:05 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:05.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:05 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:05.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:05 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:05.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:05 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:05.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:05 ntpd[17137]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T01:06:05.396 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:05 ntpd[17137]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T01:06:05.396 INFO:teuthology.orchestra.run.smithi042.stdout:27 Apr 01:06:05 ntpd[17137]: ntpd: time slew -0.000127 s 2024-04-27T01:06:05.396 INFO:teuthology.orchestra.run.smithi042.stdout:ntpd: time slew -0.000127s 2024-04-27T01:06:05.397 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:05 ntpd[17137]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-27T01:06:05.397 INFO:teuthology.orchestra.run.smithi042.stderr:27 Apr 01:06:05 ntpd[17137]: can't open /var/log/ntpstats/loopstats.20240427: Permission denied 2024-04-27T01:06:05.424 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:05 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:05.424 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:05 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:05.424 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:05 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:05.424 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:05 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:05.424 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:05 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:05.424 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:05 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:05.424 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:05 ntpd[17137]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T01:06:05.424 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:05 ntpd[17137]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T01:06:05.424 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:05 ntpd[17137]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T01:06:05.424 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:05 ntpd[17137]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T01:06:05.425 INFO:teuthology.orchestra.run.smithi046.stdout:27 Apr 01:06:05 ntpd[17137]: ntpd: time slew -0.000886 s 2024-04-27T01:06:05.425 INFO:teuthology.orchestra.run.smithi046.stdout:ntpd: time slew -0.000886s 2024-04-27T01:06:05.425 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:05 ntpd[17137]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-27T01:06:05.425 INFO:teuthology.orchestra.run.smithi046.stderr:27 Apr 01:06:05 ntpd[17137]: can't open /var/log/ntpstats/loopstats.20240427: Permission denied 2024-04-27T01:06:05.449 INFO:teuthology.orchestra.run.smithi042.stdout: remote refid st t when poll reach delay offset jitter 2024-04-27T01:06:05.449 INFO:teuthology.orchestra.run.smithi042.stdout:============================================================================== 2024-04-27T01:06:05.449 INFO:teuthology.orchestra.run.smithi042.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-27T01:06:05.449 INFO:teuthology.orchestra.run.smithi042.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-27T01:06:05.449 INFO:teuthology.orchestra.run.smithi042.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-27T01:06:05.449 INFO:teuthology.orchestra.run.smithi042.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-27T01:06:05.479 INFO:teuthology.orchestra.run.smithi046.stdout: remote refid st t when poll reach delay offset jitter 2024-04-27T01:06:05.479 INFO:teuthology.orchestra.run.smithi046.stdout:============================================================================== 2024-04-27T01:06:05.479 INFO:teuthology.orchestra.run.smithi046.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-27T01:06:05.479 INFO:teuthology.orchestra.run.smithi046.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-27T01:06:05.479 INFO:teuthology.orchestra.run.smithi046.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-27T01:06:05.479 INFO:teuthology.orchestra.run.smithi046.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-27T01:06:05.480 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-27T01:06:05.572 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': 1}, '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\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': 'b22e2ebdeb24376882b7bda2a7329c8cccc2276a'} 2024-04-27T01:06:05.572 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2024-04-27T01:06:05.572 INFO:tasks.cephadm:Cluster fsid is 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:06:05.572 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-27T01:06:05.572 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.42', 'mon.c': '[v2:172.21.15.42:3301,v1:172.21.15.42:6790]', 'mon.b': '172.21.15.46'} 2024-04-27T01:06:05.573 INFO:tasks.cephadm:First mon is mon.a on smithi042 2024-04-27T01:06:05.573 INFO:tasks.cephadm:First mgr is y 2024-04-27T01:06:05.573 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-27T01:06:05.573 DEBUG:teuthology.orchestra.run.smithi042:> sudo hostname $(hostname -s) 2024-04-27T01:06:05.588 DEBUG:teuthology.orchestra.run.smithi046:> sudo hostname $(hostname -s) 2024-04-27T01:06:05.603 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2024-04-27T01:06:05.604 DEBUG:teuthology.orchestra.run.smithi042:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-27T01:06:05.960 INFO:teuthology.orchestra.run.smithi042.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Apr 27 01:06 /home/ubuntu/cephtest/cephadm 2024-04-27T01:06:05.960 DEBUG:teuthology.orchestra.run.smithi046:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-27T01:06:06.302 INFO:teuthology.orchestra.run.smithi046.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Apr 27 01:06 /home/ubuntu/cephtest/cephadm 2024-04-27T01:06:06.302 DEBUG:teuthology.orchestra.run.smithi042:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-27T01:06:06.310 DEBUG:teuthology.orchestra.run.smithi046:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-27T01:06:06.327 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2024-04-27T01:06:06.328 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2024-04-27T01:06:06.355 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2024-04-27T01:06:06.514 INFO:teuthology.orchestra.run.smithi042.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-04-27T01:06:06.522 INFO:teuthology.orchestra.run.smithi046.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-04-27T01:06:55.048 INFO:teuthology.orchestra.run.smithi046.stdout:{ 2024-04-27T01:06:55.048 INFO:teuthology.orchestra.run.smithi046.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2024-04-27T01:06:55.048 INFO:teuthology.orchestra.run.smithi046.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2024-04-27T01:06:55.049 INFO:teuthology.orchestra.run.smithi046.stdout: "repo_digests": [ 2024-04-27T01:06:55.049 INFO:teuthology.orchestra.run.smithi046.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2024-04-27T01:06:55.049 INFO:teuthology.orchestra.run.smithi046.stdout: ] 2024-04-27T01:06:55.049 INFO:teuthology.orchestra.run.smithi046.stdout:} 2024-04-27T01:07:00.912 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:07:00.912 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2024-04-27T01:07:00.912 INFO:teuthology.orchestra.run.smithi042.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2024-04-27T01:07:00.912 INFO:teuthology.orchestra.run.smithi042.stdout: "repo_digests": [ 2024-04-27T01:07:00.912 INFO:teuthology.orchestra.run.smithi042.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2024-04-27T01:07:00.912 INFO:teuthology.orchestra.run.smithi042.stdout: ] 2024-04-27T01:07:00.912 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:07:00.950 DEBUG:teuthology.orchestra.run.smithi042:> sudo mkdir -p /etc/ceph 2024-04-27T01:07:00.965 DEBUG:teuthology.orchestra.run.smithi046:> sudo mkdir -p /etc/ceph 2024-04-27T01:07:00.979 DEBUG:teuthology.orchestra.run.smithi042:> sudo chmod 777 /etc/ceph 2024-04-27T01:07:01.021 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 777 /etc/ceph 2024-04-27T01:07:01.034 INFO:tasks.cephadm:Writing seed config... 2024-04-27T01:07:01.035 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-04-27T01:07:01.035 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-27T01:07:01.035 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-27T01:07:01.035 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-04-27T01:07:01.036 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-27T01:07:01.036 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-27T01:07:01.036 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-27T01:07:01.036 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-27T01:07:01.036 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-27T01:07:01.036 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-04-27T01:07:01.036 DEBUG:teuthology.orchestra.run.smithi042:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-27T01:07:01.069 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 52cb9b7e-0432-11ef-bc93-c7b262605968 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-27T01:07:01.070 DEBUG:teuthology.orchestra.run.smithi042:mon.a> sudo journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mon.a.service 2024-04-27T01:07:01.115 DEBUG:teuthology.orchestra.run.smithi042:mgr.y> sudo journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mgr.y.service 2024-04-27T01:07:01.158 INFO:tasks.cephadm:Bootstrapping... 2024-04-27T01:07:01.158 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id y --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.42 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-27T01:07:01.367 INFO:teuthology.orchestra.run.smithi042.stderr:-------------------------------------------------------------------------------- 2024-04-27T01:07:01.367 INFO:teuthology.orchestra.run.smithi042.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '52cb9b7e-0432-11ef-bc93-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'y', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.42', '--skip-admin-label'] 2024-04-27T01:07:01.367 INFO:teuthology.orchestra.run.smithi042.stderr:Verifying podman|docker is present... 2024-04-27T01:07:01.367 INFO:teuthology.orchestra.run.smithi042.stderr:Verifying lvm2 is present... 2024-04-27T01:07:01.367 INFO:teuthology.orchestra.run.smithi042.stderr:Verifying time synchronization is in place... 2024-04-27T01:07:01.373 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-04-27T01:07:01.378 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: inactive 2024-04-27T01:07:01.382 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-04-27T01:07:01.385 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: inactive 2024-04-27T01:07:01.389 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: masked 2024-04-27T01:07:01.393 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: inactive 2024-04-27T01:07:01.396 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-04-27T01:07:01.400 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: inactive 2024-04-27T01:07:01.403 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: enabled 2024-04-27T01:07:01.407 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: active 2024-04-27T01:07:01.407 INFO:teuthology.orchestra.run.smithi042.stderr:Unit ntp.service is enabled and running 2024-04-27T01:07:01.408 INFO:teuthology.orchestra.run.smithi042.stderr:Repeating the final host check... 2024-04-27T01:07:01.408 INFO:teuthology.orchestra.run.smithi042.stderr:docker (/usr/bin/docker) is present 2024-04-27T01:07:01.408 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl is present 2024-04-27T01:07:01.408 INFO:teuthology.orchestra.run.smithi042.stderr:lvcreate is present 2024-04-27T01:07:01.410 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-04-27T01:07:01.414 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: inactive 2024-04-27T01:07:01.417 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-04-27T01:07:01.420 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: inactive 2024-04-27T01:07:01.424 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: masked 2024-04-27T01:07:01.427 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: inactive 2024-04-27T01:07:01.430 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-04-27T01:07:01.433 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: inactive 2024-04-27T01:07:01.437 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: enabled 2024-04-27T01:07:01.440 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: active 2024-04-27T01:07:01.441 INFO:teuthology.orchestra.run.smithi042.stderr:Unit ntp.service is enabled and running 2024-04-27T01:07:01.441 INFO:teuthology.orchestra.run.smithi042.stderr:Host looks OK 2024-04-27T01:07:01.441 INFO:teuthology.orchestra.run.smithi042.stderr:Cluster fsid: 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:07:01.441 INFO:teuthology.orchestra.run.smithi042.stderr:Acquiring lock 139842390525312 on /run/cephadm/52cb9b7e-0432-11ef-bc93-c7b262605968.lock 2024-04-27T01:07:01.441 INFO:teuthology.orchestra.run.smithi042.stderr:Lock 139842390525312 acquired on /run/cephadm/52cb9b7e-0432-11ef-bc93-c7b262605968.lock 2024-04-27T01:07:01.442 INFO:teuthology.orchestra.run.smithi042.stderr:Verifying IP 172.21.15.42 port 3300 ... 2024-04-27T01:07:01.442 INFO:teuthology.orchestra.run.smithi042.stderr:Verifying IP 172.21.15.42 port 6789 ... 2024-04-27T01:07:01.442 INFO:teuthology.orchestra.run.smithi042.stderr:Base mon IP is 172.21.15.42, final addrv is [v2:172.21.15.42:3300,v1:172.21.15.42:6789] 2024-04-27T01:07:01.443 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/sbin/ip: default via 172.21.15.254 dev ens1f0 2024-04-27T01:07:01.443 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-27T01:07:01.443 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.42 2024-04-27T01:07:01.445 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-04-27T01:07:01.445 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-04-27T01:07:01.445 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1789sec hoplimit 64 pref medium 2024-04-27T01:07:01.447 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-27T01:07:01.447 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2024-04-27T01:07:01.448 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-04-27T01:07:01.448 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-04-27T01:07:01.448 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:febd:1440/64 scope link 2024-04-27T01:07:01.448 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-04-27T01:07:01.448 INFO:teuthology.orchestra.run.smithi042.stderr:Mon IP `172.21.15.42` is in CIDR network `172.21.0.0/20` 2024-04-27T01:07:01.448 INFO:teuthology.orchestra.run.smithi042.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-27T01:07:01.449 INFO:teuthology.orchestra.run.smithi042.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-04-27T01:07:01.832 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/docker: v17.2.0: Pulling from ceph/ceph 2024-04-27T01:07:01.936 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/docker: Digest: sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a 2024-04-27T01:07:01.936 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/docker: Status: Image is up to date for quay.io/ceph/ceph:v17.2.0 2024-04-27T01:07:01.969 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/docker: quay.io/ceph/ceph:v17.2.0 2024-04-27T01:07:02.816 INFO:teuthology.orchestra.run.smithi042.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2024-04-27T01:07:03.356 INFO:teuthology.orchestra.run.smithi042.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2024-04-27T01:07:03.356 INFO:teuthology.orchestra.run.smithi042.stderr:Extracting ceph user uid/gid from container image... 2024-04-27T01:07:04.021 INFO:teuthology.orchestra.run.smithi042.stderr:stat: 167 167 2024-04-27T01:07:04.576 INFO:teuthology.orchestra.run.smithi042.stderr:Creating initial keys... 2024-04-27T01:07:05.229 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-authtool: AQC5TyxmyrU2DhAALtH03wYHfBadTPIjfGmN6Q== 2024-04-27T01:07:06.450 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-authtool: AQC6TyxmhmFZGxAA9pL1sRYs5uSrYqHbD3GH3A== 2024-04-27T01:07:07.626 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-authtool: AQC7TyxmbfPXJRAAen+dTmhsU3hS0zDdk3s9jg== 2024-04-27T01:07:08.124 INFO:teuthology.orchestra.run.smithi042.stderr:Creating initial monmap... 2024-04-27T01:07:08.852 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-27T01:07:08.853 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2024-04-27T01:07:08.853 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:07:08.853 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-27T01:07:09.395 INFO:teuthology.orchestra.run.smithi042.stderr:monmaptool for a [v2:172.21.15.42:3300,v1:172.21.15.42:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-27T01:07:09.395 INFO:teuthology.orchestra.run.smithi042.stderr:setting min_mon_release = octopus 2024-04-27T01:07:09.396 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/monmaptool: set fsid to 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:07:09.396 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-27T01:07:09.396 INFO:teuthology.orchestra.run.smithi042.stderr: 2024-04-27T01:07:09.396 INFO:teuthology.orchestra.run.smithi042.stderr:Creating mon... 2024-04-27T01:07:10.082 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.084+0000 7fc7b03ff880 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-27T01:07:10.082 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.084+0000 7fc7b03ff880 1 imported monmap: 2024-04-27T01:07:10.082 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: epoch 0 2024-04-27T01:07:10.083 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:07:10.083 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: last_changed 2024-04-27T01:07:08.861155+0000 2024-04-27T01:07:10.083 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: created 2024-04-27T01:07:08.861155+0000 2024-04-27T01:07:10.083 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: min_mon_release 15 (octopus) 2024-04-27T01:07:10.083 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-04-27T01:07:10.083 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] mon.a 2024-04-27T01:07:10.083 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2024-04-27T01:07:10.083 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.084+0000 7fc7b03ff880 0 /usr/bin/ceph-mon: set fsid to 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:07:10.083 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: RocksDB version: 6.15.5 2024-04-27T01:07:10.083 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2024-04-27T01:07:10.084 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-04-27T01:07:10.084 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Compile date Apr 18 2022 2024-04-27T01:07:10.084 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: DB SUMMARY 2024-04-27T01:07:10.084 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2024-04-27T01:07:10.084 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: DB Session ID: IL86Y76K72TVRAOKHCJ3 2024-04-27T01:07:10.084 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2024-04-27T01:07:10.084 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-04-27T01:07:10.112 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2024-04-27T01:07:10.112 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-04-27T01:07:10.112 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2024-04-27T01:07:10.112 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.error_if_exists: 0 2024-04-27T01:07:10.112 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.create_if_missing: 1 2024-04-27T01:07:10.112 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.paranoid_checks: 1 2024-04-27T01:07:10.112 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-27T01:07:10.112 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.env: 0x55a3b1ac6860 2024-04-27T01:07:10.112 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.fs: Posix File System 2024-04-27T01:07:10.112 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.info_log: 0x55a3b2827320 2024-04-27T01:07:10.112 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-27T01:07:10.112 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.statistics: (nil) 2024-04-27T01:07:10.113 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.use_fsync: 0 2024-04-27T01:07:10.113 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_log_file_size: 0 2024-04-27T01:07:10.113 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-27T01:07:10.113 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-27T01:07:10.113 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-27T01:07:10.113 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-27T01:07:10.113 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.allow_fallocate: 1 2024-04-27T01:07:10.113 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-27T01:07:10.113 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-27T01:07:10.113 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.use_direct_reads: 0 2024-04-27T01:07:10.113 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-27T01:07:10.113 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.create_missing_column_families: 0 2024-04-27T01:07:10.113 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.db_log_dir: 2024-04-27T01:07:10.113 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-04-27T01:07:10.113 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-27T01:07:10.114 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-27T01:07:10.114 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-27T01:07:10.114 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-27T01:07:10.114 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-27T01:07:10.114 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-27T01:07:10.114 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.advise_random_on_open: 1 2024-04-27T01:07:10.114 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-27T01:07:10.114 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.write_buffer_manager: 0x55a3b2ac7950 2024-04-27T01:07:10.114 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-27T01:07:10.114 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-04-27T01:07:10.114 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-27T01:07:10.114 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-27T01:07:10.114 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.rate_limiter: (nil) 2024-04-27T01:07:10.114 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-27T01:07:10.115 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-27T01:07:10.115 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-27T01:07:10.115 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-27T01:07:10.115 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.unordered_write: 0 2024-04-27T01:07:10.115 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-27T01:07:10.115 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-27T01:07:10.115 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-27T01:07:10.115 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-27T01:07:10.115 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.row_cache: None 2024-04-27T01:07:10.115 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.wal_filter: None 2024-04-27T01:07:10.115 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-27T01:07:10.115 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-27T01:07:10.115 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.preserve_deletes: 0 2024-04-27T01:07:10.115 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.two_write_queues: 0 2024-04-27T01:07:10.115 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.manual_wal_flush: 0 2024-04-27T01:07:10.115 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.atomic_flush: 0 2024-04-27T01:07:10.116 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-27T01:07:10.116 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-27T01:07:10.116 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-27T01:07:10.116 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.log_readahead_size: 0 2024-04-27T01:07:10.116 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-27T01:07:10.116 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-27T01:07:10.116 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-27T01:07:10.116 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-27T01:07:10.116 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-27T01:07:10.116 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-27T01:07:10.116 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_background_jobs: 2 2024-04-27T01:07:10.116 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_background_compactions: -1 2024-04-27T01:07:10.116 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_subcompactions: 1 2024-04-27T01:07:10.116 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-27T01:07:10.116 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-27T01:07:10.116 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-27T01:07:10.117 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_total_wal_size: 0 2024-04-27T01:07:10.117 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-27T01:07:10.117 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-27T01:07:10.117 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-27T01:07:10.117 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-27T01:07:10.117 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_open_files: -1 2024-04-27T01:07:10.117 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.bytes_per_sync: 0 2024-04-27T01:07:10.117 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-27T01:07:10.117 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-27T01:07:10.117 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-27T01:07:10.117 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_background_flushes: -1 2024-04-27T01:07:10.117 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Compression algorithms supported: 2024-04-27T01:07:10.117 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-27T01:07:10.117 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: kZSTD supported: 0 2024-04-27T01:07:10.117 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: kXpressCompression supported: 0 2024-04-27T01:07:10.117 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-27T01:07:10.118 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: kLZ4Compression supported: 1 2024-04-27T01:07:10.118 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: kBZip2Compression supported: 0 2024-04-27T01:07:10.118 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: kZlibCompression supported: 1 2024-04-27T01:07:10.118 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: kSnappyCompression supported: 1 2024-04-27T01:07:10.118 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-27T01:07:10.118 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: [db/db_impl/db_impl_open.cc:281] Creating manifest 1 2024-04-27T01:07:10.118 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2024-04-27T01:07:10.118 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-04-27T01:07:10.118 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2024-04-27T01:07:10.118 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-04-27T01:07:10.118 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2024-04-27T01:07:10.118 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-27T01:07:10.118 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.merge_operator: 2024-04-27T01:07:10.118 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.compaction_filter: None 2024-04-27T01:07:10.119 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.compaction_filter_factory: None 2024-04-27T01:07:10.119 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-27T01:07:10.119 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-27T01:07:10.119 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-27T01:07:10.119 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a3b2878b08) 2024-04-27T01:07:10.119 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-04-27T01:07:10.119 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-27T01:07:10.119 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-27T01:07:10.119 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-04-27T01:07:10.119 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: index_type: 0 2024-04-27T01:07:10.119 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-04-27T01:07:10.119 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-04-27T01:07:10.119 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-04-27T01:07:10.119 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-04-27T01:07:10.119 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: checksum: 1 2024-04-27T01:07:10.120 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-04-27T01:07:10.120 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: block_cache: 0x55a3b2858170 2024-04-27T01:07:10.120 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-04-27T01:07:10.120 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-04-27T01:07:10.120 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-04-27T01:07:10.120 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-04-27T01:07:10.120 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-04-27T01:07:10.120 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-04-27T01:07:10.120 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-04-27T01:07:10.120 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-04-27T01:07:10.120 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-04-27T01:07:10.120 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-04-27T01:07:10.120 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-04-27T01:07:10.120 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-04-27T01:07:10.120 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-04-27T01:07:10.121 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-04-27T01:07:10.121 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-04-27T01:07:10.121 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-04-27T01:07:10.121 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-04-27T01:07:10.121 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-04-27T01:07:10.121 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-04-27T01:07:10.121 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: format_version: 4 2024-04-27T01:07:10.121 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-04-27T01:07:10.121 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: block_align: 0 2024-04-27T01:07:10.121 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2024-04-27T01:07:10.121 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-27T01:07:10.121 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-27T01:07:10.121 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.compression: NoCompression 2024-04-27T01:07:10.121 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-27T01:07:10.121 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-27T01:07:10.122 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-27T01:07:10.122 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.num_levels: 7 2024-04-27T01:07:10.122 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-27T01:07:10.122 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-27T01:07:10.122 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-27T01:07:10.122 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-27T01:07:10.122 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-27T01:07:10.122 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-27T01:07:10.122 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-27T01:07:10.122 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-27T01:07:10.122 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-27T01:07:10.122 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-27T01:07:10.122 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-27T01:07:10.122 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.compression_opts.level: 32767 2024-04-27T01:07:10.123 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-27T01:07:10.123 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-27T01:07:10.123 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-27T01:07:10.123 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-27T01:07:10.123 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.compression_opts.enabled: false 2024-04-27T01:07:10.123 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-27T01:07:10.123 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-27T01:07:10.123 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-27T01:07:10.123 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-27T01:07:10.123 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-27T01:07:10.123 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-27T01:07:10.124 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-27T01:07:10.124 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-27T01:07:10.124 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-27T01:07:10.124 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-27T01:07:10.124 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-27T01:07:10.124 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-27T01:07:10.124 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-27T01:07:10.124 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-27T01:07:10.124 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-27T01:07:10.124 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-27T01:07:10.124 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-27T01:07:10.124 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.arena_block_size: 4194304 2024-04-27T01:07:10.124 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-27T01:07:10.124 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-27T01:07:10.125 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-04-27T01:07:10.125 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-27T01:07:10.125 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-27T01:07:10.125 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-27T01:07:10.125 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-27T01:07:10.125 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-27T01:07:10.125 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-27T01:07:10.125 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-27T01:07:10.125 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-27T01:07:10.125 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-27T01:07:10.125 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-27T01:07:10.125 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-27T01:07:10.125 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.table_properties_collectors: 2024-04-27T01:07:10.125 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.inplace_update_support: 0 2024-04-27T01:07:10.126 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-27T01:07:10.126 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-27T01:07:10.126 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-27T01:07:10.126 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-27T01:07:10.126 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.bloom_locality: 0 2024-04-27T01:07:10.126 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.max_successive_merges: 0 2024-04-27T01:07:10.126 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-27T01:07:10.126 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-27T01:07:10.126 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.force_consistency_checks: 1 2024-04-27T01:07:10.126 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-27T01:07:10.126 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.ttl: 2592000 2024-04-27T01:07:10.126 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-27T01:07:10.126 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.enable_blob_files: false 2024-04-27T01:07:10.126 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.min_blob_size: 0 2024-04-27T01:07:10.127 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.blob_file_size: 268435456 2024-04-27T01:07:10.127 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-27T01:07:10.127 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-27T01:07:10.127 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-27T01:07:10.127 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-27T01:07:10.127 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2024-04-27T01:07:10.127 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2024-04-27T01:07:10.127 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2024-04-27T01:07:10.127 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.088+0000 7fc7b03ff880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 3 2024-04-27T01:07:10.127 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2024-04-27T01:07:10.127 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.092+0000 7fc7b03ff880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55a3b283ea80 2024-04-27T01:07:10.127 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.092+0000 7fc7b03ff880 4 rocksdb: DB pointer 0x55a3b28b2000 2024-04-27T01:07:10.127 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.092+0000 7fc7a1fe9700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-04-27T01:07:10.127 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.092+0000 7fc7a1fe9700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-04-27T01:07:10.127 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-04-27T01:07:10.128 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T01:07:10.128 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-27T01:07:10.128 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-27T01:07:10.128 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-27T01:07:10.128 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-27T01:07:10.128 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-04-27T01:07:10.128 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-27T01:07:10.128 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2024-04-27T01:07:10.128 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-04-27T01:07:10.128 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-04-27T01:07:10.128 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-27T01:07:10.128 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-04-27T01:07:10.128 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-04-27T01:07:10.128 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2024-04-27T01:07:10.128 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-04-27T01:07:10.128 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-04-27T01:07:10.128 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-27T01:07:10.129 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T01:07:10.129 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-04-27T01:07:10.129 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-27T01:07:10.129 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-04-27T01:07:10.129 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-04-27T01:07:10.129 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-04-27T01:07:10.129 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T01:07:10.129 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T01:07:10.129 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-27T01:07:10.129 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2024-04-27T01:07:10.129 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-04-27T01:07:10.129 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2024-04-27T01:07:10.129 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-04-27T01:07:10.129 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-04-27T01:07:10.129 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-27T01:07:10.129 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-04-27T01:07:10.130 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-04-27T01:07:10.130 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2024-04-27T01:07:10.130 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-04-27T01:07:10.130 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-04-27T01:07:10.130 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-27T01:07:10.130 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T01:07:10.130 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-04-27T01:07:10.130 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-27T01:07:10.130 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-04-27T01:07:10.130 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-04-27T01:07:10.130 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-04-27T01:07:10.130 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T01:07:10.130 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T01:07:10.130 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-27T01:07:10.130 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2024-04-27T01:07:10.131 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-04-27T01:07:10.131 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2024-04-27T01:07:10.131 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.092+0000 7fc7b03ff880 4 rocksdb: [db/db_impl/db_impl.cc:447] Shutdown: canceling all background work 2024-04-27T01:07:10.131 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.092+0000 7fc7b03ff880 4 rocksdb: [db/db_impl/db_impl.cc:625] Shutdown complete 2024-04-27T01:07:10.131 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2024-04-27T01:07:10.092+0000 7fc7b03ff880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-04-27T01:07:10.567 INFO:teuthology.orchestra.run.smithi042.stderr:create mon.a on 2024-04-27T01:07:10.820 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-27T01:07:11.033 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968.target. 2024-04-27T01:07:11.033 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968.target. 2024-04-27T01:07:11.446 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Failed to reset failed state of unit ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mon.a.service: Unit ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mon.a.service not loaded. 2024-04-27T01:07:11.453 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Created symlink /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968.target.wants/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service. 2024-04-27T01:07:11.655 INFO:teuthology.orchestra.run.smithi042.stderr:firewalld does not appear to be present 2024-04-27T01:07:11.655 INFO:teuthology.orchestra.run.smithi042.stderr:Not possible to enable service . firewalld.service is not available 2024-04-27T01:07:11.655 INFO:teuthology.orchestra.run.smithi042.stderr:Waiting for mon to start... 2024-04-27T01:07:11.655 INFO:teuthology.orchestra.run.smithi042.stderr:Waiting for mon... 2024-04-27T01:07:12.937 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:12 smithi042 bash[18042]: cluster 2024-04-27T01:07:12.774585+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-27T01:07:12.976 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: cluster: 2024-04-27T01:07:12.976 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: id: 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:07:12.976 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-04-27T01:07:12.976 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2024-04-27T01:07:12.976 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: services: 2024-04-27T01:07:12.978 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mon: 1 daemons, quorum a (age 0.189796s) 2024-04-27T01:07:12.978 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mgr: no daemons active 2024-04-27T01:07:12.978 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-04-27T01:07:12.978 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2024-04-27T01:07:12.978 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: data: 2024-04-27T01:07:12.978 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-04-27T01:07:12.978 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-04-27T01:07:12.978 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-04-27T01:07:12.978 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: pgs: 2024-04-27T01:07:12.978 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2024-04-27T01:07:13.526 INFO:teuthology.orchestra.run.smithi042.stderr:mon is available 2024-04-27T01:07:13.526 INFO:teuthology.orchestra.run.smithi042.stderr:Assimilating anything we can from ceph.conf... 2024-04-27T01:07:13.937 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:13 smithi042 bash[18042]: cluster 2024-04-27T01:07:12.794556+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-27T01:07:13.937 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:13 smithi042 bash[18042]: cluster 2024-04-27T01:07:12.794756+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0]} 2024-04-27T01:07:13.938 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:13 smithi042 bash[18042]: cluster 2024-04-27T01:07:12.796647+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-04-27T01:07:13.938 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:13 smithi042 bash[18042]: cluster 2024-04-27T01:07:12.800247+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-27T01:07:13.938 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:13 smithi042 bash[18042]: cluster 2024-04-27T01:07:12.801144+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-04-27T01:07:13.938 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:13 smithi042 bash[18042]: audit 2024-04-27T01:07:12.984286+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.42:0/3614685630' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-27T01:07:14.496 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2024-04-27T01:07:14.497 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: [global] 2024-04-27T01:07:14.497 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: fsid = 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:07:14.497 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.42:3300,v1:172.21.15.42:6789] 2024-04-27T01:07:14.497 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-04-27T01:07:14.497 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-04-27T01:07:14.497 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-04-27T01:07:14.498 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-04-27T01:07:14.498 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2024-04-27T01:07:14.498 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: [mgr] 2024-04-27T01:07:14.498 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mgr/cephadm/use_agent = False 2024-04-27T01:07:14.498 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-04-27T01:07:14.498 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2024-04-27T01:07:14.498 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: [osd] 2024-04-27T01:07:14.498 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-04-27T01:07:14.499 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-04-27T01:07:15.040 INFO:teuthology.orchestra.run.smithi042.stderr:Generating new minimal ceph.conf... 2024-04-27T01:07:15.061 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:14 smithi042 bash[18042]: audit 2024-04-27T01:07:14.499630+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.42:0/2645725634' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-27T01:07:15.062 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:14 smithi042 bash[18042]: audit 2024-04-27T01:07:14.504505+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.42:0/2645725634' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-27T01:07:16.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:16 smithi042 bash[18042]: audit 2024-04-27T01:07:15.994587+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.42:0/1909452392' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:07:16.469 INFO:teuthology.orchestra.run.smithi042.stderr:Restarting the monitor... 2024-04-27T01:07:16.726 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:16 smithi042 systemd[1]: Stopping Ceph mon.a for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:07:16.726 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:16 smithi042 bash[18404]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-mon.a 2024-04-27T01:07:16.726 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:16 smithi042 bash[18042]: debug 2024-04-27T01:07:16.568+0000 7ff3597f9700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-27T01:07:16.726 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:16 smithi042 bash[18042]: debug 2024-04-27T01:07:16.568+0000 7ff3597f9700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-27T01:07:17.286 INFO:teuthology.orchestra.run.smithi042.stderr:Setting mon public_network to 172.21.0.0/20 2024-04-27T01:07:17.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:17 smithi042 bash[18413]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-mon-a 2024-04-27T01:07:17.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:17 smithi042 bash[18448]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-mon.a 2024-04-27T01:07:17.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:17 smithi042 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-27T01:07:17.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:17 smithi042 systemd[1]: Stopped Ceph mon.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:07:17.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:17 smithi042 systemd[1]: Started Ceph mon.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:07:18.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.252+0000 7f3ab6f26880 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-27T01:07:18.438 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.252+0000 7f3ab6f26880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2024-04-27T01:07:18.438 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.252+0000 7f3ab6f26880 0 pidfile_write: ignore empty --pid-file 2024-04-27T01:07:18.438 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 0 load: jerasure load: lrc 2024-04-27T01:07:18.438 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: RocksDB version: 6.15.5 2024-04-27T01:07:18.438 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-04-27T01:07:18.438 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Compile date Apr 18 2022 2024-04-27T01:07:18.438 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: DB SUMMARY 2024-04-27T01:07:18.438 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: DB Session ID: 1NKEFUJCZ2APFMP49G2E 2024-04-27T01:07:18.438 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: CURRENT file: CURRENT 2024-04-27T01:07:18.438 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: IDENTITY file: IDENTITY 2024-04-27T01:07:18.438 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2024-04-27T01:07:18.438 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-27T01:07:18.439 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82629 ; 2024-04-27T01:07:18.439 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.error_if_exists: 0 2024-04-27T01:07:18.439 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.create_if_missing: 0 2024-04-27T01:07:18.439 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.paranoid_checks: 1 2024-04-27T01:07:18.439 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-27T01:07:18.439 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.env: 0x55d3f58c6860 2024-04-27T01:07:18.439 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.fs: Posix File System 2024-04-27T01:07:18.439 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.info_log: 0x55d3f777be00 2024-04-27T01:07:18.439 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-27T01:07:18.439 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.statistics: (nil) 2024-04-27T01:07:18.439 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.use_fsync: 0 2024-04-27T01:07:18.439 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.max_log_file_size: 0 2024-04-27T01:07:18.439 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-27T01:07:18.439 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-27T01:07:18.440 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-27T01:07:18.440 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-27T01:07:18.440 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.allow_fallocate: 1 2024-04-27T01:07:18.440 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-27T01:07:18.441 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-27T01:07:18.441 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.use_direct_reads: 0 2024-04-27T01:07:18.441 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-27T01:07:18.441 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.create_missing_column_families: 0 2024-04-27T01:07:18.441 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.db_log_dir: 2024-04-27T01:07:18.441 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-04-27T01:07:18.441 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-27T01:07:18.441 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-27T01:07:18.441 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-27T01:07:18.441 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-27T01:07:18.441 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-27T01:07:18.441 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-27T01:07:18.441 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.advise_random_on_open: 1 2024-04-27T01:07:18.441 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-27T01:07:18.442 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.write_buffer_manager: 0x55d3f786c2d0 2024-04-27T01:07:18.442 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-27T01:07:18.442 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-04-27T01:07:18.442 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-27T01:07:18.442 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-27T01:07:18.442 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.rate_limiter: (nil) 2024-04-27T01:07:18.442 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-27T01:07:18.442 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-27T01:07:18.442 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-27T01:07:18.442 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-27T01:07:18.442 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.unordered_write: 0 2024-04-27T01:07:18.442 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-27T01:07:18.442 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-27T01:07:18.442 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-27T01:07:18.443 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-27T01:07:18.443 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.256+0000 7f3ab6f26880 4 rocksdb: Options.row_cache: None 2024-04-27T01:07:18.443 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.wal_filter: None 2024-04-27T01:07:18.443 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-27T01:07:18.443 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-27T01:07:18.443 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.preserve_deletes: 0 2024-04-27T01:07:18.443 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.two_write_queues: 0 2024-04-27T01:07:18.443 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.manual_wal_flush: 0 2024-04-27T01:07:18.443 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.atomic_flush: 0 2024-04-27T01:07:18.443 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-27T01:07:18.443 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-27T01:07:18.443 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-27T01:07:18.443 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.log_readahead_size: 0 2024-04-27T01:07:18.443 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-27T01:07:18.444 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-27T01:07:18.444 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-27T01:07:18.444 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-27T01:07:18.444 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-27T01:07:18.444 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-27T01:07:18.444 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.max_background_jobs: 2 2024-04-27T01:07:18.444 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.max_background_compactions: -1 2024-04-27T01:07:18.444 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.max_subcompactions: 1 2024-04-27T01:07:18.444 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-27T01:07:18.444 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-27T01:07:18.444 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-27T01:07:18.444 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.max_total_wal_size: 0 2024-04-27T01:07:18.444 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-27T01:07:18.444 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-27T01:07:18.444 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-27T01:07:18.445 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-27T01:07:18.445 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.max_open_files: -1 2024-04-27T01:07:18.445 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.bytes_per_sync: 0 2024-04-27T01:07:18.445 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-27T01:07:18.445 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-27T01:07:18.445 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-27T01:07:18.445 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.max_background_flushes: -1 2024-04-27T01:07:18.445 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Compression algorithms supported: 2024-04-27T01:07:18.445 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-27T01:07:18.445 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: kZSTD supported: 0 2024-04-27T01:07:18.445 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: kXpressCompression supported: 0 2024-04-27T01:07:18.445 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-27T01:07:18.445 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: kLZ4Compression supported: 1 2024-04-27T01:07:18.445 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: kBZip2Compression supported: 0 2024-04-27T01:07:18.445 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: kZlibCompression supported: 1 2024-04-27T01:07:18.445 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: kSnappyCompression supported: 1 2024-04-27T01:07:18.446 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-27T01:07:18.446 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2024-04-27T01:07:18.446 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-04-27T01:07:18.446 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-27T01:07:18.446 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.merge_operator: 2024-04-27T01:07:18.446 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.compaction_filter: None 2024-04-27T01:07:18.446 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.compaction_filter_factory: None 2024-04-27T01:07:18.446 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-27T01:07:18.446 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-27T01:07:18.446 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-27T01:07:18.446 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d3f7749d00) 2024-04-27T01:07:18.446 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: cache_index_and_filter_blocks: 1 2024-04-27T01:07:18.446 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-27T01:07:18.446 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-27T01:07:18.446 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: pin_top_level_index_and_filter: 1 2024-04-27T01:07:18.447 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: index_type: 0 2024-04-27T01:07:18.447 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: data_block_index_type: 0 2024-04-27T01:07:18.447 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: index_shortening: 1 2024-04-27T01:07:18.447 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: data_block_hash_table_util_ratio: 0.750000 2024-04-27T01:07:18.447 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: hash_index_allow_collision: 1 2024-04-27T01:07:18.447 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: checksum: 1 2024-04-27T01:07:18.447 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: no_block_cache: 0 2024-04-27T01:07:18.447 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: block_cache: 0x55d3f77b0170 2024-04-27T01:07:18.447 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: block_cache_name: BinnedLRUCache 2024-04-27T01:07:18.447 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: block_cache_options: 2024-04-27T01:07:18.447 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: capacity : 536870912 2024-04-27T01:07:18.447 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: num_shard_bits : 4 2024-04-27T01:07:18.447 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: strict_capacity_limit : 0 2024-04-27T01:07:18.447 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: high_pri_pool_ratio: 0.000 2024-04-27T01:07:18.447 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: block_cache_compressed: (nil) 2024-04-27T01:07:18.448 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: persistent_cache: (nil) 2024-04-27T01:07:18.448 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: block_size: 4096 2024-04-27T01:07:18.448 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: block_size_deviation: 10 2024-04-27T01:07:18.448 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: block_restart_interval: 16 2024-04-27T01:07:18.448 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: index_block_restart_interval: 1 2024-04-27T01:07:18.448 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: metadata_block_size: 4096 2024-04-27T01:07:18.448 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: partition_filters: 0 2024-04-27T01:07:18.448 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: use_delta_encoding: 1 2024-04-27T01:07:18.448 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: filter_policy: rocksdb.BuiltinBloomFilter 2024-04-27T01:07:18.448 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: whole_key_filtering: 1 2024-04-27T01:07:18.448 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: verify_compression: 0 2024-04-27T01:07:18.448 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: read_amp_bytes_per_bit: 0 2024-04-27T01:07:18.448 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: format_version: 4 2024-04-27T01:07:18.448 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: enable_index_compression: 1 2024-04-27T01:07:18.448 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: block_align: 0 2024-04-27T01:07:18.448 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-27T01:07:18.449 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-27T01:07:18.449 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.compression: NoCompression 2024-04-27T01:07:18.449 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-27T01:07:18.449 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-27T01:07:18.449 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-27T01:07:18.449 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.num_levels: 7 2024-04-27T01:07:18.449 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-27T01:07:18.449 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-27T01:07:18.449 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-27T01:07:18.449 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-27T01:07:18.449 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-27T01:07:18.449 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-27T01:07:18.449 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-27T01:07:18.449 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-27T01:07:18.449 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-27T01:07:18.449 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-27T01:07:18.450 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-27T01:07:18.450 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.compression_opts.level: 32767 2024-04-27T01:07:18.450 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-27T01:07:18.450 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-27T01:07:18.450 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-27T01:07:18.450 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-27T01:07:18.450 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.compression_opts.enabled: false 2024-04-27T01:07:18.450 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-27T01:07:18.450 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-27T01:07:18.450 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-27T01:07:18.450 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-27T01:07:18.450 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-27T01:07:18.450 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-27T01:07:18.450 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-27T01:07:18.450 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-27T01:07:18.451 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-27T01:07:18.451 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-27T01:07:18.451 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-27T01:07:18.452 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-27T01:07:18.452 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-27T01:07:18.452 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-27T01:07:18.452 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-27T01:07:18.452 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-27T01:07:18.452 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-27T01:07:18.452 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.arena_block_size: 4194304 2024-04-27T01:07:18.452 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-27T01:07:18.452 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-27T01:07:18.452 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-04-27T01:07:18.452 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-27T01:07:18.452 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-27T01:07:18.452 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-27T01:07:18.452 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-27T01:07:18.452 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-27T01:07:18.452 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-27T01:07:18.453 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-27T01:07:18.453 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-27T01:07:18.453 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-27T01:07:18.453 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-27T01:07:18.453 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-27T01:07:18.453 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.table_properties_collectors: 2024-04-27T01:07:18.453 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.inplace_update_support: 0 2024-04-27T01:07:18.453 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-27T01:07:18.453 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-27T01:07:18.453 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-27T01:07:18.453 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-27T01:07:18.453 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.bloom_locality: 0 2024-04-27T01:07:18.453 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.max_successive_merges: 0 2024-04-27T01:07:18.453 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-27T01:07:18.453 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-27T01:07:18.453 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.force_consistency_checks: 1 2024-04-27T01:07:18.453 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-27T01:07:18.454 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.ttl: 2592000 2024-04-27T01:07:18.454 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-27T01:07:18.454 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.enable_blob_files: false 2024-04-27T01:07:18.454 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.min_blob_size: 0 2024-04-27T01:07:18.454 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.blob_file_size: 268435456 2024-04-27T01:07:18.454 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-27T01:07:18.454 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-27T01:07:18.454 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-27T01:07:18.454 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-27T01:07:18.454 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2024-04-27T01:07:18.454 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 13 2024-04-27T01:07:18.454 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714180038263852, "job": 1, "event": "recovery_started", "wal_files": [10]} 2024-04-27T01:07:18.454 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2024-04-27T01:07:18.454 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 3 rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-04-27T01:07:18.455 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714180038264803, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 79179, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 77442, "index_size": 225, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10027, "raw_average_key_size": 47, "raw_value_size": 71751, "raw_average_value_size": 340, "num_data_blocks": 10, "num_entries": 211, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1714180038, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "90712124-1e5b-4e13-b8e1-36d994d97be3", "db_session_id": "1NKEFUJCZ2APFMP49G2E"}} 2024-04-27T01:07:18.455 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 15 2024-04-27T01:07:18.455 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714180038265225, "job": 1, "event": "recovery_finished"} 2024-04-27T01:07:18.455 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-27T01:07:18.455 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55d3f7796a80 2024-04-27T01:07:18.455 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.260+0000 7f3ab6f26880 4 rocksdb: DB pointer 0x55d3f77a6000 2024-04-27T01:07:18.455 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.264+0000 7f3aa6cae700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-04-27T01:07:18.455 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.264+0000 7f3aa6cae700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-04-27T01:07:18.455 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: ** DB Stats ** 2024-04-27T01:07:18.455 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T01:07:18.455 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-27T01:07:18.455 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-27T01:07:18.455 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-27T01:07:18.455 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-27T01:07:18.456 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-04-27T01:07:18.456 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-27T01:07:18.456 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: ** Compaction Stats [default] ** 2024-04-27T01:07:18.456 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-04-27T01:07:18.456 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-27T01:07:18.456 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: L0 2/0 79.08 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.4 0.00 0.00 1 0.001 0 0 2024-04-27T01:07:18.456 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Sum 2/0 79.08 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.4 0.00 0.00 1 0.001 0 0 2024-04-27T01:07:18.456 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.4 0.00 0.00 1 0.001 0 0 2024-04-27T01:07:18.456 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: ** Compaction Stats [default] ** 2024-04-27T01:07:18.456 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-04-27T01:07:18.456 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-27T01:07:18.456 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 128.4 0.00 0.00 1 0.001 0 0 2024-04-27T01:07:18.456 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T01:07:18.456 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-27T01:07:18.456 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-27T01:07:18.456 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: AddFile(Total Files): cumulative 0, interval 0 2024-04-27T01:07:18.457 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-27T01:07:18.457 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: AddFile(Keys): cumulative 0, interval 0 2024-04-27T01:07:18.457 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Cumulative compaction: 0.00 GB write, 19.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T01:07:18.457 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Interval compaction: 0.00 GB write, 19.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T01:07:18.457 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-27T01:07:18.457 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: ** File Read Latency Histogram By Level [default] ** 2024-04-27T01:07:18.457 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: ** Compaction Stats [default] ** 2024-04-27T01:07:18.457 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-04-27T01:07:18.457 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-27T01:07:18.457 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: L0 2/0 79.08 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.4 0.00 0.00 1 0.001 0 0 2024-04-27T01:07:18.457 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Sum 2/0 79.08 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.4 0.00 0.00 1 0.001 0 0 2024-04-27T01:07:18.457 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-04-27T01:07:18.457 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: ** Compaction Stats [default] ** 2024-04-27T01:07:18.457 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-04-27T01:07:18.457 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-27T01:07:18.457 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 128.4 0.00 0.00 1 0.001 0 0 2024-04-27T01:07:18.458 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T01:07:18.458 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-27T01:07:18.458 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-27T01:07:18.458 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: AddFile(Total Files): cumulative 0, interval 0 2024-04-27T01:07:18.458 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-27T01:07:18.458 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: AddFile(Keys): cumulative 0, interval 0 2024-04-27T01:07:18.458 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Cumulative compaction: 0.00 GB write, 19.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T01:07:18.458 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T01:07:18.458 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-27T01:07:18.458 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: ** File Read Latency Histogram By Level [default] ** 2024-04-27T01:07:18.458 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.264+0000 7f3ab6f26880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] at bind addrs [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:07:18.458 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.264+0000 7f3ab6f26880 1 mon.a@-1(???) e1 preinit fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:07:18.458 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.264+0000 7f3ab6f26880 0 mon.a@-1(???).mds e1 new map 2024-04-27T01:07:18.458 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.264+0000 7f3ab6f26880 0 mon.a@-1(???).mds e1 print_map 2024-04-27T01:07:18.459 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: e1 2024-04-27T01:07:18.459 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-27T01:07:18.459 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-04-27T01:07:18.459 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: legacy client fscid: -1 2024-04-27T01:07:18.459 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: 2024-04-27T01:07:18.459 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: No filesystems configured 2024-04-27T01:07:18.459 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.264+0000 7f3ab6f26880 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-27T01:07:18.459 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.264+0000 7f3ab6f26880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-27T01:07:18.459 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.264+0000 7f3ab6f26880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-27T01:07:18.459 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.264+0000 7f3ab6f26880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-27T01:07:18.459 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: debug 2024-04-27T01:07:18.264+0000 7f3ab6f26880 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-27T01:07:18.459 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: cluster 2024-04-27T01:07:18.294620+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-27T01:07:18.459 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: cluster 2024-04-27T01:07:18.294688+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0]} 2024-04-27T01:07:18.459 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: cluster 2024-04-27T01:07:18.294779+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-04-27T01:07:18.459 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: cluster 2024-04-27T01:07:18.294811+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-27T01:07:18.460 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:18 smithi042 bash[18488]: cluster 2024-04-27T01:07:18.295169+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-04-27T01:07:19.021 INFO:teuthology.orchestra.run.smithi042.stderr:Wrote config to /etc/ceph/ceph.conf 2024-04-27T01:07:19.021 INFO:teuthology.orchestra.run.smithi042.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-27T01:07:19.021 INFO:teuthology.orchestra.run.smithi042.stderr:Creating mgr... 2024-04-27T01:07:19.022 INFO:teuthology.orchestra.run.smithi042.stderr:Verifying port 9283 ... 2024-04-27T01:07:19.272 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Failed to reset failed state of unit ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mgr.y.service: Unit ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mgr.y.service not loaded. 2024-04-27T01:07:19.277 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Created symlink /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968.target.wants/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mgr.y.service -> /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service. 2024-04-27T01:07:19.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:19 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:07:19.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:19 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:07:19.437 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:19 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:07:19.475 INFO:teuthology.orchestra.run.smithi042.stderr:firewalld does not appear to be present 2024-04-27T01:07:19.475 INFO:teuthology.orchestra.run.smithi042.stderr:Not possible to enable service . firewalld.service is not available 2024-04-27T01:07:19.475 INFO:teuthology.orchestra.run.smithi042.stderr:firewalld does not appear to be present 2024-04-27T01:07:19.475 INFO:teuthology.orchestra.run.smithi042.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-04-27T01:07:19.475 INFO:teuthology.orchestra.run.smithi042.stderr:Waiting for mgr to start... 2024-04-27T01:07:19.475 INFO:teuthology.orchestra.run.smithi042.stderr:Waiting for mgr... 2024-04-27T01:07:19.937 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:19 smithi042 bash[18488]: audit 2024-04-27T01:07:18.475262+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.42:0/2957038603' entity='client.admin' 2024-04-27T01:07:19.937 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:19 smithi042 systemd[1]: Started Ceph mgr.y for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:07:20.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2024-04-27T01:07:20.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: { 2024-04-27T01:07:20.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "fsid": "52cb9b7e-0432-11ef-bc93-c7b262605968", 2024-04-27T01:07:20.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "health": { 2024-04-27T01:07:20.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-04-27T01:07:20.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "checks": {}, 2024-04-27T01:07:20.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mutes": [] 2024-04-27T01:07:20.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:20.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-04-27T01:07:20.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum": [ 2024-04-27T01:07:20.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 0 2024-04-27T01:07:20.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2024-04-27T01:07:20.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum_names": [ 2024-04-27T01:07:20.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "a" 2024-04-27T01:07:20.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2024-04-27T01:07:20.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-04-27T01:07:20.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "monmap": { 2024-04-27T01:07:20.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-27T01:07:20.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-04-27T01:07:20.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_mons": 1 2024-04-27T01:07:20.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:20.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osdmap": { 2024-04-27T01:07:20.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-27T01:07:20.726 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_osds": 0, 2024-04-27T01:07:20.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-04-27T01:07:20.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-04-27T01:07:20.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-04-27T01:07:20.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-04-27T01:07:20.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-04-27T01:07:20.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:20.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "pgmap": { 2024-04-27T01:07:20.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-04-27T01:07:20.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-04-27T01:07:20.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_pools": 0, 2024-04-27T01:07:20.728 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_objects": 0, 2024-04-27T01:07:20.729 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-04-27T01:07:20.729 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-04-27T01:07:20.729 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-04-27T01:07:20.729 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_total": 0 2024-04-27T01:07:20.729 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:20.729 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "fsmap": { 2024-04-27T01:07:20.729 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-27T01:07:20.729 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "by_rank": [], 2024-04-27T01:07:20.729 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "up:standby": 0 2024-04-27T01:07:20.729 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:20.729 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mgrmap": { 2024-04-27T01:07:20.731 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "available": false, 2024-04-27T01:07:20.731 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-04-27T01:07:20.731 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "modules": [ 2024-04-27T01:07:20.731 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "iostat", 2024-04-27T01:07:20.731 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "nfs", 2024-04-27T01:07:20.731 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "restful" 2024-04-27T01:07:20.731 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2024-04-27T01:07:20.731 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "services": {} 2024-04-27T01:07:20.731 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:20.731 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "servicemap": { 2024-04-27T01:07:20.731 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-27T01:07:20.731 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "modified": "2024-04-27T01:07:12.795606+0000", 2024-04-27T01:07:20.731 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "services": {} 2024-04-27T01:07:20.732 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:20.732 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "progress_events": {} 2024-04-27T01:07:20.732 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: } 2024-04-27T01:07:20.937 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:20 smithi042 bash[18488]: audit 2024-04-27T01:07:20.729427+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.42:0/3539510556' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-27T01:07:20.937 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:20 smithi042 bash[18746]: debug 2024-04-27T01:07:20.676+0000 7f6817372000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-27T01:07:21.352 INFO:teuthology.orchestra.run.smithi042.stderr:mgr not available, waiting (1/15)... 2024-04-27T01:07:22.588 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:22 smithi042 bash[18746]: debug 2024-04-27T01:07:22.248+0000 7f6817372000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-27T01:07:22.588 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:22 smithi042 bash[18746]: debug 2024-04-27T01:07:22.344+0000 7f6817372000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-27T01:07:22.588 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:22 smithi042 bash[18746]: debug 2024-04-27T01:07:22.592+0000 7f6817372000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-27T01:07:23.672 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:23 smithi042 bash[18746]: debug 2024-04-27T01:07:23.348+0000 7f6817372000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-27T01:07:23.672 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:23 smithi042 bash[18746]: debug 2024-04-27T01:07:23.460+0000 7f6817372000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-27T01:07:23.672 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:23 smithi042 bash[18746]: debug 2024-04-27T01:07:23.564+0000 7f6817372000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-27T01:07:23.672 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:23 smithi042 bash[18746]: debug 2024-04-27T01:07:23.676+0000 7f6817372000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-27T01:07:23.937 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:23 smithi042 bash[18746]: debug 2024-04-27T01:07:23.888+0000 7f6817372000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-27T01:07:24.378 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2024-04-27T01:07:24.378 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: { 2024-04-27T01:07:24.378 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "fsid": "52cb9b7e-0432-11ef-bc93-c7b262605968", 2024-04-27T01:07:24.378 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "health": { 2024-04-27T01:07:24.378 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-04-27T01:07:24.378 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "checks": {}, 2024-04-27T01:07:24.378 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mutes": [] 2024-04-27T01:07:24.379 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:24.379 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-04-27T01:07:24.379 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum": [ 2024-04-27T01:07:24.379 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 0 2024-04-27T01:07:24.379 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2024-04-27T01:07:24.379 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum_names": [ 2024-04-27T01:07:24.379 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "a" 2024-04-27T01:07:24.379 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2024-04-27T01:07:24.379 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-04-27T01:07:24.379 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "monmap": { 2024-04-27T01:07:24.379 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-27T01:07:24.379 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-04-27T01:07:24.379 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_mons": 1 2024-04-27T01:07:24.379 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:24.379 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osdmap": { 2024-04-27T01:07:24.379 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-27T01:07:24.380 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_osds": 0, 2024-04-27T01:07:24.380 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-04-27T01:07:24.380 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-04-27T01:07:24.380 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-04-27T01:07:24.380 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-04-27T01:07:24.380 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-04-27T01:07:24.383 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:24.383 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "pgmap": { 2024-04-27T01:07:24.383 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-04-27T01:07:24.383 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-04-27T01:07:24.383 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_pools": 0, 2024-04-27T01:07:24.383 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_objects": 0, 2024-04-27T01:07:24.383 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-04-27T01:07:24.383 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-04-27T01:07:24.383 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-04-27T01:07:24.383 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_total": 0 2024-04-27T01:07:24.383 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:24.383 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "fsmap": { 2024-04-27T01:07:24.384 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-27T01:07:24.384 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "by_rank": [], 2024-04-27T01:07:24.384 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "up:standby": 0 2024-04-27T01:07:24.384 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:24.384 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mgrmap": { 2024-04-27T01:07:24.384 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "available": false, 2024-04-27T01:07:24.384 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-04-27T01:07:24.384 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "modules": [ 2024-04-27T01:07:24.384 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "iostat", 2024-04-27T01:07:24.384 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "nfs", 2024-04-27T01:07:24.384 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "restful" 2024-04-27T01:07:24.384 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2024-04-27T01:07:24.384 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "services": {} 2024-04-27T01:07:24.384 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:24.384 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "servicemap": { 2024-04-27T01:07:24.385 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-27T01:07:24.385 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "modified": "2024-04-27T01:07:12.795606+0000", 2024-04-27T01:07:24.385 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "services": {} 2024-04-27T01:07:24.385 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:24.385 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "progress_events": {} 2024-04-27T01:07:24.385 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: } 2024-04-27T01:07:24.389 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:24 smithi042 bash[18746]: debug 2024-04-27T01:07:24.172+0000 7f6817372000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-27T01:07:24.389 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:24 smithi042 bash[18746]: debug 2024-04-27T01:07:24.276+0000 7f6817372000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-27T01:07:24.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:24 smithi042 bash[18488]: audit 2024-04-27T01:07:24.384253+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.42:0/3407081458' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-27T01:07:24.687 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:24 smithi042 bash[18746]: debug 2024-04-27T01:07:24.464+0000 7f6817372000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-27T01:07:24.908 INFO:teuthology.orchestra.run.smithi042.stderr:mgr not available, waiting (2/15)... 2024-04-27T01:07:24.981 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:24 smithi042 bash[18746]: debug 2024-04-27T01:07:24.712+0000 7f6817372000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-27T01:07:25.387 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:24 smithi042 bash[18746]: debug 2024-04-27T01:07:24.984+0000 7f6817372000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-27T01:07:25.387 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:25 smithi042 bash[18746]: debug 2024-04-27T01:07:25.152+0000 7f6817372000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:07:25.387 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:25 smithi042 bash[18746]: debug 2024-04-27T01:07:25.392+0000 7f6817372000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-27T01:07:25.687 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:25 smithi042 bash[18746]: debug 2024-04-27T01:07:25.508+0000 7f6817372000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-27T01:07:26.187 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:25 smithi042 bash[18746]: debug 2024-04-27T01:07:25.851+0000 7f6817372000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:07:26.916 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:26 smithi042 bash[18746]: debug 2024-04-27T01:07:26.595+0000 7f6817372000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-27T01:07:26.916 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:26 smithi042 bash[18746]: debug 2024-04-27T01:07:26.707+0000 7f6817372000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-27T01:07:27.187 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:26 smithi042 bash[18746]: debug 2024-04-27T01:07:26.919+0000 7f6817372000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-27T01:07:27.547 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:27 smithi042 bash[18746]: debug 2024-04-27T01:07:27.247+0000 7f6817372000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-27T01:07:27.800 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:27 smithi042 bash[18746]: debug 2024-04-27T01:07:27.631+0000 7f6817372000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-27T01:07:27.800 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:27 smithi042 bash[18746]: debug 2024-04-27T01:07:27.751+0000 7f6817372000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-27T01:07:27.882 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2024-04-27T01:07:27.882 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: { 2024-04-27T01:07:27.882 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "fsid": "52cb9b7e-0432-11ef-bc93-c7b262605968", 2024-04-27T01:07:27.882 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "health": { 2024-04-27T01:07:27.882 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-04-27T01:07:27.883 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "checks": {}, 2024-04-27T01:07:27.883 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mutes": [] 2024-04-27T01:07:27.883 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:27.883 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-04-27T01:07:27.883 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum": [ 2024-04-27T01:07:27.883 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 0 2024-04-27T01:07:27.883 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2024-04-27T01:07:27.883 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum_names": [ 2024-04-27T01:07:27.883 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "a" 2024-04-27T01:07:27.883 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2024-04-27T01:07:27.883 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum_age": 9, 2024-04-27T01:07:27.883 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "monmap": { 2024-04-27T01:07:27.883 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-27T01:07:27.883 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-04-27T01:07:27.883 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_mons": 1 2024-04-27T01:07:27.883 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:27.884 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osdmap": { 2024-04-27T01:07:27.884 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-27T01:07:27.884 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_osds": 0, 2024-04-27T01:07:27.884 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-04-27T01:07:27.884 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-04-27T01:07:27.884 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-04-27T01:07:27.887 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-04-27T01:07:27.887 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-04-27T01:07:27.887 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:27.887 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "pgmap": { 2024-04-27T01:07:27.887 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-04-27T01:07:27.888 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-04-27T01:07:27.888 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_pools": 0, 2024-04-27T01:07:27.888 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_objects": 0, 2024-04-27T01:07:27.888 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-04-27T01:07:27.888 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-04-27T01:07:27.888 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-04-27T01:07:27.888 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_total": 0 2024-04-27T01:07:27.888 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:27.888 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "fsmap": { 2024-04-27T01:07:27.888 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-27T01:07:27.888 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "by_rank": [], 2024-04-27T01:07:27.888 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "up:standby": 0 2024-04-27T01:07:27.888 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:27.888 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mgrmap": { 2024-04-27T01:07:27.888 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "available": false, 2024-04-27T01:07:27.889 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-04-27T01:07:27.889 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "modules": [ 2024-04-27T01:07:27.889 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "iostat", 2024-04-27T01:07:27.889 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "nfs", 2024-04-27T01:07:27.889 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "restful" 2024-04-27T01:07:27.889 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2024-04-27T01:07:27.889 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "services": {} 2024-04-27T01:07:27.889 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:27.889 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "servicemap": { 2024-04-27T01:07:27.889 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-27T01:07:27.889 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "modified": "2024-04-27T01:07:12.795606+0000", 2024-04-27T01:07:27.889 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "services": {} 2024-04-27T01:07:27.889 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:27.889 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "progress_events": {} 2024-04-27T01:07:27.889 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: } 2024-04-27T01:07:28.078 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:27 smithi042 bash[18488]: cluster 2024-04-27T01:07:27.758312+0000 mon.a (mon.0) 9 : cluster [INF] Activating manager daemon y 2024-04-27T01:07:28.079 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:27 smithi042 bash[18488]: cluster 2024-04-27T01:07:27.760836+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00261889s) 2024-04-27T01:07:28.079 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:27 smithi042 bash[18488]: audit 2024-04-27T01:07:27.762234+0000 mon.a (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.42:0/525885264' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T01:07:28.079 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:27 smithi042 bash[18488]: audit 2024-04-27T01:07:27.762497+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.42:0/525885264' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T01:07:28.079 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:27 smithi042 bash[18488]: audit 2024-04-27T01:07:27.762719+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.42:0/525885264' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T01:07:28.079 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:27 smithi042 bash[18488]: audit 2024-04-27T01:07:27.762935+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.42:0/525885264' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:07:28.079 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:27 smithi042 bash[18488]: audit 2024-04-27T01:07:27.763170+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.42:0/525885264' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-04-27T01:07:28.079 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:27 smithi042 bash[18488]: cluster 2024-04-27T01:07:27.792178+0000 mon.a (mon.0) 16 : cluster [INF] Manager daemon y is now available 2024-04-27T01:07:28.079 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:27 smithi042 bash[18488]: audit 2024-04-27T01:07:27.805407+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.42:0/525885264' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:07:28.079 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:27 smithi042 bash[18488]: audit 2024-04-27T01:07:27.806755+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.42:0/525885264' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:07:28.406 INFO:teuthology.orchestra.run.smithi042.stderr:mgr not available, waiting (3/15)... 2024-04-27T01:07:29.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:28 smithi042 bash[18488]: audit 2024-04-27T01:07:27.812994+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.42:0/525885264' entity='mgr.y' 2024-04-27T01:07:29.233 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:28 smithi042 bash[18488]: audit 2024-04-27T01:07:27.814908+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.42:0/525885264' entity='mgr.y' 2024-04-27T01:07:29.233 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:28 smithi042 bash[18488]: audit 2024-04-27T01:07:27.816827+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.42:0/525885264' entity='mgr.y' 2024-04-27T01:07:29.233 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:28 smithi042 bash[18488]: audit 2024-04-27T01:07:27.888324+0000 mon.a (mon.0) 22 : audit [DBG] from='client.? 172.21.15.42:0/3487827150' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-27T01:07:29.233 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:28 smithi042 bash[18488]: cluster 2024-04-27T01:07:28.771185+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e3: y(active, since 1.01297s) 2024-04-27T01:07:31.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:30 smithi042 bash[18488]: cluster 2024-04-27T01:07:29.819459+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: y(active, since 2s) 2024-04-27T01:07:31.673 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2024-04-27T01:07:31.674 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: { 2024-04-27T01:07:31.674 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "fsid": "52cb9b7e-0432-11ef-bc93-c7b262605968", 2024-04-27T01:07:31.674 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "health": { 2024-04-27T01:07:31.674 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-04-27T01:07:31.674 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "checks": {}, 2024-04-27T01:07:31.674 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mutes": [] 2024-04-27T01:07:31.674 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:31.674 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-04-27T01:07:31.674 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum": [ 2024-04-27T01:07:31.674 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 0 2024-04-27T01:07:31.676 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2024-04-27T01:07:31.676 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum_names": [ 2024-04-27T01:07:31.676 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "a" 2024-04-27T01:07:31.676 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2024-04-27T01:07:31.676 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum_age": 13, 2024-04-27T01:07:31.676 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "monmap": { 2024-04-27T01:07:31.676 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-27T01:07:31.676 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-04-27T01:07:31.677 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_mons": 1 2024-04-27T01:07:31.677 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:31.677 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osdmap": { 2024-04-27T01:07:31.677 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-27T01:07:31.677 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_osds": 0, 2024-04-27T01:07:31.677 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-04-27T01:07:31.677 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-04-27T01:07:31.677 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-04-27T01:07:31.680 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-04-27T01:07:31.680 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-04-27T01:07:31.681 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:31.681 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "pgmap": { 2024-04-27T01:07:31.681 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-04-27T01:07:31.681 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-04-27T01:07:31.681 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_pools": 0, 2024-04-27T01:07:31.681 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_objects": 0, 2024-04-27T01:07:31.681 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-04-27T01:07:31.681 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-04-27T01:07:31.681 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-04-27T01:07:31.681 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_total": 0 2024-04-27T01:07:31.681 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:31.681 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "fsmap": { 2024-04-27T01:07:31.681 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-27T01:07:31.681 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "by_rank": [], 2024-04-27T01:07:31.682 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "up:standby": 0 2024-04-27T01:07:31.682 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:31.682 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mgrmap": { 2024-04-27T01:07:31.682 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "available": true, 2024-04-27T01:07:31.682 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-04-27T01:07:31.682 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "modules": [ 2024-04-27T01:07:31.682 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "iostat", 2024-04-27T01:07:31.682 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "nfs", 2024-04-27T01:07:31.682 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "restful" 2024-04-27T01:07:31.682 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2024-04-27T01:07:31.682 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "services": {} 2024-04-27T01:07:31.682 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:31.682 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "servicemap": { 2024-04-27T01:07:31.682 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-27T01:07:31.682 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "modified": "2024-04-27T01:07:12.795606+0000", 2024-04-27T01:07:31.683 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "services": {} 2024-04-27T01:07:31.683 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2024-04-27T01:07:31.683 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "progress_events": {} 2024-04-27T01:07:31.683 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: } 2024-04-27T01:07:31.937 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:31 smithi042 bash[18488]: audit 2024-04-27T01:07:31.681129+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.42:0/1814381130' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-27T01:07:32.245 INFO:teuthology.orchestra.run.smithi042.stderr:mgr is available 2024-04-27T01:07:33.327 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2024-04-27T01:07:33.327 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: [global] 2024-04-27T01:07:33.327 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: fsid = 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:07:33.327 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-04-27T01:07:33.327 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-04-27T01:07:33.327 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-04-27T01:07:33.327 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-04-27T01:07:33.328 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2024-04-27T01:07:33.328 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: [mgr] 2024-04-27T01:07:33.328 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-04-27T01:07:33.328 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2024-04-27T01:07:33.329 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: [osd] 2024-04-27T01:07:33.329 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-04-27T01:07:33.329 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-04-27T01:07:33.859 INFO:teuthology.orchestra.run.smithi042.stderr:Enabling cephadm module... 2024-04-27T01:07:34.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:34 smithi042 bash[18488]: audit 2024-04-27T01:07:33.331206+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.42:0/2203609666' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-27T01:07:34.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:34 smithi042 bash[18488]: audit 2024-04-27T01:07:33.335141+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.42:0/2203609666' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-27T01:07:35.687 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:35 smithi042 bash[18746]: ignoring --setuser ceph since I am not root 2024-04-27T01:07:35.687 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:35 smithi042 bash[18746]: ignoring --setgroup ceph since I am not root 2024-04-27T01:07:35.687 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:35 smithi042 bash[18746]: debug 2024-04-27T01:07:35.483+0000 7f67cd2cf000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-27T01:07:35.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:35 smithi042 bash[18488]: audit 2024-04-27T01:07:35.097256+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.42:0/113105170' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-27T01:07:36.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:36 smithi042 bash[18488]: audit 2024-04-27T01:07:35.286055+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.42:0/113105170' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-27T01:07:36.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:36 smithi042 bash[18488]: cluster 2024-04-27T01:07:35.286171+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e5: y(active, since 7s) 2024-04-27T01:07:37.083 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: { 2024-04-27T01:07:37.083 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 5, 2024-04-27T01:07:37.083 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "available": true, 2024-04-27T01:07:37.083 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "active_name": "y", 2024-04-27T01:07:37.083 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_standby": 0 2024-04-27T01:07:37.083 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: } 2024-04-27T01:07:37.301 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:37 smithi042 bash[18488]: audit 2024-04-27T01:07:37.091041+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.42:0/349976791' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-27T01:07:37.302 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:37 smithi042 bash[18746]: debug 2024-04-27T01:07:37.051+0000 7f67cd2cf000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-27T01:07:37.302 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:37 smithi042 bash[18746]: debug 2024-04-27T01:07:37.151+0000 7f67cd2cf000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-27T01:07:37.660 INFO:teuthology.orchestra.run.smithi042.stderr:Waiting for the mgr to restart... 2024-04-27T01:07:37.660 INFO:teuthology.orchestra.run.smithi042.stderr:Waiting for mgr epoch 5... 2024-04-27T01:07:37.678 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:37 smithi042 bash[18746]: debug 2024-04-27T01:07:37.403+0000 7f67cd2cf000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-27T01:07:38.437 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:38 smithi042 bash[18746]: debug 2024-04-27T01:07:38.151+0000 7f67cd2cf000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-27T01:07:38.437 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:38 smithi042 bash[18746]: debug 2024-04-27T01:07:38.263+0000 7f67cd2cf000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-27T01:07:38.437 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:38 smithi042 bash[18746]: debug 2024-04-27T01:07:38.367+0000 7f67cd2cf000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-27T01:07:38.937 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:38 smithi042 bash[18746]: debug 2024-04-27T01:07:38.487+0000 7f67cd2cf000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-27T01:07:38.937 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:38 smithi042 bash[18746]: debug 2024-04-27T01:07:38.699+0000 7f67cd2cf000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-27T01:07:39.263 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:38 smithi042 bash[18746]: debug 2024-04-27T01:07:38.979+0000 7f67cd2cf000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-27T01:07:39.263 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:39 smithi042 bash[18746]: debug 2024-04-27T01:07:39.083+0000 7f67cd2cf000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-27T01:07:39.513 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:39 smithi042 bash[18746]: debug 2024-04-27T01:07:39.267+0000 7f67cd2cf000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-27T01:07:39.788 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:39 smithi042 bash[18746]: debug 2024-04-27T01:07:39.519+0000 7f67cd2cf000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-27T01:07:40.187 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:39 smithi042 bash[18746]: debug 2024-04-27T01:07:39.791+0000 7f67cd2cf000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-27T01:07:40.187 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:39 smithi042 bash[18746]: debug 2024-04-27T01:07:39.959+0000 7f67cd2cf000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:07:40.653 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:40 smithi042 bash[18746]: debug 2024-04-27T01:07:40.199+0000 7f67cd2cf000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-27T01:07:40.653 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:40 smithi042 bash[18746]: debug 2024-04-27T01:07:40.319+0000 7f67cd2cf000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-27T01:07:40.937 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:40 smithi042 bash[18746]: debug 2024-04-27T01:07:40.659+0000 7f67cd2cf000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:07:41.687 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:41 smithi042 bash[18746]: debug 2024-04-27T01:07:41.403+0000 7f67cd2cf000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-27T01:07:41.687 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:41 smithi042 bash[18746]: debug 2024-04-27T01:07:41.519+0000 7f67cd2cf000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-27T01:07:42.052 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:41 smithi042 bash[18746]: debug 2024-04-27T01:07:41.731+0000 7f67cd2cf000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-27T01:07:42.434 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:42 smithi042 bash[18746]: debug 2024-04-27T01:07:42.055+0000 7f67cd2cf000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-27T01:07:42.686 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:42 smithi042 bash[18746]: debug 2024-04-27T01:07:42.439+0000 7f67cd2cf000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-27T01:07:42.687 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:42 smithi042 bash[18746]: debug 2024-04-27T01:07:42.555+0000 7f67cd2cf000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-27T01:07:43.644 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: { 2024-04-27T01:07:43.644 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-04-27T01:07:43.644 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "initialized": true 2024-04-27T01:07:43.644 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: } 2024-04-27T01:07:43.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:43 smithi042 bash[18488]: cluster 2024-04-27T01:07:42.579930+0000 mon.a (mon.0) 32 : cluster [INF] Active manager daemon y restarted 2024-04-27T01:07:43.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:43 smithi042 bash[18488]: cluster 2024-04-27T01:07:42.580874+0000 mon.a (mon.0) 33 : cluster [INF] Activating manager daemon y 2024-04-27T01:07:43.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:43 smithi042 bash[18488]: cluster 2024-04-27T01:07:42.583054+0000 mon.a (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-27T01:07:43.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:43 smithi042 bash[18488]: cluster 2024-04-27T01:07:42.636704+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e6: y(active, starting, since 0.0560164s) 2024-04-27T01:07:43.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:43 smithi042 bash[18488]: audit 2024-04-27T01:07:42.639508+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:07:43.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:43 smithi042 bash[18488]: audit 2024-04-27T01:07:42.641158+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-04-27T01:07:43.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:43 smithi042 bash[18488]: audit 2024-04-27T01:07:42.642342+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T01:07:43.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:43 smithi042 bash[18488]: audit 2024-04-27T01:07:42.642723+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T01:07:43.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:43 smithi042 bash[18488]: audit 2024-04-27T01:07:42.643003+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T01:07:43.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:43 smithi042 bash[18488]: cluster 2024-04-27T01:07:42.673302+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon y is now available 2024-04-27T01:07:43.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:43 smithi042 bash[18488]: audit 2024-04-27T01:07:42.695096+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' 2024-04-27T01:07:43.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:43 smithi042 bash[18488]: audit 2024-04-27T01:07:42.698320+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' 2024-04-27T01:07:43.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:43 smithi042 bash[18488]: audit 2024-04-27T01:07:42.701136+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:07:43.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:43 smithi042 bash[18488]: audit 2024-04-27T01:07:42.702834+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:07:43.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:43 smithi042 bash[18488]: audit 2024-04-27T01:07:42.705544+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:07:43.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:43 smithi042 bash[18488]: audit 2024-04-27T01:07:42.714513+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:07:43.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:43 smithi042 bash[18488]: audit 2024-04-27T01:07:42.715878+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:07:44.187 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:43 smithi042 bash[18746]: [27/Apr/2024:01:07:43] ENGINE Bus STARTING 2024-04-27T01:07:44.187 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:43 smithi042 bash[18746]: [27/Apr/2024:01:07:43] ENGINE Serving on https://172.21.15.42:7150 2024-04-27T01:07:44.187 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:44 smithi042 bash[18746]: [27/Apr/2024:01:07:43] ENGINE Bus STARTED 2024-04-27T01:07:44.299 INFO:teuthology.orchestra.run.smithi042.stderr:mgr epoch 5 is available 2024-04-27T01:07:44.299 INFO:teuthology.orchestra.run.smithi042.stderr:Setting orchestrator backend to cephadm... 2024-04-27T01:07:44.914 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:44 smithi042 bash[18488]: cluster 2024-04-27T01:07:43.642126+0000 mon.a (mon.0) 49 : cluster [DBG] mgrmap e7: y(active, since 1.06143s) 2024-04-27T01:07:44.914 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:44 smithi042 bash[18488]: cephadm 2024-04-27T01:07:43.876695+0000 mgr.y (mgr.14120) 3 : cephadm [INF] [27/Apr/2024:01:07:43] ENGINE Bus STARTING 2024-04-27T01:07:44.914 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:44 smithi042 bash[18488]: cephadm 2024-04-27T01:07:43.999694+0000 mgr.y (mgr.14120) 4 : cephadm [INF] [27/Apr/2024:01:07:43] ENGINE Serving on https://172.21.15.42:7150 2024-04-27T01:07:44.914 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:44 smithi042 bash[18488]: cephadm 2024-04-27T01:07:43.999874+0000 mgr.y (mgr.14120) 5 : cephadm [INF] [27/Apr/2024:01:07:43] ENGINE Bus STARTED 2024-04-27T01:07:44.914 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:44 smithi042 bash[18488]: audit 2024-04-27T01:07:44.005478+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' 2024-04-27T01:07:44.914 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:44 smithi042 bash[18488]: audit 2024-04-27T01:07:44.025771+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:07:46.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:46 smithi042 bash[18488]: cluster 2024-04-27T01:07:45.007294+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-04-27T01:07:46.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:46 smithi042 bash[18488]: audit 2024-04-27T01:07:45.505137+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' 2024-04-27T01:07:46.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:46 smithi042 bash[18488]: audit 2024-04-27T01:07:45.546242+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:07:47.184 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: value unchanged 2024-04-27T01:07:47.384 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:47 smithi042 bash[18488]: audit 2024-04-27T01:07:45.495746+0000 mgr.y (mgr.14120) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:07:47.768 INFO:teuthology.orchestra.run.smithi042.stderr:Generating ssh key... 2024-04-27T01:07:48.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:48 smithi042 bash[18488]: audit 2024-04-27T01:07:47.192532+0000 mgr.y (mgr.14120) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:07:49.687 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:49 smithi042 bash[18746]: Generating public/private rsa key pair. 2024-04-27T01:07:49.687 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:49 smithi042 bash[18746]: Your identification has been saved in /tmp/tmpfzk0g1z3/key. 2024-04-27T01:07:49.687 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:49 smithi042 bash[18746]: Your public key has been saved in /tmp/tmpfzk0g1z3/key.pub. 2024-04-27T01:07:49.687 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:49 smithi042 bash[18746]: The key fingerprint is: 2024-04-27T01:07:49.688 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:49 smithi042 bash[18746]: SHA256:rTABQaBV3BFdjP/7j0ygP9g3X1BW+LFH8VT1nKOLVi8 ceph-52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:07:49.688 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:49 smithi042 bash[18746]: The key's randomart image is: 2024-04-27T01:07:49.688 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:49 smithi042 bash[18746]: +---[RSA 3072]----+ 2024-04-27T01:07:49.688 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:49 smithi042 bash[18746]: | o==oo+ +. oO| 2024-04-27T01:07:49.688 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:49 smithi042 bash[18746]: | o ... o . .+*| 2024-04-27T01:07:49.688 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:49 smithi042 bash[18746]: |. . . =O| 2024-04-27T01:07:49.688 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:49 smithi042 bash[18746]: | . .. .++| 2024-04-27T01:07:49.688 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:49 smithi042 bash[18746]: | o S ...o. .| 2024-04-27T01:07:49.688 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:49 smithi042 bash[18746]: | o . .+.o. | 2024-04-27T01:07:49.688 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:49 smithi042 bash[18746]: | . .= E...| 2024-04-27T01:07:49.688 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:49 smithi042 bash[18746]: | o.+o+..| 2024-04-27T01:07:49.688 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:49 smithi042 bash[18746]: | .+++o| 2024-04-27T01:07:49.688 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:07:49 smithi042 bash[18746]: +----[SHA256]-----+ 2024-04-27T01:07:50.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:50 smithi042 bash[18488]: audit 2024-04-27T01:07:48.944547+0000 mgr.y (mgr.14120) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:07:50.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:50 smithi042 bash[18488]: cephadm 2024-04-27T01:07:48.944787+0000 mgr.y (mgr.14120) 9 : cephadm [INF] Generating ssh key... 2024-04-27T01:07:50.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:50 smithi042 bash[18488]: audit 2024-04-27T01:07:49.223873+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' 2024-04-27T01:07:50.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:50 smithi042 bash[18488]: audit 2024-04-27T01:07:49.228214+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' 2024-04-27T01:07:50.882 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQClSitxQAL+ewgg4edbuZMC7EIvZKxJENVxvpCTTc0/2OabFeciWQbdR3GgdgCFT94ucfHuRkYCcKbtkYQTHkzPB05957GJ9KjDM9F68YBNz1DmZF0gCD2LBIoXzyOb+WdjWfqFUgTJnSssuknv5BXJLdYNP/J6RLfN2UT5YRsbG0vdxSJEfWFB6Ra8ug0V5EhxQpyJTFAYnITVFNdUsmMykqciSR6SDLxHYX487RfAKS97h0RRTpUSZwAc0veN10Fk0Xl768OVyhTTmKIaf2dcb47nTxIKu22rFm0o/EzaacxNs1DgloPSsbGiZqXRcOWIpiCuIhOa2fmKHlMOYRUeybyYvTXnqJSJvDiJBQgy9t/s1uCAtckR3wtnPEd9f8e/KcnV9CWTc+vQAD4JEeY3wshAIP0OdJi9+V0ZVBFSxQviFBniruknrN3l6gXG45ge2YstvJiNPVFQN7eDHyNKje02m0+j+rdcfLDilrW1tVk46Ad7Oohath/h4o73hRU= ceph-52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:07:51.429 INFO:teuthology.orchestra.run.smithi042.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-27T01:07:51.429 INFO:teuthology.orchestra.run.smithi042.stderr:Adding key to root@localhost authorized_keys... 2024-04-27T01:07:51.430 INFO:teuthology.orchestra.run.smithi042.stderr:Adding host smithi042... 2024-04-27T01:07:51.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:51 smithi042 bash[18488]: audit 2024-04-27T01:07:50.891092+0000 mgr.y (mgr.14120) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:07:53.731 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: Added host 'smithi042' with addr '172.21.15.42' 2024-04-27T01:07:54.419 INFO:teuthology.orchestra.run.smithi042.stderr:Deploying unmanaged mon service... 2024-04-27T01:07:54.711 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:54 smithi042 bash[18488]: audit 2024-04-27T01:07:52.684487+0000 mgr.y (mgr.14120) 11 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi042", "addr": "172.21.15.42", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:07:54.711 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:54 smithi042 bash[18488]: cephadm 2024-04-27T01:07:53.033141+0000 mgr.y (mgr.14120) 12 : cephadm [INF] Deploying cephadm binary to smithi042 2024-04-27T01:07:54.711 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:54 smithi042 bash[18488]: audit 2024-04-27T01:07:53.739076+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' 2024-04-27T01:07:54.711 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:54 smithi042 bash[18488]: audit 2024-04-27T01:07:53.752990+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:07:55.571 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:55 smithi042 bash[18488]: cephadm 2024-04-27T01:07:53.739505+0000 mgr.y (mgr.14120) 13 : cephadm [INF] Added host smithi042 2024-04-27T01:07:56.139 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: Scheduled mon update... 2024-04-27T01:07:56.894 INFO:teuthology.orchestra.run.smithi042.stderr:Deploying unmanaged mgr service... 2024-04-27T01:07:57.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:57 smithi042 bash[18488]: audit 2024-04-27T01:07:56.140607+0000 mgr.y (mgr.14120) 14 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:07:57.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:57 smithi042 bash[18488]: cephadm 2024-04-27T01:07:56.143539+0000 mgr.y (mgr.14120) 15 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-27T01:07:57.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:57 smithi042 bash[18488]: audit 2024-04-27T01:07:56.147464+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' 2024-04-27T01:07:57.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:57 smithi042 bash[18488]: audit 2024-04-27T01:07:56.672474+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' 2024-04-27T01:07:57.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:57 smithi042 bash[18488]: audit 2024-04-27T01:07:56.933943+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' 2024-04-27T01:07:58.175 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-04-27T01:07:59.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:59 smithi042 bash[18488]: audit 2024-04-27T01:07:58.176148+0000 mgr.y (mgr.14120) 16 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:07:59.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:59 smithi042 bash[18488]: cephadm 2024-04-27T01:07:58.178673+0000 mgr.y (mgr.14120) 17 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-27T01:07:59.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:07:59 smithi042 bash[18488]: audit 2024-04-27T01:07:58.183392+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' 2024-04-27T01:08:01.171 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:00 smithi042 bash[18488]: audit 2024-04-27T01:07:59.854034+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' 2024-04-27T01:08:01.171 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:00 smithi042 bash[18488]: audit 2024-04-27T01:07:59.980167+0000 mon.a (mon.0) 64 : audit [INF] from='client.? 172.21.15.42:0/626533897' entity='client.admin' 2024-04-27T01:08:01.171 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:00 smithi042 bash[18488]: audit 2024-04-27T01:08:00.280942+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.42:0/2678000323' entity='mgr.y' 2024-04-27T01:08:02.272 INFO:teuthology.orchestra.run.smithi042.stderr:Enabling the dashboard module... 2024-04-27T01:08:02.990 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:02 smithi042 bash[18488]: audit 2024-04-27T01:08:01.730115+0000 mon.a (mon.0) 66 : audit [INF] from='client.? 172.21.15.42:0/1668950624' entity='client.admin' 2024-04-27T01:08:04.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:04 smithi042 bash[18488]: cluster 2024-04-27T01:08:02.643669+0000 mgr.y (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:08:04.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:04 smithi042 bash[18488]: audit 2024-04-27T01:08:03.451439+0000 mon.a (mon.0) 67 : audit [INF] from='client.? 172.21.15.42:0/3734323968' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-27T01:08:04.687 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:04 smithi042 bash[18746]: ignoring --setuser ceph since I am not root 2024-04-27T01:08:04.687 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:04 smithi042 bash[18746]: ignoring --setgroup ceph since I am not root 2024-04-27T01:08:04.688 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:04 smithi042 bash[18746]: debug 2024-04-27T01:08:04.471+0000 7f0c72931000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-27T01:08:05.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:05 smithi042 bash[18488]: audit 2024-04-27T01:08:04.287373+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.42:0/3734323968' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-27T01:08:05.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:05 smithi042 bash[18488]: cluster 2024-04-27T01:08:04.287478+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e9: y(active, since 21s) 2024-04-27T01:08:06.019 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: { 2024-04-27T01:08:06.019 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 9, 2024-04-27T01:08:06.019 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "available": true, 2024-04-27T01:08:06.019 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "active_name": "y", 2024-04-27T01:08:06.019 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_standby": 0 2024-04-27T01:08:06.020 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: } 2024-04-27T01:08:06.381 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:06 smithi042 bash[18488]: audit 2024-04-27T01:08:06.027629+0000 mon.a (mon.0) 70 : audit [DBG] from='client.? 172.21.15.42:0/390459806' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-27T01:08:06.381 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:06 smithi042 bash[18746]: debug 2024-04-27T01:08:06.035+0000 7f0c72931000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-27T01:08:06.382 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:06 smithi042 bash[18746]: debug 2024-04-27T01:08:06.135+0000 7f0c72931000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-27T01:08:06.605 INFO:teuthology.orchestra.run.smithi042.stderr:Waiting for the mgr to restart... 2024-04-27T01:08:06.605 INFO:teuthology.orchestra.run.smithi042.stderr:Waiting for mgr epoch 9... 2024-04-27T01:08:06.686 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:06 smithi042 bash[18746]: debug 2024-04-27T01:08:06.387+0000 7f0c72931000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-27T01:08:07.436 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:07 smithi042 bash[18746]: debug 2024-04-27T01:08:07.139+0000 7f0c72931000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-27T01:08:07.437 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:07 smithi042 bash[18746]: debug 2024-04-27T01:08:07.251+0000 7f0c72931000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-27T01:08:07.437 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:07 smithi042 bash[18746]: debug 2024-04-27T01:08:07.359+0000 7f0c72931000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-27T01:08:07.936 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:07 smithi042 bash[18746]: debug 2024-04-27T01:08:07.475+0000 7f0c72931000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-27T01:08:07.937 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:07 smithi042 bash[18746]: debug 2024-04-27T01:08:07.687+0000 7f0c72931000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-27T01:08:08.255 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:07 smithi042 bash[18746]: debug 2024-04-27T01:08:07.971+0000 7f0c72931000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-27T01:08:08.255 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:08 smithi042 bash[18746]: debug 2024-04-27T01:08:08.075+0000 7f0c72931000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-27T01:08:08.507 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:08 smithi042 bash[18746]: debug 2024-04-27T01:08:08.259+0000 7f0c72931000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-27T01:08:08.784 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:08 smithi042 bash[18746]: debug 2024-04-27T01:08:08.511+0000 7f0c72931000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-27T01:08:08.784 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:08 smithi042 bash[18746]: debug 2024-04-27T01:08:08.787+0000 7f0c72931000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-27T01:08:09.186 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:08 smithi042 bash[18746]: debug 2024-04-27T01:08:08.955+0000 7f0c72931000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:08:09.654 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:09 smithi042 bash[18746]: debug 2024-04-27T01:08:09.195+0000 7f0c72931000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-27T01:08:09.654 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:09 smithi042 bash[18746]: debug 2024-04-27T01:08:09.315+0000 7f0c72931000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-27T01:08:10.687 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:09 smithi042 bash[18746]: debug 2024-04-27T01:08:09.659+0000 7f0c72931000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:08:10.687 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:10 smithi042 bash[18746]: debug 2024-04-27T01:08:10.407+0000 7f0c72931000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-27T01:08:10.687 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:10 smithi042 bash[18746]: debug 2024-04-27T01:08:10.523+0000 7f0c72931000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-27T01:08:11.060 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:10 smithi042 bash[18746]: debug 2024-04-27T01:08:10.735+0000 7f0c72931000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-27T01:08:11.436 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:11 smithi042 bash[18746]: debug 2024-04-27T01:08:11.063+0000 7f0c72931000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-27T01:08:11.717 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:11 smithi042 bash[18746]: debug 2024-04-27T01:08:11.447+0000 7f0c72931000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-27T01:08:11.717 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:11 smithi042 bash[18746]: debug 2024-04-27T01:08:11.567+0000 7f0c72931000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-27T01:08:12.437 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:12 smithi042 bash[18746]: [27/Apr/2024:01:08:12] ENGINE Bus STARTING 2024-04-27T01:08:12.437 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:12 smithi042 bash[18746]: [27/Apr/2024:01:08:12] ENGINE Serving on https://172.21.15.42:7150 2024-04-27T01:08:12.437 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:12 smithi042 bash[18746]: [27/Apr/2024:01:08:12] ENGINE Bus STARTED 2024-04-27T01:08:12.658 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: { 2024-04-27T01:08:12.658 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-04-27T01:08:12.658 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "initialized": true 2024-04-27T01:08:12.658 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: } 2024-04-27T01:08:12.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:12 smithi042 bash[18488]: cluster 2024-04-27T01:08:11.592073+0000 mon.a (mon.0) 71 : cluster [INF] Active manager daemon y restarted 2024-04-27T01:08:12.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:12 smithi042 bash[18488]: cluster 2024-04-27T01:08:11.592960+0000 mon.a (mon.0) 72 : cluster [INF] Activating manager daemon y 2024-04-27T01:08:12.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:12 smithi042 bash[18488]: cluster 2024-04-27T01:08:11.596434+0000 mon.a (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-27T01:08:12.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:12 smithi042 bash[18488]: cluster 2024-04-27T01:08:11.648933+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0562322s) 2024-04-27T01:08:12.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:12 smithi042 bash[18488]: audit 2024-04-27T01:08:11.651536+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:08:12.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:12 smithi042 bash[18488]: audit 2024-04-27T01:08:11.653686+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-04-27T01:08:12.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:12 smithi042 bash[18488]: audit 2024-04-27T01:08:11.654944+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T01:08:12.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:12 smithi042 bash[18488]: audit 2024-04-27T01:08:11.655372+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T01:08:12.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:12 smithi042 bash[18488]: audit 2024-04-27T01:08:11.655773+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T01:08:12.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:12 smithi042 bash[18488]: cluster 2024-04-27T01:08:11.680423+0000 mon.a (mon.0) 80 : cluster [INF] Manager daemon y is now available 2024-04-27T01:08:12.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:12 smithi042 bash[18488]: audit 2024-04-27T01:08:11.696754+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:08:12.883 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:12 smithi042 bash[18488]: audit 2024-04-27T01:08:11.698897+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:08:12.883 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:12 smithi042 bash[18488]: audit 2024-04-27T01:08:11.716026+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:08:12.883 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:12 smithi042 bash[18488]: audit 2024-04-27T01:08:11.717599+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:08:12.883 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:12 smithi042 bash[18488]: cephadm 2024-04-27T01:08:12.022290+0000 mgr.y (mgr.14152) 1 : cephadm [INF] [27/Apr/2024:01:08:12] ENGINE Bus STARTING 2024-04-27T01:08:12.883 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:12 smithi042 bash[18488]: cephadm 2024-04-27T01:08:12.139508+0000 mgr.y (mgr.14152) 2 : cephadm [INF] [27/Apr/2024:01:08:12] ENGINE Serving on https://172.21.15.42:7150 2024-04-27T01:08:12.883 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:12 smithi042 bash[18488]: cephadm 2024-04-27T01:08:12.139678+0000 mgr.y (mgr.14152) 3 : cephadm [INF] [27/Apr/2024:01:08:12] ENGINE Bus STARTED 2024-04-27T01:08:12.883 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:12 smithi042 bash[18488]: audit 2024-04-27T01:08:12.145098+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:13.303 INFO:teuthology.orchestra.run.smithi042.stderr:mgr epoch 9 is available 2024-04-27T01:08:13.303 INFO:teuthology.orchestra.run.smithi042.stderr:Generating a dashboard self-signed certificate... 2024-04-27T01:08:13.909 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:13 smithi042 bash[18488]: cluster 2024-04-27T01:08:12.653770+0000 mon.a (mon.0) 86 : cluster [DBG] mgrmap e11: y(active, since 1.06107s) 2024-04-27T01:08:13.910 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:13 smithi042 bash[18488]: audit 2024-04-27T01:08:12.654186+0000 mgr.y (mgr.14152) 4 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-27T01:08:13.910 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:13 smithi042 bash[18488]: audit 2024-04-27T01:08:12.666528+0000 mgr.y (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-27T01:08:14.559 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: Self-signed certificate created 2024-04-27T01:08:15.133 INFO:teuthology.orchestra.run.smithi042.stderr:Creating initial admin user... 2024-04-27T01:08:15.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:15 smithi042 bash[18488]: cluster 2024-04-27T01:08:14.289979+0000 mon.a (mon.0) 87 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-04-27T01:08:15.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:15 smithi042 bash[18488]: audit 2024-04-27T01:08:14.562721+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:15.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:15 smithi042 bash[18488]: audit 2024-04-27T01:08:14.567448+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:16.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:16 smithi042 bash[18488]: audit 2024-04-27T01:08:14.432108+0000 mgr.y (mgr.14152) 6 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:08:16.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:16 smithi042 bash[18488]: audit 2024-04-27T01:08:15.844607+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:16.490 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$bGT27x.NmtYI8MPumfuxdOQmFSipdm/7u7XU69vlkw1oIJsu/D78e", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1714180096, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-27T01:08:17.096 INFO:teuthology.orchestra.run.smithi042.stderr:Fetching dashboard port number... 2024-04-27T01:08:17.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:17 smithi042 bash[18488]: audit 2024-04-27T01:08:16.249640+0000 mgr.y (mgr.14152) 7 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:08:17.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:17 smithi042 bash[18488]: audit 2024-04-27T01:08:16.291382+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:17.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:17 smithi042 bash[18488]: audit 2024-04-27T01:08:16.497620+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:18.216 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 8443 2024-04-27T01:08:18.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:18 smithi042 bash[18488]: audit 2024-04-27T01:08:18.225428+0000 mon.a (mon.0) 93 : audit [DBG] from='client.? 172.21.15.42:0/2902179093' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-27T01:08:18.763 INFO:teuthology.orchestra.run.smithi042.stderr:firewalld does not appear to be present 2024-04-27T01:08:18.763 INFO:teuthology.orchestra.run.smithi042.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-27T01:08:18.766 INFO:teuthology.orchestra.run.smithi042.stderr:Ceph Dashboard is now available at: 2024-04-27T01:08:18.767 INFO:teuthology.orchestra.run.smithi042.stderr: 2024-04-27T01:08:18.767 INFO:teuthology.orchestra.run.smithi042.stderr: URL: https://smithi042.front.sepia.ceph.com:8443/ 2024-04-27T01:08:18.767 INFO:teuthology.orchestra.run.smithi042.stderr: User: admin 2024-04-27T01:08:18.767 INFO:teuthology.orchestra.run.smithi042.stderr: Password: 0lfaq58q55 2024-04-27T01:08:18.767 INFO:teuthology.orchestra.run.smithi042.stderr: 2024-04-27T01:08:18.767 INFO:teuthology.orchestra.run.smithi042.stderr:Enabling autotune for osd_memory_target 2024-04-27T01:08:19.610 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:19 smithi042 bash[18488]: cluster 2024-04-27T01:08:18.295418+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e13: y(active, since 6s) 2024-04-27T01:08:22.275 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-04-27T01:08:22.813 INFO:teuthology.orchestra.run.smithi042.stderr:You can access the Ceph CLI with: 2024-04-27T01:08:22.814 INFO:teuthology.orchestra.run.smithi042.stderr: 2024-04-27T01:08:22.814 INFO:teuthology.orchestra.run.smithi042.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-27T01:08:22.814 INFO:teuthology.orchestra.run.smithi042.stderr: 2024-04-27T01:08:22.814 INFO:teuthology.orchestra.run.smithi042.stderr:Please consider enabling telemetry to help improve Ceph: 2024-04-27T01:08:22.814 INFO:teuthology.orchestra.run.smithi042.stderr: 2024-04-27T01:08:22.814 INFO:teuthology.orchestra.run.smithi042.stderr: ceph telemetry on 2024-04-27T01:08:22.814 INFO:teuthology.orchestra.run.smithi042.stderr: 2024-04-27T01:08:22.814 INFO:teuthology.orchestra.run.smithi042.stderr:For more information see: 2024-04-27T01:08:22.814 INFO:teuthology.orchestra.run.smithi042.stderr: 2024-04-27T01:08:22.814 INFO:teuthology.orchestra.run.smithi042.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-04-27T01:08:22.814 INFO:teuthology.orchestra.run.smithi042.stderr: 2024-04-27T01:08:22.814 INFO:teuthology.orchestra.run.smithi042.stderr:Bootstrap complete. 2024-04-27T01:08:22.866 INFO:tasks.cephadm:Fetching config... 2024-04-27T01:08:22.866 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-04-27T01:08:22.866 DEBUG:teuthology.orchestra.run.smithi042:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-27T01:08:22.872 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-27T01:08:22.872 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-04-27T01:08:22.872 DEBUG:teuthology.orchestra.run.smithi042:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-27T01:08:22.925 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-27T01:08:22.925 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-04-27T01:08:22.925 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd if=/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-27T01:08:22.979 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-27T01:08:22.979 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-04-27T01:08:22.979 DEBUG:teuthology.orchestra.run.smithi042:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-27T01:08:23.025 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-27T01:08:23.025 DEBUG:teuthology.orchestra.run.smithi042:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQClSitxQAL+ewgg4edbuZMC7EIvZKxJENVxvpCTTc0/2OabFeciWQbdR3GgdgCFT94ucfHuRkYCcKbtkYQTHkzPB05957GJ9KjDM9F68YBNz1DmZF0gCD2LBIoXzyOb+WdjWfqFUgTJnSssuknv5BXJLdYNP/J6RLfN2UT5YRsbG0vdxSJEfWFB6Ra8ug0V5EhxQpyJTFAYnITVFNdUsmMykqciSR6SDLxHYX487RfAKS97h0RRTpUSZwAc0veN10Fk0Xl768OVyhTTmKIaf2dcb47nTxIKu22rFm0o/EzaacxNs1DgloPSsbGiZqXRcOWIpiCuIhOa2fmKHlMOYRUeybyYvTXnqJSJvDiJBQgy9t/s1uCAtckR3wtnPEd9f8e/KcnV9CWTc+vQAD4JEeY3wshAIP0OdJi9+V0ZVBFSxQviFBniruknrN3l6gXG45ge2YstvJiNPVFQN7eDHyNKje02m0+j+rdcfLDilrW1tVk46Ad7Oohath/h4o73hRU= ceph-52cb9b7e-0432-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-27T01:08:23.089 INFO:teuthology.orchestra.run.smithi042.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQClSitxQAL+ewgg4edbuZMC7EIvZKxJENVxvpCTTc0/2OabFeciWQbdR3GgdgCFT94ucfHuRkYCcKbtkYQTHkzPB05957GJ9KjDM9F68YBNz1DmZF0gCD2LBIoXzyOb+WdjWfqFUgTJnSssuknv5BXJLdYNP/J6RLfN2UT5YRsbG0vdxSJEfWFB6Ra8ug0V5EhxQpyJTFAYnITVFNdUsmMykqciSR6SDLxHYX487RfAKS97h0RRTpUSZwAc0veN10Fk0Xl768OVyhTTmKIaf2dcb47nTxIKu22rFm0o/EzaacxNs1DgloPSsbGiZqXRcOWIpiCuIhOa2fmKHlMOYRUeybyYvTXnqJSJvDiJBQgy9t/s1uCAtckR3wtnPEd9f8e/KcnV9CWTc+vQAD4JEeY3wshAIP0OdJi9+V0ZVBFSxQviFBniruknrN3l6gXG45ge2YstvJiNPVFQN7eDHyNKje02m0+j+rdcfLDilrW1tVk46Ad7Oohath/h4o73hRU= ceph-52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:08:23.099 DEBUG:teuthology.orchestra.run.smithi046:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQClSitxQAL+ewgg4edbuZMC7EIvZKxJENVxvpCTTc0/2OabFeciWQbdR3GgdgCFT94ucfHuRkYCcKbtkYQTHkzPB05957GJ9KjDM9F68YBNz1DmZF0gCD2LBIoXzyOb+WdjWfqFUgTJnSssuknv5BXJLdYNP/J6RLfN2UT5YRsbG0vdxSJEfWFB6Ra8ug0V5EhxQpyJTFAYnITVFNdUsmMykqciSR6SDLxHYX487RfAKS97h0RRTpUSZwAc0veN10Fk0Xl768OVyhTTmKIaf2dcb47nTxIKu22rFm0o/EzaacxNs1DgloPSsbGiZqXRcOWIpiCuIhOa2fmKHlMOYRUeybyYvTXnqJSJvDiJBQgy9t/s1uCAtckR3wtnPEd9f8e/KcnV9CWTc+vQAD4JEeY3wshAIP0OdJi9+V0ZVBFSxQviFBniruknrN3l6gXG45ge2YstvJiNPVFQN7eDHyNKje02m0+j+rdcfLDilrW1tVk46Ad7Oohath/h4o73hRU= ceph-52cb9b7e-0432-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-27T01:08:23.122 INFO:teuthology.orchestra.run.smithi046.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQClSitxQAL+ewgg4edbuZMC7EIvZKxJENVxvpCTTc0/2OabFeciWQbdR3GgdgCFT94ucfHuRkYCcKbtkYQTHkzPB05957GJ9KjDM9F68YBNz1DmZF0gCD2LBIoXzyOb+WdjWfqFUgTJnSssuknv5BXJLdYNP/J6RLfN2UT5YRsbG0vdxSJEfWFB6Ra8ug0V5EhxQpyJTFAYnITVFNdUsmMykqciSR6SDLxHYX487RfAKS97h0RRTpUSZwAc0veN10Fk0Xl768OVyhTTmKIaf2dcb47nTxIKu22rFm0o/EzaacxNs1DgloPSsbGiZqXRcOWIpiCuIhOa2fmKHlMOYRUeybyYvTXnqJSJvDiJBQgy9t/s1uCAtckR3wtnPEd9f8e/KcnV9CWTc+vQAD4JEeY3wshAIP0OdJi9+V0ZVBFSxQviFBniruknrN3l6gXG45ge2YstvJiNPVFQN7eDHyNKje02m0+j+rdcfLDilrW1tVk46Ad7Oohath/h4o73hRU= ceph-52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:08:23.132 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-27T01:08:23.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:23 smithi042 bash[18488]: audit 2024-04-27T01:08:22.281052+0000 mon.a (mon.0) 95 : audit [INF] from='client.? 172.21.15.42:0/588991031' entity='client.admin' 2024-04-27T01:08:27.117 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-27T01:08:27.117 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-27T01:08:27.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:26 smithi042 bash[18488]: audit 2024-04-27T01:08:25.947960+0000 mon.a (mon.0) 96 : audit [INF] from='client.? 172.21.15.42:0/3906569669' entity='client.admin' 2024-04-27T01:08:27.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:26 smithi042 bash[18488]: audit 2024-04-27T01:08:26.453108+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:27.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:26 smithi042 bash[18488]: audit 2024-04-27T01:08:26.454410+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi042", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:08:27.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:26 smithi042 bash[18488]: audit 2024-04-27T01:08:26.458802+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:27.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:26 smithi042 bash[18488]: audit 2024-04-27T01:08:26.461333+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:08:27.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:26 smithi042 bash[18488]: audit 2024-04-27T01:08:26.468345+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:30.772 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi046 2024-04-27T01:08:30.772 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-27T01:08:30.772 DEBUG:teuthology.orchestra.run.smithi046:> dd of=/etc/ceph/ceph.conf 2024-04-27T01:08:30.778 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-27T01:08:30.778 DEBUG:teuthology.orchestra.run.smithi046:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:08:30.826 INFO:tasks.cephadm:Adding host smithi046 to orchestrator... 2024-04-27T01:08:30.826 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph orch host add smithi046 2024-04-27T01:08:31.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:31 smithi042 bash[18488]: audit 2024-04-27T01:08:30.112469+0000 mgr.y (mgr.14152) 8 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:08:31.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:31 smithi042 bash[18488]: audit 2024-04-27T01:08:30.117263+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:31.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:31 smithi042 bash[18488]: audit 2024-04-27T01:08:30.142175+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:08:31.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:31 smithi042 bash[18488]: audit 2024-04-27T01:08:30.143592+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:08:31.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:31 smithi042 bash[18488]: audit 2024-04-27T01:08:30.144573+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:08:31.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:31 smithi042 bash[18488]: cephadm 2024-04-27T01:08:30.145969+0000 mgr.y (mgr.14152) 9 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2024-04-27T01:08:31.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:31 smithi042 bash[18488]: cephadm 2024-04-27T01:08:30.225267+0000 mgr.y (mgr.14152) 10 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:08:31.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:31 smithi042 bash[18488]: audit 2024-04-27T01:08:30.306856+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:31.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:31 smithi042 bash[18488]: audit 2024-04-27T01:08:30.309009+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:33.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:33 smithi042 bash[18488]: cluster 2024-04-27T01:08:31.656374+0000 mgr.y (mgr.14152) 11 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:08:34.358 INFO:teuthology.orchestra.run.smithi042.stdout:Added host 'smithi046' with addr '172.21.15.46' 2024-04-27T01:08:34.553 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:34 smithi042 bash[18488]: audit 2024-04-27T01:08:33.320402+0000 mgr.y (mgr.14152) 12 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi046", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:08:34.926 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-27T01:08:35.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:35 smithi042 bash[18488]: cephadm 2024-04-27T01:08:33.656251+0000 mgr.y (mgr.14152) 13 : cephadm [INF] Deploying cephadm binary to smithi046 2024-04-27T01:08:35.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:35 smithi042 bash[18488]: cluster 2024-04-27T01:08:33.656735+0000 mgr.y (mgr.14152) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:08:35.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:35 smithi042 bash[18488]: audit 2024-04-27T01:08:34.366546+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:35.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:35 smithi042 bash[18488]: audit 2024-04-27T01:08:34.406319+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:08:35.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:35 smithi042 bash[18488]: audit 2024-04-27T01:08:34.408147+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:08:35.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:35 smithi042 bash[18488]: audit 2024-04-27T01:08:34.409135+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:08:35.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:35 smithi042 bash[18488]: audit 2024-04-27T01:08:34.655850+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:36.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:36 smithi042 bash[18488]: cephadm 2024-04-27T01:08:34.367149+0000 mgr.y (mgr.14152) 15 : cephadm [INF] Added host smithi046 2024-04-27T01:08:36.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:36 smithi042 bash[18488]: audit 2024-04-27T01:08:35.384961+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:36.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:36 smithi042 bash[18488]: audit 2024-04-27T01:08:35.885963+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:37.389 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-04-27T01:08:37.389 INFO:teuthology.orchestra.run.smithi042.stdout:[{"addr": "172.21.15.42", "hostname": "smithi042", "labels": [], "status": ""}, {"addr": "172.21.15.46", "hostname": "smithi046", "labels": [], "status": ""}] 2024-04-27T01:08:37.586 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:37 smithi042 bash[18488]: cluster 2024-04-27T01:08:35.657144+0000 mgr.y (mgr.14152) 16 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:08:37.959 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-27T01:08:37.959 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-27T01:08:39.585 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:39 smithi042 bash[18488]: audit 2024-04-27T01:08:37.398163+0000 mgr.y (mgr.14152) 17 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T01:08:39.586 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:39 smithi042 bash[18488]: cluster 2024-04-27T01:08:37.657608+0000 mgr.y (mgr.14152) 18 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:08:40.297 INFO:teuthology.orchestra.run.smithi042.stderr:adjusted tunables profile to default 2024-04-27T01:08:40.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:40 smithi042 bash[18488]: audit 2024-04-27T01:08:40.288315+0000 mon.a (mon.0) 115 : audit [INF] from='client.? 172.21.15.42:0/2199129438' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-27T01:08:40.852 INFO:tasks.cephadm:Adding mon.a on smithi042 2024-04-27T01:08:40.853 INFO:tasks.cephadm:Adding mon.c on smithi042 2024-04-27T01:08:40.853 INFO:tasks.cephadm:Adding mon.b on smithi046 2024-04-27T01:08:40.853 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph orch apply mon '3;smithi042:172.21.15.42=a;smithi042:[v2:172.21.15.42:3301,v1:172.21.15.42:6790]=c;smithi046:172.21.15.46=b' 2024-04-27T01:08:41.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:41 smithi042 bash[18488]: cluster 2024-04-27T01:08:39.658072+0000 mgr.y (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:08:41.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:41 smithi042 bash[18488]: audit 2024-04-27T01:08:40.303046+0000 mon.a (mon.0) 116 : audit [INF] from='client.? 172.21.15.42:0/2199129438' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-27T01:08:41.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:41 smithi042 bash[18488]: cluster 2024-04-27T01:08:40.303150+0000 mon.a (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-27T01:08:41.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:41 smithi042 bash[18488]: audit 2024-04-27T01:08:40.715577+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:41.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:41 smithi042 bash[18488]: audit 2024-04-27T01:08:40.721460+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:41.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:41 smithi042 bash[18488]: audit 2024-04-27T01:08:40.722963+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:08:41.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:41 smithi042 bash[18488]: audit 2024-04-27T01:08:40.729966+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:43.419 INFO:teuthology.orchestra.run.smithi046.stdout:Scheduled mon update... 2024-04-27T01:08:43.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:43 smithi042 bash[18488]: cluster 2024-04-27T01:08:41.658487+0000 mgr.y (mgr.14152) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:08:44.054 DEBUG:teuthology.orchestra.run.smithi042:mon.c> sudo journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mon.c.service 2024-04-27T01:08:44.056 DEBUG:teuthology.orchestra.run.smithi046:mon.b> sudo journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mon.b.service 2024-04-27T01:08:44.058 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-27T01:08:44.058 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-27T01:08:44.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:44 smithi042 bash[18488]: audit 2024-04-27T01:08:43.417194+0000 mgr.y (mgr.14152) 21 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi042:172.21.15.42=a;smithi042:[v2:172.21.15.42:3301,v1:172.21.15.42:6790]=c;smithi046:172.21.15.46=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:08:44.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:44 smithi042 bash[18488]: cephadm 2024-04-27T01:08:43.423158+0000 mgr.y (mgr.14152) 22 : cephadm [INF] Saving service mon spec with placement smithi042:172.21.15.42=a;smithi042:[v2:172.21.15.42:3301,v1:172.21.15.42:6790]=c;smithi046:172.21.15.46=b;count:3 2024-04-27T01:08:44.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:44 smithi042 bash[18488]: audit 2024-04-27T01:08:43.427944+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:44.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:44 smithi042 bash[18488]: audit 2024-04-27T01:08:43.452382+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:08:44.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:44 smithi042 bash[18488]: audit 2024-04-27T01:08:43.455110+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:08:44.688 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:44 smithi042 bash[18488]: audit 2024-04-27T01:08:43.456904+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:08:44.688 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:44 smithi042 bash[18488]: cephadm 2024-04-27T01:08:43.459543+0000 mgr.y (mgr.14152) 23 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-27T01:08:44.688 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:44 smithi042 bash[18488]: cephadm 2024-04-27T01:08:43.588097+0000 mgr.y (mgr.14152) 24 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:08:44.688 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:44 smithi042 bash[18488]: cluster 2024-04-27T01:08:43.658859+0000 mgr.y (mgr.14152) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:08:44.688 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:44 smithi042 bash[18488]: audit 2024-04-27T01:08:43.805534+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:44.688 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:44 smithi042 bash[18488]: audit 2024-04-27T01:08:43.811303+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:44.688 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:44 smithi042 bash[18488]: audit 2024-04-27T01:08:43.814842+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:08:44.688 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:44 smithi042 bash[18488]: audit 2024-04-27T01:08:43.816760+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:08:44.688 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:44 smithi042 bash[18488]: cephadm 2024-04-27T01:08:43.818674+0000 mgr.y (mgr.14152) 26 : cephadm [INF] Deploying daemon mon.c on smithi042 2024-04-27T01:08:46.646 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-27T01:08:46.646 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":1,"fsid":"52cb9b7e-0432-11ef-bc93-c7b262605968","modified":"2024-04-27T01:07:08.861155Z","created":"2024-04-27T01:07:08.861155Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:3300","nonce":0},{"type":"v1","addr":"172.21.15.42:6789","nonce":0}]},"addr":"172.21.15.42:6789/0","public_addr":"172.21.15.42:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-27T01:08:46.648 INFO:teuthology.orchestra.run.smithi046.stderr:dumped monmap epoch 1 2024-04-27T01:08:47.034 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:46 smithi042 bash[18488]: cluster 2024-04-27T01:08:45.659315+0000 mgr.y (mgr.14152) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:08:47.034 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:46 smithi042 bash[18488]: audit 2024-04-27T01:08:46.655183+0000 mon.a (mon.0) 130 : audit [DBG] from='client.? 172.21.15.46:0/3176572848' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T01:08:47.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:47 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:08:47.872 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:47 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:08:47.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:47 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:08:47.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:47 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:08:47.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:47 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:08:47.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:47 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:08:47.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:47 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:08:48.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:47 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:08:48.124 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:08:47 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:08:48.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:47 smithi042 systemd[1]: Started Ceph mon.c for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:08:48.237 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-27T01:08:48.237 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-27T01:08:49.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.799+0000 7fa6ff584880 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-27T01:08:49.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.799+0000 7fa6ff584880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2024-04-27T01:08:49.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.799+0000 7fa6ff584880 0 pidfile_write: ignore empty --pid-file 2024-04-27T01:08:49.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.803+0000 7fa6ff584880 0 load: jerasure load: lrc 2024-04-27T01:08:49.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: RocksDB version: 6.15.5 2024-04-27T01:08:49.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-04-27T01:08:49.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Compile date Apr 18 2022 2024-04-27T01:08:49.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: DB SUMMARY 2024-04-27T01:08:49.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: DB Session ID: QBX2W06J69IDQAXGLTUY 2024-04-27T01:08:49.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: CURRENT file: CURRENT 2024-04-27T01:08:49.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: IDENTITY file: IDENTITY 2024-04-27T01:08:49.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2024-04-27T01:08:49.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-04-27T01:08:49.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-04-27T01:08:49.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.error_if_exists: 0 2024-04-27T01:08:49.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.create_if_missing: 0 2024-04-27T01:08:49.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.paranoid_checks: 1 2024-04-27T01:08:49.189 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-27T01:08:49.189 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.env: 0x55d5684c6860 2024-04-27T01:08:49.189 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.fs: Posix File System 2024-04-27T01:08:49.189 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.info_log: 0x55d569c7be00 2024-04-27T01:08:49.189 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-27T01:08:49.189 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.statistics: (nil) 2024-04-27T01:08:49.189 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.use_fsync: 0 2024-04-27T01:08:49.189 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_log_file_size: 0 2024-04-27T01:08:49.189 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-27T01:08:49.189 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-27T01:08:49.190 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-27T01:08:49.190 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-27T01:08:49.190 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.allow_fallocate: 1 2024-04-27T01:08:49.190 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-27T01:08:49.190 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-27T01:08:49.190 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.use_direct_reads: 0 2024-04-27T01:08:49.190 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-27T01:08:49.190 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.create_missing_column_families: 0 2024-04-27T01:08:49.191 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.db_log_dir: 2024-04-27T01:08:49.191 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-04-27T01:08:49.191 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-27T01:08:49.191 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-27T01:08:49.191 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-27T01:08:49.191 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-27T01:08:49.191 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-27T01:08:49.191 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-27T01:08:49.191 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.advise_random_on_open: 1 2024-04-27T01:08:49.191 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-27T01:08:49.191 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.write_buffer_manager: 0x55d569d6c300 2024-04-27T01:08:49.191 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-27T01:08:49.191 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-04-27T01:08:49.191 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-27T01:08:49.191 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-27T01:08:49.192 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.rate_limiter: (nil) 2024-04-27T01:08:49.192 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-27T01:08:49.192 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-27T01:08:49.192 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-27T01:08:49.192 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-27T01:08:49.192 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.unordered_write: 0 2024-04-27T01:08:49.192 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-27T01:08:49.192 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-27T01:08:49.192 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-27T01:08:49.192 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-27T01:08:49.192 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.row_cache: None 2024-04-27T01:08:49.192 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.wal_filter: None 2024-04-27T01:08:49.192 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-27T01:08:49.192 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-27T01:08:49.193 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.preserve_deletes: 0 2024-04-27T01:08:49.193 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.two_write_queues: 0 2024-04-27T01:08:49.193 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.manual_wal_flush: 0 2024-04-27T01:08:49.193 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.atomic_flush: 0 2024-04-27T01:08:49.193 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-27T01:08:49.193 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-27T01:08:49.193 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-27T01:08:49.193 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.log_readahead_size: 0 2024-04-27T01:08:49.193 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-27T01:08:49.193 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-27T01:08:49.193 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-27T01:08:49.193 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-27T01:08:49.193 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-27T01:08:49.193 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-27T01:08:49.194 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_background_jobs: 2 2024-04-27T01:08:49.194 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_background_compactions: -1 2024-04-27T01:08:49.194 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_subcompactions: 1 2024-04-27T01:08:49.194 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-27T01:08:49.194 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-27T01:08:49.194 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-27T01:08:49.194 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_total_wal_size: 0 2024-04-27T01:08:49.194 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-27T01:08:49.194 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-27T01:08:49.194 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-27T01:08:49.194 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-27T01:08:49.194 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_open_files: -1 2024-04-27T01:08:49.194 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.bytes_per_sync: 0 2024-04-27T01:08:49.194 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-27T01:08:49.195 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-27T01:08:49.195 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-27T01:08:49.195 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_background_flushes: -1 2024-04-27T01:08:49.195 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Compression algorithms supported: 2024-04-27T01:08:49.195 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-27T01:08:49.195 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: kZSTD supported: 0 2024-04-27T01:08:49.195 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: kXpressCompression supported: 0 2024-04-27T01:08:49.195 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-27T01:08:49.195 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: kLZ4Compression supported: 1 2024-04-27T01:08:49.195 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: kBZip2Compression supported: 0 2024-04-27T01:08:49.195 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: kZlibCompression supported: 1 2024-04-27T01:08:49.195 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: kSnappyCompression supported: 1 2024-04-27T01:08:49.195 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-27T01:08:49.195 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000003 2024-04-27T01:08:49.195 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-04-27T01:08:49.195 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-27T01:08:49.196 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.merge_operator: 2024-04-27T01:08:49.197 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.compaction_filter: None 2024-04-27T01:08:49.197 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.compaction_filter_factory: None 2024-04-27T01:08:49.197 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-27T01:08:49.197 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-27T01:08:49.197 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-27T01:08:49.197 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d569c49d00) 2024-04-27T01:08:49.197 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: cache_index_and_filter_blocks: 1 2024-04-27T01:08:49.197 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-27T01:08:49.197 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-27T01:08:49.197 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: pin_top_level_index_and_filter: 1 2024-04-27T01:08:49.197 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: index_type: 0 2024-04-27T01:08:49.198 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: data_block_index_type: 0 2024-04-27T01:08:49.198 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: index_shortening: 1 2024-04-27T01:08:49.198 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: data_block_hash_table_util_ratio: 0.750000 2024-04-27T01:08:49.198 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: hash_index_allow_collision: 1 2024-04-27T01:08:49.198 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: checksum: 1 2024-04-27T01:08:49.198 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: no_block_cache: 0 2024-04-27T01:08:49.198 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: block_cache: 0x55d569cb0170 2024-04-27T01:08:49.198 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: block_cache_name: BinnedLRUCache 2024-04-27T01:08:49.198 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: block_cache_options: 2024-04-27T01:08:49.198 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: capacity : 536870912 2024-04-27T01:08:49.198 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: num_shard_bits : 4 2024-04-27T01:08:49.198 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: strict_capacity_limit : 0 2024-04-27T01:08:49.198 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: high_pri_pool_ratio: 0.000 2024-04-27T01:08:49.198 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: block_cache_compressed: (nil) 2024-04-27T01:08:49.199 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: persistent_cache: (nil) 2024-04-27T01:08:49.199 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: block_size: 4096 2024-04-27T01:08:49.199 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: block_size_deviation: 10 2024-04-27T01:08:49.199 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: block_restart_interval: 16 2024-04-27T01:08:49.199 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: index_block_restart_interval: 1 2024-04-27T01:08:49.199 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: metadata_block_size: 4096 2024-04-27T01:08:49.199 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: partition_filters: 0 2024-04-27T01:08:49.199 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: use_delta_encoding: 1 2024-04-27T01:08:49.199 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: filter_policy: rocksdb.BuiltinBloomFilter 2024-04-27T01:08:49.199 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: whole_key_filtering: 1 2024-04-27T01:08:49.199 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: verify_compression: 0 2024-04-27T01:08:49.199 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: read_amp_bytes_per_bit: 0 2024-04-27T01:08:49.199 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: format_version: 4 2024-04-27T01:08:49.199 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: enable_index_compression: 1 2024-04-27T01:08:49.200 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: block_align: 0 2024-04-27T01:08:49.200 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-27T01:08:49.200 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-27T01:08:49.200 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.compression: NoCompression 2024-04-27T01:08:49.200 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-27T01:08:49.200 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-27T01:08:49.200 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-27T01:08:49.200 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.num_levels: 7 2024-04-27T01:08:49.200 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-27T01:08:49.200 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-27T01:08:49.200 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-27T01:08:49.200 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-27T01:08:49.200 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-27T01:08:49.200 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-27T01:08:49.200 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-27T01:08:49.201 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-27T01:08:49.201 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-27T01:08:49.201 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-27T01:08:49.201 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-27T01:08:49.201 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.compression_opts.level: 32767 2024-04-27T01:08:49.201 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-27T01:08:49.201 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-27T01:08:49.201 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-27T01:08:49.201 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-27T01:08:49.201 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.compression_opts.enabled: false 2024-04-27T01:08:49.201 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-27T01:08:49.201 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-27T01:08:49.201 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-27T01:08:49.201 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-27T01:08:49.201 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-27T01:08:49.201 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-27T01:08:49.202 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-27T01:08:49.202 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-27T01:08:49.202 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-27T01:08:49.202 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-27T01:08:49.202 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-27T01:08:49.202 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-27T01:08:49.202 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-27T01:08:49.202 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-27T01:08:49.202 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-27T01:08:49.202 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-27T01:08:49.202 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-27T01:08:49.202 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.arena_block_size: 4194304 2024-04-27T01:08:49.202 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-27T01:08:49.202 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-27T01:08:49.203 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-04-27T01:08:49.203 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-27T01:08:49.203 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-27T01:08:49.203 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-27T01:08:49.203 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-27T01:08:49.203 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-27T01:08:49.203 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-27T01:08:49.203 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-27T01:08:49.203 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-27T01:08:49.203 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-27T01:08:49.203 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-27T01:08:49.203 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-27T01:08:49.203 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.table_properties_collectors: 2024-04-27T01:08:49.203 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.inplace_update_support: 0 2024-04-27T01:08:49.204 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-27T01:08:49.204 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-27T01:08:49.204 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-27T01:08:49.204 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-27T01:08:49.204 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.bloom_locality: 0 2024-04-27T01:08:49.204 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.max_successive_merges: 0 2024-04-27T01:08:49.204 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-27T01:08:49.204 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-27T01:08:49.204 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.force_consistency_checks: 1 2024-04-27T01:08:49.204 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-27T01:08:49.204 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.ttl: 2592000 2024-04-27T01:08:49.204 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-27T01:08:49.204 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.enable_blob_files: false 2024-04-27T01:08:49.204 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.min_blob_size: 0 2024-04-27T01:08:49.204 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.blob_file_size: 268435456 2024-04-27T01:08:49.205 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-27T01:08:49.205 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-27T01:08:49.205 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.807+0000 7fa6ff584880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-27T01:08:49.205 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.811+0000 7fa6ff584880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-27T01:08:49.205 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.811+0000 7fa6ff584880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2024-04-27T01:08:49.205 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.811+0000 7fa6ff584880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 7 2024-04-27T01:08:49.205 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.811+0000 7fa6ff584880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714180128814820, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-27T01:08:49.205 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.811+0000 7fa6ff584880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2024-04-27T01:08:49.205 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.811+0000 7fa6ff584880 3 rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-04-27T01:08:49.205 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.811+0000 7fa6ff584880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714180128815194, "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": 1714180128, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "fe697572-82ae-436f-949e-57853fa75d04", "db_session_id": "QBX2W06J69IDQAXGLTUY"}} 2024-04-27T01:08:49.205 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.811+0000 7fa6ff584880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 9 2024-04-27T01:08:49.205 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.811+0000 7fa6ff584880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714180128815593, "job": 1, "event": "recovery_finished"} 2024-04-27T01:08:49.205 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.811+0000 7fa6ff584880 4 rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-27T01:08:49.205 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.811+0000 7fa6ff584880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55d569c96a80 2024-04-27T01:08:49.206 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.811+0000 7fa6ff584880 4 rocksdb: DB pointer 0x55d569ca6000 2024-04-27T01:08:49.206 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.811+0000 7fa6ef30c700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-04-27T01:08:49.206 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.811+0000 7fa6ef30c700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-04-27T01:08:49.206 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: ** DB Stats ** 2024-04-27T01:08:49.206 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T01:08:49.206 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-27T01:08:49.206 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-27T01:08:49.206 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-27T01:08:49.206 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-27T01:08:49.206 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-04-27T01:08:49.206 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-27T01:08:49.206 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: ** Compaction Stats [default] ** 2024-04-27T01:08:49.206 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-04-27T01:08:49.206 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-27T01:08:49.207 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 2024-04-27T01:08:49.207 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 2024-04-27T01:08:49.207 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 2024-04-27T01:08:49.207 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: ** Compaction Stats [default] ** 2024-04-27T01:08:49.207 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-04-27T01:08:49.207 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-27T01:08:49.207 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.2 0.00 0.00 1 0.000 0 0 2024-04-27T01:08:49.207 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T01:08:49.207 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-27T01:08:49.207 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-27T01:08:49.207 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: AddFile(Total Files): cumulative 0, interval 0 2024-04-27T01:08:49.207 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-27T01:08:49.207 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: AddFile(Keys): cumulative 0, interval 0 2024-04-27T01:08:49.207 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Cumulative compaction: 0.00 GB write, 0.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T01:08:49.207 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Interval compaction: 0.00 GB write, 0.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T01:08:49.208 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-27T01:08:49.208 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: ** File Read Latency Histogram By Level [default] ** 2024-04-27T01:08:49.208 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: ** Compaction Stats [default] ** 2024-04-27T01:08:49.208 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-04-27T01:08:49.208 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-27T01:08:49.208 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 2024-04-27T01:08:49.208 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 2024-04-27T01:08:49.208 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-04-27T01:08:49.208 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: ** Compaction Stats [default] ** 2024-04-27T01:08:49.208 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-04-27T01:08:49.208 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-27T01:08:49.208 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.2 0.00 0.00 1 0.000 0 0 2024-04-27T01:08:49.208 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T01:08:49.208 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-27T01:08:49.209 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-27T01:08:49.209 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: AddFile(Total Files): cumulative 0, interval 0 2024-04-27T01:08:49.209 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-27T01:08:49.209 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: AddFile(Keys): cumulative 0, interval 0 2024-04-27T01:08:49.209 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Cumulative compaction: 0.00 GB write, 0.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T01:08:49.209 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T01:08:49.209 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-27T01:08:49.209 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: ** File Read Latency Histogram By Level [default] ** 2024-04-27T01:08:49.209 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.811+0000 7fa6ff584880 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-04-27T01:08:49.209 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.811+0000 7fa6ff584880 0 using public_addrv [v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0] 2024-04-27T01:08:49.209 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.811+0000 7fa6ff584880 0 starting mon.c rank -1 at public addrs [v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0] at bind addrs [v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:08:49.209 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.815+0000 7fa6ff584880 1 mon.c@-1(???) e0 preinit fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:08:49.209 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.827+0000 7fa6f2312700 0 mon.c@-1(synchronizing).mds e1 new map 2024-04-27T01:08:49.209 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.827+0000 7fa6f2312700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-04-27T01:08:49.210 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: e1 2024-04-27T01:08:49.210 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-27T01:08:49.210 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-04-27T01:08:49.210 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: legacy client fscid: -1 2024-04-27T01:08:49.210 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: 2024-04-27T01:08:49.210 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: No filesystems configured 2024-04-27T01:08:49.210 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.827+0000 7fa6f2312700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-27T01:08:49.210 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.827+0000 7fa6f2312700 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-27T01:08:49.210 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.827+0000 7fa6f2312700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-27T01:08:49.210 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.827+0000 7fa6f2312700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-27T01:08:49.210 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.827+0000 7fa6f2312700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-27T01:08:49.210 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.827+0000 7fa6f2312700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-27T01:08:49.210 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.827+0000 7fa6f2312700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-27T01:08:49.210 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.827+0000 7fa6f2312700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-27T01:08:49.211 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.827+0000 7fa6f2312700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-27T01:08:49.211 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.827+0000 7fa6f2312700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-27T01:08:49.211 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: cluster 2024-04-27T01:08:41.658487+0000 mgr.y (mgr.14152) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:08:49.211 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: audit 2024-04-27T01:08:43.417194+0000 mgr.y (mgr.14152) 21 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi042:172.21.15.42=a;smithi042:[v2:172.21.15.42:3301,v1:172.21.15.42:6790]=c;smithi046:172.21.15.46=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:08:49.211 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: cephadm 2024-04-27T01:08:43.423158+0000 mgr.y (mgr.14152) 22 : cephadm [INF] Saving service mon spec with placement smithi042:172.21.15.42=a;smithi042:[v2:172.21.15.42:3301,v1:172.21.15.42:6790]=c;smithi046:172.21.15.46=b;count:3 2024-04-27T01:08:49.211 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: audit 2024-04-27T01:08:43.427944+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:49.211 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: audit 2024-04-27T01:08:43.452382+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:08:49.211 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: audit 2024-04-27T01:08:43.455110+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:08:49.211 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: audit 2024-04-27T01:08:43.456904+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:08:49.211 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: cephadm 2024-04-27T01:08:43.459543+0000 mgr.y (mgr.14152) 23 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-27T01:08:49.211 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: cephadm 2024-04-27T01:08:43.588097+0000 mgr.y (mgr.14152) 24 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:08:49.211 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: cluster 2024-04-27T01:08:43.658859+0000 mgr.y (mgr.14152) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:08:49.211 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: audit 2024-04-27T01:08:43.805534+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:49.211 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: audit 2024-04-27T01:08:43.811303+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:49.212 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: audit 2024-04-27T01:08:43.814842+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:08:49.212 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: audit 2024-04-27T01:08:43.816760+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:08:49.212 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: cephadm 2024-04-27T01:08:43.818674+0000 mgr.y (mgr.14152) 26 : cephadm [INF] Deploying daemon mon.c on smithi042 2024-04-27T01:08:49.212 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: cluster 2024-04-27T01:08:45.659315+0000 mgr.y (mgr.14152) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:08:49.212 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: audit 2024-04-27T01:08:46.655183+0000 mon.a (mon.0) 130 : audit [DBG] from='client.? 172.21.15.46:0/3176572848' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T01:08:49.212 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:48 smithi042 bash[23616]: debug 2024-04-27T01:08:48.827+0000 7fa6f2312700 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-04-27T01:08:53.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:08:53 smithi046 bash[18464]: debug 2024-04-27T01:08:53.782+0000 7f82fc1c3700 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-04-27T01:08:54.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[18488]: audit 2024-04-27T01:08:48.839805+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:08:54.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[18488]: cluster 2024-04-27T01:08:48.839965+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2024-04-27T01:08:54.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[18488]: audit 2024-04-27T01:08:48.862870+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:08:54.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[18488]: cluster 2024-04-27T01:08:49.660190+0000 mgr.y (mgr.14152) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:08:54.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[18488]: audit 2024-04-27T01:08:49.837759+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:08:54.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[18488]: audit 2024-04-27T01:08:50.838170+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:08:54.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[18488]: cluster 2024-04-27T01:08:50.840143+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-27T01:08:54.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[18488]: cluster 2024-04-27T01:08:51.660722+0000 mgr.y (mgr.14152) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:08:54.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[18488]: audit 2024-04-27T01:08:51.838149+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:08:54.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[18488]: audit 2024-04-27T01:08:52.838394+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:08:54.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[18488]: audit 2024-04-27T01:08:53.790966+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:08:54.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[18488]: audit 2024-04-27T01:08:53.839023+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:08:54.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[18488]: cluster 2024-04-27T01:08:53.884031+0000 mon.a (mon.0) 144 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-27T01:08:54.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[18488]: cluster 2024-04-27T01:08:53.889927+0000 mon.a (mon.0) 145 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} 2024-04-27T01:08:54.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[18488]: cluster 2024-04-27T01:08:53.890060+0000 mon.a (mon.0) 146 : cluster [DBG] fsmap 2024-04-27T01:08:54.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[18488]: cluster 2024-04-27T01:08:53.890118+0000 mon.a (mon.0) 147 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-27T01:08:54.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[18488]: cluster 2024-04-27T01:08:53.890476+0000 mon.a (mon.0) 148 : cluster [DBG] mgrmap e13: y(active, since 42s) 2024-04-27T01:08:54.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[18488]: cluster 2024-04-27T01:08:53.898011+0000 mon.a (mon.0) 149 : cluster [INF] overall HEALTH_OK 2024-04-27T01:08:54.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[18488]: audit 2024-04-27T01:08:53.903032+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:54.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[18488]: audit 2024-04-27T01:08:53.905908+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:08:54.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[18488]: audit 2024-04-27T01:08:53.908812+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:08:54.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[18488]: audit 2024-04-27T01:08:53.910711+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:08:54.189 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[23616]: audit 2024-04-27T01:08:48.839805+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:08:54.189 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[23616]: cluster 2024-04-27T01:08:48.839965+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2024-04-27T01:08:54.189 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[23616]: audit 2024-04-27T01:08:48.862870+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:08:54.189 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[23616]: cluster 2024-04-27T01:08:49.660190+0000 mgr.y (mgr.14152) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:08:54.189 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[23616]: audit 2024-04-27T01:08:49.837759+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:08:54.189 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[23616]: audit 2024-04-27T01:08:50.838170+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:08:54.189 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[23616]: cluster 2024-04-27T01:08:50.840143+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-27T01:08:54.189 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[23616]: cluster 2024-04-27T01:08:51.660722+0000 mgr.y (mgr.14152) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:08:54.189 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[23616]: audit 2024-04-27T01:08:51.838149+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:08:54.189 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[23616]: audit 2024-04-27T01:08:52.838394+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:08:54.189 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[23616]: audit 2024-04-27T01:08:53.790966+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:08:54.190 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[23616]: audit 2024-04-27T01:08:53.839023+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:08:54.190 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[23616]: cluster 2024-04-27T01:08:53.884031+0000 mon.a (mon.0) 144 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-27T01:08:54.190 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[23616]: cluster 2024-04-27T01:08:53.889927+0000 mon.a (mon.0) 145 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} 2024-04-27T01:08:54.190 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[23616]: cluster 2024-04-27T01:08:53.890060+0000 mon.a (mon.0) 146 : cluster [DBG] fsmap 2024-04-27T01:08:54.190 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[23616]: cluster 2024-04-27T01:08:53.890118+0000 mon.a (mon.0) 147 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-27T01:08:54.190 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[23616]: cluster 2024-04-27T01:08:53.890476+0000 mon.a (mon.0) 148 : cluster [DBG] mgrmap e13: y(active, since 42s) 2024-04-27T01:08:54.190 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[23616]: cluster 2024-04-27T01:08:53.898011+0000 mon.a (mon.0) 149 : cluster [INF] overall HEALTH_OK 2024-04-27T01:08:54.190 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[23616]: audit 2024-04-27T01:08:53.903032+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:08:54.190 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[23616]: audit 2024-04-27T01:08:53.905908+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:08:54.190 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[23616]: audit 2024-04-27T01:08:53.908812+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:08:54.190 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:53 smithi042 bash[23616]: audit 2024-04-27T01:08:53.910711+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:08:54.682 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-27T01:08:54.682 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":2,"fsid":"52cb9b7e-0432-11ef-bc93-c7b262605968","modified":"2024-04-27T01:08:48.837551Z","created":"2024-04-27T01:07:08.861155Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:3300","nonce":0},{"type":"v1","addr":"172.21.15.42:6789","nonce":0}]},"addr":"172.21.15.42:6789/0","public_addr":"172.21.15.42:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:3301","nonce":0},{"type":"v1","addr":"172.21.15.42:6790","nonce":0}]},"addr":"172.21.15.42:6790/0","public_addr":"172.21.15.42:6790/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-27T01:08:54.685 INFO:teuthology.orchestra.run.smithi046.stderr:dumped monmap epoch 2 2024-04-27T01:08:55.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:54 smithi042 bash[18488]: cluster 2024-04-27T01:08:53.661248+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:08:55.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:54 smithi042 bash[18488]: audit 2024-04-27T01:08:54.691437+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.46:0/612238876' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T01:08:55.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:54 smithi042 bash[18488]: audit 2024-04-27T01:08:54.790545+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:08:55.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:08:54 smithi042 bash[18488]: audit 2024-04-27T01:08:54.838982+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:08:55.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:54 smithi042 bash[23616]: cluster 2024-04-27T01:08:53.661248+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:08:55.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:54 smithi042 bash[23616]: audit 2024-04-27T01:08:54.691437+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.46:0/612238876' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T01:08:55.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:54 smithi042 bash[23616]: audit 2024-04-27T01:08:54.790545+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:08:55.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:08:54 smithi042 bash[23616]: audit 2024-04-27T01:08:54.838982+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:08:56.360 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-27T01:08:56.360 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-27T01:09:01.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: cluster 2024-04-27T01:08:55.661697+0000 mgr.y (mgr.14152) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:01.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: audit 2024-04-27T01:08:55.797951+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:09:01.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: cluster 2024-04-27T01:08:55.798539+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-27T01:09:01.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: cluster 2024-04-27T01:08:55.798615+0000 mon.a (mon.0) 159 : cluster [INF] mon.a calling monitor election 2024-04-27T01:09:01.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: audit 2024-04-27T01:08:55.800639+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:01.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: audit 2024-04-27T01:08:55.800985+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:09:01.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: audit 2024-04-27T01:08:56.790645+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:01.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: cluster 2024-04-27T01:08:57.662162+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:01.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: audit 2024-04-27T01:08:57.791762+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:01.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: audit 2024-04-27T01:08:58.791430+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:01.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: cluster 2024-04-27T01:08:59.662530+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:01.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: audit 2024-04-27T01:08:59.791817+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:01.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: audit 2024-04-27T01:09:00.791792+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:01.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: cluster 2024-04-27T01:09:00.800755+0000 mon.a (mon.0) 167 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-27T01:09:01.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: cluster 2024-04-27T01:09:00.806458+0000 mon.a (mon.0) 168 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],b=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} 2024-04-27T01:09:01.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: cluster 2024-04-27T01:09:00.806649+0000 mon.a (mon.0) 169 : cluster [DBG] fsmap 2024-04-27T01:09:01.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: cluster 2024-04-27T01:09:00.806738+0000 mon.a (mon.0) 170 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-27T01:09:01.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: cluster 2024-04-27T01:09:00.807061+0000 mon.a (mon.0) 171 : cluster [DBG] mgrmap e13: y(active, since 49s) 2024-04-27T01:09:01.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: cluster 2024-04-27T01:09:00.807509+0000 mon.a (mon.0) 172 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-04-27T01:09:01.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: cluster 2024-04-27T01:09:00.816885+0000 mon.a (mon.0) 173 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-04-27T01:09:01.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: cluster 2024-04-27T01:09:00.816935+0000 mon.a (mon.0) 174 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-04-27T01:09:01.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: cluster 2024-04-27T01:09:00.816965+0000 mon.a (mon.0) 175 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] is down (out of quorum) 2024-04-27T01:09:01.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: audit 2024-04-27T01:09:00.821863+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:01.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: audit 2024-04-27T01:09:00.827674+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:01.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[23616]: audit 2024-04-27T01:09:00.836450+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:01.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: cluster 2024-04-27T01:08:55.661697+0000 mgr.y (mgr.14152) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:01.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: audit 2024-04-27T01:08:55.797951+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:09:01.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: cluster 2024-04-27T01:08:55.798539+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-27T01:09:01.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: cluster 2024-04-27T01:08:55.798615+0000 mon.a (mon.0) 159 : cluster [INF] mon.a calling monitor election 2024-04-27T01:09:01.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: audit 2024-04-27T01:08:55.800639+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:01.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: audit 2024-04-27T01:08:55.800985+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:09:01.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: audit 2024-04-27T01:08:56.790645+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:01.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: cluster 2024-04-27T01:08:57.662162+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:01.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: audit 2024-04-27T01:08:57.791762+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:01.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: audit 2024-04-27T01:08:58.791430+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:01.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: cluster 2024-04-27T01:08:59.662530+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:01.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: audit 2024-04-27T01:08:59.791817+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:01.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: audit 2024-04-27T01:09:00.791792+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:01.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: cluster 2024-04-27T01:09:00.800755+0000 mon.a (mon.0) 167 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-27T01:09:01.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: cluster 2024-04-27T01:09:00.806458+0000 mon.a (mon.0) 168 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],b=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} 2024-04-27T01:09:01.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: cluster 2024-04-27T01:09:00.806649+0000 mon.a (mon.0) 169 : cluster [DBG] fsmap 2024-04-27T01:09:01.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: cluster 2024-04-27T01:09:00.806738+0000 mon.a (mon.0) 170 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-27T01:09:01.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: cluster 2024-04-27T01:09:00.807061+0000 mon.a (mon.0) 171 : cluster [DBG] mgrmap e13: y(active, since 49s) 2024-04-27T01:09:01.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: cluster 2024-04-27T01:09:00.807509+0000 mon.a (mon.0) 172 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-04-27T01:09:01.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: cluster 2024-04-27T01:09:00.816885+0000 mon.a (mon.0) 173 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-04-27T01:09:01.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: cluster 2024-04-27T01:09:00.816935+0000 mon.a (mon.0) 174 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-04-27T01:09:01.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: cluster 2024-04-27T01:09:00.816965+0000 mon.a (mon.0) 175 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] is down (out of quorum) 2024-04-27T01:09:01.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: audit 2024-04-27T01:09:00.821863+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:01.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: audit 2024-04-27T01:09:00.827674+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:01.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:00 smithi042 bash[18488]: audit 2024-04-27T01:09:00.836450+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:01.831 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-27T01:09:01.831 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":3,"fsid":"52cb9b7e-0432-11ef-bc93-c7b262605968","modified":"2024-04-27T01:08:55.791270Z","created":"2024-04-27T01:07:08.861155Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:3300","nonce":0},{"type":"v1","addr":"172.21.15.42:6789","nonce":0}]},"addr":"172.21.15.42:6789/0","public_addr":"172.21.15.42:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:3301","nonce":0},{"type":"v1","addr":"172.21.15.42:6790","nonce":0}]},"addr":"172.21.15.42:6790/0","public_addr":"172.21.15.42:6790/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-27T01:09:01.834 INFO:teuthology.orchestra.run.smithi046.stderr:dumped monmap epoch 3 2024-04-27T01:09:02.258 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:02 smithi042 bash[23616]: cephadm 2024-04-27T01:09:00.828969+0000 mgr.y (mgr.14152) 36 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2024-04-27T01:09:02.258 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:02 smithi042 bash[23616]: cephadm 2024-04-27T01:09:00.837745+0000 mgr.y (mgr.14152) 37 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-27T01:09:02.258 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:02 smithi042 bash[23616]: audit 2024-04-27T01:09:01.000731+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:02.258 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:02 smithi042 bash[23616]: audit 2024-04-27T01:09:01.008175+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:02.258 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:02 smithi042 bash[23616]: audit 2024-04-27T01:09:01.012332+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:02.258 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:02 smithi042 bash[23616]: cephadm 2024-04-27T01:09:01.013923+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-27T01:09:02.258 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:02 smithi042 bash[23616]: audit 2024-04-27T01:09:01.014293+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:09:02.258 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:02 smithi042 bash[23616]: audit 2024-04-27T01:09:01.015331+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T01:09:02.258 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:02 smithi042 bash[23616]: audit 2024-04-27T01:09:01.016339+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:02.258 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:02 smithi042 bash[23616]: cephadm 2024-04-27T01:09:01.017471+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Reconfiguring daemon mon.a on smithi042 2024-04-27T01:09:02.259 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:02 smithi042 bash[23616]: audit 2024-04-27T01:09:01.792446+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:02.259 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:02 smithi042 bash[23616]: audit 2024-04-27T01:09:01.840049+0000 mon.a (mon.0) 186 : audit [DBG] from='client.? 172.21.15.46:0/1828338588' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T01:09:02.259 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:01 smithi042 bash[18488]: cephadm 2024-04-27T01:09:00.828969+0000 mgr.y (mgr.14152) 36 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2024-04-27T01:09:02.259 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:02 smithi042 bash[18488]: cephadm 2024-04-27T01:09:00.837745+0000 mgr.y (mgr.14152) 37 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-27T01:09:02.259 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:02 smithi042 bash[18488]: audit 2024-04-27T01:09:01.000731+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:02.259 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:02 smithi042 bash[18488]: audit 2024-04-27T01:09:01.008175+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:02.259 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:02 smithi042 bash[18488]: audit 2024-04-27T01:09:01.012332+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:02.259 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:02 smithi042 bash[18488]: cephadm 2024-04-27T01:09:01.013923+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-27T01:09:02.259 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:02 smithi042 bash[18488]: audit 2024-04-27T01:09:01.014293+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:09:02.259 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:02 smithi042 bash[18488]: audit 2024-04-27T01:09:01.015331+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T01:09:02.259 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:02 smithi042 bash[18488]: audit 2024-04-27T01:09:01.016339+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:02.259 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:02 smithi042 bash[18488]: cephadm 2024-04-27T01:09:01.017471+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Reconfiguring daemon mon.a on smithi042 2024-04-27T01:09:02.259 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:02 smithi042 bash[18488]: audit 2024-04-27T01:09:01.792446+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:02.260 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:02 smithi042 bash[18488]: audit 2024-04-27T01:09:01.840049+0000 mon.a (mon.0) 186 : audit [DBG] from='client.? 172.21.15.46:0/1828338588' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T01:09:02.431 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-27T01:09:02.431 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-27T01:09:03.178 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:08:48.839805+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:09:03.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:08:48.839965+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2024-04-27T01:09:03.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:08:48.862870+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:09:03.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:08:49.660190+0000 mgr.y (mgr.14152) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:03.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:08:49.837759+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:09:03.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:08:50.838170+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:09:03.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:08:50.840143+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-27T01:09:03.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:08:51.660722+0000 mgr.y (mgr.14152) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:03.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:08:51.838149+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:09:03.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:08:52.838394+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:09:03.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:08:53.790966+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:03.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:08:53.839023+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:09:03.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:08:53.884031+0000 mon.a (mon.0) 144 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-27T01:09:03.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:08:53.889927+0000 mon.a (mon.0) 145 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} 2024-04-27T01:09:03.180 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:08:53.890060+0000 mon.a (mon.0) 146 : cluster [DBG] fsmap 2024-04-27T01:09:03.180 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:08:53.890118+0000 mon.a (mon.0) 147 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-27T01:09:03.180 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:08:53.890476+0000 mon.a (mon.0) 148 : cluster [DBG] mgrmap e13: y(active, since 42s) 2024-04-27T01:09:03.180 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:08:53.898011+0000 mon.a (mon.0) 149 : cluster [INF] overall HEALTH_OK 2024-04-27T01:09:03.180 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:08:53.903032+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:03.180 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:08:53.905908+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:09:03.180 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:08:53.908812+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:03.180 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:08:53.910711+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:09:03.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:08:53.661248+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:03.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:08:54.691437+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.46:0/612238876' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T01:09:03.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:08:54.790545+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:03.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:08:54.838982+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:09:03.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:08:55.661697+0000 mgr.y (mgr.14152) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:03.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:08:55.797951+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:09:03.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:08:55.798539+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-27T01:09:03.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:08:55.798615+0000 mon.a (mon.0) 159 : cluster [INF] mon.a calling monitor election 2024-04-27T01:09:03.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:08:55.800639+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:03.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:08:55.800985+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:09:03.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:08:56.790645+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:03.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:08:57.662162+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:03.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:08:57.791762+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:03.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:08:58.791430+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:03.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:08:59.662530+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:03.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:08:59.791817+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:03.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:09:00.791792+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:03.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:09:00.800755+0000 mon.a (mon.0) 167 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-27T01:09:03.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:09:00.806458+0000 mon.a (mon.0) 168 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],b=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} 2024-04-27T01:09:03.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:09:00.806649+0000 mon.a (mon.0) 169 : cluster [DBG] fsmap 2024-04-27T01:09:03.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:09:00.806738+0000 mon.a (mon.0) 170 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-27T01:09:03.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:09:00.807061+0000 mon.a (mon.0) 171 : cluster [DBG] mgrmap e13: y(active, since 49s) 2024-04-27T01:09:03.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:09:00.807509+0000 mon.a (mon.0) 172 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-04-27T01:09:03.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:09:00.816885+0000 mon.a (mon.0) 173 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-04-27T01:09:03.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:09:00.816935+0000 mon.a (mon.0) 174 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-04-27T01:09:03.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cluster 2024-04-27T01:09:00.816965+0000 mon.a (mon.0) 175 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] is down (out of quorum) 2024-04-27T01:09:03.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:09:00.821863+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:03.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:09:00.827674+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:03.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:09:00.836450+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:03.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cephadm 2024-04-27T01:09:00.828969+0000 mgr.y (mgr.14152) 36 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2024-04-27T01:09:03.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cephadm 2024-04-27T01:09:00.837745+0000 mgr.y (mgr.14152) 37 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-27T01:09:03.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:09:01.000731+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:03.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:09:01.008175+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:03.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:09:01.012332+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:03.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cephadm 2024-04-27T01:09:01.013923+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-27T01:09:03.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:09:01.014293+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:09:03.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:09:01.015331+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T01:09:03.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:09:01.016339+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:03.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: cephadm 2024-04-27T01:09:01.017471+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Reconfiguring daemon mon.a on smithi042 2024-04-27T01:09:03.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:09:01.792446+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:03.184 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:02 smithi046 bash[18464]: audit 2024-04-27T01:09:01.840049+0000 mon.a (mon.0) 186 : audit [DBG] from='client.? 172.21.15.46:0/1828338588' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T01:09:03.646 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:03 smithi046 bash[18464]: cluster 2024-04-27T01:08:57.793526+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-27T01:09:03.647 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:03 smithi046 bash[18464]: cephadm 2024-04-27T01:09:02.652775+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-27T01:09:03.647 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:03 smithi046 bash[18464]: cephadm 2024-04-27T01:09:02.655643+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring daemon mon.c on smithi042 2024-04-27T01:09:03.647 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:03 smithi046 bash[18464]: cluster 2024-04-27T01:09:02.814243+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-04-27T01:09:03.647 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:03 smithi046 bash[18464]: cluster 2024-04-27T01:09:02.814649+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-04-27T01:09:03.647 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:03 smithi046 bash[18464]: cluster 2024-04-27T01:09:02.814705+0000 mon.a (mon.0) 192 : cluster [INF] mon.a calling monitor election 2024-04-27T01:09:03.647 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:03 smithi046 bash[18464]: cluster 2024-04-27T01:09:02.859140+0000 mon.a (mon.0) 193 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-27T01:09:03.647 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:03 smithi046 bash[18464]: cluster 2024-04-27T01:09:02.862826+0000 mon.a (mon.0) 194 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],b=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} 2024-04-27T01:09:03.647 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:03 smithi046 bash[18464]: cluster 2024-04-27T01:09:02.862867+0000 mon.a (mon.0) 195 : cluster [DBG] fsmap 2024-04-27T01:09:03.647 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:03 smithi046 bash[18464]: cluster 2024-04-27T01:09:02.862888+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-27T01:09:03.647 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:03 smithi046 bash[18464]: cluster 2024-04-27T01:09:02.863015+0000 mon.a (mon.0) 197 : cluster [DBG] mgrmap e13: y(active, since 51s) 2024-04-27T01:09:03.647 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:03 smithi046 bash[18464]: cluster 2024-04-27T01:09:02.863150+0000 mon.a (mon.0) 198 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-04-27T01:09:03.647 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:03 smithi046 bash[18464]: cluster 2024-04-27T01:09:02.863168+0000 mon.a (mon.0) 199 : cluster [INF] Cluster is now healthy 2024-04-27T01:09:03.647 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:03 smithi046 bash[18464]: cluster 2024-04-27T01:09:02.866946+0000 mon.a (mon.0) 200 : cluster [INF] overall HEALTH_OK 2024-04-27T01:09:03.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[23616]: cluster 2024-04-27T01:08:57.793526+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-27T01:09:03.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[23616]: cephadm 2024-04-27T01:09:02.652775+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-27T01:09:03.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[23616]: cephadm 2024-04-27T01:09:02.655643+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring daemon mon.c on smithi042 2024-04-27T01:09:03.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[23616]: cluster 2024-04-27T01:09:02.814243+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-04-27T01:09:03.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[23616]: cluster 2024-04-27T01:09:02.814649+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-04-27T01:09:03.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[23616]: cluster 2024-04-27T01:09:02.814705+0000 mon.a (mon.0) 192 : cluster [INF] mon.a calling monitor election 2024-04-27T01:09:03.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[23616]: cluster 2024-04-27T01:09:02.859140+0000 mon.a (mon.0) 193 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-27T01:09:03.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[23616]: cluster 2024-04-27T01:09:02.862826+0000 mon.a (mon.0) 194 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],b=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} 2024-04-27T01:09:03.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[23616]: cluster 2024-04-27T01:09:02.862867+0000 mon.a (mon.0) 195 : cluster [DBG] fsmap 2024-04-27T01:09:03.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[23616]: cluster 2024-04-27T01:09:02.862888+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-27T01:09:03.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[23616]: cluster 2024-04-27T01:09:02.863015+0000 mon.a (mon.0) 197 : cluster [DBG] mgrmap e13: y(active, since 51s) 2024-04-27T01:09:03.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[23616]: cluster 2024-04-27T01:09:02.863150+0000 mon.a (mon.0) 198 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-04-27T01:09:03.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[23616]: cluster 2024-04-27T01:09:02.863168+0000 mon.a (mon.0) 199 : cluster [INF] Cluster is now healthy 2024-04-27T01:09:03.938 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[23616]: cluster 2024-04-27T01:09:02.866946+0000 mon.a (mon.0) 200 : cluster [INF] overall HEALTH_OK 2024-04-27T01:09:03.938 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[18488]: cluster 2024-04-27T01:08:57.793526+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-27T01:09:03.938 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[18488]: cephadm 2024-04-27T01:09:02.652775+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-27T01:09:03.938 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[18488]: cephadm 2024-04-27T01:09:02.655643+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring daemon mon.c on smithi042 2024-04-27T01:09:03.938 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[18488]: cluster 2024-04-27T01:09:02.814243+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-04-27T01:09:03.938 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[18488]: cluster 2024-04-27T01:09:02.814649+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-04-27T01:09:03.938 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[18488]: cluster 2024-04-27T01:09:02.814705+0000 mon.a (mon.0) 192 : cluster [INF] mon.a calling monitor election 2024-04-27T01:09:03.938 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[18488]: cluster 2024-04-27T01:09:02.859140+0000 mon.a (mon.0) 193 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-27T01:09:03.938 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[18488]: cluster 2024-04-27T01:09:02.862826+0000 mon.a (mon.0) 194 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],b=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} 2024-04-27T01:09:03.938 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[18488]: cluster 2024-04-27T01:09:02.862867+0000 mon.a (mon.0) 195 : cluster [DBG] fsmap 2024-04-27T01:09:03.938 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[18488]: cluster 2024-04-27T01:09:02.862888+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-27T01:09:03.939 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[18488]: cluster 2024-04-27T01:09:02.863015+0000 mon.a (mon.0) 197 : cluster [DBG] mgrmap e13: y(active, since 51s) 2024-04-27T01:09:03.939 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[18488]: cluster 2024-04-27T01:09:02.863150+0000 mon.a (mon.0) 198 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-04-27T01:09:03.939 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[18488]: cluster 2024-04-27T01:09:02.863168+0000 mon.a (mon.0) 199 : cluster [INF] Cluster is now healthy 2024-04-27T01:09:03.939 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:03 smithi042 bash[18488]: cluster 2024-04-27T01:09:02.866946+0000 mon.a (mon.0) 200 : cluster [INF] overall HEALTH_OK 2024-04-27T01:09:04.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:04 smithi046 bash[18464]: cluster 2024-04-27T01:09:03.663299+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:04.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:04 smithi046 bash[18464]: audit 2024-04-27T01:09:03.791818+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:04.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:04 smithi046 bash[18464]: audit 2024-04-27T01:09:04.593421+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:04.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:04 smithi046 bash[18464]: audit 2024-04-27T01:09:04.594887+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:09:04.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:04 smithi046 bash[18464]: audit 2024-04-27T01:09:04.595767+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T01:09:04.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:04 smithi046 bash[18464]: audit 2024-04-27T01:09:04.596633+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:04.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:04 smithi042 bash[18488]: cluster 2024-04-27T01:09:03.663299+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:04.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:04 smithi042 bash[18488]: audit 2024-04-27T01:09:03.791818+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:04.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:04 smithi042 bash[18488]: audit 2024-04-27T01:09:04.593421+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:04.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:04 smithi042 bash[18488]: audit 2024-04-27T01:09:04.594887+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:09:04.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:04 smithi042 bash[18488]: audit 2024-04-27T01:09:04.595767+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T01:09:04.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:04 smithi042 bash[18488]: audit 2024-04-27T01:09:04.596633+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:04.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:04 smithi042 bash[23616]: cluster 2024-04-27T01:09:03.663299+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:04.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:04 smithi042 bash[23616]: audit 2024-04-27T01:09:03.791818+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:09:04.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:04 smithi042 bash[23616]: audit 2024-04-27T01:09:04.593421+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:04.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:04 smithi042 bash[23616]: audit 2024-04-27T01:09:04.594887+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:09:04.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:04 smithi042 bash[23616]: audit 2024-04-27T01:09:04.595767+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T01:09:04.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:04 smithi042 bash[23616]: audit 2024-04-27T01:09:04.596633+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:05.603 INFO:teuthology.orchestra.run.smithi042.stdout:# minimal ceph.conf for 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:09:05.603 INFO:teuthology.orchestra.run.smithi042.stdout:[global] 2024-04-27T01:09:05.603 INFO:teuthology.orchestra.run.smithi042.stdout: fsid = 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:09:05.603 INFO:teuthology.orchestra.run.smithi042.stdout: mon_host = [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] [v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0] 2024-04-27T01:09:05.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:05 smithi042 bash[18488]: cephadm 2024-04-27T01:09:04.594558+0000 mgr.y (mgr.14152) 44 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-27T01:09:05.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:05 smithi042 bash[18488]: cephadm 2024-04-27T01:09:04.597596+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring daemon mon.b on smithi046 2024-04-27T01:09:05.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:05 smithi042 bash[18488]: audit 2024-04-27T01:09:05.612536+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.42:0/839873680' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:05.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:05 smithi042 bash[23616]: cephadm 2024-04-27T01:09:04.594558+0000 mgr.y (mgr.14152) 44 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-27T01:09:05.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:05 smithi042 bash[23616]: cephadm 2024-04-27T01:09:04.597596+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring daemon mon.b on smithi046 2024-04-27T01:09:05.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:05 smithi042 bash[23616]: audit 2024-04-27T01:09:05.612536+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.42:0/839873680' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:06.158 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:05 smithi046 bash[18464]: cephadm 2024-04-27T01:09:04.594558+0000 mgr.y (mgr.14152) 44 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-27T01:09:06.158 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:05 smithi046 bash[18464]: cephadm 2024-04-27T01:09:04.597596+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring daemon mon.b on smithi046 2024-04-27T01:09:06.158 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:05 smithi046 bash[18464]: audit 2024-04-27T01:09:05.612536+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.42:0/839873680' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:06.224 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-27T01:09:06.224 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-04-27T01:09:06.224 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/etc/ceph/ceph.conf 2024-04-27T01:09:06.237 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-04-27T01:09:06.237 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:09:06.291 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-27T01:09:06.291 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/ceph/ceph.conf 2024-04-27T01:09:06.303 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-27T01:09:06.304 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:09:06.357 INFO:tasks.cephadm:Adding mgr.y on smithi042 2024-04-27T01:09:06.357 INFO:tasks.cephadm:Adding mgr.x on smithi046 2024-04-27T01:09:06.357 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph orch apply mgr '2;smithi042=y;smithi046=x' 2024-04-27T01:09:07.427 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:07 smithi046 bash[18464]: cluster 2024-04-27T01:09:05.663552+0000 mgr.y (mgr.14152) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:07.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:07 smithi046 bash[18464]: audit 2024-04-27T01:09:06.182583+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:07.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:07 smithi046 bash[18464]: audit 2024-04-27T01:09:06.184931+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:09:07.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:07 smithi046 bash[18464]: audit 2024-04-27T01:09:06.187556+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:07.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:07 smithi046 bash[18464]: audit 2024-04-27T01:09:06.189531+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:09:07.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:07 smithi046 bash[18464]: cephadm 2024-04-27T01:09:06.192198+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2024-04-27T01:09:07.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:07 smithi046 bash[18464]: cephadm 2024-04-27T01:09:06.192781+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-27T01:09:07.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:07 smithi046 bash[18464]: audit 2024-04-27T01:09:06.343419+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:07.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:07 smithi046 bash[18464]: audit 2024-04-27T01:09:06.348861+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:07.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:07 smithi046 bash[18464]: audit 2024-04-27T01:09:06.352755+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:07.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:07 smithi042 bash[18488]: cluster 2024-04-27T01:09:05.663552+0000 mgr.y (mgr.14152) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:07.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:07 smithi042 bash[18488]: audit 2024-04-27T01:09:06.182583+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:07.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:07 smithi042 bash[18488]: audit 2024-04-27T01:09:06.184931+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:09:07.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:07 smithi042 bash[18488]: audit 2024-04-27T01:09:06.187556+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:07.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:07 smithi042 bash[18488]: audit 2024-04-27T01:09:06.189531+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:09:07.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:07 smithi042 bash[18488]: cephadm 2024-04-27T01:09:06.192198+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2024-04-27T01:09:07.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:07 smithi042 bash[18488]: cephadm 2024-04-27T01:09:06.192781+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-27T01:09:07.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:07 smithi042 bash[18488]: audit 2024-04-27T01:09:06.343419+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:07.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:07 smithi042 bash[18488]: audit 2024-04-27T01:09:06.348861+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:07.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:07 smithi042 bash[18488]: audit 2024-04-27T01:09:06.352755+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:07.438 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:07 smithi042 bash[23616]: cluster 2024-04-27T01:09:05.663552+0000 mgr.y (mgr.14152) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:07.438 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:07 smithi042 bash[23616]: audit 2024-04-27T01:09:06.182583+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:07.438 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:07 smithi042 bash[23616]: audit 2024-04-27T01:09:06.184931+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:09:07.438 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:07 smithi042 bash[23616]: audit 2024-04-27T01:09:06.187556+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:07.438 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:07 smithi042 bash[23616]: audit 2024-04-27T01:09:06.189531+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:09:07.438 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:07 smithi042 bash[23616]: cephadm 2024-04-27T01:09:06.192198+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2024-04-27T01:09:07.438 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:07 smithi042 bash[23616]: cephadm 2024-04-27T01:09:06.192781+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-27T01:09:07.438 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:07 smithi042 bash[23616]: audit 2024-04-27T01:09:06.343419+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:07.438 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:07 smithi042 bash[23616]: audit 2024-04-27T01:09:06.348861+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:07.438 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:07 smithi042 bash[23616]: audit 2024-04-27T01:09:06.352755+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:08.885 INFO:teuthology.orchestra.run.smithi046.stdout:Scheduled mgr update... 2024-04-27T01:09:09.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:09 smithi046 bash[18464]: cluster 2024-04-27T01:09:07.663950+0000 mgr.y (mgr.14152) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:09.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:09 smithi046 bash[18464]: audit 2024-04-27T01:09:08.894058+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:09.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:09 smithi046 bash[18464]: audit 2024-04-27T01:09:08.925849+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:09:09.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:09 smithi046 bash[18464]: audit 2024-04-27T01:09:08.928781+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:09.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:09 smithi046 bash[18464]: audit 2024-04-27T01:09:08.930894+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:09:09.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:09 smithi046 bash[18464]: audit 2024-04-27T01:09:08.940417+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:09.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:09 smithi046 bash[18464]: audit 2024-04-27T01:09:08.943329+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:09:09.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:09 smithi046 bash[18464]: audit 2024-04-27T01:09:08.948880+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-27T01:09:09.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:09 smithi046 bash[18464]: audit 2024-04-27T01:09:08.950589+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T01:09:09.429 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:09 smithi046 bash[18464]: audit 2024-04-27T01:09:08.952633+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:09.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:09 smithi042 bash[18488]: cluster 2024-04-27T01:09:07.663950+0000 mgr.y (mgr.14152) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:09.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:09 smithi042 bash[18488]: audit 2024-04-27T01:09:08.894058+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:09.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:09 smithi042 bash[18488]: audit 2024-04-27T01:09:08.925849+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:09:09.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:09 smithi042 bash[18488]: audit 2024-04-27T01:09:08.928781+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:09.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:09 smithi042 bash[18488]: audit 2024-04-27T01:09:08.930894+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:09:09.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:09 smithi042 bash[18488]: audit 2024-04-27T01:09:08.940417+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:09.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:09 smithi042 bash[18488]: audit 2024-04-27T01:09:08.943329+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:09:09.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:09 smithi042 bash[18488]: audit 2024-04-27T01:09:08.948880+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-27T01:09:09.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:09 smithi042 bash[18488]: audit 2024-04-27T01:09:08.950589+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T01:09:09.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:09 smithi042 bash[18488]: audit 2024-04-27T01:09:08.952633+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:09.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:09 smithi042 bash[23616]: cluster 2024-04-27T01:09:07.663950+0000 mgr.y (mgr.14152) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:09.688 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:09 smithi042 bash[23616]: audit 2024-04-27T01:09:08.894058+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:09.688 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:09 smithi042 bash[23616]: audit 2024-04-27T01:09:08.925849+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:09:09.688 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:09 smithi042 bash[23616]: audit 2024-04-27T01:09:08.928781+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:09.688 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:09 smithi042 bash[23616]: audit 2024-04-27T01:09:08.930894+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:09:09.688 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:09 smithi042 bash[23616]: audit 2024-04-27T01:09:08.940417+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:09.688 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:09 smithi042 bash[23616]: audit 2024-04-27T01:09:08.943329+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:09:09.688 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:09 smithi042 bash[23616]: audit 2024-04-27T01:09:08.948880+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-27T01:09:09.688 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:09 smithi042 bash[23616]: audit 2024-04-27T01:09:08.950589+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T01:09:09.688 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:09 smithi042 bash[23616]: audit 2024-04-27T01:09:08.952633+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:09.911 DEBUG:teuthology.orchestra.run.smithi046:mgr.x> sudo journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mgr.x.service 2024-04-27T01:09:09.913 INFO:tasks.cephadm:Deploying OSDs... 2024-04-27T01:09:09.914 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-04-27T01:09:09.914 DEBUG:teuthology.orchestra.run.smithi042:> dd if=/scratch_devs of=/dev/stdout 2024-04-27T01:09:09.920 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-27T01:09:09.920 DEBUG:teuthology.orchestra.run.smithi042:> stat /dev/vg_nvme/lv_1 2024-04-27T01:09:09.969 INFO:teuthology.orchestra.run.smithi042.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-27T01:09:09.969 INFO:teuthology.orchestra.run.smithi042.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T01:09:09.969 INFO:teuthology.orchestra.run.smithi042.stdout:Device: 5h/5d Inode: 871 Links: 1 2024-04-27T01:09:09.969 INFO:teuthology.orchestra.run.smithi042.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T01:09:09.969 INFO:teuthology.orchestra.run.smithi042.stdout:Access: 2024-04-27 01:02:40.384401383 +0000 2024-04-27T01:09:09.969 INFO:teuthology.orchestra.run.smithi042.stdout:Modify: 2024-04-27 01:02:40.380401419 +0000 2024-04-27T01:09:09.969 INFO:teuthology.orchestra.run.smithi042.stdout:Change: 2024-04-27 01:02:40.380401419 +0000 2024-04-27T01:09:09.969 INFO:teuthology.orchestra.run.smithi042.stdout: Birth: - 2024-04-27T01:09:09.969 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-27T01:09:10.023 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records in 2024-04-27T01:09:10.023 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records out 2024-04-27T01:09:10.023 INFO:teuthology.orchestra.run.smithi042.stderr:512 bytes copied, 0.000252908 s, 2.0 MB/s 2024-04-27T01:09:10.025 DEBUG:teuthology.orchestra.run.smithi042:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-27T01:09:10.074 DEBUG:teuthology.orchestra.run.smithi042:> stat /dev/vg_nvme/lv_2 2024-04-27T01:09:10.121 INFO:teuthology.orchestra.run.smithi042.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-27T01:09:10.121 INFO:teuthology.orchestra.run.smithi042.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T01:09:10.121 INFO:teuthology.orchestra.run.smithi042.stdout:Device: 5h/5d Inode: 890 Links: 1 2024-04-27T01:09:10.121 INFO:teuthology.orchestra.run.smithi042.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T01:09:10.121 INFO:teuthology.orchestra.run.smithi042.stdout:Access: 2024-04-27 01:02:41.108394948 +0000 2024-04-27T01:09:10.121 INFO:teuthology.orchestra.run.smithi042.stdout:Modify: 2024-04-27 01:02:40.868397082 +0000 2024-04-27T01:09:10.121 INFO:teuthology.orchestra.run.smithi042.stdout:Change: 2024-04-27 01:02:40.868397082 +0000 2024-04-27T01:09:10.121 INFO:teuthology.orchestra.run.smithi042.stdout: Birth: - 2024-04-27T01:09:10.121 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-27T01:09:10.175 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records in 2024-04-27T01:09:10.175 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records out 2024-04-27T01:09:10.175 INFO:teuthology.orchestra.run.smithi042.stderr:512 bytes copied, 0.000251718 s, 2.0 MB/s 2024-04-27T01:09:10.176 DEBUG:teuthology.orchestra.run.smithi042:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-27T01:09:10.225 DEBUG:teuthology.orchestra.run.smithi042:> stat /dev/vg_nvme/lv_3 2024-04-27T01:09:10.272 INFO:teuthology.orchestra.run.smithi042.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-27T01:09:10.272 INFO:teuthology.orchestra.run.smithi042.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T01:09:10.273 INFO:teuthology.orchestra.run.smithi042.stdout:Device: 5h/5d Inode: 902 Links: 1 2024-04-27T01:09:10.273 INFO:teuthology.orchestra.run.smithi042.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T01:09:10.273 INFO:teuthology.orchestra.run.smithi042.stdout:Access: 2024-04-27 01:02:41.636390254 +0000 2024-04-27T01:09:10.273 INFO:teuthology.orchestra.run.smithi042.stdout:Modify: 2024-04-27 01:02:41.352392779 +0000 2024-04-27T01:09:10.273 INFO:teuthology.orchestra.run.smithi042.stdout:Change: 2024-04-27 01:02:41.352392779 +0000 2024-04-27T01:09:10.273 INFO:teuthology.orchestra.run.smithi042.stdout: Birth: - 2024-04-27T01:09:10.273 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-27T01:09:10.328 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records in 2024-04-27T01:09:10.328 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records out 2024-04-27T01:09:10.328 INFO:teuthology.orchestra.run.smithi042.stderr:512 bytes copied, 0.000211607 s, 2.4 MB/s 2024-04-27T01:09:10.329 DEBUG:teuthology.orchestra.run.smithi042:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-27T01:09:10.379 DEBUG:teuthology.orchestra.run.smithi042:> stat /dev/vg_nvme/lv_4 2024-04-27T01:09:10.428 INFO:teuthology.orchestra.run.smithi042.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-27T01:09:10.428 INFO:teuthology.orchestra.run.smithi042.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T01:09:10.428 INFO:teuthology.orchestra.run.smithi042.stdout:Device: 5h/5d Inode: 924 Links: 1 2024-04-27T01:09:10.429 INFO:teuthology.orchestra.run.smithi042.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T01:09:10.429 INFO:teuthology.orchestra.run.smithi042.stdout:Access: 2024-04-27 01:02:42.108386058 +0000 2024-04-27T01:09:10.429 INFO:teuthology.orchestra.run.smithi042.stdout:Modify: 2024-04-27 01:02:41.844388405 +0000 2024-04-27T01:09:10.429 INFO:teuthology.orchestra.run.smithi042.stdout:Change: 2024-04-27 01:02:41.844388405 +0000 2024-04-27T01:09:10.429 INFO:teuthology.orchestra.run.smithi042.stdout: Birth: - 2024-04-27T01:09:10.429 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-27T01:09:10.483 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records in 2024-04-27T01:09:10.483 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records out 2024-04-27T01:09:10.483 INFO:teuthology.orchestra.run.smithi042.stderr:512 bytes copied, 0.000303328 s, 1.7 MB/s 2024-04-27T01:09:10.484 DEBUG:teuthology.orchestra.run.smithi042:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-27T01:09:10.521 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:10 smithi046 bash[18464]: audit 2024-04-27T01:09:08.884053+0000 mgr.y (mgr.14152) 50 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi042=y;smithi046=x", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:09:10.521 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:10 smithi046 bash[18464]: cephadm 2024-04-27T01:09:08.887982+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Saving service mgr spec with placement smithi042=y;smithi046=x;count:2 2024-04-27T01:09:10.521 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:10 smithi046 bash[18464]: cephadm 2024-04-27T01:09:08.954531+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Deploying daemon mgr.x on smithi046 2024-04-27T01:09:10.534 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-27T01:09:10.534 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/scratch_devs of=/dev/stdout 2024-04-27T01:09:10.541 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-27T01:09:10.541 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_1 2024-04-27T01:09:10.590 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-27T01:09:10.590 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T01:09:10.590 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 875 Links: 1 2024-04-27T01:09:10.591 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T01:09:10.591 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-04-27 01:02:40.669201002 +0000 2024-04-27T01:09:10.591 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-04-27 01:02:40.401203396 +0000 2024-04-27T01:09:10.591 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-04-27 01:02:40.401203396 +0000 2024-04-27T01:09:10.591 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-04-27T01:09:10.591 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-27T01:09:10.644 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-04-27T01:09:10.644 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-04-27T01:09:10.644 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000303998 s, 1.7 MB/s 2024-04-27T01:09:10.646 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-27T01:09:10.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:10 smithi042 bash[18488]: audit 2024-04-27T01:09:08.884053+0000 mgr.y (mgr.14152) 50 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi042=y;smithi046=x", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:09:10.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:10 smithi042 bash[18488]: cephadm 2024-04-27T01:09:08.887982+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Saving service mgr spec with placement smithi042=y;smithi046=x;count:2 2024-04-27T01:09:10.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:10 smithi042 bash[18488]: cephadm 2024-04-27T01:09:08.954531+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Deploying daemon mgr.x on smithi046 2024-04-27T01:09:10.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:10 smithi042 bash[23616]: audit 2024-04-27T01:09:08.884053+0000 mgr.y (mgr.14152) 50 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi042=y;smithi046=x", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:09:10.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:10 smithi042 bash[23616]: cephadm 2024-04-27T01:09:08.887982+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Saving service mgr spec with placement smithi042=y;smithi046=x;count:2 2024-04-27T01:09:10.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:10 smithi042 bash[23616]: cephadm 2024-04-27T01:09:08.954531+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Deploying daemon mgr.x on smithi046 2024-04-27T01:09:10.698 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_2 2024-04-27T01:09:10.746 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-27T01:09:10.746 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T01:09:10.746 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 892 Links: 1 2024-04-27T01:09:10.746 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T01:09:10.746 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-04-27 01:02:41.169196535 +0000 2024-04-27T01:09:10.746 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-04-27 01:02:40.893199001 +0000 2024-04-27T01:09:10.746 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-04-27 01:02:40.893199001 +0000 2024-04-27T01:09:10.746 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-04-27T01:09:10.747 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-27T01:09:10.800 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-04-27T01:09:10.800 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-04-27T01:09:10.800 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000305517 s, 1.7 MB/s 2024-04-27T01:09:10.801 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-27T01:09:10.851 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_3 2024-04-27T01:09:10.902 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-27T01:09:10.902 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T01:09:10.902 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 908 Links: 1 2024-04-27T01:09:10.902 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T01:09:10.902 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-04-27 01:02:41.661192142 +0000 2024-04-27T01:09:10.902 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-04-27 01:02:41.393194534 +0000 2024-04-27T01:09:10.903 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-04-27 01:02:41.393194534 +0000 2024-04-27T01:09:10.903 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-04-27T01:09:10.903 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-27T01:09:10.956 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-04-27T01:09:10.956 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-04-27T01:09:10.956 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000169441 s, 3.0 MB/s 2024-04-27T01:09:10.957 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-27T01:09:11.007 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_4 2024-04-27T01:09:11.053 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-27T01:09:11.053 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T01:09:11.054 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 925 Links: 1 2024-04-27T01:09:11.054 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T01:09:11.054 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-04-27 01:02:42.129187961 +0000 2024-04-27T01:09:11.054 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-04-27 01:02:41.869190284 +0000 2024-04-27T01:09:11.054 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-04-27 01:02:41.869190284 +0000 2024-04-27T01:09:11.054 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-04-27T01:09:11.054 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-27T01:09:11.104 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-04-27T01:09:11.104 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-04-27T01:09:11.104 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000144029 s, 3.6 MB/s 2024-04-27T01:09:11.105 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-27T01:09:11.154 INFO:tasks.cephadm:Deploying osd.0 on smithi042 with /dev/vg_nvme/lv_4... 2024-04-27T01:09:11.154 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-27T01:09:11.288 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:11 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:09:11.289 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:11 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:09:11.289 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:11 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:09:11.289 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:11 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:09:11.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:11 smithi042 bash[18488]: cluster 2024-04-27T01:09:09.664360+0000 mgr.y (mgr.14152) 53 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:11.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:11 smithi042 bash[23616]: cluster 2024-04-27T01:09:09.664360+0000 mgr.y (mgr.14152) 53 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:11.653 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:11 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:09:11.653 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:11 smithi046 systemd[1]: Started Ceph mgr.x for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:09:11.653 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:11 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:09:11.653 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:11 smithi046 bash[18464]: cluster 2024-04-27T01:09:09.664360+0000 mgr.y (mgr.14152) 53 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:12.580 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:12 smithi046 bash[18464]: audit 2024-04-27T01:09:11.432293+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:12.580 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:12 smithi046 bash[18464]: audit 2024-04-27T01:09:11.436330+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:09:12.580 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:12 smithi046 bash[18464]: audit 2024-04-27T01:09:11.439229+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:12.580 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:12 smithi046 bash[18464]: audit 2024-04-27T01:09:11.441098+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:09:12.580 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:12 smithi046 bash[18464]: cluster 2024-04-27T01:09:11.664838+0000 mgr.y (mgr.14152) 54 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:12.581 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:12 smithi046 bash[18464]: audit 2024-04-27T01:09:11.717730+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:09:12.581 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:12 smithi046 bash[18464]: audit 2024-04-27T01:09:11.719560+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:09:12.581 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:12 smithi046 bash[19307]: debug 2024-04-27T01:09:12.442+0000 7f205cd34700 1 -- 172.21.15.46:0/3624253723 <== mon.2 v2:172.21.15.46:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x561fea41a340 con 0x561feb196400 2024-04-27T01:09:12.581 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:12 smithi046 bash[19307]: debug 2024-04-27T01:09:12.586+0000 7f20659a3000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-27T01:09:12.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:12 smithi042 bash[18488]: audit 2024-04-27T01:09:11.432293+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:12.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:12 smithi042 bash[18488]: audit 2024-04-27T01:09:11.436330+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:09:12.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:12 smithi042 bash[18488]: audit 2024-04-27T01:09:11.439229+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:12.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:12 smithi042 bash[18488]: audit 2024-04-27T01:09:11.441098+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:09:12.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:12 smithi042 bash[18488]: cluster 2024-04-27T01:09:11.664838+0000 mgr.y (mgr.14152) 54 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:12.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:12 smithi042 bash[18488]: audit 2024-04-27T01:09:11.717730+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:09:12.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:12 smithi042 bash[18488]: audit 2024-04-27T01:09:11.719560+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:09:12.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:12 smithi042 bash[23616]: audit 2024-04-27T01:09:11.432293+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:12.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:12 smithi042 bash[23616]: audit 2024-04-27T01:09:11.436330+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:09:12.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:12 smithi042 bash[23616]: audit 2024-04-27T01:09:11.439229+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:12.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:12 smithi042 bash[23616]: audit 2024-04-27T01:09:11.441098+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:09:12.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:12 smithi042 bash[23616]: cluster 2024-04-27T01:09:11.664838+0000 mgr.y (mgr.14152) 54 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:12.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:12 smithi042 bash[23616]: audit 2024-04-27T01:09:11.717730+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:09:12.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:12 smithi042 bash[23616]: audit 2024-04-27T01:09:11.719560+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:09:14.018 INFO:teuthology.orchestra.run.smithi042.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-27T01:09:14.018 INFO:teuthology.orchestra.run.smithi042.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-27T01:09:14.018 INFO:teuthology.orchestra.run.smithi042.stderr: stderr: 10+0 records in 2024-04-27T01:09:14.018 INFO:teuthology.orchestra.run.smithi042.stderr:10+0 records out 2024-04-27T01:09:14.018 INFO:teuthology.orchestra.run.smithi042.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0128195 s, 818 MB/s 2024-04-27T01:09:14.018 INFO:teuthology.orchestra.run.smithi042.stderr:--> Zapping successful for: 2024-04-27T01:09:14.427 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:14 smithi046 bash[19307]: debug 2024-04-27T01:09:14.178+0000 7f20659a3000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-27T01:09:14.427 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:14 smithi046 bash[19307]: debug 2024-04-27T01:09:14.278+0000 7f20659a3000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-27T01:09:14.638 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi042:vg_nvme/lv_4 2024-04-27T01:09:14.927 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:14 smithi046 bash[19307]: debug 2024-04-27T01:09:14.530+0000 7f20659a3000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-27T01:09:15.577 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:15 smithi042 bash[18488]: cluster 2024-04-27T01:09:13.665320+0000 mgr.y (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:15.578 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:15 smithi042 bash[18488]: audit 2024-04-27T01:09:14.391012+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:15.578 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:15 smithi042 bash[18488]: audit 2024-04-27T01:09:14.398655+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:15.578 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:15 smithi042 bash[18488]: audit 2024-04-27T01:09:14.402844+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:09:15.578 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:15 smithi042 bash[18488]: audit 2024-04-27T01:09:14.404851+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T01:09:15.578 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:15 smithi042 bash[18488]: audit 2024-04-27T01:09:14.406608+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:15.578 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:15 smithi042 bash[23616]: cluster 2024-04-27T01:09:13.665320+0000 mgr.y (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:15.578 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:15 smithi042 bash[23616]: audit 2024-04-27T01:09:14.391012+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:15.578 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:15 smithi042 bash[23616]: audit 2024-04-27T01:09:14.398655+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:15.578 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:15 smithi042 bash[23616]: audit 2024-04-27T01:09:14.402844+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:09:15.578 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:15 smithi042 bash[23616]: audit 2024-04-27T01:09:14.404851+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T01:09:15.579 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:15 smithi042 bash[23616]: audit 2024-04-27T01:09:14.406608+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:15.609 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:15 smithi046 bash[19307]: debug 2024-04-27T01:09:15.290+0000 7f20659a3000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-27T01:09:15.609 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:15 smithi046 bash[19307]: debug 2024-04-27T01:09:15.402+0000 7f20659a3000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-27T01:09:15.609 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:15 smithi046 bash[19307]: debug 2024-04-27T01:09:15.502+0000 7f20659a3000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-27T01:09:15.610 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:15 smithi046 bash[18464]: cluster 2024-04-27T01:09:13.665320+0000 mgr.y (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:15.610 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:15 smithi046 bash[18464]: audit 2024-04-27T01:09:14.391012+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:15.610 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:15 smithi046 bash[18464]: audit 2024-04-27T01:09:14.398655+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:15.610 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:15 smithi046 bash[18464]: audit 2024-04-27T01:09:14.402844+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:09:15.610 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:15 smithi046 bash[18464]: audit 2024-04-27T01:09:14.404851+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T01:09:15.610 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:15 smithi046 bash[18464]: audit 2024-04-27T01:09:14.406608+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:15.927 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:15 smithi046 bash[19307]: debug 2024-04-27T01:09:15.614+0000 7f20659a3000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-27T01:09:15.927 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:15 smithi046 bash[19307]: debug 2024-04-27T01:09:15.826+0000 7f20659a3000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-27T01:09:16.388 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:16 smithi046 bash[19307]: debug 2024-04-27T01:09:16.110+0000 7f20659a3000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-27T01:09:16.388 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:16 smithi046 bash[19307]: debug 2024-04-27T01:09:16.210+0000 7f20659a3000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-27T01:09:16.388 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:16 smithi046 bash[18464]: cephadm 2024-04-27T01:09:14.402204+0000 mgr.y (mgr.14152) 56 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-04-27T01:09:16.388 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:16 smithi046 bash[18464]: cephadm 2024-04-27T01:09:14.408478+0000 mgr.y (mgr.14152) 57 : cephadm [INF] Reconfiguring daemon mgr.y on smithi042 2024-04-27T01:09:16.388 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:16 smithi046 bash[18464]: audit 2024-04-27T01:09:15.827394+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:16.572 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:16 smithi042 bash[18488]: cephadm 2024-04-27T01:09:14.402204+0000 mgr.y (mgr.14152) 56 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-04-27T01:09:16.572 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:16 smithi042 bash[18488]: cephadm 2024-04-27T01:09:14.408478+0000 mgr.y (mgr.14152) 57 : cephadm [INF] Reconfiguring daemon mgr.y on smithi042 2024-04-27T01:09:16.572 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:16 smithi042 bash[18488]: audit 2024-04-27T01:09:15.827394+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:16.572 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:16 smithi042 bash[23616]: cephadm 2024-04-27T01:09:14.402204+0000 mgr.y (mgr.14152) 56 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-04-27T01:09:16.573 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:16 smithi042 bash[23616]: cephadm 2024-04-27T01:09:14.408478+0000 mgr.y (mgr.14152) 57 : cephadm [INF] Reconfiguring daemon mgr.y on smithi042 2024-04-27T01:09:16.573 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:16 smithi042 bash[23616]: audit 2024-04-27T01:09:15.827394+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:16.677 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:16 smithi046 bash[19307]: debug 2024-04-27T01:09:16.394+0000 7f20659a3000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-27T01:09:16.677 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:16 smithi046 bash[19307]: debug 2024-04-27T01:09:16.642+0000 7f20659a3000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-27T01:09:17.177 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:16 smithi046 bash[19307]: debug 2024-04-27T01:09:16.918+0000 7f20659a3000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-27T01:09:17.177 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:17 smithi046 bash[19307]: debug 2024-04-27T01:09:17.086+0000 7f20659a3000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:09:17.627 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:17 smithi042 bash[18488]: cluster 2024-04-27T01:09:15.665644+0000 mgr.y (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:17.628 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:17 smithi042 bash[18488]: audit 2024-04-27T01:09:16.591744+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:17.628 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:17 smithi042 bash[18488]: audit 2024-04-27T01:09:16.593691+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:09:17.628 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:17 smithi042 bash[18488]: audit 2024-04-27T01:09:16.595219+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:17.628 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:17 smithi042 bash[18488]: audit 2024-04-27T01:09:16.596121+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:09:17.628 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:17 smithi042 bash[18488]: audit 2024-04-27T01:09:16.844128+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:17.628 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:17 smithi042 bash[23616]: cluster 2024-04-27T01:09:15.665644+0000 mgr.y (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:17.628 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:17 smithi042 bash[23616]: audit 2024-04-27T01:09:16.591744+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:17.628 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:17 smithi042 bash[23616]: audit 2024-04-27T01:09:16.593691+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:09:17.628 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:17 smithi042 bash[23616]: audit 2024-04-27T01:09:16.595219+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:17.628 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:17 smithi042 bash[23616]: audit 2024-04-27T01:09:16.596121+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:09:17.629 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:17 smithi042 bash[23616]: audit 2024-04-27T01:09:16.844128+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:17.677 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:17 smithi046 bash[19307]: debug 2024-04-27T01:09:17.326+0000 7f20659a3000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-27T01:09:17.678 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:17 smithi046 bash[19307]: debug 2024-04-27T01:09:17.446+0000 7f20659a3000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-27T01:09:17.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:17 smithi046 bash[18464]: cluster 2024-04-27T01:09:15.665644+0000 mgr.y (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:17.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:17 smithi046 bash[18464]: audit 2024-04-27T01:09:16.591744+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:17.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:17 smithi046 bash[18464]: audit 2024-04-27T01:09:16.593691+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:09:17.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:17 smithi046 bash[18464]: audit 2024-04-27T01:09:16.595219+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:17.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:17 smithi046 bash[18464]: audit 2024-04-27T01:09:16.596121+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:09:17.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:17 smithi046 bash[18464]: audit 2024-04-27T01:09:16.844128+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:18.177 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:17 smithi046 bash[19307]: debug 2024-04-27T01:09:17.786+0000 7f20659a3000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:09:18.640 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:18 smithi046 bash[19307]: debug 2024-04-27T01:09:18.534+0000 7f20659a3000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-27T01:09:18.641 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:18 smithi046 bash[18464]: audit 2024-04-27T01:09:17.616631+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T01:09:18.641 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:18 smithi046 bash[18464]: audit 2024-04-27T01:09:17.621080+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T01:09:18.641 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:18 smithi046 bash[18464]: audit 2024-04-27T01:09:17.622628+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:18.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:18 smithi042 bash[18488]: audit 2024-04-27T01:09:17.616631+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T01:09:18.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:18 smithi042 bash[18488]: audit 2024-04-27T01:09:17.621080+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T01:09:18.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:18 smithi042 bash[18488]: audit 2024-04-27T01:09:17.622628+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:18.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:18 smithi042 bash[23616]: audit 2024-04-27T01:09:17.616631+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T01:09:18.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:18 smithi042 bash[23616]: audit 2024-04-27T01:09:17.621080+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T01:09:18.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:18 smithi042 bash[23616]: audit 2024-04-27T01:09:17.622628+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:18.927 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:18 smithi046 bash[19307]: debug 2024-04-27T01:09:18.646+0000 7f20659a3000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-27T01:09:18.928 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:18 smithi046 bash[19307]: debug 2024-04-27T01:09:18.858+0000 7f20659a3000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-27T01:09:19.570 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:19 smithi046 bash[19307]: debug 2024-04-27T01:09:19.194+0000 7f20659a3000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-27T01:09:19.571 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:19 smithi046 bash[18464]: audit 2024-04-27T01:09:17.612542+0000 mgr.y (mgr.14152) 59 : audit [DBG] from='client.24118 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:09:19.571 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:19 smithi046 bash[18464]: cluster 2024-04-27T01:09:17.666004+0000 mgr.y (mgr.14152) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:19.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:19 smithi042 bash[18488]: audit 2024-04-27T01:09:17.612542+0000 mgr.y (mgr.14152) 59 : audit [DBG] from='client.24118 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:09:19.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:19 smithi042 bash[18488]: cluster 2024-04-27T01:09:17.666004+0000 mgr.y (mgr.14152) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:19.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:19 smithi042 bash[23616]: audit 2024-04-27T01:09:17.612542+0000 mgr.y (mgr.14152) 59 : audit [DBG] from='client.24118 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:09:19.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:19 smithi042 bash[23616]: cluster 2024-04-27T01:09:17.666004+0000 mgr.y (mgr.14152) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:19.927 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:19 smithi046 bash[19307]: debug 2024-04-27T01:09:19.578+0000 7f20659a3000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-27T01:09:19.928 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:09:19 smithi046 bash[19307]: debug 2024-04-27T01:09:19.694+0000 7f20659a3000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-27T01:09:20.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:20 smithi046 bash[18464]: cluster 2024-04-27T01:09:19.719486+0000 mon.a (mon.0) 242 : cluster [DBG] Standby manager daemon x started 2024-04-27T01:09:20.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:20 smithi046 bash[18464]: audit 2024-04-27T01:09:19.719609+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.46:0/2231495645' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-04-27T01:09:20.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:20 smithi046 bash[18464]: audit 2024-04-27T01:09:19.720467+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.46:0/2231495645' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T01:09:20.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:20 smithi046 bash[18464]: audit 2024-04-27T01:09:19.721651+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.46:0/2231495645' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-04-27T01:09:20.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:20 smithi046 bash[18464]: audit 2024-04-27T01:09:19.722256+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.46:0/2231495645' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T01:09:20.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:20 smithi042 bash[18488]: cluster 2024-04-27T01:09:19.719486+0000 mon.a (mon.0) 242 : cluster [DBG] Standby manager daemon x started 2024-04-27T01:09:20.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:20 smithi042 bash[18488]: audit 2024-04-27T01:09:19.719609+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.46:0/2231495645' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-04-27T01:09:20.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:20 smithi042 bash[18488]: audit 2024-04-27T01:09:19.720467+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.46:0/2231495645' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T01:09:20.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:20 smithi042 bash[18488]: audit 2024-04-27T01:09:19.721651+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.46:0/2231495645' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-04-27T01:09:20.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:20 smithi042 bash[18488]: audit 2024-04-27T01:09:19.722256+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.46:0/2231495645' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T01:09:20.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:20 smithi042 bash[23616]: cluster 2024-04-27T01:09:19.719486+0000 mon.a (mon.0) 242 : cluster [DBG] Standby manager daemon x started 2024-04-27T01:09:20.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:20 smithi042 bash[23616]: audit 2024-04-27T01:09:19.719609+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.46:0/2231495645' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-04-27T01:09:20.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:20 smithi042 bash[23616]: audit 2024-04-27T01:09:19.720467+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.46:0/2231495645' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T01:09:20.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:20 smithi042 bash[23616]: audit 2024-04-27T01:09:19.721651+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.46:0/2231495645' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-04-27T01:09:20.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:20 smithi042 bash[23616]: audit 2024-04-27T01:09:19.722256+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.46:0/2231495645' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T01:09:21.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:21 smithi046 bash[18464]: cluster 2024-04-27T01:09:19.666432+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:21.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:21 smithi046 bash[18464]: cluster 2024-04-27T01:09:20.339535+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e14: y(active, since 68s), standbys: x 2024-04-27T01:09:21.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:21 smithi046 bash[18464]: audit 2024-04-27T01:09:20.339760+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-27T01:09:21.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:21 smithi042 bash[18488]: cluster 2024-04-27T01:09:19.666432+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:21.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:21 smithi042 bash[18488]: cluster 2024-04-27T01:09:20.339535+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e14: y(active, since 68s), standbys: x 2024-04-27T01:09:21.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:21 smithi042 bash[18488]: audit 2024-04-27T01:09:20.339760+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-27T01:09:21.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:21 smithi042 bash[23616]: cluster 2024-04-27T01:09:19.666432+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:21.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:21 smithi042 bash[23616]: cluster 2024-04-27T01:09:20.339535+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e14: y(active, since 68s), standbys: x 2024-04-27T01:09:21.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:21 smithi042 bash[23616]: audit 2024-04-27T01:09:20.339760+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-27T01:09:23.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:23 smithi046 bash[18464]: cluster 2024-04-27T01:09:21.666865+0000 mgr.y (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:23.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:23 smithi046 bash[18464]: audit 2024-04-27T01:09:23.201337+0000 mon.a (mon.0) 245 : audit [INF] from='client.? 172.21.15.42:0/1752659332' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "53914fdd-ed94-4c6e-ad8d-772e51b23b21"}]: dispatch 2024-04-27T01:09:23.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:23 smithi046 bash[18464]: audit 2024-04-27T01:09:23.207702+0000 mon.a (mon.0) 246 : audit [INF] from='client.? 172.21.15.42:0/1752659332' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "53914fdd-ed94-4c6e-ad8d-772e51b23b21"}]': finished 2024-04-27T01:09:23.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:23 smithi046 bash[18464]: cluster 2024-04-27T01:09:23.207843+0000 mon.a (mon.0) 247 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-27T01:09:23.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:23 smithi046 bash[18464]: audit 2024-04-27T01:09:23.208037+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:09:23.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:23 smithi042 bash[23616]: cluster 2024-04-27T01:09:21.666865+0000 mgr.y (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:23.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:23 smithi042 bash[23616]: audit 2024-04-27T01:09:23.201337+0000 mon.a (mon.0) 245 : audit [INF] from='client.? 172.21.15.42:0/1752659332' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "53914fdd-ed94-4c6e-ad8d-772e51b23b21"}]: dispatch 2024-04-27T01:09:23.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:23 smithi042 bash[23616]: audit 2024-04-27T01:09:23.207702+0000 mon.a (mon.0) 246 : audit [INF] from='client.? 172.21.15.42:0/1752659332' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "53914fdd-ed94-4c6e-ad8d-772e51b23b21"}]': finished 2024-04-27T01:09:23.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:23 smithi042 bash[23616]: cluster 2024-04-27T01:09:23.207843+0000 mon.a (mon.0) 247 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-27T01:09:23.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:23 smithi042 bash[23616]: audit 2024-04-27T01:09:23.208037+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:09:23.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:23 smithi042 bash[18488]: cluster 2024-04-27T01:09:21.666865+0000 mgr.y (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:23.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:23 smithi042 bash[18488]: audit 2024-04-27T01:09:23.201337+0000 mon.a (mon.0) 245 : audit [INF] from='client.? 172.21.15.42:0/1752659332' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "53914fdd-ed94-4c6e-ad8d-772e51b23b21"}]: dispatch 2024-04-27T01:09:23.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:23 smithi042 bash[18488]: audit 2024-04-27T01:09:23.207702+0000 mon.a (mon.0) 246 : audit [INF] from='client.? 172.21.15.42:0/1752659332' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "53914fdd-ed94-4c6e-ad8d-772e51b23b21"}]': finished 2024-04-27T01:09:23.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:23 smithi042 bash[18488]: cluster 2024-04-27T01:09:23.207843+0000 mon.a (mon.0) 247 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-27T01:09:23.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:23 smithi042 bash[18488]: audit 2024-04-27T01:09:23.208037+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:09:24.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:24 smithi046 bash[18464]: audit 2024-04-27T01:09:23.887066+0000 mon.a (mon.0) 249 : audit [DBG] from='client.? 172.21.15.42:0/2329927258' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T01:09:24.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:24 smithi042 bash[18488]: audit 2024-04-27T01:09:23.887066+0000 mon.a (mon.0) 249 : audit [DBG] from='client.? 172.21.15.42:0/2329927258' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T01:09:24.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:24 smithi042 bash[23616]: audit 2024-04-27T01:09:23.887066+0000 mon.a (mon.0) 249 : audit [DBG] from='client.? 172.21.15.42:0/2329927258' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T01:09:25.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:25 smithi046 bash[18464]: cluster 2024-04-27T01:09:23.667190+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:25.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:25 smithi042 bash[18488]: cluster 2024-04-27T01:09:23.667190+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:25.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:25 smithi042 bash[23616]: cluster 2024-04-27T01:09:23.667190+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:27.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:27 smithi046 bash[18464]: cluster 2024-04-27T01:09:25.667543+0000 mgr.y (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:27.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:27 smithi042 bash[18488]: cluster 2024-04-27T01:09:25.667543+0000 mgr.y (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:27.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:27 smithi042 bash[23616]: cluster 2024-04-27T01:09:25.667543+0000 mgr.y (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:29.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:29 smithi046 bash[18464]: cluster 2024-04-27T01:09:27.667938+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:29.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:29 smithi042 bash[18488]: cluster 2024-04-27T01:09:27.667938+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:29.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:29 smithi042 bash[23616]: cluster 2024-04-27T01:09:27.667938+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:31.612 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:31 smithi042 bash[18488]: cluster 2024-04-27T01:09:29.668357+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:31.613 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:31 smithi042 bash[23616]: cluster 2024-04-27T01:09:29.668357+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:31.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:31 smithi046 bash[18464]: cluster 2024-04-27T01:09:29.668357+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:33.608 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:33 smithi042 bash[18488]: cluster 2024-04-27T01:09:31.668663+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:33.608 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:33 smithi042 bash[18488]: audit 2024-04-27T01:09:32.674374+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-27T01:09:33.608 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:33 smithi042 bash[18488]: audit 2024-04-27T01:09:32.675959+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:33.609 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:33 smithi042 bash[23616]: cluster 2024-04-27T01:09:31.668663+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:33.609 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:33 smithi042 bash[23616]: audit 2024-04-27T01:09:32.674374+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-27T01:09:33.609 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:33 smithi042 bash[23616]: audit 2024-04-27T01:09:32.675959+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:33.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:33 smithi046 bash[18464]: cluster 2024-04-27T01:09:31.668663+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:33.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:33 smithi046 bash[18464]: audit 2024-04-27T01:09:32.674374+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-27T01:09:33.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:33 smithi046 bash[18464]: audit 2024-04-27T01:09:32.675959+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:34.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:34 smithi046 bash[18464]: cephadm 2024-04-27T01:09:32.677214+0000 mgr.y (mgr.14152) 68 : cephadm [INF] Deploying daemon osd.0 on smithi042 2024-04-27T01:09:34.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:34 smithi042 bash[18488]: cephadm 2024-04-27T01:09:32.677214+0000 mgr.y (mgr.14152) 68 : cephadm [INF] Deploying daemon osd.0 on smithi042 2024-04-27T01:09:34.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:34 smithi042 bash[23616]: cephadm 2024-04-27T01:09:32.677214+0000 mgr.y (mgr.14152) 68 : cephadm [INF] Deploying daemon osd.0 on smithi042 2024-04-27T01:09:35.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:35 smithi042 bash[18488]: cluster 2024-04-27T01:09:33.669009+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:35.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:35 smithi042 bash[23616]: cluster 2024-04-27T01:09:33.669009+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:35.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:35 smithi046 bash[18464]: cluster 2024-04-27T01:09:33.669009+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:36.065 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:35 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:09:36.066 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:09:35 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:09:36.066 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:35 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:09:36.356 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:36 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:09:36.357 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:09:36 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:09:36.357 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:36 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:09:36.501 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:36 smithi046 bash[18464]: cluster 2024-04-27T01:09:35.669478+0000 mgr.y (mgr.14152) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:36.501 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:36 smithi046 bash[18464]: audit 2024-04-27T01:09:36.208517+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:09:36.501 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:36 smithi046 bash[18464]: audit 2024-04-27T01:09:36.212111+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:36.501 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:36 smithi046 bash[18464]: audit 2024-04-27T01:09:36.212376+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:36.501 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:36 smithi046 bash[18464]: audit 2024-04-27T01:09:36.213626+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:09:36.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:36 smithi042 bash[18488]: cluster 2024-04-27T01:09:35.669478+0000 mgr.y (mgr.14152) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:36.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:36 smithi042 bash[18488]: audit 2024-04-27T01:09:36.208517+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:09:36.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:36 smithi042 bash[18488]: audit 2024-04-27T01:09:36.212111+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:36.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:36 smithi042 bash[18488]: audit 2024-04-27T01:09:36.212376+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:36.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:36 smithi042 bash[18488]: audit 2024-04-27T01:09:36.213626+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:09:36.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:36 smithi042 bash[23616]: cluster 2024-04-27T01:09:35.669478+0000 mgr.y (mgr.14152) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:36.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:36 smithi042 bash[23616]: audit 2024-04-27T01:09:36.208517+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:09:36.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:36 smithi042 bash[23616]: audit 2024-04-27T01:09:36.212111+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:36.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:36 smithi042 bash[23616]: audit 2024-04-27T01:09:36.212376+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:36.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:36 smithi042 bash[23616]: audit 2024-04-27T01:09:36.213626+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:09:39.590 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:39 smithi042 bash[18488]: cluster 2024-04-27T01:09:37.669897+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:39.590 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:39 smithi042 bash[18488]: audit 2024-04-27T01:09:39.216439+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:39.590 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:39 smithi042 bash[18488]: audit 2024-04-27T01:09:39.220681+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:39.590 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:39 smithi042 bash[23616]: cluster 2024-04-27T01:09:37.669897+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:39.591 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:39 smithi042 bash[23616]: audit 2024-04-27T01:09:39.216439+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:39.591 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:39 smithi042 bash[23616]: audit 2024-04-27T01:09:39.220681+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:39.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:39 smithi046 bash[18464]: cluster 2024-04-27T01:09:37.669897+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:39.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:39 smithi046 bash[18464]: audit 2024-04-27T01:09:39.216439+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:39.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:39 smithi046 bash[18464]: audit 2024-04-27T01:09:39.220681+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:41.565 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:41 smithi042 bash[18488]: cluster 2024-04-27T01:09:39.670218+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:41.565 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:41 smithi042 bash[23616]: cluster 2024-04-27T01:09:39.670218+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:41.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:41 smithi046 bash[18464]: cluster 2024-04-27T01:09:39.670218+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:42.140 INFO:teuthology.orchestra.run.smithi042.stdout:Created osd(s) 0 on host 'smithi042' 2024-04-27T01:09:42.704 DEBUG:teuthology.orchestra.run.smithi042:osd.0> sudo journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.0.service 2024-04-27T01:09:42.707 INFO:tasks.cephadm:Deploying osd.1 on smithi042 with /dev/vg_nvme/lv_3... 2024-04-27T01:09:42.707 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-27T01:09:43.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:43 smithi046 bash[18464]: cluster 2024-04-27T01:09:41.670517+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:43.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:43 smithi046 bash[18464]: audit 2024-04-27T01:09:42.150192+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:43.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:43 smithi046 bash[18464]: audit 2024-04-27T01:09:42.193651+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:09:43.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:43 smithi046 bash[18464]: audit 2024-04-27T01:09:42.195171+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:43.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:43 smithi046 bash[18464]: audit 2024-04-27T01:09:42.196147+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:09:43.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:43 smithi046 bash[18464]: audit 2024-04-27T01:09:42.478050+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.42:6802/809448986,v1:172.21.15.42:6803/809448986]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-27T01:09:43.428 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:43 smithi046 bash[18464]: audit 2024-04-27T01:09:42.478437+0000 mon.a (mon.0) 262 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-27T01:09:43.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:43 smithi042 bash[18488]: cluster 2024-04-27T01:09:41.670517+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:43.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:43 smithi042 bash[18488]: audit 2024-04-27T01:09:42.150192+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:43.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:43 smithi042 bash[18488]: audit 2024-04-27T01:09:42.193651+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:09:43.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:43 smithi042 bash[18488]: audit 2024-04-27T01:09:42.195171+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:43.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:43 smithi042 bash[18488]: audit 2024-04-27T01:09:42.196147+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:09:43.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:43 smithi042 bash[18488]: audit 2024-04-27T01:09:42.478050+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.42:6802/809448986,v1:172.21.15.42:6803/809448986]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-27T01:09:43.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:43 smithi042 bash[18488]: audit 2024-04-27T01:09:42.478437+0000 mon.a (mon.0) 262 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-27T01:09:43.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:43 smithi042 bash[23616]: cluster 2024-04-27T01:09:41.670517+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:43.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:43 smithi042 bash[23616]: audit 2024-04-27T01:09:42.150192+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:43.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:43 smithi042 bash[23616]: audit 2024-04-27T01:09:42.193651+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:09:43.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:43 smithi042 bash[23616]: audit 2024-04-27T01:09:42.195171+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:43.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:43 smithi042 bash[23616]: audit 2024-04-27T01:09:42.196147+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:09:43.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:43 smithi042 bash[23616]: audit 2024-04-27T01:09:42.478050+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.42:6802/809448986,v1:172.21.15.42:6803/809448986]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-27T01:09:43.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:43 smithi042 bash[23616]: audit 2024-04-27T01:09:42.478437+0000 mon.a (mon.0) 262 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-27T01:09:44.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:44 smithi046 bash[18464]: audit 2024-04-27T01:09:43.314382+0000 mon.a (mon.0) 263 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-27T01:09:44.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:44 smithi046 bash[18464]: cluster 2024-04-27T01:09:43.314682+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-27T01:09:44.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:44 smithi046 bash[18464]: audit 2024-04-27T01:09:43.314979+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:09:44.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:44 smithi046 bash[18464]: audit 2024-04-27T01:09:43.316041+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.42:6802/809448986,v1:172.21.15.42:6803/809448986]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:09:44.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:44 smithi046 bash[18464]: audit 2024-04-27T01:09:43.316735+0000 mon.a (mon.0) 266 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:09:44.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:44 smithi042 bash[18488]: audit 2024-04-27T01:09:43.314382+0000 mon.a (mon.0) 263 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-27T01:09:44.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:44 smithi042 bash[18488]: cluster 2024-04-27T01:09:43.314682+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-27T01:09:44.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:44 smithi042 bash[18488]: audit 2024-04-27T01:09:43.314979+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:09:44.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:44 smithi042 bash[18488]: audit 2024-04-27T01:09:43.316041+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.42:6802/809448986,v1:172.21.15.42:6803/809448986]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:09:44.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:44 smithi042 bash[18488]: audit 2024-04-27T01:09:43.316735+0000 mon.a (mon.0) 266 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:09:44.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:44 smithi042 bash[23616]: audit 2024-04-27T01:09:43.314382+0000 mon.a (mon.0) 263 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-27T01:09:44.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:44 smithi042 bash[23616]: cluster 2024-04-27T01:09:43.314682+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-27T01:09:44.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:44 smithi042 bash[23616]: audit 2024-04-27T01:09:43.314979+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:09:44.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:44 smithi042 bash[23616]: audit 2024-04-27T01:09:43.316041+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.42:6802/809448986,v1:172.21.15.42:6803/809448986]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:09:44.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:44 smithi042 bash[23616]: audit 2024-04-27T01:09:43.316735+0000 mon.a (mon.0) 266 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:09:44.687 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:09:44 smithi042 bash[26256]: debug 2024-04-27T01:09:44.322+0000 7f6315578700 -1 osd.0 0 waiting for initial osdmap 2024-04-27T01:09:44.687 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:09:44 smithi042 bash[26256]: debug 2024-04-27T01:09:44.326+0000 7f630df0b700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-27T01:09:45.571 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:45 smithi042 bash[18488]: cluster 2024-04-27T01:09:43.670844+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:45.571 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:45 smithi042 bash[18488]: audit 2024-04-27T01:09:44.322519+0000 mon.a (mon.0) 267 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2024-04-27T01:09:45.571 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:45 smithi042 bash[18488]: cluster 2024-04-27T01:09:44.322644+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-27T01:09:45.571 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:45 smithi042 bash[18488]: audit 2024-04-27T01:09:44.323071+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:09:45.571 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:45 smithi042 bash[18488]: audit 2024-04-27T01:09:44.329855+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:09:45.572 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:45 smithi042 bash[23616]: cluster 2024-04-27T01:09:43.670844+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:45.572 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:45 smithi042 bash[23616]: audit 2024-04-27T01:09:44.322519+0000 mon.a (mon.0) 267 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2024-04-27T01:09:45.572 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:45 smithi042 bash[23616]: cluster 2024-04-27T01:09:44.322644+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-27T01:09:45.572 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:45 smithi042 bash[23616]: audit 2024-04-27T01:09:44.323071+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:09:45.572 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:45 smithi042 bash[23616]: audit 2024-04-27T01:09:44.329855+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:09:45.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:45 smithi046 bash[18464]: cluster 2024-04-27T01:09:43.670844+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T01:09:45.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:45 smithi046 bash[18464]: audit 2024-04-27T01:09:44.322519+0000 mon.a (mon.0) 267 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2024-04-27T01:09:45.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:45 smithi046 bash[18464]: cluster 2024-04-27T01:09:44.322644+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-27T01:09:45.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:45 smithi046 bash[18464]: audit 2024-04-27T01:09:44.323071+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:09:45.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:45 smithi046 bash[18464]: audit 2024-04-27T01:09:44.329855+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:09:45.745 INFO:teuthology.orchestra.run.smithi042.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-27T01:09:45.746 INFO:teuthology.orchestra.run.smithi042.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-27T01:09:45.746 INFO:teuthology.orchestra.run.smithi042.stderr: stderr: 10+0 records in 2024-04-27T01:09:45.746 INFO:teuthology.orchestra.run.smithi042.stderr:10+0 records out 2024-04-27T01:09:45.746 INFO:teuthology.orchestra.run.smithi042.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0104439 s, 1.0 GB/s 2024-04-27T01:09:45.746 INFO:teuthology.orchestra.run.smithi042.stderr:--> Zapping successful for: 2024-04-27T01:09:46.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:46 smithi046 bash[18464]: cluster 2024-04-27T01:09:43.443582+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-27T01:09:46.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:46 smithi046 bash[18464]: cluster 2024-04-27T01:09:43.443782+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-27T01:09:46.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:46 smithi046 bash[18464]: cluster 2024-04-27T01:09:45.322376+0000 mon.a (mon.0) 271 : cluster [INF] osd.0 [v2:172.21.15.42:6802/809448986,v1:172.21.15.42:6803/809448986] boot 2024-04-27T01:09:46.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:46 smithi046 bash[18464]: cluster 2024-04-27T01:09:45.322434+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-27T01:09:46.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:46 smithi046 bash[18464]: audit 2024-04-27T01:09:45.322866+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:09:46.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:46 smithi042 bash[18488]: cluster 2024-04-27T01:09:43.443582+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-27T01:09:46.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:46 smithi042 bash[18488]: cluster 2024-04-27T01:09:43.443782+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-27T01:09:46.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:46 smithi042 bash[18488]: cluster 2024-04-27T01:09:45.322376+0000 mon.a (mon.0) 271 : cluster [INF] osd.0 [v2:172.21.15.42:6802/809448986,v1:172.21.15.42:6803/809448986] boot 2024-04-27T01:09:46.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:46 smithi042 bash[18488]: cluster 2024-04-27T01:09:45.322434+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-27T01:09:46.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:46 smithi042 bash[18488]: audit 2024-04-27T01:09:45.322866+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:09:46.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:46 smithi042 bash[23616]: cluster 2024-04-27T01:09:43.443582+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-27T01:09:46.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:46 smithi042 bash[23616]: cluster 2024-04-27T01:09:43.443782+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-27T01:09:46.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:46 smithi042 bash[23616]: cluster 2024-04-27T01:09:45.322376+0000 mon.a (mon.0) 271 : cluster [INF] osd.0 [v2:172.21.15.42:6802/809448986,v1:172.21.15.42:6803/809448986] boot 2024-04-27T01:09:46.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:46 smithi042 bash[23616]: cluster 2024-04-27T01:09:45.322434+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-27T01:09:46.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:46 smithi042 bash[23616]: audit 2024-04-27T01:09:45.322866+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:09:46.795 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi042:vg_nvme/lv_3 2024-04-27T01:09:47.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:47 smithi046 bash[18464]: cluster 2024-04-27T01:09:45.671151+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:09:47.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:47 smithi046 bash[18464]: cluster 2024-04-27T01:09:46.342733+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-27T01:09:47.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:47 smithi042 bash[18488]: cluster 2024-04-27T01:09:45.671151+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:09:47.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:47 smithi042 bash[18488]: cluster 2024-04-27T01:09:46.342733+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-27T01:09:47.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:47 smithi042 bash[23616]: cluster 2024-04-27T01:09:45.671151+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:09:47.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:47 smithi042 bash[23616]: cluster 2024-04-27T01:09:46.342733+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-27T01:09:49.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:49 smithi046 bash[18464]: cluster 2024-04-27T01:09:47.671573+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:09:49.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:49 smithi042 bash[18488]: cluster 2024-04-27T01:09:47.671573+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:09:49.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:49 smithi042 bash[23616]: cluster 2024-04-27T01:09:47.671573+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:09:50.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:50 smithi046 bash[18464]: audit 2024-04-27T01:09:49.444588+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T01:09:50.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:50 smithi046 bash[18464]: audit 2024-04-27T01:09:49.450378+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T01:09:50.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:50 smithi046 bash[18464]: audit 2024-04-27T01:09:49.452018+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:50.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:50 smithi046 bash[18464]: audit 2024-04-27T01:09:49.730483+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:50.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:50 smithi046 bash[18464]: audit 2024-04-27T01:09:49.731392+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:09:50.679 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:50 smithi046 bash[18464]: audit 2024-04-27T01:09:49.736881+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:50.679 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:50 smithi046 bash[18464]: audit 2024-04-27T01:09:49.741689+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:50.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:50 smithi042 bash[18488]: audit 2024-04-27T01:09:49.444588+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T01:09:50.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:50 smithi042 bash[18488]: audit 2024-04-27T01:09:49.450378+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T01:09:50.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:50 smithi042 bash[18488]: audit 2024-04-27T01:09:49.452018+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:50.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:50 smithi042 bash[18488]: audit 2024-04-27T01:09:49.730483+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:50.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:50 smithi042 bash[18488]: audit 2024-04-27T01:09:49.731392+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:09:50.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:50 smithi042 bash[18488]: audit 2024-04-27T01:09:49.736881+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:50.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:50 smithi042 bash[18488]: audit 2024-04-27T01:09:49.741689+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:50.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:50 smithi042 bash[23616]: audit 2024-04-27T01:09:49.444588+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T01:09:50.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:50 smithi042 bash[23616]: audit 2024-04-27T01:09:49.450378+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T01:09:50.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:50 smithi042 bash[23616]: audit 2024-04-27T01:09:49.452018+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:09:50.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:50 smithi042 bash[23616]: audit 2024-04-27T01:09:49.730483+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:50.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:50 smithi042 bash[23616]: audit 2024-04-27T01:09:49.731392+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:09:50.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:50 smithi042 bash[23616]: audit 2024-04-27T01:09:49.736881+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:50.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:50 smithi042 bash[23616]: audit 2024-04-27T01:09:49.741689+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:09:51.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:51 smithi046 bash[18464]: audit 2024-04-27T01:09:49.441560+0000 mgr.y (mgr.14152) 77 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:09:51.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:51 smithi046 bash[18464]: cluster 2024-04-27T01:09:49.671948+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:09:51.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:51 smithi046 bash[18464]: cephadm 2024-04-27T01:09:49.724729+0000 mgr.y (mgr.14152) 79 : cephadm [INF] Detected new or changed devices on smithi042 2024-04-27T01:09:51.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:51 smithi046 bash[18464]: cephadm 2024-04-27T01:09:49.732042+0000 mgr.y (mgr.14152) 80 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 16245M 2024-04-27T01:09:51.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:51 smithi042 bash[18488]: audit 2024-04-27T01:09:49.441560+0000 mgr.y (mgr.14152) 77 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:09:51.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:51 smithi042 bash[18488]: cluster 2024-04-27T01:09:49.671948+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:09:51.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:51 smithi042 bash[18488]: cephadm 2024-04-27T01:09:49.724729+0000 mgr.y (mgr.14152) 79 : cephadm [INF] Detected new or changed devices on smithi042 2024-04-27T01:09:51.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:51 smithi042 bash[18488]: cephadm 2024-04-27T01:09:49.732042+0000 mgr.y (mgr.14152) 80 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 16245M 2024-04-27T01:09:51.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:51 smithi042 bash[23616]: audit 2024-04-27T01:09:49.441560+0000 mgr.y (mgr.14152) 77 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:09:51.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:51 smithi042 bash[23616]: cluster 2024-04-27T01:09:49.671948+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:09:51.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:51 smithi042 bash[23616]: cephadm 2024-04-27T01:09:49.724729+0000 mgr.y (mgr.14152) 79 : cephadm [INF] Detected new or changed devices on smithi042 2024-04-27T01:09:51.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:51 smithi042 bash[23616]: cephadm 2024-04-27T01:09:49.732042+0000 mgr.y (mgr.14152) 80 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 16245M 2024-04-27T01:09:53.502 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:53 smithi042 bash[18488]: cluster 2024-04-27T01:09:51.672394+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:09:53.502 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:53 smithi042 bash[23616]: cluster 2024-04-27T01:09:51.672394+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:09:53.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:53 smithi046 bash[18464]: cluster 2024-04-27T01:09:51.672394+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:09:55.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:55 smithi046 bash[18464]: cluster 2024-04-27T01:09:53.672894+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:09:55.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:55 smithi046 bash[18464]: audit 2024-04-27T01:09:55.006402+0000 mon.a (mon.0) 282 : audit [INF] from='client.? 172.21.15.42:0/2587065674' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bc5f599c-b1e5-4169-9267-62fa666b7fa7"}]: dispatch 2024-04-27T01:09:55.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:55 smithi046 bash[18464]: audit 2024-04-27T01:09:55.013719+0000 mon.a (mon.0) 283 : audit [INF] from='client.? 172.21.15.42:0/2587065674' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bc5f599c-b1e5-4169-9267-62fa666b7fa7"}]': finished 2024-04-27T01:09:55.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:55 smithi046 bash[18464]: cluster 2024-04-27T01:09:55.013919+0000 mon.a (mon.0) 284 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-27T01:09:55.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:55 smithi046 bash[18464]: audit 2024-04-27T01:09:55.014117+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:09:55.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:55 smithi042 bash[18488]: cluster 2024-04-27T01:09:53.672894+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:09:55.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:55 smithi042 bash[18488]: audit 2024-04-27T01:09:55.006402+0000 mon.a (mon.0) 282 : audit [INF] from='client.? 172.21.15.42:0/2587065674' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bc5f599c-b1e5-4169-9267-62fa666b7fa7"}]: dispatch 2024-04-27T01:09:55.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:55 smithi042 bash[18488]: audit 2024-04-27T01:09:55.013719+0000 mon.a (mon.0) 283 : audit [INF] from='client.? 172.21.15.42:0/2587065674' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bc5f599c-b1e5-4169-9267-62fa666b7fa7"}]': finished 2024-04-27T01:09:55.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:55 smithi042 bash[18488]: cluster 2024-04-27T01:09:55.013919+0000 mon.a (mon.0) 284 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-27T01:09:55.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:55 smithi042 bash[18488]: audit 2024-04-27T01:09:55.014117+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:09:55.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:55 smithi042 bash[23616]: cluster 2024-04-27T01:09:53.672894+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:09:55.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:55 smithi042 bash[23616]: audit 2024-04-27T01:09:55.006402+0000 mon.a (mon.0) 282 : audit [INF] from='client.? 172.21.15.42:0/2587065674' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bc5f599c-b1e5-4169-9267-62fa666b7fa7"}]: dispatch 2024-04-27T01:09:55.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:55 smithi042 bash[23616]: audit 2024-04-27T01:09:55.013719+0000 mon.a (mon.0) 283 : audit [INF] from='client.? 172.21.15.42:0/2587065674' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bc5f599c-b1e5-4169-9267-62fa666b7fa7"}]': finished 2024-04-27T01:09:55.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:55 smithi042 bash[23616]: cluster 2024-04-27T01:09:55.013919+0000 mon.a (mon.0) 284 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-27T01:09:55.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:55 smithi042 bash[23616]: audit 2024-04-27T01:09:55.014117+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:09:56.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:56 smithi046 bash[18464]: audit 2024-04-27T01:09:55.672826+0000 mon.a (mon.0) 286 : audit [DBG] from='client.? 172.21.15.42:0/1683762816' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T01:09:56.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:56 smithi042 bash[18488]: audit 2024-04-27T01:09:55.672826+0000 mon.a (mon.0) 286 : audit [DBG] from='client.? 172.21.15.42:0/1683762816' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T01:09:56.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:56 smithi042 bash[23616]: audit 2024-04-27T01:09:55.672826+0000 mon.a (mon.0) 286 : audit [DBG] from='client.? 172.21.15.42:0/1683762816' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T01:09:57.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:57 smithi046 bash[18464]: cluster 2024-04-27T01:09:55.673233+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:09:57.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:57 smithi042 bash[18488]: cluster 2024-04-27T01:09:55.673233+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:09:57.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:57 smithi042 bash[23616]: cluster 2024-04-27T01:09:55.673233+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:09:59.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:09:59 smithi046 bash[18464]: cluster 2024-04-27T01:09:57.673522+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:09:59.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:09:59 smithi042 bash[18488]: cluster 2024-04-27T01:09:57.673522+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:09:59.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:09:59 smithi042 bash[23616]: cluster 2024-04-27T01:09:57.673522+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:00.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:00 smithi046 bash[18464]: cluster 2024-04-27T01:10:00.000160+0000 mon.a (mon.0) 287 : cluster [INF] overall HEALTH_OK 2024-04-27T01:10:00.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:00 smithi042 bash[18488]: cluster 2024-04-27T01:10:00.000160+0000 mon.a (mon.0) 287 : cluster [INF] overall HEALTH_OK 2024-04-27T01:10:00.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:00 smithi042 bash[23616]: cluster 2024-04-27T01:10:00.000160+0000 mon.a (mon.0) 287 : cluster [INF] overall HEALTH_OK 2024-04-27T01:10:01.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:01 smithi046 bash[18464]: cluster 2024-04-27T01:09:59.674032+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:01.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:01 smithi042 bash[18488]: cluster 2024-04-27T01:09:59.674032+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:01.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:01 smithi042 bash[23616]: cluster 2024-04-27T01:09:59.674032+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:03.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:03 smithi042 bash[18488]: cluster 2024-04-27T01:10:01.674641+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:03.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:03 smithi042 bash[23616]: cluster 2024-04-27T01:10:01.674641+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:03.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:03 smithi046 bash[18464]: cluster 2024-04-27T01:10:01.674641+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:05.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:05 smithi046 bash[18464]: cluster 2024-04-27T01:10:03.675119+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:05.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:05 smithi046 bash[18464]: audit 2024-04-27T01:10:04.905208+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-27T01:10:05.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:05 smithi046 bash[18464]: audit 2024-04-27T01:10:04.906672+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:10:05.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:05 smithi042 bash[18488]: cluster 2024-04-27T01:10:03.675119+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:05.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:05 smithi042 bash[18488]: audit 2024-04-27T01:10:04.905208+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-27T01:10:05.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:05 smithi042 bash[18488]: audit 2024-04-27T01:10:04.906672+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:10:05.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:05 smithi042 bash[23616]: cluster 2024-04-27T01:10:03.675119+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:05.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:05 smithi042 bash[23616]: audit 2024-04-27T01:10:04.905208+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-27T01:10:05.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:05 smithi042 bash[23616]: audit 2024-04-27T01:10:04.906672+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:10:06.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:06 smithi042 bash[18488]: cephadm 2024-04-27T01:10:04.907773+0000 mgr.y (mgr.14152) 88 : cephadm [INF] Deploying daemon osd.1 on smithi042 2024-04-27T01:10:06.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:06 smithi042 bash[23616]: cephadm 2024-04-27T01:10:04.907773+0000 mgr.y (mgr.14152) 88 : cephadm [INF] Deploying daemon osd.1 on smithi042 2024-04-27T01:10:06.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:06 smithi046 bash[18464]: cephadm 2024-04-27T01:10:04.907773+0000 mgr.y (mgr.14152) 88 : cephadm [INF] Deploying daemon osd.1 on smithi042 2024-04-27T01:10:07.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:07 smithi042 bash[18488]: cluster 2024-04-27T01:10:05.675663+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:07.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:07 smithi042 bash[23616]: cluster 2024-04-27T01:10:05.675663+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:07.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:07 smithi046 bash[18464]: cluster 2024-04-27T01:10:05.675663+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:08.353 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:10:08.353 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:10:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:10:08.354 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:10:08.354 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:10:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:10:08.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:10:08.685 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:10:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:10:08.686 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:10:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:10:08.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:10:09.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:09 smithi046 bash[18464]: cluster 2024-04-27T01:10:07.676166+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:09.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:09 smithi046 bash[18464]: audit 2024-04-27T01:10:08.495899+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:09.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:09 smithi046 bash[18464]: audit 2024-04-27T01:10:08.502256+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:10:09.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:09 smithi046 bash[18464]: audit 2024-04-27T01:10:08.503927+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:10:09.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:09 smithi046 bash[18464]: audit 2024-04-27T01:10:08.504648+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:10:09.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:09 smithi042 bash[23616]: cluster 2024-04-27T01:10:07.676166+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:09.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:09 smithi042 bash[23616]: audit 2024-04-27T01:10:08.495899+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:09.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:09 smithi042 bash[23616]: audit 2024-04-27T01:10:08.502256+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:10:09.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:09 smithi042 bash[23616]: audit 2024-04-27T01:10:08.503927+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:10:09.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:09 smithi042 bash[23616]: audit 2024-04-27T01:10:08.504648+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:10:09.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:09 smithi042 bash[18488]: cluster 2024-04-27T01:10:07.676166+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:09.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:09 smithi042 bash[18488]: audit 2024-04-27T01:10:08.495899+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:09.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:09 smithi042 bash[18488]: audit 2024-04-27T01:10:08.502256+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:10:09.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:09 smithi042 bash[18488]: audit 2024-04-27T01:10:08.503927+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:10:09.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:09 smithi042 bash[18488]: audit 2024-04-27T01:10:08.504648+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:10:11.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:11 smithi046 bash[18464]: cluster 2024-04-27T01:10:09.676554+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:11.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:11 smithi042 bash[18488]: cluster 2024-04-27T01:10:09.676554+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:11.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:11 smithi042 bash[23616]: cluster 2024-04-27T01:10:09.676554+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:12.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:12 smithi046 bash[18464]: audit 2024-04-27T01:10:11.496136+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:12.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:12 smithi046 bash[18464]: audit 2024-04-27T01:10:11.500046+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:12.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:12 smithi046 bash[18464]: cluster 2024-04-27T01:10:11.676957+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:12.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:12 smithi046 bash[18464]: audit 2024-04-27T01:10:11.719599+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:10:12.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:12 smithi046 bash[18464]: audit 2024-04-27T01:10:11.721255+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:10:12.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:12 smithi042 bash[18488]: audit 2024-04-27T01:10:11.496136+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:12.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:12 smithi042 bash[18488]: audit 2024-04-27T01:10:11.500046+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:12.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:12 smithi042 bash[18488]: cluster 2024-04-27T01:10:11.676957+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:12.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:12 smithi042 bash[18488]: audit 2024-04-27T01:10:11.719599+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:10:12.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:12 smithi042 bash[18488]: audit 2024-04-27T01:10:11.721255+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:10:12.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:12 smithi042 bash[23616]: audit 2024-04-27T01:10:11.496136+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:12.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:12 smithi042 bash[23616]: audit 2024-04-27T01:10:11.500046+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:12.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:12 smithi042 bash[23616]: cluster 2024-04-27T01:10:11.676957+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:12.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:12 smithi042 bash[23616]: audit 2024-04-27T01:10:11.719599+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:10:12.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:12 smithi042 bash[23616]: audit 2024-04-27T01:10:11.721255+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:10:14.480 INFO:teuthology.orchestra.run.smithi042.stdout:Created osd(s) 1 on host 'smithi042' 2024-04-27T01:10:15.064 DEBUG:teuthology.orchestra.run.smithi042:osd.1> sudo journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.1.service 2024-04-27T01:10:15.067 INFO:tasks.cephadm:Deploying osd.2 on smithi042 with /dev/vg_nvme/lv_2... 2024-04-27T01:10:15.067 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-04-27T01:10:15.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:15 smithi042 bash[18488]: cluster 2024-04-27T01:10:13.677324+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:15.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:15 smithi042 bash[18488]: audit 2024-04-27T01:10:14.489715+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:15.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:15 smithi042 bash[18488]: audit 2024-04-27T01:10:14.522709+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:10:15.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:15 smithi042 bash[18488]: audit 2024-04-27T01:10:14.523984+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:10:15.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:15 smithi042 bash[18488]: audit 2024-04-27T01:10:14.524762+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:10:15.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:15 smithi042 bash[18488]: audit 2024-04-27T01:10:14.809829+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.42:6810/844609428,v1:172.21.15.42:6811/844609428]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-27T01:10:15.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:15 smithi042 bash[18488]: audit 2024-04-27T01:10:14.810217+0000 mon.a (mon.0) 302 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-27T01:10:15.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:15 smithi042 bash[23616]: cluster 2024-04-27T01:10:13.677324+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:15.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:15 smithi042 bash[23616]: audit 2024-04-27T01:10:14.489715+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:15.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:15 smithi042 bash[23616]: audit 2024-04-27T01:10:14.522709+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:10:15.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:15 smithi042 bash[23616]: audit 2024-04-27T01:10:14.523984+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:10:15.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:15 smithi042 bash[23616]: audit 2024-04-27T01:10:14.524762+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:10:15.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:15 smithi042 bash[23616]: audit 2024-04-27T01:10:14.809829+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.42:6810/844609428,v1:172.21.15.42:6811/844609428]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-27T01:10:15.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:15 smithi042 bash[23616]: audit 2024-04-27T01:10:14.810217+0000 mon.a (mon.0) 302 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-27T01:10:15.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:15 smithi046 bash[18464]: cluster 2024-04-27T01:10:13.677324+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:15.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:15 smithi046 bash[18464]: audit 2024-04-27T01:10:14.489715+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:15.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:15 smithi046 bash[18464]: audit 2024-04-27T01:10:14.522709+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:10:15.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:15 smithi046 bash[18464]: audit 2024-04-27T01:10:14.523984+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:10:15.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:15 smithi046 bash[18464]: audit 2024-04-27T01:10:14.524762+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:10:15.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:15 smithi046 bash[18464]: audit 2024-04-27T01:10:14.809829+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.42:6810/844609428,v1:172.21.15.42:6811/844609428]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-27T01:10:15.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:15 smithi046 bash[18464]: audit 2024-04-27T01:10:14.810217+0000 mon.a (mon.0) 302 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-27T01:10:16.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:16 smithi042 bash[18488]: audit 2024-04-27T01:10:15.494061+0000 mon.a (mon.0) 303 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-27T01:10:16.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:16 smithi042 bash[18488]: cluster 2024-04-27T01:10:15.494248+0000 mon.a (mon.0) 304 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-27T01:10:16.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:16 smithi042 bash[18488]: audit 2024-04-27T01:10:15.494523+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:10:16.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:16 smithi042 bash[18488]: audit 2024-04-27T01:10:15.495735+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.42:6810/844609428,v1:172.21.15.42:6811/844609428]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:10:16.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:16 smithi042 bash[18488]: audit 2024-04-27T01:10:15.496394+0000 mon.a (mon.0) 306 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:10:16.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:16 smithi042 bash[18488]: cluster 2024-04-27T01:10:15.677779+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:16.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:16 smithi042 bash[23616]: audit 2024-04-27T01:10:15.494061+0000 mon.a (mon.0) 303 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-27T01:10:16.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:16 smithi042 bash[23616]: cluster 2024-04-27T01:10:15.494248+0000 mon.a (mon.0) 304 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-27T01:10:16.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:16 smithi042 bash[23616]: audit 2024-04-27T01:10:15.494523+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:10:16.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:16 smithi042 bash[23616]: audit 2024-04-27T01:10:15.495735+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.42:6810/844609428,v1:172.21.15.42:6811/844609428]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:10:16.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:16 smithi042 bash[23616]: audit 2024-04-27T01:10:15.496394+0000 mon.a (mon.0) 306 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:10:16.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:16 smithi042 bash[23616]: cluster 2024-04-27T01:10:15.677779+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:16.687 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:10:16 smithi042 bash[29236]: debug 2024-04-27T01:10:16.502+0000 7f9fe8cff700 -1 osd.1 0 waiting for initial osdmap 2024-04-27T01:10:16.687 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:10:16 smithi042 bash[29236]: debug 2024-04-27T01:10:16.510+0000 7f9fe569a700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-27T01:10:16.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:16 smithi046 bash[18464]: audit 2024-04-27T01:10:15.494061+0000 mon.a (mon.0) 303 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-27T01:10:16.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:16 smithi046 bash[18464]: cluster 2024-04-27T01:10:15.494248+0000 mon.a (mon.0) 304 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-27T01:10:16.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:16 smithi046 bash[18464]: audit 2024-04-27T01:10:15.494523+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:10:16.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:16 smithi046 bash[18464]: audit 2024-04-27T01:10:15.495735+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.42:6810/844609428,v1:172.21.15.42:6811/844609428]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:10:16.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:16 smithi046 bash[18464]: audit 2024-04-27T01:10:15.496394+0000 mon.a (mon.0) 306 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:10:16.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:16 smithi046 bash[18464]: cluster 2024-04-27T01:10:15.677779+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:17.788 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:17 smithi042 bash[18488]: audit 2024-04-27T01:10:16.498550+0000 mon.a (mon.0) 307 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2024-04-27T01:10:17.788 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:17 smithi042 bash[18488]: cluster 2024-04-27T01:10:16.498824+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-27T01:10:17.788 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:17 smithi042 bash[18488]: audit 2024-04-27T01:10:16.499517+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:10:17.788 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:17 smithi042 bash[18488]: audit 2024-04-27T01:10:16.508124+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:10:17.788 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:17 smithi042 bash[23616]: audit 2024-04-27T01:10:16.498550+0000 mon.a (mon.0) 307 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2024-04-27T01:10:17.788 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:17 smithi042 bash[23616]: cluster 2024-04-27T01:10:16.498824+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-27T01:10:17.789 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:17 smithi042 bash[23616]: audit 2024-04-27T01:10:16.499517+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:10:17.789 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:17 smithi042 bash[23616]: audit 2024-04-27T01:10:16.508124+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:10:17.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:17 smithi046 bash[18464]: audit 2024-04-27T01:10:16.498550+0000 mon.a (mon.0) 307 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2024-04-27T01:10:17.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:17 smithi046 bash[18464]: cluster 2024-04-27T01:10:16.498824+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-27T01:10:17.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:17 smithi046 bash[18464]: audit 2024-04-27T01:10:16.499517+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:10:17.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:17 smithi046 bash[18464]: audit 2024-04-27T01:10:16.508124+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:10:18.342 INFO:teuthology.orchestra.run.smithi042.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-04-27T01:10:18.342 INFO:teuthology.orchestra.run.smithi042.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-04-27T01:10:18.342 INFO:teuthology.orchestra.run.smithi042.stderr: stderr: 10+0 records in 2024-04-27T01:10:18.342 INFO:teuthology.orchestra.run.smithi042.stderr:10+0 records out 2024-04-27T01:10:18.342 INFO:teuthology.orchestra.run.smithi042.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0134218 s, 781 MB/s 2024-04-27T01:10:18.342 INFO:teuthology.orchestra.run.smithi042.stderr:--> Zapping successful for: 2024-04-27T01:10:18.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:18 smithi042 bash[18488]: cluster 2024-04-27T01:10:15.772050+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-27T01:10:18.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:18 smithi042 bash[18488]: cluster 2024-04-27T01:10:15.772247+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-27T01:10:18.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:18 smithi042 bash[18488]: cluster 2024-04-27T01:10:17.508752+0000 mon.a (mon.0) 311 : cluster [INF] osd.1 [v2:172.21.15.42:6810/844609428,v1:172.21.15.42:6811/844609428] boot 2024-04-27T01:10:18.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:18 smithi042 bash[18488]: cluster 2024-04-27T01:10:17.508885+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-27T01:10:18.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:18 smithi042 bash[18488]: audit 2024-04-27T01:10:17.509719+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:10:18.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:18 smithi042 bash[18488]: cluster 2024-04-27T01:10:17.678301+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:18.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:18 smithi042 bash[23616]: cluster 2024-04-27T01:10:15.772050+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-27T01:10:18.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:18 smithi042 bash[23616]: cluster 2024-04-27T01:10:15.772247+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-27T01:10:18.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:18 smithi042 bash[23616]: cluster 2024-04-27T01:10:17.508752+0000 mon.a (mon.0) 311 : cluster [INF] osd.1 [v2:172.21.15.42:6810/844609428,v1:172.21.15.42:6811/844609428] boot 2024-04-27T01:10:18.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:18 smithi042 bash[23616]: cluster 2024-04-27T01:10:17.508885+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-27T01:10:18.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:18 smithi042 bash[23616]: audit 2024-04-27T01:10:17.509719+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:10:18.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:18 smithi042 bash[23616]: cluster 2024-04-27T01:10:17.678301+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:18.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:18 smithi046 bash[18464]: cluster 2024-04-27T01:10:15.772050+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-27T01:10:18.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:18 smithi046 bash[18464]: cluster 2024-04-27T01:10:15.772247+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-27T01:10:18.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:18 smithi046 bash[18464]: cluster 2024-04-27T01:10:17.508752+0000 mon.a (mon.0) 311 : cluster [INF] osd.1 [v2:172.21.15.42:6810/844609428,v1:172.21.15.42:6811/844609428] boot 2024-04-27T01:10:18.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:18 smithi046 bash[18464]: cluster 2024-04-27T01:10:17.508885+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-27T01:10:18.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:18 smithi046 bash[18464]: audit 2024-04-27T01:10:17.509719+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:10:18.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:18 smithi046 bash[18464]: cluster 2024-04-27T01:10:17.678301+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-04-27T01:10:19.328 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi042:vg_nvme/lv_2 2024-04-27T01:10:19.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:19 smithi042 bash[18488]: cluster 2024-04-27T01:10:18.523061+0000 mon.a (mon.0) 314 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-27T01:10:19.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:19 smithi042 bash[23616]: cluster 2024-04-27T01:10:18.523061+0000 mon.a (mon.0) 314 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-27T01:10:19.927 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:19 smithi046 bash[18464]: cluster 2024-04-27T01:10:18.523061+0000 mon.a (mon.0) 314 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-27T01:10:20.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:20 smithi042 bash[18488]: cluster 2024-04-27T01:10:19.678709+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:20.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:20 smithi042 bash[23616]: cluster 2024-04-27T01:10:19.678709+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:20.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:20 smithi046 bash[18464]: cluster 2024-04-27T01:10:19.678709+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:23.178 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:22 smithi046 bash[18464]: cluster 2024-04-27T01:10:21.679202+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:23.178 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:22 smithi046 bash[18464]: cephadm 2024-04-27T01:10:21.731111+0000 mgr.y (mgr.14152) 98 : cephadm [INF] Detected new or changed devices on smithi042 2024-04-27T01:10:23.178 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:22 smithi046 bash[18464]: audit 2024-04-27T01:10:21.740374+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:23.178 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:22 smithi046 bash[18464]: audit 2024-04-27T01:10:21.741738+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:10:23.178 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:22 smithi046 bash[18464]: audit 2024-04-27T01:10:21.742832+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:10:23.178 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:22 smithi046 bash[18464]: cephadm 2024-04-27T01:10:21.743650+0000 mgr.y (mgr.14152) 99 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 8122M 2024-04-27T01:10:23.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:22 smithi046 bash[18464]: audit 2024-04-27T01:10:21.748387+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:23.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:22 smithi046 bash[18464]: audit 2024-04-27T01:10:21.753800+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:23.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:22 smithi046 bash[18464]: audit 2024-04-27T01:10:22.299122+0000 mgr.y (mgr.14152) 100 : audit [DBG] from='client.14271 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:10:23.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:22 smithi046 bash[18464]: audit 2024-04-27T01:10:22.301753+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T01:10:23.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:22 smithi046 bash[18464]: audit 2024-04-27T01:10:22.307136+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T01:10:23.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:22 smithi046 bash[18464]: audit 2024-04-27T01:10:22.308568+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:10:23.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:22 smithi042 bash[18488]: cluster 2024-04-27T01:10:21.679202+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:23.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:22 smithi042 bash[18488]: cephadm 2024-04-27T01:10:21.731111+0000 mgr.y (mgr.14152) 98 : cephadm [INF] Detected new or changed devices on smithi042 2024-04-27T01:10:23.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:22 smithi042 bash[18488]: audit 2024-04-27T01:10:21.740374+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:23.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:22 smithi042 bash[18488]: audit 2024-04-27T01:10:21.741738+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:10:23.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:22 smithi042 bash[18488]: audit 2024-04-27T01:10:21.742832+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:10:23.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:22 smithi042 bash[18488]: cephadm 2024-04-27T01:10:21.743650+0000 mgr.y (mgr.14152) 99 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 8122M 2024-04-27T01:10:23.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:22 smithi042 bash[18488]: audit 2024-04-27T01:10:21.748387+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:23.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:22 smithi042 bash[18488]: audit 2024-04-27T01:10:21.753800+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:23.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:22 smithi042 bash[18488]: audit 2024-04-27T01:10:22.299122+0000 mgr.y (mgr.14152) 100 : audit [DBG] from='client.14271 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:10:23.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:22 smithi042 bash[18488]: audit 2024-04-27T01:10:22.301753+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T01:10:23.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:22 smithi042 bash[18488]: audit 2024-04-27T01:10:22.307136+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T01:10:23.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:22 smithi042 bash[18488]: audit 2024-04-27T01:10:22.308568+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:10:23.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:22 smithi042 bash[23616]: cluster 2024-04-27T01:10:21.679202+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:23.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:22 smithi042 bash[23616]: cephadm 2024-04-27T01:10:21.731111+0000 mgr.y (mgr.14152) 98 : cephadm [INF] Detected new or changed devices on smithi042 2024-04-27T01:10:23.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:22 smithi042 bash[23616]: audit 2024-04-27T01:10:21.740374+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:23.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:22 smithi042 bash[23616]: audit 2024-04-27T01:10:21.741738+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:10:23.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:22 smithi042 bash[23616]: audit 2024-04-27T01:10:21.742832+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:10:23.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:22 smithi042 bash[23616]: cephadm 2024-04-27T01:10:21.743650+0000 mgr.y (mgr.14152) 99 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 8122M 2024-04-27T01:10:23.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:22 smithi042 bash[23616]: audit 2024-04-27T01:10:21.748387+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:23.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:22 smithi042 bash[23616]: audit 2024-04-27T01:10:21.753800+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:23.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:22 smithi042 bash[23616]: audit 2024-04-27T01:10:22.299122+0000 mgr.y (mgr.14152) 100 : audit [DBG] from='client.14271 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:10:23.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:22 smithi042 bash[23616]: audit 2024-04-27T01:10:22.301753+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T01:10:23.187 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:22 smithi042 bash[23616]: audit 2024-04-27T01:10:22.307136+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T01:10:23.188 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:22 smithi042 bash[23616]: audit 2024-04-27T01:10:22.308568+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:10:25.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:25 smithi046 bash[18464]: cluster 2024-04-27T01:10:23.679655+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:25.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:25 smithi042 bash[18488]: cluster 2024-04-27T01:10:23.679655+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:25.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:25 smithi042 bash[23616]: cluster 2024-04-27T01:10:23.679655+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:27.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:27 smithi046 bash[18464]: cluster 2024-04-27T01:10:25.680152+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:27.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:27 smithi042 bash[23616]: cluster 2024-04-27T01:10:25.680152+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:27.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:27 smithi042 bash[18488]: cluster 2024-04-27T01:10:25.680152+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:28.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:28 smithi046 bash[18464]: audit 2024-04-27T01:10:28.012651+0000 mon.a (mon.0) 323 : audit [INF] from='client.? 172.21.15.42:0/899649587' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6e726557-ff0c-416c-b98f-a9533a7a5f7e"}]: dispatch 2024-04-27T01:10:28.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:28 smithi046 bash[18464]: audit 2024-04-27T01:10:28.020002+0000 mon.a (mon.0) 324 : audit [INF] from='client.? 172.21.15.42:0/899649587' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6e726557-ff0c-416c-b98f-a9533a7a5f7e"}]': finished 2024-04-27T01:10:28.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:28 smithi046 bash[18464]: cluster 2024-04-27T01:10:28.020119+0000 mon.a (mon.0) 325 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-27T01:10:28.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:28 smithi046 bash[18464]: audit 2024-04-27T01:10:28.020272+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:10:28.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:28 smithi042 bash[23616]: audit 2024-04-27T01:10:28.012651+0000 mon.a (mon.0) 323 : audit [INF] from='client.? 172.21.15.42:0/899649587' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6e726557-ff0c-416c-b98f-a9533a7a5f7e"}]: dispatch 2024-04-27T01:10:28.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:28 smithi042 bash[23616]: audit 2024-04-27T01:10:28.020002+0000 mon.a (mon.0) 324 : audit [INF] from='client.? 172.21.15.42:0/899649587' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6e726557-ff0c-416c-b98f-a9533a7a5f7e"}]': finished 2024-04-27T01:10:28.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:28 smithi042 bash[23616]: cluster 2024-04-27T01:10:28.020119+0000 mon.a (mon.0) 325 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-27T01:10:28.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:28 smithi042 bash[23616]: audit 2024-04-27T01:10:28.020272+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:10:28.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:28 smithi042 bash[18488]: audit 2024-04-27T01:10:28.012651+0000 mon.a (mon.0) 323 : audit [INF] from='client.? 172.21.15.42:0/899649587' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6e726557-ff0c-416c-b98f-a9533a7a5f7e"}]: dispatch 2024-04-27T01:10:28.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:28 smithi042 bash[18488]: audit 2024-04-27T01:10:28.020002+0000 mon.a (mon.0) 324 : audit [INF] from='client.? 172.21.15.42:0/899649587' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6e726557-ff0c-416c-b98f-a9533a7a5f7e"}]': finished 2024-04-27T01:10:28.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:28 smithi042 bash[18488]: cluster 2024-04-27T01:10:28.020119+0000 mon.a (mon.0) 325 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-27T01:10:28.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:28 smithi042 bash[18488]: audit 2024-04-27T01:10:28.020272+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:10:29.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:29 smithi046 bash[18464]: cluster 2024-04-27T01:10:27.680484+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:29.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:29 smithi046 bash[18464]: audit 2024-04-27T01:10:28.732024+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.42:0/1823804265' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T01:10:29.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:29 smithi042 bash[23616]: cluster 2024-04-27T01:10:27.680484+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:29.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:29 smithi042 bash[23616]: audit 2024-04-27T01:10:28.732024+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.42:0/1823804265' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T01:10:29.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:29 smithi042 bash[18488]: cluster 2024-04-27T01:10:27.680484+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:29.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:29 smithi042 bash[18488]: audit 2024-04-27T01:10:28.732024+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.42:0/1823804265' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T01:10:31.579 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:31 smithi042 bash[18488]: cluster 2024-04-27T01:10:29.680804+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:31.579 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:31 smithi042 bash[23616]: cluster 2024-04-27T01:10:29.680804+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:31.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:31 smithi046 bash[18464]: cluster 2024-04-27T01:10:29.680804+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:33.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:33 smithi046 bash[18464]: cluster 2024-04-27T01:10:31.681276+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:33.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:33 smithi042 bash[18488]: cluster 2024-04-27T01:10:31.681276+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:33.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:33 smithi042 bash[23616]: cluster 2024-04-27T01:10:31.681276+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:35.583 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:35 smithi042 bash[18488]: cluster 2024-04-27T01:10:33.681784+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:35.584 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:35 smithi042 bash[23616]: cluster 2024-04-27T01:10:33.681784+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:35.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:35 smithi046 bash[18464]: cluster 2024-04-27T01:10:33.681784+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:37.594 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:37 smithi042 bash[18488]: cluster 2024-04-27T01:10:35.682273+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:37.595 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:37 smithi042 bash[23616]: cluster 2024-04-27T01:10:35.682273+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:37.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:37 smithi046 bash[18464]: cluster 2024-04-27T01:10:35.682273+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:38.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:38 smithi046 bash[18464]: audit 2024-04-27T01:10:38.027383+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-27T01:10:38.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:38 smithi046 bash[18464]: audit 2024-04-27T01:10:38.029265+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:10:38.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:38 smithi042 bash[18488]: audit 2024-04-27T01:10:38.027383+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-27T01:10:38.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:38 smithi042 bash[18488]: audit 2024-04-27T01:10:38.029265+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:10:38.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:38 smithi042 bash[23616]: audit 2024-04-27T01:10:38.027383+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-27T01:10:38.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:38 smithi042 bash[23616]: audit 2024-04-27T01:10:38.029265+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:10:39.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:39 smithi046 bash[18464]: cluster 2024-04-27T01:10:37.682690+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:39.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:39 smithi046 bash[18464]: cephadm 2024-04-27T01:10:38.030687+0000 mgr.y (mgr.14152) 109 : cephadm [INF] Deploying daemon osd.2 on smithi042 2024-04-27T01:10:39.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:39 smithi042 bash[18488]: cluster 2024-04-27T01:10:37.682690+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:39.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:39 smithi042 bash[18488]: cephadm 2024-04-27T01:10:38.030687+0000 mgr.y (mgr.14152) 109 : cephadm [INF] Deploying daemon osd.2 on smithi042 2024-04-27T01:10:39.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:39 smithi042 bash[23616]: cluster 2024-04-27T01:10:37.682690+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:39.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:39 smithi042 bash[23616]: cephadm 2024-04-27T01:10:38.030687+0000 mgr.y (mgr.14152) 109 : cephadm [INF] Deploying daemon osd.2 on smithi042 2024-04-27T01:10:41.435 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:10:41 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:10:41.435 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:10:41 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:10:41.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:41 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:10:41.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:41 smithi042 bash[18488]: cluster 2024-04-27T01:10:39.683148+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:41.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:41 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:10:41.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:41 smithi042 bash[23616]: cluster 2024-04-27T01:10:39.683148+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:41.436 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:10:41 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:10:41.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:41 smithi046 bash[18464]: cluster 2024-04-27T01:10:39.683148+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:41.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:41 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:10:41.935 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:10:41 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:10:41.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:41 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:10:41.936 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:10:41 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:10:41.936 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:10:41 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:10:42.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:42 smithi042 bash[18488]: audit 2024-04-27T01:10:41.644990+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:42.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:42 smithi042 bash[18488]: audit 2024-04-27T01:10:41.667843+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:10:42.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:42 smithi042 bash[18488]: audit 2024-04-27T01:10:41.669060+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:10:42.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:42 smithi042 bash[18488]: audit 2024-04-27T01:10:41.669657+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:10:42.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:42 smithi042 bash[18488]: cluster 2024-04-27T01:10:41.683486+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:42.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:42 smithi042 bash[23616]: audit 2024-04-27T01:10:41.644990+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:42.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:42 smithi042 bash[23616]: audit 2024-04-27T01:10:41.667843+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:10:42.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:42 smithi042 bash[23616]: audit 2024-04-27T01:10:41.669060+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:10:42.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:42 smithi042 bash[23616]: audit 2024-04-27T01:10:41.669657+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:10:42.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:42 smithi042 bash[23616]: cluster 2024-04-27T01:10:41.683486+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:42.927 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:42 smithi046 bash[18464]: audit 2024-04-27T01:10:41.644990+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:42.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:42 smithi046 bash[18464]: audit 2024-04-27T01:10:41.667843+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:10:42.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:42 smithi046 bash[18464]: audit 2024-04-27T01:10:41.669060+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:10:42.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:42 smithi046 bash[18464]: audit 2024-04-27T01:10:41.669657+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:10:42.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:42 smithi046 bash[18464]: cluster 2024-04-27T01:10:41.683486+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:45.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:45 smithi046 bash[18464]: cluster 2024-04-27T01:10:43.683970+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:45.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:45 smithi046 bash[18464]: audit 2024-04-27T01:10:44.668987+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:45.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:45 smithi046 bash[18464]: audit 2024-04-27T01:10:44.910614+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:45.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:45 smithi042 bash[23616]: cluster 2024-04-27T01:10:43.683970+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:45.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:45 smithi042 bash[23616]: audit 2024-04-27T01:10:44.668987+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:45.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:45 smithi042 bash[23616]: audit 2024-04-27T01:10:44.910614+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:45.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:45 smithi042 bash[18488]: cluster 2024-04-27T01:10:43.683970+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:45.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:45 smithi042 bash[18488]: audit 2024-04-27T01:10:44.668987+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:45.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:45 smithi042 bash[18488]: audit 2024-04-27T01:10:44.910614+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:47.537 INFO:teuthology.orchestra.run.smithi042.stdout:Created osd(s) 2 on host 'smithi042' 2024-04-27T01:10:47.567 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:47 smithi042 bash[18488]: cluster 2024-04-27T01:10:45.684508+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:47.568 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:47 smithi042 bash[23616]: cluster 2024-04-27T01:10:45.684508+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:47.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:47 smithi046 bash[18464]: cluster 2024-04-27T01:10:45.684508+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:48.173 DEBUG:teuthology.orchestra.run.smithi042:osd.2> sudo journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.2.service 2024-04-27T01:10:48.176 INFO:tasks.cephadm:Deploying osd.3 on smithi042 with /dev/vg_nvme/lv_1... 2024-04-27T01:10:48.176 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-04-27T01:10:48.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:48 smithi042 bash[18488]: audit 2024-04-27T01:10:47.547342+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:48.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:48 smithi042 bash[18488]: audit 2024-04-27T01:10:47.582798+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:10:48.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:48 smithi042 bash[18488]: audit 2024-04-27T01:10:47.584109+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:10:48.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:48 smithi042 bash[18488]: audit 2024-04-27T01:10:47.584874+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:10:48.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:48 smithi042 bash[18488]: cluster 2024-04-27T01:10:47.684903+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:48.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:48 smithi042 bash[18488]: audit 2024-04-27T01:10:47.787282+0000 mon.a (mon.0) 339 : audit [INF] from='osd.2 [v2:172.21.15.42:6818/59561363,v1:172.21.15.42:6819/59561363]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-27T01:10:48.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:48 smithi042 bash[23616]: audit 2024-04-27T01:10:47.547342+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:48.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:48 smithi042 bash[23616]: audit 2024-04-27T01:10:47.582798+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:10:48.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:48 smithi042 bash[23616]: audit 2024-04-27T01:10:47.584109+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:10:48.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:48 smithi042 bash[23616]: audit 2024-04-27T01:10:47.584874+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:10:48.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:48 smithi042 bash[23616]: cluster 2024-04-27T01:10:47.684903+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:48.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:48 smithi042 bash[23616]: audit 2024-04-27T01:10:47.787282+0000 mon.a (mon.0) 339 : audit [INF] from='osd.2 [v2:172.21.15.42:6818/59561363,v1:172.21.15.42:6819/59561363]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-27T01:10:48.927 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:48 smithi046 bash[18464]: audit 2024-04-27T01:10:47.547342+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:48.934 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:48 smithi046 bash[18464]: audit 2024-04-27T01:10:47.582798+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:10:48.934 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:48 smithi046 bash[18464]: audit 2024-04-27T01:10:47.584109+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:10:48.935 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:48 smithi046 bash[18464]: audit 2024-04-27T01:10:47.584874+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:10:48.935 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:48 smithi046 bash[18464]: cluster 2024-04-27T01:10:47.684903+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:48.935 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:48 smithi046 bash[18464]: audit 2024-04-27T01:10:47.787282+0000 mon.a (mon.0) 339 : audit [INF] from='osd.2 [v2:172.21.15.42:6818/59561363,v1:172.21.15.42:6819/59561363]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-27T01:10:49.840 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:49 smithi042 bash[18488]: audit 2024-04-27T01:10:48.551096+0000 mon.a (mon.0) 340 : audit [INF] from='osd.2 [v2:172.21.15.42:6818/59561363,v1:172.21.15.42:6819/59561363]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-27T01:10:49.840 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:49 smithi042 bash[18488]: cluster 2024-04-27T01:10:48.551261+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-27T01:10:49.840 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:49 smithi042 bash[18488]: audit 2024-04-27T01:10:48.552026+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:10:49.840 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:49 smithi042 bash[18488]: audit 2024-04-27T01:10:48.553003+0000 mon.a (mon.0) 343 : audit [INF] from='osd.2 [v2:172.21.15.42:6818/59561363,v1:172.21.15.42:6819/59561363]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:10:49.841 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:49 smithi042 bash[23616]: audit 2024-04-27T01:10:48.551096+0000 mon.a (mon.0) 340 : audit [INF] from='osd.2 [v2:172.21.15.42:6818/59561363,v1:172.21.15.42:6819/59561363]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-27T01:10:49.841 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:49 smithi042 bash[23616]: cluster 2024-04-27T01:10:48.551261+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-27T01:10:49.841 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:49 smithi042 bash[23616]: audit 2024-04-27T01:10:48.552026+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:10:49.841 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:49 smithi042 bash[23616]: audit 2024-04-27T01:10:48.553003+0000 mon.a (mon.0) 343 : audit [INF] from='osd.2 [v2:172.21.15.42:6818/59561363,v1:172.21.15.42:6819/59561363]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:10:49.841 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:10:49 smithi042 bash[32243]: debug 2024-04-27T01:10:49.558+0000 7f831eb41700 -1 osd.2 0 waiting for initial osdmap 2024-04-27T01:10:49.841 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:10:49 smithi042 bash[32243]: debug 2024-04-27T01:10:49.566+0000 7f8319cd9700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-27T01:10:49.927 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:49 smithi046 bash[18464]: audit 2024-04-27T01:10:48.551096+0000 mon.a (mon.0) 340 : audit [INF] from='osd.2 [v2:172.21.15.42:6818/59561363,v1:172.21.15.42:6819/59561363]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-27T01:10:49.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:49 smithi046 bash[18464]: cluster 2024-04-27T01:10:48.551261+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-27T01:10:49.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:49 smithi046 bash[18464]: audit 2024-04-27T01:10:48.552026+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:10:49.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:49 smithi046 bash[18464]: audit 2024-04-27T01:10:48.553003+0000 mon.a (mon.0) 343 : audit [INF] from='osd.2 [v2:172.21.15.42:6818/59561363,v1:172.21.15.42:6819/59561363]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:10:50.927 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:50 smithi046 bash[18464]: audit 2024-04-27T01:10:49.553479+0000 mon.a (mon.0) 344 : audit [INF] from='osd.2 [v2:172.21.15.42:6818/59561363,v1:172.21.15.42:6819/59561363]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2024-04-27T01:10:50.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:50 smithi046 bash[18464]: cluster 2024-04-27T01:10:49.553668+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-27T01:10:50.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:50 smithi046 bash[18464]: audit 2024-04-27T01:10:49.553990+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:10:50.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:50 smithi046 bash[18464]: audit 2024-04-27T01:10:49.564530+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:10:50.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:50 smithi046 bash[18464]: cluster 2024-04-27T01:10:49.685403+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:50.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:50 smithi042 bash[18488]: audit 2024-04-27T01:10:49.553479+0000 mon.a (mon.0) 344 : audit [INF] from='osd.2 [v2:172.21.15.42:6818/59561363,v1:172.21.15.42:6819/59561363]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2024-04-27T01:10:50.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:50 smithi042 bash[18488]: cluster 2024-04-27T01:10:49.553668+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-27T01:10:50.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:50 smithi042 bash[18488]: audit 2024-04-27T01:10:49.553990+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:10:50.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:50 smithi042 bash[18488]: audit 2024-04-27T01:10:49.564530+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:10:50.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:50 smithi042 bash[18488]: cluster 2024-04-27T01:10:49.685403+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:50.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:50 smithi042 bash[23616]: audit 2024-04-27T01:10:49.553479+0000 mon.a (mon.0) 344 : audit [INF] from='osd.2 [v2:172.21.15.42:6818/59561363,v1:172.21.15.42:6819/59561363]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2024-04-27T01:10:50.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:50 smithi042 bash[23616]: cluster 2024-04-27T01:10:49.553668+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-27T01:10:50.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:50 smithi042 bash[23616]: audit 2024-04-27T01:10:49.553990+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:10:50.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:50 smithi042 bash[23616]: audit 2024-04-27T01:10:49.564530+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:10:50.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:50 smithi042 bash[23616]: cluster 2024-04-27T01:10:49.685403+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-04-27T01:10:51.532 INFO:teuthology.orchestra.run.smithi042.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-04-27T01:10:51.532 INFO:teuthology.orchestra.run.smithi042.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-04-27T01:10:51.532 INFO:teuthology.orchestra.run.smithi042.stderr: stderr: 10+0 records in 2024-04-27T01:10:51.532 INFO:teuthology.orchestra.run.smithi042.stderr:10+0 records out 2024-04-27T01:10:51.532 INFO:teuthology.orchestra.run.smithi042.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0118064 s, 888 MB/s 2024-04-27T01:10:51.532 INFO:teuthology.orchestra.run.smithi042.stderr:--> Zapping successful for: 2024-04-27T01:10:51.857 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:51 smithi042 bash[18488]: cluster 2024-04-27T01:10:48.742339+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-27T01:10:51.857 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:51 smithi042 bash[18488]: cluster 2024-04-27T01:10:48.742551+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-27T01:10:51.857 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:51 smithi042 bash[18488]: cluster 2024-04-27T01:10:50.565612+0000 mon.a (mon.0) 348 : cluster [INF] osd.2 [v2:172.21.15.42:6818/59561363,v1:172.21.15.42:6819/59561363] boot 2024-04-27T01:10:51.857 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:51 smithi042 bash[18488]: cluster 2024-04-27T01:10:50.565683+0000 mon.a (mon.0) 349 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-27T01:10:51.857 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:51 smithi042 bash[18488]: audit 2024-04-27T01:10:50.566944+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:10:51.858 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:51 smithi042 bash[23616]: cluster 2024-04-27T01:10:48.742339+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-27T01:10:51.858 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:51 smithi042 bash[23616]: cluster 2024-04-27T01:10:48.742551+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-27T01:10:51.858 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:51 smithi042 bash[23616]: cluster 2024-04-27T01:10:50.565612+0000 mon.a (mon.0) 348 : cluster [INF] osd.2 [v2:172.21.15.42:6818/59561363,v1:172.21.15.42:6819/59561363] boot 2024-04-27T01:10:51.858 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:51 smithi042 bash[23616]: cluster 2024-04-27T01:10:50.565683+0000 mon.a (mon.0) 349 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-27T01:10:51.858 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:51 smithi042 bash[23616]: audit 2024-04-27T01:10:50.566944+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:10:51.927 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:51 smithi046 bash[18464]: cluster 2024-04-27T01:10:48.742339+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-27T01:10:51.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:51 smithi046 bash[18464]: cluster 2024-04-27T01:10:48.742551+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-27T01:10:51.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:51 smithi046 bash[18464]: cluster 2024-04-27T01:10:50.565612+0000 mon.a (mon.0) 348 : cluster [INF] osd.2 [v2:172.21.15.42:6818/59561363,v1:172.21.15.42:6819/59561363] boot 2024-04-27T01:10:51.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:51 smithi046 bash[18464]: cluster 2024-04-27T01:10:50.565683+0000 mon.a (mon.0) 349 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-27T01:10:51.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:51 smithi046 bash[18464]: audit 2024-04-27T01:10:50.566944+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:10:52.396 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi042:vg_nvme/lv_1 2024-04-27T01:10:52.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:52 smithi042 bash[18488]: cluster 2024-04-27T01:10:51.573223+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-27T01:10:52.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:52 smithi042 bash[18488]: cluster 2024-04-27T01:10:51.685851+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-27T01:10:52.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:52 smithi042 bash[18488]: audit 2024-04-27T01:10:51.783243+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-04-27T01:10:52.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:52 smithi042 bash[23616]: cluster 2024-04-27T01:10:51.573223+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-27T01:10:52.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:52 smithi042 bash[23616]: cluster 2024-04-27T01:10:51.685851+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-27T01:10:52.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:52 smithi042 bash[23616]: audit 2024-04-27T01:10:51.783243+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-04-27T01:10:52.927 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:52 smithi046 bash[18464]: cluster 2024-04-27T01:10:51.573223+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-27T01:10:52.927 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:52 smithi046 bash[18464]: cluster 2024-04-27T01:10:51.685851+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-27T01:10:52.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:52 smithi046 bash[18464]: audit 2024-04-27T01:10:51.783243+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-04-27T01:10:53.884 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:53 smithi042 bash[18488]: audit 2024-04-27T01:10:52.584666+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-04-27T01:10:53.884 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:53 smithi042 bash[18488]: cluster 2024-04-27T01:10:52.584741+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-27T01:10:53.884 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:53 smithi042 bash[18488]: audit 2024-04-27T01:10:52.585978+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-27T01:10:53.884 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:53 smithi042 bash[23616]: audit 2024-04-27T01:10:52.584666+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-04-27T01:10:53.884 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:53 smithi042 bash[23616]: cluster 2024-04-27T01:10:52.584741+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-27T01:10:53.884 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:53 smithi042 bash[23616]: audit 2024-04-27T01:10:52.585978+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-27T01:10:53.927 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:53 smithi046 bash[18464]: audit 2024-04-27T01:10:52.584666+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-04-27T01:10:53.927 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:53 smithi046 bash[18464]: cluster 2024-04-27T01:10:52.584741+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-27T01:10:53.927 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:53 smithi046 bash[18464]: audit 2024-04-27T01:10:52.585978+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-27T01:10:54.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:54 smithi042 bash[18488]: audit 2024-04-27T01:10:53.586647+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-27T01:10:54.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:54 smithi042 bash[18488]: cluster 2024-04-27T01:10:53.586712+0000 mon.a (mon.0) 357 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-27T01:10:54.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:54 smithi042 bash[18488]: cluster 2024-04-27T01:10:53.686237+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-27T01:10:54.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:54 smithi042 bash[23616]: audit 2024-04-27T01:10:53.586647+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-27T01:10:54.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:54 smithi042 bash[23616]: cluster 2024-04-27T01:10:53.586712+0000 mon.a (mon.0) 357 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-27T01:10:54.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:54 smithi042 bash[23616]: cluster 2024-04-27T01:10:53.686237+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-27T01:10:54.927 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:54 smithi046 bash[18464]: audit 2024-04-27T01:10:53.586647+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-27T01:10:54.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:54 smithi046 bash[18464]: cluster 2024-04-27T01:10:53.586712+0000 mon.a (mon.0) 357 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-27T01:10:54.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:54 smithi046 bash[18464]: cluster 2024-04-27T01:10:53.686237+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-27T01:10:55.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:55 smithi042 bash[18488]: cluster 2024-04-27T01:10:54.604402+0000 mon.a (mon.0) 358 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-27T01:10:55.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:55 smithi042 bash[18488]: audit 2024-04-27T01:10:54.951801+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:55.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:55 smithi042 bash[18488]: cephadm 2024-04-27T01:10:55.132163+0000 mgr.y (mgr.14152) 118 : cephadm [INF] Detected new or changed devices on smithi042 2024-04-27T01:10:55.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:55 smithi042 bash[18488]: audit 2024-04-27T01:10:55.138856+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:55.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:55 smithi042 bash[18488]: audit 2024-04-27T01:10:55.140256+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:10:55.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:55 smithi042 bash[18488]: audit 2024-04-27T01:10:55.141412+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:10:55.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:55 smithi042 bash[18488]: audit 2024-04-27T01:10:55.142482+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:10:55.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:55 smithi042 bash[18488]: cephadm 2024-04-27T01:10:55.143291+0000 mgr.y (mgr.14152) 119 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 5415M 2024-04-27T01:10:55.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:55 smithi042 bash[18488]: audit 2024-04-27T01:10:55.148332+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:55.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:55 smithi042 bash[18488]: audit 2024-04-27T01:10:55.153578+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:55.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:55 smithi042 bash[23616]: cluster 2024-04-27T01:10:54.604402+0000 mon.a (mon.0) 358 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-27T01:10:55.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:55 smithi042 bash[23616]: audit 2024-04-27T01:10:54.951801+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:55.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:55 smithi042 bash[23616]: cephadm 2024-04-27T01:10:55.132163+0000 mgr.y (mgr.14152) 118 : cephadm [INF] Detected new or changed devices on smithi042 2024-04-27T01:10:55.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:55 smithi042 bash[23616]: audit 2024-04-27T01:10:55.138856+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:55.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:55 smithi042 bash[23616]: audit 2024-04-27T01:10:55.140256+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:10:55.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:55 smithi042 bash[23616]: audit 2024-04-27T01:10:55.141412+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:10:55.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:55 smithi042 bash[23616]: audit 2024-04-27T01:10:55.142482+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:10:55.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:55 smithi042 bash[23616]: cephadm 2024-04-27T01:10:55.143291+0000 mgr.y (mgr.14152) 119 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 5415M 2024-04-27T01:10:55.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:55 smithi042 bash[23616]: audit 2024-04-27T01:10:55.148332+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:55.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:55 smithi042 bash[23616]: audit 2024-04-27T01:10:55.153578+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:55.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:55 smithi046 bash[18464]: cluster 2024-04-27T01:10:54.604402+0000 mon.a (mon.0) 358 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-27T01:10:55.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:55 smithi046 bash[18464]: audit 2024-04-27T01:10:54.951801+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:55.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:55 smithi046 bash[18464]: cephadm 2024-04-27T01:10:55.132163+0000 mgr.y (mgr.14152) 118 : cephadm [INF] Detected new or changed devices on smithi042 2024-04-27T01:10:55.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:55 smithi046 bash[18464]: audit 2024-04-27T01:10:55.138856+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:55.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:55 smithi046 bash[18464]: audit 2024-04-27T01:10:55.140256+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:10:55.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:55 smithi046 bash[18464]: audit 2024-04-27T01:10:55.141412+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:10:55.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:55 smithi046 bash[18464]: audit 2024-04-27T01:10:55.142482+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:10:55.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:55 smithi046 bash[18464]: cephadm 2024-04-27T01:10:55.143291+0000 mgr.y (mgr.14152) 119 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 5415M 2024-04-27T01:10:55.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:55 smithi046 bash[18464]: audit 2024-04-27T01:10:55.148332+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:55.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:55 smithi046 bash[18464]: audit 2024-04-27T01:10:55.153578+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:56.927 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:56 smithi046 bash[18464]: cluster 2024-04-27T01:10:55.613994+0000 mon.a (mon.0) 366 : cluster [DBG] mgrmap e15: y(active, since 2m), standbys: x 2024-04-27T01:10:56.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:56 smithi046 bash[18464]: cluster 2024-04-27T01:10:55.686543+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 creating+peering; 0 B data, 17 MiB used, 268 GiB / 268 GiB avail 2024-04-27T01:10:56.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:56 smithi046 bash[18464]: audit 2024-04-27T01:10:55.706169+0000 mgr.y (mgr.14152) 121 : audit [DBG] from='client.14304 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:10:56.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:56 smithi046 bash[18464]: audit 2024-04-27T01:10:55.711025+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T01:10:56.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:56 smithi046 bash[18464]: audit 2024-04-27T01:10:55.714498+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T01:10:56.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:56 smithi046 bash[18464]: audit 2024-04-27T01:10:55.715722+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:10:56.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:56 smithi042 bash[18488]: cluster 2024-04-27T01:10:55.613994+0000 mon.a (mon.0) 366 : cluster [DBG] mgrmap e15: y(active, since 2m), standbys: x 2024-04-27T01:10:56.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:56 smithi042 bash[18488]: cluster 2024-04-27T01:10:55.686543+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 creating+peering; 0 B data, 17 MiB used, 268 GiB / 268 GiB avail 2024-04-27T01:10:56.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:56 smithi042 bash[18488]: audit 2024-04-27T01:10:55.706169+0000 mgr.y (mgr.14152) 121 : audit [DBG] from='client.14304 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:10:56.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:56 smithi042 bash[18488]: audit 2024-04-27T01:10:55.711025+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T01:10:56.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:56 smithi042 bash[18488]: audit 2024-04-27T01:10:55.714498+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T01:10:56.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:56 smithi042 bash[18488]: audit 2024-04-27T01:10:55.715722+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:10:56.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:56 smithi042 bash[23616]: cluster 2024-04-27T01:10:55.613994+0000 mon.a (mon.0) 366 : cluster [DBG] mgrmap e15: y(active, since 2m), standbys: x 2024-04-27T01:10:56.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:56 smithi042 bash[23616]: cluster 2024-04-27T01:10:55.686543+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 creating+peering; 0 B data, 17 MiB used, 268 GiB / 268 GiB avail 2024-04-27T01:10:56.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:56 smithi042 bash[23616]: audit 2024-04-27T01:10:55.706169+0000 mgr.y (mgr.14152) 121 : audit [DBG] from='client.14304 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:10:56.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:56 smithi042 bash[23616]: audit 2024-04-27T01:10:55.711025+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T01:10:56.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:56 smithi042 bash[23616]: audit 2024-04-27T01:10:55.714498+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T01:10:56.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:56 smithi042 bash[23616]: audit 2024-04-27T01:10:55.715722+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:10:58.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:58 smithi046 bash[18464]: audit 2024-04-27T01:10:56.812200+0000 mon.a (mon.0) 370 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-27T01:10:58.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:58 smithi046 bash[18464]: audit 2024-04-27T01:10:57.751259+0000 mon.a (mon.0) 371 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-27T01:10:58.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:58 smithi046 bash[18464]: audit 2024-04-27T01:10:57.751972+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:10:58.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:58 smithi046 bash[18464]: audit 2024-04-27T01:10:57.752330+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:10:58.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:58 smithi046 bash[18464]: audit 2024-04-27T01:10:57.752511+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:10:58.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:58 smithi046 bash[18464]: audit 2024-04-27T01:10:57.755054+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:10:58.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:58 smithi046 bash[18464]: audit 2024-04-27T01:10:57.755364+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:10:58.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:58 smithi046 bash[18464]: audit 2024-04-27T01:10:57.755597+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:10:58.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:58 smithi042 bash[18488]: audit 2024-04-27T01:10:56.812200+0000 mon.a (mon.0) 370 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-27T01:10:58.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:58 smithi042 bash[18488]: audit 2024-04-27T01:10:57.751259+0000 mon.a (mon.0) 371 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-27T01:10:58.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:58 smithi042 bash[18488]: audit 2024-04-27T01:10:57.751972+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:10:58.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:58 smithi042 bash[18488]: audit 2024-04-27T01:10:57.752330+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:10:58.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:58 smithi042 bash[18488]: audit 2024-04-27T01:10:57.752511+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:10:58.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:58 smithi042 bash[18488]: audit 2024-04-27T01:10:57.755054+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:10:58.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:58 smithi042 bash[18488]: audit 2024-04-27T01:10:57.755364+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:10:58.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:58 smithi042 bash[18488]: audit 2024-04-27T01:10:57.755597+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:10:58.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:58 smithi042 bash[23616]: audit 2024-04-27T01:10:56.812200+0000 mon.a (mon.0) 370 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-27T01:10:58.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:58 smithi042 bash[23616]: audit 2024-04-27T01:10:57.751259+0000 mon.a (mon.0) 371 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-27T01:10:58.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:58 smithi042 bash[23616]: audit 2024-04-27T01:10:57.751972+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:10:58.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:58 smithi042 bash[23616]: audit 2024-04-27T01:10:57.752330+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:10:58.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:58 smithi042 bash[23616]: audit 2024-04-27T01:10:57.752511+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:10:58.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:58 smithi042 bash[23616]: audit 2024-04-27T01:10:57.755054+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:10:58.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:58 smithi042 bash[23616]: audit 2024-04-27T01:10:57.755364+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:10:58.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:58 smithi042 bash[23616]: audit 2024-04-27T01:10:57.755597+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:10:59.927 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:59 smithi046 bash[18464]: cluster 2024-04-27T01:10:57.687079+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v95: 1 pgs: 1 creating+peering; 0 B data, 17 MiB used, 268 GiB / 268 GiB avail 2024-04-27T01:10:59.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:59 smithi046 bash[18464]: audit 2024-04-27T01:10:57.754815+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-27T01:10:59.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:59 smithi046 bash[18464]: audit 2024-04-27T01:10:58.669999+0000 mon.c (mon.1) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-27T01:10:59.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:59 smithi046 bash[18464]: audit 2024-04-27T01:10:58.677422+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-27T01:10:59.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:59 smithi046 bash[18464]: audit 2024-04-27T01:10:58.680494+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:10:59.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:59 smithi046 bash[18464]: audit 2024-04-27T01:10:58.681051+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:10:59.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:59 smithi046 bash[18464]: audit 2024-04-27T01:10:58.681537+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:10:59.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:59 smithi046 bash[18464]: audit 2024-04-27T01:10:59.616397+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-27T01:10:59.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:10:59 smithi046 bash[18464]: audit 2024-04-27T01:10:59.649697+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:59.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:59 smithi042 bash[18488]: cluster 2024-04-27T01:10:57.687079+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v95: 1 pgs: 1 creating+peering; 0 B data, 17 MiB used, 268 GiB / 268 GiB avail 2024-04-27T01:10:59.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:59 smithi042 bash[18488]: audit 2024-04-27T01:10:57.754815+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-27T01:10:59.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:59 smithi042 bash[18488]: audit 2024-04-27T01:10:58.669999+0000 mon.c (mon.1) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-27T01:10:59.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:59 smithi042 bash[18488]: audit 2024-04-27T01:10:58.677422+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-27T01:10:59.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:59 smithi042 bash[18488]: audit 2024-04-27T01:10:58.680494+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:10:59.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:59 smithi042 bash[18488]: audit 2024-04-27T01:10:58.681051+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:10:59.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:59 smithi042 bash[18488]: audit 2024-04-27T01:10:58.681537+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:10:59.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:59 smithi042 bash[18488]: audit 2024-04-27T01:10:59.616397+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-27T01:10:59.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:10:59 smithi042 bash[18488]: audit 2024-04-27T01:10:59.649697+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:10:59.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:59 smithi042 bash[23616]: cluster 2024-04-27T01:10:57.687079+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v95: 1 pgs: 1 creating+peering; 0 B data, 17 MiB used, 268 GiB / 268 GiB avail 2024-04-27T01:10:59.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:59 smithi042 bash[23616]: audit 2024-04-27T01:10:57.754815+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-27T01:10:59.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:59 smithi042 bash[23616]: audit 2024-04-27T01:10:58.669999+0000 mon.c (mon.1) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-27T01:10:59.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:59 smithi042 bash[23616]: audit 2024-04-27T01:10:58.677422+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-27T01:10:59.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:59 smithi042 bash[23616]: audit 2024-04-27T01:10:58.680494+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:10:59.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:59 smithi042 bash[23616]: audit 2024-04-27T01:10:58.681051+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:10:59.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:59 smithi042 bash[23616]: audit 2024-04-27T01:10:58.681537+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:10:59.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:59 smithi042 bash[23616]: audit 2024-04-27T01:10:59.616397+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-27T01:10:59.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:10:59 smithi042 bash[23616]: audit 2024-04-27T01:10:59.649697+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:00.927 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:00 smithi046 bash[18464]: cluster 2024-04-27T01:10:59.687494+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-04-27T01:11:00.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:00 smithi042 bash[18488]: cluster 2024-04-27T01:10:59.687494+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-04-27T01:11:00.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:00 smithi042 bash[23616]: cluster 2024-04-27T01:10:59.687494+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-04-27T01:11:01.927 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:01 smithi046 bash[18464]: audit 2024-04-27T01:11:01.552356+0000 mon.a (mon.0) 382 : audit [INF] from='client.? 172.21.15.42:0/127065043' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a9b4384e-f232-4653-b60f-839eca57efde"}]: dispatch 2024-04-27T01:11:01.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:01 smithi046 bash[18464]: audit 2024-04-27T01:11:01.559028+0000 mon.a (mon.0) 383 : audit [INF] from='client.? 172.21.15.42:0/127065043' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a9b4384e-f232-4653-b60f-839eca57efde"}]': finished 2024-04-27T01:11:01.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:01 smithi046 bash[18464]: cluster 2024-04-27T01:11:01.559115+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-04-27T01:11:01.928 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:01 smithi046 bash[18464]: audit 2024-04-27T01:11:01.559328+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:11:01.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:01 smithi042 bash[23616]: audit 2024-04-27T01:11:01.552356+0000 mon.a (mon.0) 382 : audit [INF] from='client.? 172.21.15.42:0/127065043' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a9b4384e-f232-4653-b60f-839eca57efde"}]: dispatch 2024-04-27T01:11:01.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:01 smithi042 bash[23616]: audit 2024-04-27T01:11:01.559028+0000 mon.a (mon.0) 383 : audit [INF] from='client.? 172.21.15.42:0/127065043' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a9b4384e-f232-4653-b60f-839eca57efde"}]': finished 2024-04-27T01:11:01.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:01 smithi042 bash[23616]: cluster 2024-04-27T01:11:01.559115+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-04-27T01:11:01.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:01 smithi042 bash[23616]: audit 2024-04-27T01:11:01.559328+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:11:01.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:01 smithi042 bash[18488]: audit 2024-04-27T01:11:01.552356+0000 mon.a (mon.0) 382 : audit [INF] from='client.? 172.21.15.42:0/127065043' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a9b4384e-f232-4653-b60f-839eca57efde"}]: dispatch 2024-04-27T01:11:01.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:01 smithi042 bash[18488]: audit 2024-04-27T01:11:01.559028+0000 mon.a (mon.0) 383 : audit [INF] from='client.? 172.21.15.42:0/127065043' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a9b4384e-f232-4653-b60f-839eca57efde"}]': finished 2024-04-27T01:11:01.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:01 smithi042 bash[18488]: cluster 2024-04-27T01:11:01.559115+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-04-27T01:11:01.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:01 smithi042 bash[18488]: audit 2024-04-27T01:11:01.559328+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:11:02.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:02 smithi042 bash[18488]: cluster 2024-04-27T01:11:01.687940+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-04-27T01:11:02.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:02 smithi042 bash[18488]: audit 2024-04-27T01:11:02.246826+0000 mon.a (mon.0) 386 : audit [DBG] from='client.? 172.21.15.42:0/3935923418' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T01:11:02.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:02 smithi042 bash[23616]: cluster 2024-04-27T01:11:01.687940+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-04-27T01:11:02.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:02 smithi042 bash[23616]: audit 2024-04-27T01:11:02.246826+0000 mon.a (mon.0) 386 : audit [DBG] from='client.? 172.21.15.42:0/3935923418' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T01:11:03.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:02 smithi046 bash[18464]: cluster 2024-04-27T01:11:01.687940+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-04-27T01:11:03.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:02 smithi046 bash[18464]: audit 2024-04-27T01:11:02.246826+0000 mon.a (mon.0) 386 : audit [DBG] from='client.? 172.21.15.42:0/3935923418' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T01:11:05.572 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:05 smithi042 bash[18488]: cluster 2024-04-27T01:11:03.688619+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-04-27T01:11:05.572 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:05 smithi042 bash[23616]: cluster 2024-04-27T01:11:03.688619+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-04-27T01:11:05.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:05 smithi046 bash[18464]: cluster 2024-04-27T01:11:03.688619+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-04-27T01:11:07.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:07 smithi046 bash[18464]: cluster 2024-04-27T01:11:05.689102+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; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-04-27T01:11:07.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:07 smithi042 bash[18488]: cluster 2024-04-27T01:11:05.689102+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; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-04-27T01:11:07.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:07 smithi042 bash[23616]: cluster 2024-04-27T01:11:05.689102+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; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-04-27T01:11:09.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:09 smithi046 bash[18464]: cluster 2024-04-27T01:11:07.689641+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-04-27T01:11:09.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:09 smithi042 bash[18488]: cluster 2024-04-27T01:11:07.689641+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-04-27T01:11:09.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:09 smithi042 bash[23616]: cluster 2024-04-27T01:11:07.689641+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-04-27T01:11:11.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:11 smithi042 bash[18488]: cluster 2024-04-27T01:11:09.690188+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-04-27T01:11:11.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:11 smithi042 bash[23616]: cluster 2024-04-27T01:11:09.690188+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-04-27T01:11:11.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:11 smithi046 bash[18464]: cluster 2024-04-27T01:11:09.690188+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-04-27T01:11:12.629 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:12 smithi042 bash[18488]: audit 2024-04-27T01:11:11.674858+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-27T01:11:12.629 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:12 smithi042 bash[18488]: audit 2024-04-27T01:11:11.676693+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:11:12.629 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:12 smithi042 bash[18488]: audit 2024-04-27T01:11:11.721434+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:11:12.629 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:12 smithi042 bash[18488]: audit 2024-04-27T01:11:11.723363+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:11:12.629 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:12 smithi042 bash[23616]: audit 2024-04-27T01:11:11.674858+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-27T01:11:12.629 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:12 smithi042 bash[23616]: audit 2024-04-27T01:11:11.676693+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:11:12.629 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:12 smithi042 bash[23616]: audit 2024-04-27T01:11:11.721434+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:11:12.629 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:12 smithi042 bash[23616]: audit 2024-04-27T01:11:11.723363+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:11:12.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:12 smithi046 bash[18464]: audit 2024-04-27T01:11:11.674858+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-27T01:11:12.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:12 smithi046 bash[18464]: audit 2024-04-27T01:11:11.676693+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:11:12.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:12 smithi046 bash[18464]: audit 2024-04-27T01:11:11.721434+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:11:12.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:12 smithi046 bash[18464]: audit 2024-04-27T01:11:11.723363+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:11:13.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:13 smithi046 bash[18464]: cephadm 2024-04-27T01:11:11.678277+0000 mgr.y (mgr.14152) 129 : cephadm [INF] Deploying daemon osd.3 on smithi042 2024-04-27T01:11:13.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:13 smithi046 bash[18464]: cluster 2024-04-27T01:11:11.690697+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 77 KiB/s wr, 5 op/s 2024-04-27T01:11:13.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:13 smithi042 bash[23616]: cephadm 2024-04-27T01:11:11.678277+0000 mgr.y (mgr.14152) 129 : cephadm [INF] Deploying daemon osd.3 on smithi042 2024-04-27T01:11:13.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:13 smithi042 bash[23616]: cluster 2024-04-27T01:11:11.690697+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 77 KiB/s wr, 5 op/s 2024-04-27T01:11:13.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:13 smithi042 bash[18488]: cephadm 2024-04-27T01:11:11.678277+0000 mgr.y (mgr.14152) 129 : cephadm [INF] Deploying daemon osd.3 on smithi042 2024-04-27T01:11:13.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:13 smithi042 bash[18488]: cluster 2024-04-27T01:11:11.690697+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 77 KiB/s wr, 5 op/s 2024-04-27T01:11:15.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:15 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:11:15.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:15 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:11:15.185 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:11:15 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:11:15.186 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:11:15 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:11:15.186 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:11:15 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:11:15.186 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:11:15 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:11:15.527 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:11:15 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:11:15.527 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:11:15 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:11:15.527 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:15 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:11:15.528 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:15 smithi042 bash[18488]: cluster 2024-04-27T01:11:13.691254+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-04-27T01:11:15.528 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:15 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:11:15.528 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:15 smithi042 bash[23616]: cluster 2024-04-27T01:11:13.691254+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-04-27T01:11:15.528 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:11:15 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:11:15.529 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:11:15 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:11:15.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:15 smithi046 bash[18464]: cluster 2024-04-27T01:11:13.691254+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-04-27T01:11:16.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:16 smithi046 bash[18464]: audit 2024-04-27T01:11:15.428865+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:16.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:16 smithi046 bash[18464]: audit 2024-04-27T01:11:15.471984+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:11:16.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:16 smithi046 bash[18464]: audit 2024-04-27T01:11:15.473462+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:11:16.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:16 smithi046 bash[18464]: audit 2024-04-27T01:11:15.474249+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:11:16.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:16 smithi046 bash[18464]: cluster 2024-04-27T01:11:15.691625+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 2024-04-27T01:11:16.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:16 smithi042 bash[23616]: audit 2024-04-27T01:11:15.428865+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:16.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:16 smithi042 bash[23616]: audit 2024-04-27T01:11:15.471984+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:11:16.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:16 smithi042 bash[23616]: audit 2024-04-27T01:11:15.473462+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:11:16.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:16 smithi042 bash[23616]: audit 2024-04-27T01:11:15.474249+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:11:16.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:16 smithi042 bash[23616]: cluster 2024-04-27T01:11:15.691625+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 2024-04-27T01:11:16.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:16 smithi042 bash[18488]: audit 2024-04-27T01:11:15.428865+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:16.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:16 smithi042 bash[18488]: audit 2024-04-27T01:11:15.471984+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:11:16.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:16 smithi042 bash[18488]: audit 2024-04-27T01:11:15.473462+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:11:16.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:16 smithi042 bash[18488]: audit 2024-04-27T01:11:15.474249+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:11:16.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:16 smithi042 bash[18488]: cluster 2024-04-27T01:11:15.691625+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 2024-04-27T01:11:19.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:19 smithi042 bash[18488]: cluster 2024-04-27T01:11:17.692125+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 2024-04-27T01:11:19.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:19 smithi042 bash[18488]: audit 2024-04-27T01:11:18.505089+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:19.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:19 smithi042 bash[18488]: audit 2024-04-27T01:11:18.509142+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:19.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:19 smithi042 bash[23616]: cluster 2024-04-27T01:11:17.692125+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 2024-04-27T01:11:19.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:19 smithi042 bash[23616]: audit 2024-04-27T01:11:18.505089+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:19.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:19 smithi042 bash[23616]: audit 2024-04-27T01:11:18.509142+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:19.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:19 smithi046 bash[18464]: cluster 2024-04-27T01:11:17.692125+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 2024-04-27T01:11:19.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:19 smithi046 bash[18464]: audit 2024-04-27T01:11:18.505089+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:19.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:19 smithi046 bash[18464]: audit 2024-04-27T01:11:18.509142+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:21.316 INFO:teuthology.orchestra.run.smithi042.stdout:Created osd(s) 3 on host 'smithi042' 2024-04-27T01:11:21.626 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:21 smithi042 bash[18488]: cluster 2024-04-27T01:11:19.692804+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 2024-04-27T01:11:21.626 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:21 smithi042 bash[18488]: audit 2024-04-27T01:11:21.326287+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:21.626 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:21 smithi042 bash[18488]: audit 2024-04-27T01:11:21.332498+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:11:21.626 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:21 smithi042 bash[18488]: audit 2024-04-27T01:11:21.334037+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:11:21.626 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:21 smithi042 bash[23616]: cluster 2024-04-27T01:11:19.692804+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 2024-04-27T01:11:21.626 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:21 smithi042 bash[23616]: audit 2024-04-27T01:11:21.326287+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:21.626 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:21 smithi042 bash[23616]: audit 2024-04-27T01:11:21.332498+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:11:21.626 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:21 smithi042 bash[23616]: audit 2024-04-27T01:11:21.334037+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:11:21.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:21 smithi046 bash[18464]: cluster 2024-04-27T01:11:19.692804+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 2024-04-27T01:11:21.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:21 smithi046 bash[18464]: audit 2024-04-27T01:11:21.326287+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:21.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:21 smithi046 bash[18464]: audit 2024-04-27T01:11:21.332498+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:11:21.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:21 smithi046 bash[18464]: audit 2024-04-27T01:11:21.334037+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:11:21.922 DEBUG:teuthology.orchestra.run.smithi042:osd.3> sudo journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.3.service 2024-04-27T01:11:21.924 INFO:tasks.cephadm:Deploying osd.4 on smithi046 with /dev/vg_nvme/lv_4... 2024-04-27T01:11:21.925 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-27T01:11:22.427 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:22 smithi046 bash[18464]: audit 2024-04-27T01:11:21.335274+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:11:22.427 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:22 smithi046 bash[18464]: audit 2024-04-27T01:11:21.640411+0000 mon.a (mon.0) 401 : audit [INF] from='osd.3 [v2:172.21.15.42:6826/1452535692,v1:172.21.15.42:6827/1452535692]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-27T01:11:22.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:22 smithi042 bash[18488]: audit 2024-04-27T01:11:21.335274+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:11:22.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:22 smithi042 bash[18488]: audit 2024-04-27T01:11:21.640411+0000 mon.a (mon.0) 401 : audit [INF] from='osd.3 [v2:172.21.15.42:6826/1452535692,v1:172.21.15.42:6827/1452535692]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-27T01:11:22.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:22 smithi042 bash[23616]: audit 2024-04-27T01:11:21.335274+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:11:22.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:22 smithi042 bash[23616]: audit 2024-04-27T01:11:21.640411+0000 mon.a (mon.0) 401 : audit [INF] from='osd.3 [v2:172.21.15.42:6826/1452535692,v1:172.21.15.42:6827/1452535692]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-27T01:11:23.557 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:23 smithi046 bash[18464]: cluster 2024-04-27T01:11:21.693250+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 2024-04-27T01:11:23.557 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:23 smithi046 bash[18464]: audit 2024-04-27T01:11:22.344681+0000 mon.a (mon.0) 402 : audit [INF] from='osd.3 [v2:172.21.15.42:6826/1452535692,v1:172.21.15.42:6827/1452535692]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-27T01:11:23.557 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:23 smithi046 bash[18464]: cluster 2024-04-27T01:11:22.344813+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-04-27T01:11:23.557 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:23 smithi046 bash[18464]: audit 2024-04-27T01:11:22.345495+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:11:23.557 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:23 smithi046 bash[18464]: audit 2024-04-27T01:11:22.346204+0000 mon.a (mon.0) 405 : audit [INF] from='osd.3 [v2:172.21.15.42:6826/1452535692,v1:172.21.15.42:6827/1452535692]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:11:23.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:23 smithi042 bash[18488]: cluster 2024-04-27T01:11:21.693250+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 2024-04-27T01:11:23.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:23 smithi042 bash[18488]: audit 2024-04-27T01:11:22.344681+0000 mon.a (mon.0) 402 : audit [INF] from='osd.3 [v2:172.21.15.42:6826/1452535692,v1:172.21.15.42:6827/1452535692]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-27T01:11:23.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:23 smithi042 bash[18488]: cluster 2024-04-27T01:11:22.344813+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-04-27T01:11:23.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:23 smithi042 bash[18488]: audit 2024-04-27T01:11:22.345495+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:11:23.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:23 smithi042 bash[18488]: audit 2024-04-27T01:11:22.346204+0000 mon.a (mon.0) 405 : audit [INF] from='osd.3 [v2:172.21.15.42:6826/1452535692,v1:172.21.15.42:6827/1452535692]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:11:23.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:23 smithi042 bash[23616]: cluster 2024-04-27T01:11:21.693250+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 2024-04-27T01:11:23.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:23 smithi042 bash[23616]: audit 2024-04-27T01:11:22.344681+0000 mon.a (mon.0) 402 : audit [INF] from='osd.3 [v2:172.21.15.42:6826/1452535692,v1:172.21.15.42:6827/1452535692]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-27T01:11:23.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:23 smithi042 bash[23616]: cluster 2024-04-27T01:11:22.344813+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-04-27T01:11:23.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:23 smithi042 bash[23616]: audit 2024-04-27T01:11:22.345495+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:11:23.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:23 smithi042 bash[23616]: audit 2024-04-27T01:11:22.346204+0000 mon.a (mon.0) 405 : audit [INF] from='osd.3 [v2:172.21.15.42:6826/1452535692,v1:172.21.15.42:6827/1452535692]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:11:23.686 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:11:23 smithi042 bash[35311]: debug 2024-04-27T01:11:23.350+0000 7f7b60a8b700 -1 osd.3 0 waiting for initial osdmap 2024-04-27T01:11:23.686 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:11:23 smithi042 bash[35311]: debug 2024-04-27T01:11:23.362+0000 7f7b5c424700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-27T01:11:24.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:24 smithi046 bash[18464]: audit 2024-04-27T01:11:23.346564+0000 mon.a (mon.0) 406 : audit [INF] from='osd.3 [v2:172.21.15.42:6826/1452535692,v1:172.21.15.42:6827/1452535692]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2024-04-27T01:11:24.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:24 smithi046 bash[18464]: cluster 2024-04-27T01:11:23.346799+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-04-27T01:11:24.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:24 smithi046 bash[18464]: audit 2024-04-27T01:11:23.347110+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:11:24.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:24 smithi046 bash[18464]: audit 2024-04-27T01:11:23.357658+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:11:24.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:24 smithi042 bash[23616]: audit 2024-04-27T01:11:23.346564+0000 mon.a (mon.0) 406 : audit [INF] from='osd.3 [v2:172.21.15.42:6826/1452535692,v1:172.21.15.42:6827/1452535692]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2024-04-27T01:11:24.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:24 smithi042 bash[23616]: cluster 2024-04-27T01:11:23.346799+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-04-27T01:11:24.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:24 smithi042 bash[23616]: audit 2024-04-27T01:11:23.347110+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:11:24.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:24 smithi042 bash[23616]: audit 2024-04-27T01:11:23.357658+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:11:24.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:24 smithi042 bash[18488]: audit 2024-04-27T01:11:23.346564+0000 mon.a (mon.0) 406 : audit [INF] from='osd.3 [v2:172.21.15.42:6826/1452535692,v1:172.21.15.42:6827/1452535692]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2024-04-27T01:11:24.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:24 smithi042 bash[18488]: cluster 2024-04-27T01:11:23.346799+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-04-27T01:11:24.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:24 smithi042 bash[18488]: audit 2024-04-27T01:11:23.347110+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:11:24.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:24 smithi042 bash[18488]: audit 2024-04-27T01:11:23.357658+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:11:24.729 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-27T01:11:24.730 INFO:teuthology.orchestra.run.smithi046.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-27T01:11:24.730 INFO:teuthology.orchestra.run.smithi046.stderr: stderr: 10+0 records in 2024-04-27T01:11:24.730 INFO:teuthology.orchestra.run.smithi046.stderr:10+0 records out 2024-04-27T01:11:24.730 INFO:teuthology.orchestra.run.smithi046.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00993337 s, 1.1 GB/s 2024-04-27T01:11:24.730 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping successful for: 2024-04-27T01:11:25.460 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi046:vg_nvme/lv_4 2024-04-27T01:11:25.642 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:25 smithi046 bash[18464]: cluster 2024-04-27T01:11:22.589062+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-27T01:11:25.642 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:25 smithi046 bash[18464]: cluster 2024-04-27T01:11:22.589272+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-27T01:11:25.642 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:25 smithi046 bash[18464]: cluster 2024-04-27T01:11:23.693719+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-04-27T01:11:25.642 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:25 smithi046 bash[18464]: cluster 2024-04-27T01:11:24.358503+0000 mon.a (mon.0) 410 : cluster [INF] osd.3 [v2:172.21.15.42:6826/1452535692,v1:172.21.15.42:6827/1452535692] boot 2024-04-27T01:11:25.642 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:25 smithi046 bash[18464]: cluster 2024-04-27T01:11:24.358636+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-04-27T01:11:25.642 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:25 smithi046 bash[18464]: audit 2024-04-27T01:11:24.359786+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:11:25.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:25 smithi042 bash[18488]: cluster 2024-04-27T01:11:22.589062+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-27T01:11:25.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:25 smithi042 bash[18488]: cluster 2024-04-27T01:11:22.589272+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-27T01:11:25.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:25 smithi042 bash[18488]: cluster 2024-04-27T01:11:23.693719+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-04-27T01:11:25.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:25 smithi042 bash[18488]: cluster 2024-04-27T01:11:24.358503+0000 mon.a (mon.0) 410 : cluster [INF] osd.3 [v2:172.21.15.42:6826/1452535692,v1:172.21.15.42:6827/1452535692] boot 2024-04-27T01:11:25.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:25 smithi042 bash[18488]: cluster 2024-04-27T01:11:24.358636+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-04-27T01:11:25.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:25 smithi042 bash[18488]: audit 2024-04-27T01:11:24.359786+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:11:25.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:25 smithi042 bash[23616]: cluster 2024-04-27T01:11:22.589062+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-27T01:11:25.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:25 smithi042 bash[23616]: cluster 2024-04-27T01:11:22.589272+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-27T01:11:25.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:25 smithi042 bash[23616]: cluster 2024-04-27T01:11:23.693719+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-04-27T01:11:25.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:25 smithi042 bash[23616]: cluster 2024-04-27T01:11:24.358503+0000 mon.a (mon.0) 410 : cluster [INF] osd.3 [v2:172.21.15.42:6826/1452535692,v1:172.21.15.42:6827/1452535692] boot 2024-04-27T01:11:25.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:25 smithi042 bash[23616]: cluster 2024-04-27T01:11:24.358636+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-04-27T01:11:25.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:25 smithi042 bash[23616]: audit 2024-04-27T01:11:24.359786+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:11:26.642 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:26 smithi046 bash[18464]: cluster 2024-04-27T01:11:25.368334+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-04-27T01:11:26.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:26 smithi042 bash[23616]: cluster 2024-04-27T01:11:25.368334+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-04-27T01:11:26.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:26 smithi042 bash[18488]: cluster 2024-04-27T01:11:25.368334+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-04-27T01:11:27.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:27 smithi046 bash[18464]: cluster 2024-04-27T01:11:25.694298+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:27.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:27 smithi042 bash[18488]: cluster 2024-04-27T01:11:25.694298+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:27.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:27 smithi042 bash[23616]: cluster 2024-04-27T01:11:25.694298+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:28.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:28 smithi046 bash[18464]: cluster 2024-04-27T01:11:27.694795+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:28.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:28 smithi046 bash[18464]: audit 2024-04-27T01:11:27.935037+0000 mgr.y (mgr.14152) 139 : audit [DBG] from='client.24188 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:11:28.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:28 smithi046 bash[18464]: audit 2024-04-27T01:11:27.941882+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T01:11:28.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:28 smithi046 bash[18464]: audit 2024-04-27T01:11:27.948636+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T01:11:28.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:28 smithi046 bash[18464]: audit 2024-04-27T01:11:27.950355+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:11:28.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:28 smithi046 bash[18464]: cephadm 2024-04-27T01:11:28.029125+0000 mgr.y (mgr.14152) 140 : cephadm [INF] Detected new or changed devices on smithi042 2024-04-27T01:11:28.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:28 smithi046 bash[18464]: audit 2024-04-27T01:11:28.039499+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:28.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:28 smithi046 bash[18464]: audit 2024-04-27T01:11:28.042066+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:11:28.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:28 smithi046 bash[18464]: audit 2024-04-27T01:11:28.043597+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:11:28.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:28 smithi046 bash[18464]: audit 2024-04-27T01:11:28.045089+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:11:28.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:28 smithi046 bash[18464]: audit 2024-04-27T01:11:28.046445+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:11:28.679 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:28 smithi046 bash[18464]: cephadm 2024-04-27T01:11:28.047509+0000 mgr.y (mgr.14152) 141 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 4061M 2024-04-27T01:11:28.679 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:28 smithi046 bash[18464]: audit 2024-04-27T01:11:28.056012+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:28.679 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:28 smithi046 bash[18464]: audit 2024-04-27T01:11:28.064696+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:28.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[18488]: cluster 2024-04-27T01:11:27.694795+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:28.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[18488]: audit 2024-04-27T01:11:27.935037+0000 mgr.y (mgr.14152) 139 : audit [DBG] from='client.24188 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:11:28.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[18488]: audit 2024-04-27T01:11:27.941882+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T01:11:28.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[18488]: audit 2024-04-27T01:11:27.948636+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T01:11:28.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[18488]: audit 2024-04-27T01:11:27.950355+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:11:28.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[18488]: cephadm 2024-04-27T01:11:28.029125+0000 mgr.y (mgr.14152) 140 : cephadm [INF] Detected new or changed devices on smithi042 2024-04-27T01:11:28.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[18488]: audit 2024-04-27T01:11:28.039499+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:28.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[18488]: audit 2024-04-27T01:11:28.042066+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:11:28.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[18488]: audit 2024-04-27T01:11:28.043597+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:11:28.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[18488]: audit 2024-04-27T01:11:28.045089+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:11:28.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[18488]: audit 2024-04-27T01:11:28.046445+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:11:28.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[18488]: cephadm 2024-04-27T01:11:28.047509+0000 mgr.y (mgr.14152) 141 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 4061M 2024-04-27T01:11:28.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[18488]: audit 2024-04-27T01:11:28.056012+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:28.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[18488]: audit 2024-04-27T01:11:28.064696+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:28.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[23616]: cluster 2024-04-27T01:11:27.694795+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:28.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[23616]: audit 2024-04-27T01:11:27.935037+0000 mgr.y (mgr.14152) 139 : audit [DBG] from='client.24188 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:11:28.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[23616]: audit 2024-04-27T01:11:27.941882+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T01:11:28.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[23616]: audit 2024-04-27T01:11:27.948636+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T01:11:28.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[23616]: audit 2024-04-27T01:11:27.950355+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:11:28.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[23616]: cephadm 2024-04-27T01:11:28.029125+0000 mgr.y (mgr.14152) 140 : cephadm [INF] Detected new or changed devices on smithi042 2024-04-27T01:11:28.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[23616]: audit 2024-04-27T01:11:28.039499+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:28.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[23616]: audit 2024-04-27T01:11:28.042066+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:11:28.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[23616]: audit 2024-04-27T01:11:28.043597+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:11:28.688 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[23616]: audit 2024-04-27T01:11:28.045089+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:11:28.688 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[23616]: audit 2024-04-27T01:11:28.046445+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:11:28.688 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[23616]: cephadm 2024-04-27T01:11:28.047509+0000 mgr.y (mgr.14152) 141 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 4061M 2024-04-27T01:11:28.688 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[23616]: audit 2024-04-27T01:11:28.056012+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:28.688 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:28 smithi042 bash[23616]: audit 2024-04-27T01:11:28.064696+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:31.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:30 smithi046 bash[18464]: cluster 2024-04-27T01:11:29.695359+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:31.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:30 smithi042 bash[18488]: cluster 2024-04-27T01:11:29.695359+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:31.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:30 smithi042 bash[23616]: cluster 2024-04-27T01:11:29.695359+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:33.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:32 smithi046 bash[18464]: cluster 2024-04-27T01:11:31.695895+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:33.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:32 smithi042 bash[18488]: cluster 2024-04-27T01:11:31.695895+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:33.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:32 smithi042 bash[23616]: cluster 2024-04-27T01:11:31.695895+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:34.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:34 smithi046 bash[18464]: audit 2024-04-27T01:11:33.582763+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.46:0/3138985364' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d36d5214-c58a-47de-8532-60c649083894"}]: dispatch 2024-04-27T01:11:34.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:34 smithi046 bash[18464]: audit 2024-04-27T01:11:33.584313+0000 mon.a (mon.0) 424 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d36d5214-c58a-47de-8532-60c649083894"}]: dispatch 2024-04-27T01:11:34.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:34 smithi046 bash[18464]: audit 2024-04-27T01:11:33.593505+0000 mon.a (mon.0) 425 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d36d5214-c58a-47de-8532-60c649083894"}]': finished 2024-04-27T01:11:34.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:34 smithi046 bash[18464]: cluster 2024-04-27T01:11:33.593634+0000 mon.a (mon.0) 426 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-04-27T01:11:34.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:34 smithi046 bash[18464]: audit 2024-04-27T01:11:33.593865+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:11:34.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:34 smithi046 bash[18464]: audit 2024-04-27T01:11:34.277278+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.46:0/3943904487' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T01:11:34.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:34 smithi042 bash[18488]: audit 2024-04-27T01:11:33.582763+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.46:0/3138985364' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d36d5214-c58a-47de-8532-60c649083894"}]: dispatch 2024-04-27T01:11:34.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:34 smithi042 bash[18488]: audit 2024-04-27T01:11:33.584313+0000 mon.a (mon.0) 424 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d36d5214-c58a-47de-8532-60c649083894"}]: dispatch 2024-04-27T01:11:34.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:34 smithi042 bash[18488]: audit 2024-04-27T01:11:33.593505+0000 mon.a (mon.0) 425 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d36d5214-c58a-47de-8532-60c649083894"}]': finished 2024-04-27T01:11:34.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:34 smithi042 bash[18488]: cluster 2024-04-27T01:11:33.593634+0000 mon.a (mon.0) 426 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-04-27T01:11:34.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:34 smithi042 bash[18488]: audit 2024-04-27T01:11:33.593865+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:11:34.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:34 smithi042 bash[18488]: audit 2024-04-27T01:11:34.277278+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.46:0/3943904487' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T01:11:34.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:34 smithi042 bash[23616]: audit 2024-04-27T01:11:33.582763+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.46:0/3138985364' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d36d5214-c58a-47de-8532-60c649083894"}]: dispatch 2024-04-27T01:11:34.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:34 smithi042 bash[23616]: audit 2024-04-27T01:11:33.584313+0000 mon.a (mon.0) 424 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d36d5214-c58a-47de-8532-60c649083894"}]: dispatch 2024-04-27T01:11:34.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:34 smithi042 bash[23616]: audit 2024-04-27T01:11:33.593505+0000 mon.a (mon.0) 425 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d36d5214-c58a-47de-8532-60c649083894"}]': finished 2024-04-27T01:11:34.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:34 smithi042 bash[23616]: cluster 2024-04-27T01:11:33.593634+0000 mon.a (mon.0) 426 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-04-27T01:11:34.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:34 smithi042 bash[23616]: audit 2024-04-27T01:11:33.593865+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:11:34.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:34 smithi042 bash[23616]: audit 2024-04-27T01:11:34.277278+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.46:0/3943904487' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T01:11:35.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:35 smithi046 bash[18464]: cluster 2024-04-27T01:11:33.696435+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:35.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:35 smithi042 bash[23616]: cluster 2024-04-27T01:11:33.696435+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:35.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:35 smithi042 bash[18488]: cluster 2024-04-27T01:11:33.696435+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:37.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:37 smithi046 bash[18464]: cluster 2024-04-27T01:11:35.697016+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:37.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:37 smithi042 bash[18488]: cluster 2024-04-27T01:11:35.697016+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:37.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:37 smithi042 bash[23616]: cluster 2024-04-27T01:11:35.697016+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:39.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:39 smithi046 bash[18464]: cluster 2024-04-27T01:11:37.697553+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:39.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:39 smithi042 bash[18488]: cluster 2024-04-27T01:11:37.697553+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:39.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:39 smithi042 bash[23616]: cluster 2024-04-27T01:11:37.697553+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:41.623 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:41 smithi046 bash[18464]: cluster 2024-04-27T01:11:39.698246+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:41.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:41 smithi042 bash[18488]: cluster 2024-04-27T01:11:39.698246+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:41.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:41 smithi042 bash[23616]: cluster 2024-04-27T01:11:39.698246+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:43.584 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:43 smithi046 bash[18464]: cluster 2024-04-27T01:11:41.698901+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:43.584 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:43 smithi046 bash[18464]: audit 2024-04-27T01:11:43.344000+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-27T01:11:43.584 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:43 smithi046 bash[18464]: audit 2024-04-27T01:11:43.345884+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:11:43.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:43 smithi042 bash[18488]: cluster 2024-04-27T01:11:41.698901+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:43.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:43 smithi042 bash[18488]: audit 2024-04-27T01:11:43.344000+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-27T01:11:43.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:43 smithi042 bash[18488]: audit 2024-04-27T01:11:43.345884+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:11:43.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:43 smithi042 bash[23616]: cluster 2024-04-27T01:11:41.698901+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:43.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:43 smithi042 bash[23616]: audit 2024-04-27T01:11:43.344000+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-27T01:11:43.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:43 smithi042 bash[23616]: audit 2024-04-27T01:11:43.345884+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:11:44.583 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:44 smithi046 bash[18464]: cephadm 2024-04-27T01:11:43.347438+0000 mgr.y (mgr.14152) 149 : cephadm [INF] Deploying daemon osd.4 on smithi046 2024-04-27T01:11:44.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:44 smithi042 bash[18488]: cephadm 2024-04-27T01:11:43.347438+0000 mgr.y (mgr.14152) 149 : cephadm [INF] Deploying daemon osd.4 on smithi046 2024-04-27T01:11:44.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:44 smithi042 bash[23616]: cephadm 2024-04-27T01:11:43.347438+0000 mgr.y (mgr.14152) 149 : cephadm [INF] Deploying daemon osd.4 on smithi046 2024-04-27T01:11:45.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:45 smithi046 bash[18464]: cluster 2024-04-27T01:11:43.699626+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:45.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:45 smithi042 bash[18488]: cluster 2024-04-27T01:11:43.699626+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:45.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:45 smithi042 bash[23616]: cluster 2024-04-27T01:11:43.699626+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:46.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:46 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:11:46.677 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:11:46 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:11:47.177 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:11:46 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:11:47.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:46 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:11:47.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:47 smithi046 bash[18464]: cluster 2024-04-27T01:11:45.700230+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:47.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:47 smithi046 bash[18464]: audit 2024-04-27T01:11:46.870215+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:47.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:47 smithi046 bash[18464]: audit 2024-04-27T01:11:46.883494+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:11:47.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:47 smithi046 bash[18464]: audit 2024-04-27T01:11:46.886488+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:11:47.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:47 smithi046 bash[18464]: audit 2024-04-27T01:11:46.888921+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:11:47.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:47 smithi042 bash[18488]: cluster 2024-04-27T01:11:45.700230+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:47.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:47 smithi042 bash[18488]: audit 2024-04-27T01:11:46.870215+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:47.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:47 smithi042 bash[18488]: audit 2024-04-27T01:11:46.883494+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:11:47.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:47 smithi042 bash[18488]: audit 2024-04-27T01:11:46.886488+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:11:47.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:47 smithi042 bash[18488]: audit 2024-04-27T01:11:46.888921+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:11:47.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:47 smithi042 bash[23616]: cluster 2024-04-27T01:11:45.700230+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:47.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:47 smithi042 bash[23616]: audit 2024-04-27T01:11:46.870215+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:47.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:47 smithi042 bash[23616]: audit 2024-04-27T01:11:46.883494+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:11:47.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:47 smithi042 bash[23616]: audit 2024-04-27T01:11:46.886488+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:11:47.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:47 smithi042 bash[23616]: audit 2024-04-27T01:11:46.888921+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:11:49.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:49 smithi046 bash[18464]: cluster 2024-04-27T01:11:47.700757+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:49.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:49 smithi042 bash[23616]: cluster 2024-04-27T01:11:47.700757+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:49.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:49 smithi042 bash[18488]: cluster 2024-04-27T01:11:47.700757+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:51.092 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:50 smithi046 bash[18464]: cluster 2024-04-27T01:11:49.701319+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 2024-04-27T01:11:51.092 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:50 smithi046 bash[18464]: audit 2024-04-27T01:11:49.848032+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:51.092 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:50 smithi046 bash[18464]: audit 2024-04-27T01:11:50.132670+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:51.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:50 smithi042 bash[18488]: cluster 2024-04-27T01:11:49.701319+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 2024-04-27T01:11:51.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:50 smithi042 bash[18488]: audit 2024-04-27T01:11:49.848032+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:51.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:50 smithi042 bash[18488]: audit 2024-04-27T01:11:50.132670+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:51.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:50 smithi042 bash[23616]: cluster 2024-04-27T01:11:49.701319+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 2024-04-27T01:11:51.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:50 smithi042 bash[23616]: audit 2024-04-27T01:11:49.848032+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:51.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:50 smithi042 bash[23616]: audit 2024-04-27T01:11:50.132670+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:52.885 INFO:teuthology.orchestra.run.smithi046.stdout:Created osd(s) 4 on host 'smithi046' 2024-04-27T01:11:53.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:52 smithi046 bash[18464]: cluster 2024-04-27T01:11:51.701894+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 2024-04-27T01:11:53.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:52 smithi042 bash[18488]: cluster 2024-04-27T01:11:51.701894+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 2024-04-27T01:11:53.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:52 smithi042 bash[23616]: cluster 2024-04-27T01:11:51.701894+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 2024-04-27T01:11:53.461 DEBUG:teuthology.orchestra.run.smithi046:osd.4> sudo journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.4.service 2024-04-27T01:11:53.463 INFO:tasks.cephadm:Deploying osd.5 on smithi046 with /dev/vg_nvme/lv_3... 2024-04-27T01:11:53.463 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-27T01:11:54.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:53 smithi046 bash[18464]: audit 2024-04-27T01:11:52.895520+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:54.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:53 smithi046 bash[18464]: audit 2024-04-27T01:11:52.909118+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:11:54.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:53 smithi046 bash[18464]: audit 2024-04-27T01:11:52.912034+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:11:54.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:53 smithi046 bash[18464]: audit 2024-04-27T01:11:52.913912+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:11:54.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:53 smithi046 bash[18464]: audit 2024-04-27T01:11:53.206659+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.46:6800/3583059853,v1:172.21.15.46:6801/3583059853]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-27T01:11:54.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:53 smithi046 bash[18464]: audit 2024-04-27T01:11:53.207875+0000 mon.a (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-27T01:11:54.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:53 smithi042 bash[18488]: audit 2024-04-27T01:11:52.895520+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:54.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:53 smithi042 bash[18488]: audit 2024-04-27T01:11:52.909118+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:11:54.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:53 smithi042 bash[18488]: audit 2024-04-27T01:11:52.912034+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:11:54.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:53 smithi042 bash[18488]: audit 2024-04-27T01:11:52.913912+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:11:54.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:53 smithi042 bash[18488]: audit 2024-04-27T01:11:53.206659+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.46:6800/3583059853,v1:172.21.15.46:6801/3583059853]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-27T01:11:54.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:53 smithi042 bash[18488]: audit 2024-04-27T01:11:53.207875+0000 mon.a (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-27T01:11:54.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:53 smithi042 bash[23616]: audit 2024-04-27T01:11:52.895520+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:11:54.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:53 smithi042 bash[23616]: audit 2024-04-27T01:11:52.909118+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:11:54.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:53 smithi042 bash[23616]: audit 2024-04-27T01:11:52.912034+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:11:54.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:53 smithi042 bash[23616]: audit 2024-04-27T01:11:52.913912+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:11:54.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:53 smithi042 bash[23616]: audit 2024-04-27T01:11:53.206659+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.46:6800/3583059853,v1:172.21.15.46:6801/3583059853]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-27T01:11:54.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:53 smithi042 bash[23616]: audit 2024-04-27T01:11:53.207875+0000 mon.a (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-27T01:11:55.147 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:11:54 smithi046 bash[21525]: debug 2024-04-27T01:11:54.911+0000 7f0bcb4cc700 -1 osd.4 0 waiting for initial osdmap 2024-04-27T01:11:55.147 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:11:54 smithi046 bash[21525]: debug 2024-04-27T01:11:54.919+0000 7f0bc4e61700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-27T01:11:55.148 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:54 smithi046 bash[18464]: cluster 2024-04-27T01:11:53.702454+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 2024-04-27T01:11:55.148 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:54 smithi046 bash[18464]: audit 2024-04-27T01:11:53.897304+0000 mon.a (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-27T01:11:55.148 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:54 smithi046 bash[18464]: cluster 2024-04-27T01:11:53.897477+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-04-27T01:11:55.148 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:54 smithi046 bash[18464]: audit 2024-04-27T01:11:53.898221+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.46:6800/3583059853,v1:172.21.15.46:6801/3583059853]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:11:55.148 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:54 smithi046 bash[18464]: audit 2024-04-27T01:11:53.898227+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:11:55.148 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:54 smithi046 bash[18464]: audit 2024-04-27T01:11:53.907445+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=smithi046", "root=default"]}]: dispatch 2024-04-27T01:11:55.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:54 smithi042 bash[18488]: cluster 2024-04-27T01:11:53.702454+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 2024-04-27T01:11:55.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:54 smithi042 bash[18488]: audit 2024-04-27T01:11:53.897304+0000 mon.a (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-27T01:11:55.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:54 smithi042 bash[18488]: cluster 2024-04-27T01:11:53.897477+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-04-27T01:11:55.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:54 smithi042 bash[18488]: audit 2024-04-27T01:11:53.898221+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.46:6800/3583059853,v1:172.21.15.46:6801/3583059853]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:11:55.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:54 smithi042 bash[18488]: audit 2024-04-27T01:11:53.898227+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:11:55.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:54 smithi042 bash[18488]: audit 2024-04-27T01:11:53.907445+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=smithi046", "root=default"]}]: dispatch 2024-04-27T01:11:55.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:54 smithi042 bash[23616]: cluster 2024-04-27T01:11:53.702454+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 2024-04-27T01:11:55.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:54 smithi042 bash[23616]: audit 2024-04-27T01:11:53.897304+0000 mon.a (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-27T01:11:55.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:54 smithi042 bash[23616]: cluster 2024-04-27T01:11:53.897477+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-04-27T01:11:55.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:54 smithi042 bash[23616]: audit 2024-04-27T01:11:53.898221+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.46:6800/3583059853,v1:172.21.15.46:6801/3583059853]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:11:55.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:54 smithi042 bash[23616]: audit 2024-04-27T01:11:53.898227+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:11:55.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:54 smithi042 bash[23616]: audit 2024-04-27T01:11:53.907445+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=smithi046", "root=default"]}]: dispatch 2024-04-27T01:11:56.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:55 smithi046 bash[18464]: audit 2024-04-27T01:11:54.908609+0000 mon.a (mon.0) 445 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-04-27T01:11:56.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:55 smithi046 bash[18464]: cluster 2024-04-27T01:11:54.908885+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-04-27T01:11:56.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:55 smithi046 bash[18464]: audit 2024-04-27T01:11:54.909859+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:11:56.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:55 smithi046 bash[18464]: audit 2024-04-27T01:11:54.920106+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:11:56.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:55 smithi042 bash[23616]: audit 2024-04-27T01:11:54.908609+0000 mon.a (mon.0) 445 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-04-27T01:11:56.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:55 smithi042 bash[23616]: cluster 2024-04-27T01:11:54.908885+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-04-27T01:11:56.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:55 smithi042 bash[23616]: audit 2024-04-27T01:11:54.909859+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:11:56.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:55 smithi042 bash[23616]: audit 2024-04-27T01:11:54.920106+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:11:56.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:55 smithi042 bash[18488]: audit 2024-04-27T01:11:54.908609+0000 mon.a (mon.0) 445 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-04-27T01:11:56.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:55 smithi042 bash[18488]: cluster 2024-04-27T01:11:54.908885+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-04-27T01:11:56.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:55 smithi042 bash[18488]: audit 2024-04-27T01:11:54.909859+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:11:56.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:55 smithi042 bash[18488]: audit 2024-04-27T01:11:54.920106+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:11:56.660 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-27T01:11:56.661 INFO:teuthology.orchestra.run.smithi046.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-27T01:11:56.661 INFO:teuthology.orchestra.run.smithi046.stderr: stderr: 10+0 records in 2024-04-27T01:11:56.661 INFO:teuthology.orchestra.run.smithi046.stderr:10+0 records out 2024-04-27T01:11:56.661 INFO:teuthology.orchestra.run.smithi046.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0133739 s, 784 MB/s 2024-04-27T01:11:56.661 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping successful for: 2024-04-27T01:11:57.074 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:56 smithi046 bash[18464]: cluster 2024-04-27T01:11:54.234703+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-27T01:11:57.074 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:56 smithi046 bash[18464]: cluster 2024-04-27T01:11:54.234888+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-27T01:11:57.074 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:56 smithi046 bash[18464]: cluster 2024-04-27T01:11:55.702981+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:57.074 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:56 smithi046 bash[18464]: cluster 2024-04-27T01:11:55.910964+0000 mon.a (mon.0) 449 : cluster [INF] osd.4 [v2:172.21.15.46:6800/3583059853,v1:172.21.15.46:6801/3583059853] boot 2024-04-27T01:11:57.074 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:56 smithi046 bash[18464]: cluster 2024-04-27T01:11:55.911108+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-04-27T01:11:57.074 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:56 smithi046 bash[18464]: audit 2024-04-27T01:11:55.911517+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:11:57.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:56 smithi042 bash[18488]: cluster 2024-04-27T01:11:54.234703+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-27T01:11:57.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:56 smithi042 bash[18488]: cluster 2024-04-27T01:11:54.234888+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-27T01:11:57.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:56 smithi042 bash[18488]: cluster 2024-04-27T01:11:55.702981+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:57.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:56 smithi042 bash[18488]: cluster 2024-04-27T01:11:55.910964+0000 mon.a (mon.0) 449 : cluster [INF] osd.4 [v2:172.21.15.46:6800/3583059853,v1:172.21.15.46:6801/3583059853] boot 2024-04-27T01:11:57.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:56 smithi042 bash[18488]: cluster 2024-04-27T01:11:55.911108+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-04-27T01:11:57.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:56 smithi042 bash[18488]: audit 2024-04-27T01:11:55.911517+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:11:57.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:56 smithi042 bash[23616]: cluster 2024-04-27T01:11:54.234703+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-27T01:11:57.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:56 smithi042 bash[23616]: cluster 2024-04-27T01:11:54.234888+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-27T01:11:57.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:56 smithi042 bash[23616]: cluster 2024-04-27T01:11:55.702981+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-04-27T01:11:57.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:56 smithi042 bash[23616]: cluster 2024-04-27T01:11:55.910964+0000 mon.a (mon.0) 449 : cluster [INF] osd.4 [v2:172.21.15.46:6800/3583059853,v1:172.21.15.46:6801/3583059853] boot 2024-04-27T01:11:57.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:56 smithi042 bash[23616]: cluster 2024-04-27T01:11:55.911108+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-04-27T01:11:57.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:56 smithi042 bash[23616]: audit 2024-04-27T01:11:55.911517+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:11:57.690 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi046:vg_nvme/lv_3 2024-04-27T01:11:57.975 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:57 smithi046 bash[18464]: cluster 2024-04-27T01:11:56.923561+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-04-27T01:11:58.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:57 smithi042 bash[18488]: cluster 2024-04-27T01:11:56.923561+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-04-27T01:11:58.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:57 smithi042 bash[23616]: cluster 2024-04-27T01:11:56.923561+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-04-27T01:11:59.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:58 smithi046 bash[18464]: cluster 2024-04-27T01:11:57.703606+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:11:59.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:58 smithi046 bash[18464]: cluster 2024-04-27T01:11:57.940513+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-04-27T01:11:59.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:11:58 smithi046 bash[18464]: cluster 2024-04-27T01:11:58.350693+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-04-27T01:11:59.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:58 smithi042 bash[18488]: cluster 2024-04-27T01:11:57.703606+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:11:59.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:58 smithi042 bash[18488]: cluster 2024-04-27T01:11:57.940513+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-04-27T01:11:59.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:11:58 smithi042 bash[18488]: cluster 2024-04-27T01:11:58.350693+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-04-27T01:11:59.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:58 smithi042 bash[23616]: cluster 2024-04-27T01:11:57.703606+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:11:59.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:58 smithi042 bash[23616]: cluster 2024-04-27T01:11:57.940513+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-04-27T01:11:59.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:11:58 smithi042 bash[23616]: cluster 2024-04-27T01:11:58.350693+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-04-27T01:12:00.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:00 smithi046 bash[18464]: cluster 2024-04-27T01:11:59.352235+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-04-27T01:12:00.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:00 smithi046 bash[18464]: audit 2024-04-27T01:12:00.328463+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:00.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:00 smithi046 bash[18464]: audit 2024-04-27T01:12:00.330518+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:12:00.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:00 smithi046 bash[18464]: audit 2024-04-27T01:12:00.339934+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:00.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:00 smithi046 bash[18464]: audit 2024-04-27T01:12:00.349102+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:00.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:00 smithi042 bash[23616]: cluster 2024-04-27T01:11:59.352235+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-04-27T01:12:00.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:00 smithi042 bash[23616]: audit 2024-04-27T01:12:00.328463+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:00.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:00 smithi042 bash[23616]: audit 2024-04-27T01:12:00.330518+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:12:00.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:00 smithi042 bash[23616]: audit 2024-04-27T01:12:00.339934+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:00.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:00 smithi042 bash[23616]: audit 2024-04-27T01:12:00.349102+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:00.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:00 smithi042 bash[18488]: cluster 2024-04-27T01:11:59.352235+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-04-27T01:12:00.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:00 smithi042 bash[18488]: audit 2024-04-27T01:12:00.328463+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:00.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:00 smithi042 bash[18488]: audit 2024-04-27T01:12:00.330518+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:12:00.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:00 smithi042 bash[18488]: audit 2024-04-27T01:12:00.339934+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:00.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:00 smithi042 bash[18488]: audit 2024-04-27T01:12:00.349102+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:01.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:01 smithi046 bash[18464]: cluster 2024-04-27T01:11:59.704305+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v139: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 136 KiB/s, 0 objects/s recovering 2024-04-27T01:12:01.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:01 smithi046 bash[18464]: cephadm 2024-04-27T01:12:00.318839+0000 mgr.y (mgr.14152) 159 : cephadm [INF] Detected new or changed devices on smithi046 2024-04-27T01:12:01.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:01 smithi046 bash[18464]: cephadm 2024-04-27T01:12:00.331951+0000 mgr.y (mgr.14152) 160 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 17269M 2024-04-27T01:12:01.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:01 smithi046 bash[18464]: audit 2024-04-27T01:12:00.823826+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T01:12:01.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:01 smithi046 bash[18464]: audit 2024-04-27T01:12:00.829969+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T01:12:01.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:01 smithi046 bash[18464]: audit 2024-04-27T01:12:00.831572+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:12:01.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:01 smithi042 bash[18488]: cluster 2024-04-27T01:11:59.704305+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v139: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 136 KiB/s, 0 objects/s recovering 2024-04-27T01:12:01.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:01 smithi042 bash[18488]: cephadm 2024-04-27T01:12:00.318839+0000 mgr.y (mgr.14152) 159 : cephadm [INF] Detected new or changed devices on smithi046 2024-04-27T01:12:01.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:01 smithi042 bash[18488]: cephadm 2024-04-27T01:12:00.331951+0000 mgr.y (mgr.14152) 160 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 17269M 2024-04-27T01:12:01.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:01 smithi042 bash[18488]: audit 2024-04-27T01:12:00.823826+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T01:12:01.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:01 smithi042 bash[18488]: audit 2024-04-27T01:12:00.829969+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T01:12:01.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:01 smithi042 bash[18488]: audit 2024-04-27T01:12:00.831572+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:12:01.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:01 smithi042 bash[23616]: cluster 2024-04-27T01:11:59.704305+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v139: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 136 KiB/s, 0 objects/s recovering 2024-04-27T01:12:01.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:01 smithi042 bash[23616]: cephadm 2024-04-27T01:12:00.318839+0000 mgr.y (mgr.14152) 159 : cephadm [INF] Detected new or changed devices on smithi046 2024-04-27T01:12:01.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:01 smithi042 bash[23616]: cephadm 2024-04-27T01:12:00.331951+0000 mgr.y (mgr.14152) 160 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 17269M 2024-04-27T01:12:01.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:01 smithi042 bash[23616]: audit 2024-04-27T01:12:00.823826+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T01:12:01.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:01 smithi042 bash[23616]: audit 2024-04-27T01:12:00.829969+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T01:12:01.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:01 smithi042 bash[23616]: audit 2024-04-27T01:12:00.831572+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:12:02.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:02 smithi046 bash[18464]: audit 2024-04-27T01:12:00.816852+0000 mgr.y (mgr.14152) 161 : audit [DBG] from='client.24215 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:12:02.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:02 smithi042 bash[18488]: audit 2024-04-27T01:12:00.816852+0000 mgr.y (mgr.14152) 161 : audit [DBG] from='client.24215 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:12:02.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:02 smithi042 bash[23616]: audit 2024-04-27T01:12:00.816852+0000 mgr.y (mgr.14152) 161 : audit [DBG] from='client.24215 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:12:03.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:03 smithi046 bash[18464]: cluster 2024-04-27T01:12:01.704929+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v140: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 108 KiB/s, 0 objects/s recovering 2024-04-27T01:12:03.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:03 smithi042 bash[18488]: cluster 2024-04-27T01:12:01.704929+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v140: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 108 KiB/s, 0 objects/s recovering 2024-04-27T01:12:03.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:03 smithi042 bash[23616]: cluster 2024-04-27T01:12:01.704929+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v140: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 108 KiB/s, 0 objects/s recovering 2024-04-27T01:12:05.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:05 smithi046 bash[18464]: cluster 2024-04-27T01:12:03.705524+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-04-27T01:12:05.728 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:05 smithi042 bash[18488]: cluster 2024-04-27T01:12:03.705524+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-04-27T01:12:05.728 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:05 smithi042 bash[23616]: cluster 2024-04-27T01:12:03.705524+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-04-27T01:12:07.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:07 smithi046 bash[18464]: cluster 2024-04-27T01:12:05.706090+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-04-27T01:12:07.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:07 smithi046 bash[18464]: audit 2024-04-27T01:12:06.461190+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.46:0/2841774479' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81a580c6-e74a-4ffb-8997-4045f9407a6d"}]: dispatch 2024-04-27T01:12:07.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:07 smithi046 bash[18464]: audit 2024-04-27T01:12:06.462529+0000 mon.a (mon.0) 463 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81a580c6-e74a-4ffb-8997-4045f9407a6d"}]: dispatch 2024-04-27T01:12:07.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:07 smithi046 bash[18464]: audit 2024-04-27T01:12:06.471386+0000 mon.a (mon.0) 464 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "81a580c6-e74a-4ffb-8997-4045f9407a6d"}]': finished 2024-04-27T01:12:07.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:07 smithi046 bash[18464]: cluster 2024-04-27T01:12:06.471625+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-04-27T01:12:07.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:07 smithi046 bash[18464]: audit 2024-04-27T01:12:06.471930+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:12:07.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:07 smithi046 bash[18464]: audit 2024-04-27T01:12:07.137287+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.46:0/1852613059' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T01:12:07.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:07 smithi042 bash[18488]: cluster 2024-04-27T01:12:05.706090+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-04-27T01:12:07.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:07 smithi042 bash[18488]: audit 2024-04-27T01:12:06.461190+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.46:0/2841774479' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81a580c6-e74a-4ffb-8997-4045f9407a6d"}]: dispatch 2024-04-27T01:12:07.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:07 smithi042 bash[18488]: audit 2024-04-27T01:12:06.462529+0000 mon.a (mon.0) 463 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81a580c6-e74a-4ffb-8997-4045f9407a6d"}]: dispatch 2024-04-27T01:12:07.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:07 smithi042 bash[18488]: audit 2024-04-27T01:12:06.471386+0000 mon.a (mon.0) 464 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "81a580c6-e74a-4ffb-8997-4045f9407a6d"}]': finished 2024-04-27T01:12:07.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:07 smithi042 bash[18488]: cluster 2024-04-27T01:12:06.471625+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-04-27T01:12:07.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:07 smithi042 bash[18488]: audit 2024-04-27T01:12:06.471930+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:12:07.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:07 smithi042 bash[18488]: audit 2024-04-27T01:12:07.137287+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.46:0/1852613059' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T01:12:07.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:07 smithi042 bash[23616]: cluster 2024-04-27T01:12:05.706090+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-04-27T01:12:07.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:07 smithi042 bash[23616]: audit 2024-04-27T01:12:06.461190+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.46:0/2841774479' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81a580c6-e74a-4ffb-8997-4045f9407a6d"}]: dispatch 2024-04-27T01:12:07.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:07 smithi042 bash[23616]: audit 2024-04-27T01:12:06.462529+0000 mon.a (mon.0) 463 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81a580c6-e74a-4ffb-8997-4045f9407a6d"}]: dispatch 2024-04-27T01:12:07.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:07 smithi042 bash[23616]: audit 2024-04-27T01:12:06.471386+0000 mon.a (mon.0) 464 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "81a580c6-e74a-4ffb-8997-4045f9407a6d"}]': finished 2024-04-27T01:12:07.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:07 smithi042 bash[23616]: cluster 2024-04-27T01:12:06.471625+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-04-27T01:12:07.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:07 smithi042 bash[23616]: audit 2024-04-27T01:12:06.471930+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:12:07.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:07 smithi042 bash[23616]: audit 2024-04-27T01:12:07.137287+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.46:0/1852613059' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T01:12:09.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:09 smithi046 bash[18464]: cluster 2024-04-27T01:12:07.706582+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:09.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:09 smithi042 bash[18488]: cluster 2024-04-27T01:12:07.706582+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:09.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:09 smithi042 bash[23616]: cluster 2024-04-27T01:12:07.706582+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:11.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:11 smithi046 bash[18464]: cluster 2024-04-27T01:12:09.707113+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:11.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:11 smithi042 bash[18488]: cluster 2024-04-27T01:12:09.707113+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:11.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:11 smithi042 bash[23616]: cluster 2024-04-27T01:12:09.707113+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:12.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:12 smithi046 bash[18464]: cluster 2024-04-27T01:12:11.707641+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:12.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:12 smithi046 bash[18464]: audit 2024-04-27T01:12:11.725308+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:12:12.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:12 smithi046 bash[18464]: audit 2024-04-27T01:12:11.728013+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:12:12.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:12 smithi042 bash[23616]: cluster 2024-04-27T01:12:11.707641+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:12.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:12 smithi042 bash[23616]: audit 2024-04-27T01:12:11.725308+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:12:12.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:12 smithi042 bash[23616]: audit 2024-04-27T01:12:11.728013+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:12:12.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:12 smithi042 bash[18488]: cluster 2024-04-27T01:12:11.707641+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:12.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:12 smithi042 bash[18488]: audit 2024-04-27T01:12:11.725308+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:12:12.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:12 smithi042 bash[18488]: audit 2024-04-27T01:12:11.728013+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:12:15.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:15 smithi046 bash[18464]: cluster 2024-04-27T01:12:13.708192+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:15.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:15 smithi042 bash[18488]: cluster 2024-04-27T01:12:13.708192+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:15.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:15 smithi042 bash[23616]: cluster 2024-04-27T01:12:13.708192+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:16.384 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:16 smithi046 bash[18464]: audit 2024-04-27T01:12:16.151378+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-27T01:12:16.384 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:16 smithi046 bash[18464]: audit 2024-04-27T01:12:16.153369+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:12:16.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:16 smithi042 bash[18488]: audit 2024-04-27T01:12:16.151378+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-27T01:12:16.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:16 smithi042 bash[18488]: audit 2024-04-27T01:12:16.153369+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:12:16.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:16 smithi042 bash[23616]: audit 2024-04-27T01:12:16.151378+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-27T01:12:16.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:16 smithi042 bash[23616]: audit 2024-04-27T01:12:16.153369+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:12:17.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:17 smithi046 bash[18464]: cluster 2024-04-27T01:12:15.708737+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:17.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:17 smithi046 bash[18464]: cephadm 2024-04-27T01:12:16.155066+0000 mgr.y (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.5 on smithi046 2024-04-27T01:12:17.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:17 smithi042 bash[18488]: cluster 2024-04-27T01:12:15.708737+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:17.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:17 smithi042 bash[18488]: cephadm 2024-04-27T01:12:16.155066+0000 mgr.y (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.5 on smithi046 2024-04-27T01:12:17.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:17 smithi042 bash[23616]: cluster 2024-04-27T01:12:15.708737+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:17.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:17 smithi042 bash[23616]: cephadm 2024-04-27T01:12:16.155066+0000 mgr.y (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.5 on smithi046 2024-04-27T01:12:19.389 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:12:19 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:12:19.390 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:19 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:12:19.390 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:19 smithi046 bash[18464]: cluster 2024-04-27T01:12:17.709355+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:19.390 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:12:19 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:12:19.648 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:19 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:12:19.648 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:12:19 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:12:19.648 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:12:19 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:12:19.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:19 smithi042 bash[18488]: cluster 2024-04-27T01:12:17.709355+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:19.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:19 smithi042 bash[23616]: cluster 2024-04-27T01:12:17.709355+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:20.927 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:20 smithi046 bash[18464]: audit 2024-04-27T01:12:19.675991+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:20.927 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:20 smithi046 bash[18464]: audit 2024-04-27T01:12:19.677384+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:12:20.927 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:20 smithi046 bash[18464]: audit 2024-04-27T01:12:19.686934+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:12:20.927 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:20 smithi046 bash[18464]: audit 2024-04-27T01:12:19.689226+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:12:20.927 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:20 smithi046 bash[18464]: cluster 2024-04-27T01:12:19.709905+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:20.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:20 smithi042 bash[18488]: audit 2024-04-27T01:12:19.675991+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:20.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:20 smithi042 bash[18488]: audit 2024-04-27T01:12:19.677384+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:12:20.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:20 smithi042 bash[18488]: audit 2024-04-27T01:12:19.686934+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:12:20.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:20 smithi042 bash[18488]: audit 2024-04-27T01:12:19.689226+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:12:20.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:20 smithi042 bash[18488]: cluster 2024-04-27T01:12:19.709905+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:20.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:20 smithi042 bash[23616]: audit 2024-04-27T01:12:19.675991+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:20.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:20 smithi042 bash[23616]: audit 2024-04-27T01:12:19.677384+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:12:20.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:20 smithi042 bash[23616]: audit 2024-04-27T01:12:19.686934+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:12:20.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:20 smithi042 bash[23616]: audit 2024-04-27T01:12:19.689226+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:12:20.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:20 smithi042 bash[23616]: cluster 2024-04-27T01:12:19.709905+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:22.926 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:22 smithi046 bash[18464]: cluster 2024-04-27T01:12:21.710509+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:22.927 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:22 smithi046 bash[18464]: audit 2024-04-27T01:12:22.675060+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:22.927 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:22 smithi046 bash[18464]: audit 2024-04-27T01:12:22.683447+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:23.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:22 smithi042 bash[18488]: cluster 2024-04-27T01:12:21.710509+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:23.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:22 smithi042 bash[18488]: audit 2024-04-27T01:12:22.675060+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:23.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:22 smithi042 bash[18488]: audit 2024-04-27T01:12:22.683447+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:23.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:22 smithi042 bash[23616]: cluster 2024-04-27T01:12:21.710509+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:23.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:22 smithi042 bash[23616]: audit 2024-04-27T01:12:22.675060+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:23.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:22 smithi042 bash[23616]: audit 2024-04-27T01:12:22.683447+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:25.450 INFO:teuthology.orchestra.run.smithi046.stdout:Created osd(s) 5 on host 'smithi046' 2024-04-27T01:12:25.643 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:25 smithi046 bash[18464]: cluster 2024-04-27T01:12:23.711008+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 2024-04-27T01:12:25.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:25 smithi042 bash[18488]: cluster 2024-04-27T01:12:23.711008+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 2024-04-27T01:12:25.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:25 smithi042 bash[23616]: cluster 2024-04-27T01:12:23.711008+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 2024-04-27T01:12:26.041 DEBUG:teuthology.orchestra.run.smithi046:osd.5> sudo journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.5.service 2024-04-27T01:12:26.043 INFO:tasks.cephadm:Deploying osd.6 on smithi046 with /dev/vg_nvme/lv_2... 2024-04-27T01:12:26.043 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-04-27T01:12:26.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:26 smithi046 bash[18464]: audit 2024-04-27T01:12:25.459625+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:26.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:26 smithi046 bash[18464]: audit 2024-04-27T01:12:25.460794+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:12:26.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:26 smithi046 bash[18464]: audit 2024-04-27T01:12:25.464754+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:12:26.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:26 smithi046 bash[18464]: audit 2024-04-27T01:12:25.466639+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:12:26.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:26 smithi046 bash[18464]: cluster 2024-04-27T01:12:25.711577+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 2024-04-27T01:12:26.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:26 smithi046 bash[18464]: audit 2024-04-27T01:12:25.931965+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.46:6808/3247529387,v1:172.21.15.46:6809/3247529387]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-27T01:12:26.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:26 smithi046 bash[18464]: audit 2024-04-27T01:12:25.933118+0000 mon.a (mon.0) 481 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-27T01:12:26.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:26 smithi042 bash[18488]: audit 2024-04-27T01:12:25.459625+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:26.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:26 smithi042 bash[18488]: audit 2024-04-27T01:12:25.460794+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:12:26.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:26 smithi042 bash[18488]: audit 2024-04-27T01:12:25.464754+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:12:26.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:26 smithi042 bash[18488]: audit 2024-04-27T01:12:25.466639+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:12:26.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:26 smithi042 bash[18488]: cluster 2024-04-27T01:12:25.711577+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 2024-04-27T01:12:26.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:26 smithi042 bash[18488]: audit 2024-04-27T01:12:25.931965+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.46:6808/3247529387,v1:172.21.15.46:6809/3247529387]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-27T01:12:26.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:26 smithi042 bash[18488]: audit 2024-04-27T01:12:25.933118+0000 mon.a (mon.0) 481 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-27T01:12:26.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:26 smithi042 bash[23616]: audit 2024-04-27T01:12:25.459625+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:26.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:26 smithi042 bash[23616]: audit 2024-04-27T01:12:25.460794+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:12:26.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:26 smithi042 bash[23616]: audit 2024-04-27T01:12:25.464754+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:12:26.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:26 smithi042 bash[23616]: audit 2024-04-27T01:12:25.466639+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:12:26.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:26 smithi042 bash[23616]: cluster 2024-04-27T01:12:25.711577+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 2024-04-27T01:12:26.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:26 smithi042 bash[23616]: audit 2024-04-27T01:12:25.931965+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.46:6808/3247529387,v1:172.21.15.46:6809/3247529387]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-27T01:12:26.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:26 smithi042 bash[23616]: audit 2024-04-27T01:12:25.933118+0000 mon.a (mon.0) 481 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-27T01:12:27.654 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:27 smithi046 bash[18464]: audit 2024-04-27T01:12:26.471366+0000 mon.a (mon.0) 482 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-27T01:12:27.655 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:27 smithi046 bash[18464]: cluster 2024-04-27T01:12:26.471533+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-04-27T01:12:27.655 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:27 smithi046 bash[18464]: audit 2024-04-27T01:12:26.472050+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:12:27.655 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:27 smithi046 bash[18464]: audit 2024-04-27T01:12:26.472318+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.46:6808/3247529387,v1:172.21.15.46:6809/3247529387]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:12:27.655 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:27 smithi046 bash[18464]: audit 2024-04-27T01:12:26.473715+0000 mon.a (mon.0) 485 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:12:27.655 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:12:27 smithi046 bash[24497]: debug 2024-04-27T01:12:27.487+0000 7f73b76f7700 -1 osd.5 0 waiting for initial osdmap 2024-04-27T01:12:27.655 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:12:27 smithi046 bash[24497]: debug 2024-04-27T01:12:27.499+0000 7f73b008a700 -1 osd.5 38 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-27T01:12:27.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:27 smithi042 bash[18488]: audit 2024-04-27T01:12:26.471366+0000 mon.a (mon.0) 482 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-27T01:12:27.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:27 smithi042 bash[18488]: cluster 2024-04-27T01:12:26.471533+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-04-27T01:12:27.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:27 smithi042 bash[18488]: audit 2024-04-27T01:12:26.472050+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:12:27.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:27 smithi042 bash[18488]: audit 2024-04-27T01:12:26.472318+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.46:6808/3247529387,v1:172.21.15.46:6809/3247529387]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:12:27.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:27 smithi042 bash[18488]: audit 2024-04-27T01:12:26.473715+0000 mon.a (mon.0) 485 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:12:27.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:27 smithi042 bash[23616]: audit 2024-04-27T01:12:26.471366+0000 mon.a (mon.0) 482 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-27T01:12:27.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:27 smithi042 bash[23616]: cluster 2024-04-27T01:12:26.471533+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-04-27T01:12:27.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:27 smithi042 bash[23616]: audit 2024-04-27T01:12:26.472050+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:12:27.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:27 smithi042 bash[23616]: audit 2024-04-27T01:12:26.472318+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.46:6808/3247529387,v1:172.21.15.46:6809/3247529387]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:12:27.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:27 smithi042 bash[23616]: audit 2024-04-27T01:12:26.473715+0000 mon.a (mon.0) 485 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:12:28.897 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:28 smithi046 bash[18464]: audit 2024-04-27T01:12:27.482640+0000 mon.a (mon.0) 486 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-04-27T01:12:28.897 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:28 smithi046 bash[18464]: cluster 2024-04-27T01:12:27.482955+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-04-27T01:12:28.897 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:28 smithi046 bash[18464]: audit 2024-04-27T01:12:27.483324+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:12:28.897 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:28 smithi046 bash[18464]: audit 2024-04-27T01:12:27.490896+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:12:28.897 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:28 smithi046 bash[18464]: cluster 2024-04-27T01:12:27.712111+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:28.897 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:28 smithi046 bash[18464]: cluster 2024-04-27T01:12:28.360553+0000 mon.a (mon.0) 490 : cluster [INF] osd.5 [v2:172.21.15.46:6808/3247529387,v1:172.21.15.46:6809/3247529387] boot 2024-04-27T01:12:28.897 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:28 smithi046 bash[18464]: cluster 2024-04-27T01:12:28.360691+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-04-27T01:12:28.897 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:28 smithi046 bash[18464]: audit 2024-04-27T01:12:28.361596+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:12:28.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:28 smithi042 bash[18488]: audit 2024-04-27T01:12:27.482640+0000 mon.a (mon.0) 486 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-04-27T01:12:28.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:28 smithi042 bash[18488]: cluster 2024-04-27T01:12:27.482955+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-04-27T01:12:28.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:28 smithi042 bash[18488]: audit 2024-04-27T01:12:27.483324+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:12:28.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:28 smithi042 bash[18488]: audit 2024-04-27T01:12:27.490896+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:12:28.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:28 smithi042 bash[18488]: cluster 2024-04-27T01:12:27.712111+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:28.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:28 smithi042 bash[18488]: cluster 2024-04-27T01:12:28.360553+0000 mon.a (mon.0) 490 : cluster [INF] osd.5 [v2:172.21.15.46:6808/3247529387,v1:172.21.15.46:6809/3247529387] boot 2024-04-27T01:12:28.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:28 smithi042 bash[18488]: cluster 2024-04-27T01:12:28.360691+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-04-27T01:12:28.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:28 smithi042 bash[18488]: audit 2024-04-27T01:12:28.361596+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:12:28.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:28 smithi042 bash[23616]: audit 2024-04-27T01:12:27.482640+0000 mon.a (mon.0) 486 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-04-27T01:12:28.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:28 smithi042 bash[23616]: cluster 2024-04-27T01:12:27.482955+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-04-27T01:12:28.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:28 smithi042 bash[23616]: audit 2024-04-27T01:12:27.483324+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:12:28.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:28 smithi042 bash[23616]: audit 2024-04-27T01:12:27.490896+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:12:28.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:28 smithi042 bash[23616]: cluster 2024-04-27T01:12:27.712111+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-04-27T01:12:28.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:28 smithi042 bash[23616]: cluster 2024-04-27T01:12:28.360553+0000 mon.a (mon.0) 490 : cluster [INF] osd.5 [v2:172.21.15.46:6808/3247529387,v1:172.21.15.46:6809/3247529387] boot 2024-04-27T01:12:28.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:28 smithi042 bash[23616]: cluster 2024-04-27T01:12:28.360691+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-04-27T01:12:28.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:28 smithi042 bash[23616]: audit 2024-04-27T01:12:28.361596+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:12:29.292 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-04-27T01:12:29.292 INFO:teuthology.orchestra.run.smithi046.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-04-27T01:12:29.292 INFO:teuthology.orchestra.run.smithi046.stderr: stderr: 10+0 records in 2024-04-27T01:12:29.292 INFO:teuthology.orchestra.run.smithi046.stderr:10+0 records out 2024-04-27T01:12:29.292 INFO:teuthology.orchestra.run.smithi046.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0127953 s, 820 MB/s 2024-04-27T01:12:29.292 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping successful for: 2024-04-27T01:12:29.595 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:29 smithi046 bash[18464]: cluster 2024-04-27T01:12:26.968553+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-27T01:12:29.595 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:29 smithi046 bash[18464]: cluster 2024-04-27T01:12:26.968782+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-27T01:12:29.596 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:29 smithi046 bash[18464]: cluster 2024-04-27T01:12:29.362205+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-04-27T01:12:29.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:29 smithi042 bash[18488]: cluster 2024-04-27T01:12:26.968553+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-27T01:12:29.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:29 smithi042 bash[18488]: cluster 2024-04-27T01:12:26.968782+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-27T01:12:29.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:29 smithi042 bash[18488]: cluster 2024-04-27T01:12:29.362205+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-04-27T01:12:29.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:29 smithi042 bash[23616]: cluster 2024-04-27T01:12:26.968553+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-27T01:12:29.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:29 smithi042 bash[23616]: cluster 2024-04-27T01:12:26.968782+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-27T01:12:29.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:29 smithi042 bash[23616]: cluster 2024-04-27T01:12:29.362205+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-04-27T01:12:30.341 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi046:vg_nvme/lv_2 2024-04-27T01:12:31.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:31 smithi046 bash[18464]: cluster 2024-04-27T01:12:29.712708+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:31.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:31 smithi046 bash[18464]: cluster 2024-04-27T01:12:30.363747+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-04-27T01:12:31.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:31 smithi042 bash[18488]: cluster 2024-04-27T01:12:29.712708+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:31.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:31 smithi042 bash[18488]: cluster 2024-04-27T01:12:30.363747+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-04-27T01:12:31.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:31 smithi042 bash[23616]: cluster 2024-04-27T01:12:29.712708+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:31.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:31 smithi042 bash[23616]: cluster 2024-04-27T01:12:30.363747+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-04-27T01:12:32.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:32 smithi046 bash[18464]: cluster 2024-04-27T01:12:31.365195+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-04-27T01:12:32.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:32 smithi042 bash[18488]: cluster 2024-04-27T01:12:31.365195+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-04-27T01:12:32.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:32 smithi042 bash[23616]: cluster 2024-04-27T01:12:31.365195+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-04-27T01:12:33.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:33 smithi046 bash[18464]: cluster 2024-04-27T01:12:31.713375+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v162: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:33.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:33 smithi046 bash[18464]: cluster 2024-04-27T01:12:32.368136+0000 mon.a (mon.0) 496 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-04-27T01:12:33.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:33 smithi046 bash[18464]: cluster 2024-04-27T01:12:32.383764+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-04-27T01:12:33.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:33 smithi046 bash[18464]: audit 2024-04-27T01:12:32.896738+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:33.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:33 smithi046 bash[18464]: audit 2024-04-27T01:12:32.899151+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:12:33.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:33 smithi046 bash[18464]: audit 2024-04-27T01:12:32.901219+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:12:33.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:33 smithi046 bash[18464]: audit 2024-04-27T01:12:32.911630+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:33.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:33 smithi046 bash[18464]: audit 2024-04-27T01:12:32.920644+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:33.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:33 smithi042 bash[18488]: cluster 2024-04-27T01:12:31.713375+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v162: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:33.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:33 smithi042 bash[18488]: cluster 2024-04-27T01:12:32.368136+0000 mon.a (mon.0) 496 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-04-27T01:12:33.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:33 smithi042 bash[18488]: cluster 2024-04-27T01:12:32.383764+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-04-27T01:12:33.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:33 smithi042 bash[18488]: audit 2024-04-27T01:12:32.896738+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:33.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:33 smithi042 bash[18488]: audit 2024-04-27T01:12:32.899151+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:12:33.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:33 smithi042 bash[18488]: audit 2024-04-27T01:12:32.901219+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:12:33.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:33 smithi042 bash[18488]: audit 2024-04-27T01:12:32.911630+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:33.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:33 smithi042 bash[18488]: audit 2024-04-27T01:12:32.920644+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:33.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:33 smithi042 bash[23616]: cluster 2024-04-27T01:12:31.713375+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v162: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:33.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:33 smithi042 bash[23616]: cluster 2024-04-27T01:12:32.368136+0000 mon.a (mon.0) 496 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-04-27T01:12:33.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:33 smithi042 bash[23616]: cluster 2024-04-27T01:12:32.383764+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-04-27T01:12:33.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:33 smithi042 bash[23616]: audit 2024-04-27T01:12:32.896738+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:33.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:33 smithi042 bash[23616]: audit 2024-04-27T01:12:32.899151+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:12:33.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:33 smithi042 bash[23616]: audit 2024-04-27T01:12:32.901219+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:12:33.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:33 smithi042 bash[23616]: audit 2024-04-27T01:12:32.911630+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:33.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:33 smithi042 bash[23616]: audit 2024-04-27T01:12:32.920644+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:34.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:34 smithi046 bash[18464]: cephadm 2024-04-27T01:12:32.886665+0000 mgr.y (mgr.14152) 179 : cephadm [INF] Detected new or changed devices on smithi046 2024-04-27T01:12:34.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:34 smithi046 bash[18464]: cephadm 2024-04-27T01:12:32.902693+0000 mgr.y (mgr.14152) 180 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 8634M 2024-04-27T01:12:34.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:34 smithi046 bash[18464]: audit 2024-04-27T01:12:33.436695+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T01:12:34.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:34 smithi046 bash[18464]: audit 2024-04-27T01:12:33.443047+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T01:12:34.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:34 smithi046 bash[18464]: audit 2024-04-27T01:12:33.444782+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:12:34.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:34 smithi042 bash[18488]: cephadm 2024-04-27T01:12:32.886665+0000 mgr.y (mgr.14152) 179 : cephadm [INF] Detected new or changed devices on smithi046 2024-04-27T01:12:34.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:34 smithi042 bash[18488]: cephadm 2024-04-27T01:12:32.902693+0000 mgr.y (mgr.14152) 180 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 8634M 2024-04-27T01:12:34.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:34 smithi042 bash[18488]: audit 2024-04-27T01:12:33.436695+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T01:12:34.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:34 smithi042 bash[18488]: audit 2024-04-27T01:12:33.443047+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T01:12:34.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:34 smithi042 bash[18488]: audit 2024-04-27T01:12:33.444782+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:12:34.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:34 smithi042 bash[23616]: cephadm 2024-04-27T01:12:32.886665+0000 mgr.y (mgr.14152) 179 : cephadm [INF] Detected new or changed devices on smithi046 2024-04-27T01:12:34.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:34 smithi042 bash[23616]: cephadm 2024-04-27T01:12:32.902693+0000 mgr.y (mgr.14152) 180 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 8634M 2024-04-27T01:12:34.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:34 smithi042 bash[23616]: audit 2024-04-27T01:12:33.436695+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T01:12:34.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:34 smithi042 bash[23616]: audit 2024-04-27T01:12:33.443047+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T01:12:34.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:34 smithi042 bash[23616]: audit 2024-04-27T01:12:33.444782+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:12:35.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:35 smithi046 bash[18464]: audit 2024-04-27T01:12:33.429713+0000 mgr.y (mgr.14152) 181 : audit [DBG] from='client.24242 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:12:35.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:35 smithi046 bash[18464]: cluster 2024-04-27T01:12:33.713991+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:35.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:35 smithi046 bash[18464]: cluster 2024-04-27T01:12:34.378306+0000 mon.a (mon.0) 506 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-04-27T01:12:35.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:35 smithi046 bash[18464]: cluster 2024-04-27T01:12:34.378387+0000 mon.a (mon.0) 507 : cluster [INF] Cluster is now healthy 2024-04-27T01:12:35.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:35 smithi042 bash[18488]: audit 2024-04-27T01:12:33.429713+0000 mgr.y (mgr.14152) 181 : audit [DBG] from='client.24242 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:12:35.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:35 smithi042 bash[18488]: cluster 2024-04-27T01:12:33.713991+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:35.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:35 smithi042 bash[18488]: cluster 2024-04-27T01:12:34.378306+0000 mon.a (mon.0) 506 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-04-27T01:12:35.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:35 smithi042 bash[18488]: cluster 2024-04-27T01:12:34.378387+0000 mon.a (mon.0) 507 : cluster [INF] Cluster is now healthy 2024-04-27T01:12:35.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:35 smithi042 bash[23616]: audit 2024-04-27T01:12:33.429713+0000 mgr.y (mgr.14152) 181 : audit [DBG] from='client.24242 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:12:35.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:35 smithi042 bash[23616]: cluster 2024-04-27T01:12:33.713991+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:35.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:35 smithi042 bash[23616]: cluster 2024-04-27T01:12:34.378306+0000 mon.a (mon.0) 506 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-04-27T01:12:35.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:35 smithi042 bash[23616]: cluster 2024-04-27T01:12:34.378387+0000 mon.a (mon.0) 507 : cluster [INF] Cluster is now healthy 2024-04-27T01:12:36.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:36 smithi046 bash[18464]: cluster 2024-04-27T01:12:35.714564+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:36.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:36 smithi042 bash[18488]: cluster 2024-04-27T01:12:35.714564+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:36.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:36 smithi042 bash[23616]: cluster 2024-04-27T01:12:35.714564+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:39.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:39 smithi046 bash[18464]: cluster 2024-04-27T01:12:37.715134+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-04-27T01:12:39.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:39 smithi046 bash[18464]: audit 2024-04-27T01:12:39.152025+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.46:0/4072019434' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cd471ada-ed4d-4f03-87d1-760ce5f8b4fe"}]: dispatch 2024-04-27T01:12:39.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:39 smithi046 bash[18464]: audit 2024-04-27T01:12:39.153416+0000 mon.a (mon.0) 508 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cd471ada-ed4d-4f03-87d1-760ce5f8b4fe"}]: dispatch 2024-04-27T01:12:39.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:39 smithi046 bash[18464]: audit 2024-04-27T01:12:39.162054+0000 mon.a (mon.0) 509 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cd471ada-ed4d-4f03-87d1-760ce5f8b4fe"}]': finished 2024-04-27T01:12:39.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:39 smithi046 bash[18464]: cluster 2024-04-27T01:12:39.162242+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2024-04-27T01:12:39.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:39 smithi046 bash[18464]: audit 2024-04-27T01:12:39.162557+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:12:39.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:39 smithi042 bash[18488]: cluster 2024-04-27T01:12:37.715134+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-04-27T01:12:39.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:39 smithi042 bash[18488]: audit 2024-04-27T01:12:39.152025+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.46:0/4072019434' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cd471ada-ed4d-4f03-87d1-760ce5f8b4fe"}]: dispatch 2024-04-27T01:12:39.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:39 smithi042 bash[18488]: audit 2024-04-27T01:12:39.153416+0000 mon.a (mon.0) 508 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cd471ada-ed4d-4f03-87d1-760ce5f8b4fe"}]: dispatch 2024-04-27T01:12:39.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:39 smithi042 bash[18488]: audit 2024-04-27T01:12:39.162054+0000 mon.a (mon.0) 509 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cd471ada-ed4d-4f03-87d1-760ce5f8b4fe"}]': finished 2024-04-27T01:12:39.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:39 smithi042 bash[18488]: cluster 2024-04-27T01:12:39.162242+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2024-04-27T01:12:39.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:39 smithi042 bash[18488]: audit 2024-04-27T01:12:39.162557+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:12:39.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:39 smithi042 bash[23616]: cluster 2024-04-27T01:12:37.715134+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-04-27T01:12:39.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:39 smithi042 bash[23616]: audit 2024-04-27T01:12:39.152025+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.46:0/4072019434' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cd471ada-ed4d-4f03-87d1-760ce5f8b4fe"}]: dispatch 2024-04-27T01:12:39.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:39 smithi042 bash[23616]: audit 2024-04-27T01:12:39.153416+0000 mon.a (mon.0) 508 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cd471ada-ed4d-4f03-87d1-760ce5f8b4fe"}]: dispatch 2024-04-27T01:12:39.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:39 smithi042 bash[23616]: audit 2024-04-27T01:12:39.162054+0000 mon.a (mon.0) 509 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cd471ada-ed4d-4f03-87d1-760ce5f8b4fe"}]': finished 2024-04-27T01:12:39.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:39 smithi042 bash[23616]: cluster 2024-04-27T01:12:39.162242+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2024-04-27T01:12:39.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:39 smithi042 bash[23616]: audit 2024-04-27T01:12:39.162557+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:12:40.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:40 smithi046 bash[18464]: audit 2024-04-27T01:12:39.826999+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.46:0/508157334' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T01:12:40.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:40 smithi042 bash[18488]: audit 2024-04-27T01:12:39.826999+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.46:0/508157334' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T01:12:40.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:40 smithi042 bash[23616]: audit 2024-04-27T01:12:39.826999+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.46:0/508157334' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T01:12:41.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:41 smithi046 bash[18464]: cluster 2024-04-27T01:12:39.715734+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-04-27T01:12:41.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:41 smithi042 bash[18488]: cluster 2024-04-27T01:12:39.715734+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-04-27T01:12:41.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:41 smithi042 bash[23616]: cluster 2024-04-27T01:12:39.715734+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-04-27T01:12:43.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:43 smithi046 bash[18464]: cluster 2024-04-27T01:12:41.716454+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-04-27T01:12:43.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:43 smithi042 bash[18488]: cluster 2024-04-27T01:12:41.716454+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-04-27T01:12:43.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:43 smithi042 bash[23616]: cluster 2024-04-27T01:12:41.716454+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-04-27T01:12:45.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:45 smithi046 bash[18464]: cluster 2024-04-27T01:12:43.717087+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:45.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:45 smithi042 bash[18488]: cluster 2024-04-27T01:12:43.717087+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:45.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:45 smithi042 bash[23616]: cluster 2024-04-27T01:12:43.717087+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:47.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:47 smithi046 bash[18464]: cluster 2024-04-27T01:12:45.717652+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:47.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:47 smithi042 bash[18488]: cluster 2024-04-27T01:12:45.717652+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:47.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:47 smithi042 bash[23616]: cluster 2024-04-27T01:12:45.717652+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:49.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:49 smithi046 bash[18464]: cluster 2024-04-27T01:12:47.718272+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:49.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:49 smithi046 bash[18464]: audit 2024-04-27T01:12:49.326080+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-27T01:12:49.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:49 smithi046 bash[18464]: audit 2024-04-27T01:12:49.327766+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:12:49.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:49 smithi042 bash[18488]: cluster 2024-04-27T01:12:47.718272+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:49.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:49 smithi042 bash[18488]: audit 2024-04-27T01:12:49.326080+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-27T01:12:49.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:49 smithi042 bash[18488]: audit 2024-04-27T01:12:49.327766+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:12:49.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:49 smithi042 bash[23616]: cluster 2024-04-27T01:12:47.718272+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:49.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:49 smithi042 bash[23616]: audit 2024-04-27T01:12:49.326080+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-27T01:12:49.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:49 smithi042 bash[23616]: audit 2024-04-27T01:12:49.327766+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:12:50.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:50 smithi046 bash[18464]: cephadm 2024-04-27T01:12:49.329150+0000 mgr.y (mgr.14152) 190 : cephadm [INF] Deploying daemon osd.6 on smithi046 2024-04-27T01:12:50.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:50 smithi042 bash[18488]: cephadm 2024-04-27T01:12:49.329150+0000 mgr.y (mgr.14152) 190 : cephadm [INF] Deploying daemon osd.6 on smithi046 2024-04-27T01:12:50.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:50 smithi042 bash[23616]: cephadm 2024-04-27T01:12:49.329150+0000 mgr.y (mgr.14152) 190 : cephadm [INF] Deploying daemon osd.6 on smithi046 2024-04-27T01:12:51.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:51 smithi046 bash[18464]: cluster 2024-04-27T01:12:49.718813+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:51.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:51 smithi042 bash[18488]: cluster 2024-04-27T01:12:49.718813+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:51.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:51 smithi042 bash[23616]: cluster 2024-04-27T01:12:49.718813+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:52.676 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:12:52 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:12:52.677 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:12:52 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:12:52.677 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:12:52 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:12:52.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:52 smithi046 bash[18464]: cluster 2024-04-27T01:12:51.719406+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:52.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:52 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:12:52.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:52 smithi042 bash[18488]: cluster 2024-04-27T01:12:51.719406+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:52.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:52 smithi042 bash[23616]: cluster 2024-04-27T01:12:51.719406+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:52.935 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:52 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:12:52.935 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:12:52 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:12:52.936 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:12:52 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:12:52.936 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:12:52 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:12:54.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:53 smithi046 bash[18464]: audit 2024-04-27T01:12:52.963495+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:54.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:53 smithi046 bash[18464]: audit 2024-04-27T01:12:53.000877+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:12:54.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:53 smithi046 bash[18464]: audit 2024-04-27T01:12:53.003842+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:12:54.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:53 smithi046 bash[18464]: audit 2024-04-27T01:12:53.005749+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:12:54.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:53 smithi042 bash[18488]: audit 2024-04-27T01:12:52.963495+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:54.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:53 smithi042 bash[18488]: audit 2024-04-27T01:12:53.000877+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:12:54.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:53 smithi042 bash[18488]: audit 2024-04-27T01:12:53.003842+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:12:54.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:53 smithi042 bash[18488]: audit 2024-04-27T01:12:53.005749+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:12:54.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:53 smithi042 bash[23616]: audit 2024-04-27T01:12:52.963495+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:54.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:53 smithi042 bash[23616]: audit 2024-04-27T01:12:53.000877+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:12:54.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:53 smithi042 bash[23616]: audit 2024-04-27T01:12:53.003842+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:12:54.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:53 smithi042 bash[23616]: audit 2024-04-27T01:12:53.005749+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:12:55.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:55 smithi046 bash[18464]: cluster 2024-04-27T01:12:53.720029+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:55.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:55 smithi042 bash[18488]: cluster 2024-04-27T01:12:53.720029+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:55.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:55 smithi042 bash[23616]: cluster 2024-04-27T01:12:53.720029+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:57.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:57 smithi046 bash[18464]: cluster 2024-04-27T01:12:55.720619+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:57.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:57 smithi046 bash[18464]: audit 2024-04-27T01:12:56.067092+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:57.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:57 smithi046 bash[18464]: audit 2024-04-27T01:12:56.360080+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:57.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:57 smithi042 bash[18488]: cluster 2024-04-27T01:12:55.720619+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:57.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:57 smithi042 bash[18488]: audit 2024-04-27T01:12:56.067092+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:57.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:57 smithi042 bash[18488]: audit 2024-04-27T01:12:56.360080+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:57.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:57 smithi042 bash[23616]: cluster 2024-04-27T01:12:55.720619+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:57.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:57 smithi042 bash[23616]: audit 2024-04-27T01:12:56.067092+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:57.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:57 smithi042 bash[23616]: audit 2024-04-27T01:12:56.360080+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:58.949 INFO:teuthology.orchestra.run.smithi046.stdout:Created osd(s) 6 on host 'smithi046' 2024-04-27T01:12:59.511 DEBUG:teuthology.orchestra.run.smithi046:osd.6> sudo journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.6.service 2024-04-27T01:12:59.514 INFO:tasks.cephadm:Deploying osd.7 on smithi046 with /dev/vg_nvme/lv_1... 2024-04-27T01:12:59.514 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-04-27T01:12:59.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:59 smithi046 bash[18464]: cluster 2024-04-27T01:12:57.721189+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:59.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:59 smithi046 bash[18464]: audit 2024-04-27T01:12:58.959702+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:59.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:59 smithi046 bash[18464]: audit 2024-04-27T01:12:58.986633+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:12:59.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:59 smithi046 bash[18464]: audit 2024-04-27T01:12:58.989530+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:12:59.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:12:59 smithi046 bash[18464]: audit 2024-04-27T01:12:58.991492+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:12:59.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:59 smithi042 bash[18488]: cluster 2024-04-27T01:12:57.721189+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:59.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:59 smithi042 bash[18488]: audit 2024-04-27T01:12:58.959702+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:59.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:59 smithi042 bash[18488]: audit 2024-04-27T01:12:58.986633+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:12:59.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:59 smithi042 bash[18488]: audit 2024-04-27T01:12:58.989530+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:12:59.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:12:59 smithi042 bash[18488]: audit 2024-04-27T01:12:58.991492+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:12:59.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:59 smithi042 bash[23616]: cluster 2024-04-27T01:12:57.721189+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:12:59.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:59 smithi042 bash[23616]: audit 2024-04-27T01:12:58.959702+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:12:59.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:59 smithi042 bash[23616]: audit 2024-04-27T01:12:58.986633+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:12:59.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:59 smithi042 bash[23616]: audit 2024-04-27T01:12:58.989530+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:12:59.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:12:59 smithi042 bash[23616]: audit 2024-04-27T01:12:58.991492+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:13:00.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:00 smithi046 bash[18464]: audit 2024-04-27T01:12:59.381118+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.46:6816/1803551048,v1:172.21.15.46:6817/1803551048]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-27T01:13:00.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:00 smithi046 bash[18464]: audit 2024-04-27T01:12:59.382226+0000 mon.a (mon.0) 524 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-27T01:13:00.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:00 smithi042 bash[18488]: audit 2024-04-27T01:12:59.381118+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.46:6816/1803551048,v1:172.21.15.46:6817/1803551048]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-27T01:13:00.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:00 smithi042 bash[18488]: audit 2024-04-27T01:12:59.382226+0000 mon.a (mon.0) 524 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-27T01:13:00.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:00 smithi042 bash[23616]: audit 2024-04-27T01:12:59.381118+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.46:6816/1803551048,v1:172.21.15.46:6817/1803551048]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-27T01:13:00.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:00 smithi042 bash[23616]: audit 2024-04-27T01:12:59.382226+0000 mon.a (mon.0) 524 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-27T01:13:01.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:01 smithi046 bash[18464]: cluster 2024-04-27T01:12:59.721774+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 2024-04-27T01:13:01.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:01 smithi046 bash[18464]: audit 2024-04-27T01:13:00.381661+0000 mon.a (mon.0) 525 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-27T01:13:01.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:01 smithi046 bash[18464]: cluster 2024-04-27T01:13:00.381916+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2024-04-27T01:13:01.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:01 smithi046 bash[18464]: audit 2024-04-27T01:13:00.382208+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:13:01.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:01 smithi046 bash[18464]: audit 2024-04-27T01:13:00.382481+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.46:6816/1803551048,v1:172.21.15.46:6817/1803551048]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:13:01.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:01 smithi046 bash[18464]: audit 2024-04-27T01:13:00.383601+0000 mon.a (mon.0) 528 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:13:01.677 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:13:01 smithi046 bash[27479]: debug 2024-04-27T01:13:01.395+0000 7f3b85a20700 -1 osd.6 0 waiting for initial osdmap 2024-04-27T01:13:01.677 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:13:01 smithi046 bash[27479]: debug 2024-04-27T01:13:01.407+0000 7f3b7f3b5700 -1 osd.6 46 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-27T01:13:01.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:01 smithi042 bash[18488]: cluster 2024-04-27T01:12:59.721774+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 2024-04-27T01:13:01.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:01 smithi042 bash[18488]: audit 2024-04-27T01:13:00.381661+0000 mon.a (mon.0) 525 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-27T01:13:01.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:01 smithi042 bash[18488]: cluster 2024-04-27T01:13:00.381916+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2024-04-27T01:13:01.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:01 smithi042 bash[18488]: audit 2024-04-27T01:13:00.382208+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:13:01.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:01 smithi042 bash[18488]: audit 2024-04-27T01:13:00.382481+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.46:6816/1803551048,v1:172.21.15.46:6817/1803551048]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:13:01.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:01 smithi042 bash[18488]: audit 2024-04-27T01:13:00.383601+0000 mon.a (mon.0) 528 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:13:01.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:01 smithi042 bash[23616]: cluster 2024-04-27T01:12:59.721774+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 2024-04-27T01:13:01.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:01 smithi042 bash[23616]: audit 2024-04-27T01:13:00.381661+0000 mon.a (mon.0) 525 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-27T01:13:01.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:01 smithi042 bash[23616]: cluster 2024-04-27T01:13:00.381916+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2024-04-27T01:13:01.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:01 smithi042 bash[23616]: audit 2024-04-27T01:13:00.382208+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:13:01.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:01 smithi042 bash[23616]: audit 2024-04-27T01:13:00.382481+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.46:6816/1803551048,v1:172.21.15.46:6817/1803551048]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:13:01.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:01 smithi042 bash[23616]: audit 2024-04-27T01:13:00.383601+0000 mon.a (mon.0) 528 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:13:02.417 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-04-27T01:13:02.417 INFO:teuthology.orchestra.run.smithi046.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-04-27T01:13:02.417 INFO:teuthology.orchestra.run.smithi046.stderr: stderr: 10+0 records in 2024-04-27T01:13:02.417 INFO:teuthology.orchestra.run.smithi046.stderr:10+0 records out 2024-04-27T01:13:02.417 INFO:teuthology.orchestra.run.smithi046.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0125659 s, 834 MB/s 2024-04-27T01:13:02.417 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping successful for: 2024-04-27T01:13:02.680 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:02 smithi046 bash[18464]: cluster 2024-04-27T01:13:00.365346+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-27T01:13:02.680 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:02 smithi046 bash[18464]: cluster 2024-04-27T01:13:00.365564+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-27T01:13:02.680 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:02 smithi046 bash[18464]: audit 2024-04-27T01:13:01.385046+0000 mon.a (mon.0) 529 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-04-27T01:13:02.680 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:02 smithi046 bash[18464]: cluster 2024-04-27T01:13:01.385324+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2024-04-27T01:13:02.680 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:02 smithi046 bash[18464]: audit 2024-04-27T01:13:01.386111+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:13:02.680 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:02 smithi046 bash[18464]: audit 2024-04-27T01:13:01.397083+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:13:02.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:02 smithi042 bash[18488]: cluster 2024-04-27T01:13:00.365346+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-27T01:13:02.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:02 smithi042 bash[18488]: cluster 2024-04-27T01:13:00.365564+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-27T01:13:02.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:02 smithi042 bash[18488]: audit 2024-04-27T01:13:01.385046+0000 mon.a (mon.0) 529 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-04-27T01:13:02.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:02 smithi042 bash[18488]: cluster 2024-04-27T01:13:01.385324+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2024-04-27T01:13:02.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:02 smithi042 bash[18488]: audit 2024-04-27T01:13:01.386111+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:13:02.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:02 smithi042 bash[18488]: audit 2024-04-27T01:13:01.397083+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:13:02.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:02 smithi042 bash[23616]: cluster 2024-04-27T01:13:00.365346+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-27T01:13:02.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:02 smithi042 bash[23616]: cluster 2024-04-27T01:13:00.365564+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-27T01:13:02.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:02 smithi042 bash[23616]: audit 2024-04-27T01:13:01.385046+0000 mon.a (mon.0) 529 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-04-27T01:13:02.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:02 smithi042 bash[23616]: cluster 2024-04-27T01:13:01.385324+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2024-04-27T01:13:02.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:02 smithi042 bash[23616]: audit 2024-04-27T01:13:01.386111+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:13:02.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:02 smithi042 bash[23616]: audit 2024-04-27T01:13:01.397083+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:13:03.307 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi046:vg_nvme/lv_1 2024-04-27T01:13:03.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:03 smithi046 bash[18464]: cluster 2024-04-27T01:13:01.722367+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:13:03.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:03 smithi046 bash[18464]: cluster 2024-04-27T01:13:02.387150+0000 mon.a (mon.0) 533 : cluster [INF] osd.6 [v2:172.21.15.46:6816/1803551048,v1:172.21.15.46:6817/1803551048] boot 2024-04-27T01:13:03.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:03 smithi046 bash[18464]: cluster 2024-04-27T01:13:02.387280+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-04-27T01:13:03.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:03 smithi046 bash[18464]: audit 2024-04-27T01:13:02.388578+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:13:03.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:03 smithi046 bash[18464]: cluster 2024-04-27T01:13:03.370612+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-04-27T01:13:03.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:03 smithi042 bash[18488]: cluster 2024-04-27T01:13:01.722367+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:13:03.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:03 smithi042 bash[18488]: cluster 2024-04-27T01:13:02.387150+0000 mon.a (mon.0) 533 : cluster [INF] osd.6 [v2:172.21.15.46:6816/1803551048,v1:172.21.15.46:6817/1803551048] boot 2024-04-27T01:13:03.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:03 smithi042 bash[18488]: cluster 2024-04-27T01:13:02.387280+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-04-27T01:13:03.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:03 smithi042 bash[18488]: audit 2024-04-27T01:13:02.388578+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:13:03.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:03 smithi042 bash[18488]: cluster 2024-04-27T01:13:03.370612+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-04-27T01:13:03.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:03 smithi042 bash[23616]: cluster 2024-04-27T01:13:01.722367+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-04-27T01:13:03.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:03 smithi042 bash[23616]: cluster 2024-04-27T01:13:02.387150+0000 mon.a (mon.0) 533 : cluster [INF] osd.6 [v2:172.21.15.46:6816/1803551048,v1:172.21.15.46:6817/1803551048] boot 2024-04-27T01:13:03.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:03 smithi042 bash[23616]: cluster 2024-04-27T01:13:02.387280+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-04-27T01:13:03.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:03 smithi042 bash[23616]: audit 2024-04-27T01:13:02.388578+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:13:03.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:03 smithi042 bash[23616]: cluster 2024-04-27T01:13:03.370612+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-04-27T01:13:05.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:05 smithi046 bash[18464]: cluster 2024-04-27T01:13:03.722926+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:05.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:05 smithi046 bash[18464]: cluster 2024-04-27T01:13:04.379954+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-04-27T01:13:05.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:05 smithi042 bash[18488]: cluster 2024-04-27T01:13:03.722926+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:05.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:05 smithi042 bash[18488]: cluster 2024-04-27T01:13:04.379954+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-04-27T01:13:05.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:05 smithi042 bash[23616]: cluster 2024-04-27T01:13:03.722926+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:05.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:05 smithi042 bash[23616]: cluster 2024-04-27T01:13:04.379954+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-04-27T01:13:06.556 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:06 smithi046 bash[18464]: cluster 2024-04-27T01:13:05.406342+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2024-04-27T01:13:06.556 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:06 smithi046 bash[18464]: cluster 2024-04-27T01:13:05.723608+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v187: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-04-27T01:13:06.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:06 smithi042 bash[18488]: cluster 2024-04-27T01:13:05.406342+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2024-04-27T01:13:06.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:06 smithi042 bash[18488]: cluster 2024-04-27T01:13:05.723608+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v187: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-04-27T01:13:06.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:06 smithi042 bash[23616]: cluster 2024-04-27T01:13:05.406342+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2024-04-27T01:13:06.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:06 smithi042 bash[23616]: cluster 2024-04-27T01:13:05.723608+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v187: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-04-27T01:13:07.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:07 smithi046 bash[18464]: cluster 2024-04-27T01:13:06.416873+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2024-04-27T01:13:07.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:07 smithi046 bash[18464]: audit 2024-04-27T01:13:06.601952+0000 mgr.y (mgr.14152) 200 : audit [DBG] from='client.24269 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:13:07.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:07 smithi046 bash[18464]: audit 2024-04-27T01:13:06.608737+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T01:13:07.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:07 smithi046 bash[18464]: audit 2024-04-27T01:13:06.615072+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T01:13:07.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:07 smithi046 bash[18464]: audit 2024-04-27T01:13:06.616748+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:13:07.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:07 smithi046 bash[18464]: cephadm 2024-04-27T01:13:07.018171+0000 mgr.y (mgr.14152) 201 : cephadm [INF] Detected new or changed devices on smithi046 2024-04-27T01:13:07.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:07 smithi046 bash[18464]: audit 2024-04-27T01:13:07.028554+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:07.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:07 smithi046 bash[18464]: audit 2024-04-27T01:13:07.030934+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:13:07.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:07 smithi046 bash[18464]: audit 2024-04-27T01:13:07.032757+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:13:07.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:07 smithi046 bash[18464]: audit 2024-04-27T01:13:07.034583+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:13:07.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:07 smithi046 bash[18464]: cephadm 2024-04-27T01:13:07.035957+0000 mgr.y (mgr.14152) 202 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 5756M 2024-04-27T01:13:07.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:07 smithi046 bash[18464]: audit 2024-04-27T01:13:07.044487+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:07.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:07 smithi046 bash[18464]: audit 2024-04-27T01:13:07.053671+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:07.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[18488]: cluster 2024-04-27T01:13:06.416873+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2024-04-27T01:13:07.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[18488]: audit 2024-04-27T01:13:06.601952+0000 mgr.y (mgr.14152) 200 : audit [DBG] from='client.24269 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:13:07.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[18488]: audit 2024-04-27T01:13:06.608737+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T01:13:07.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[18488]: audit 2024-04-27T01:13:06.615072+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T01:13:07.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[18488]: audit 2024-04-27T01:13:06.616748+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:13:07.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[18488]: cephadm 2024-04-27T01:13:07.018171+0000 mgr.y (mgr.14152) 201 : cephadm [INF] Detected new or changed devices on smithi046 2024-04-27T01:13:07.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[18488]: audit 2024-04-27T01:13:07.028554+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:07.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[18488]: audit 2024-04-27T01:13:07.030934+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:13:07.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[18488]: audit 2024-04-27T01:13:07.032757+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:13:07.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[18488]: audit 2024-04-27T01:13:07.034583+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:13:07.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[18488]: cephadm 2024-04-27T01:13:07.035957+0000 mgr.y (mgr.14152) 202 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 5756M 2024-04-27T01:13:07.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[18488]: audit 2024-04-27T01:13:07.044487+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:07.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[18488]: audit 2024-04-27T01:13:07.053671+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:07.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[23616]: cluster 2024-04-27T01:13:06.416873+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2024-04-27T01:13:07.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[23616]: audit 2024-04-27T01:13:06.601952+0000 mgr.y (mgr.14152) 200 : audit [DBG] from='client.24269 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:13:07.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[23616]: audit 2024-04-27T01:13:06.608737+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T01:13:07.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[23616]: audit 2024-04-27T01:13:06.615072+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T01:13:07.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[23616]: audit 2024-04-27T01:13:06.616748+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:13:07.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[23616]: cephadm 2024-04-27T01:13:07.018171+0000 mgr.y (mgr.14152) 201 : cephadm [INF] Detected new or changed devices on smithi046 2024-04-27T01:13:07.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[23616]: audit 2024-04-27T01:13:07.028554+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:07.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[23616]: audit 2024-04-27T01:13:07.030934+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:13:07.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[23616]: audit 2024-04-27T01:13:07.032757+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:13:07.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[23616]: audit 2024-04-27T01:13:07.034583+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:13:07.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[23616]: cephadm 2024-04-27T01:13:07.035957+0000 mgr.y (mgr.14152) 202 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 5756M 2024-04-27T01:13:07.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[23616]: audit 2024-04-27T01:13:07.044487+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:07.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:07 smithi042 bash[23616]: audit 2024-04-27T01:13:07.053671+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:09.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:09 smithi046 bash[18464]: cluster 2024-04-27T01:13:07.724388+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 118 KiB/s, 0 objects/s recovering 2024-04-27T01:13:09.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:09 smithi042 bash[23616]: cluster 2024-04-27T01:13:07.724388+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 118 KiB/s, 0 objects/s recovering 2024-04-27T01:13:09.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:09 smithi042 bash[18488]: cluster 2024-04-27T01:13:07.724388+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 118 KiB/s, 0 objects/s recovering 2024-04-27T01:13:11.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:11 smithi046 bash[18464]: cluster 2024-04-27T01:13:09.725113+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-04-27T01:13:11.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:11 smithi042 bash[23616]: cluster 2024-04-27T01:13:09.725113+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-04-27T01:13:11.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:11 smithi042 bash[18488]: cluster 2024-04-27T01:13:09.725113+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-04-27T01:13:12.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:12 smithi046 bash[18464]: audit 2024-04-27T01:13:11.734370+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:13:12.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:12 smithi046 bash[18464]: audit 2024-04-27T01:13:11.735078+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:13:12.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:12 smithi046 bash[18464]: audit 2024-04-27T01:13:12.307292+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.46:0/702566687' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9570c008-9f3f-45f0-b675-bfabb6d4bf12"}]: dispatch 2024-04-27T01:13:12.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:12 smithi046 bash[18464]: audit 2024-04-27T01:13:12.308604+0000 mon.a (mon.0) 551 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9570c008-9f3f-45f0-b675-bfabb6d4bf12"}]: dispatch 2024-04-27T01:13:12.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:12 smithi046 bash[18464]: audit 2024-04-27T01:13:12.318064+0000 mon.a (mon.0) 552 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9570c008-9f3f-45f0-b675-bfabb6d4bf12"}]': finished 2024-04-27T01:13:12.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:12 smithi046 bash[18464]: cluster 2024-04-27T01:13:12.318235+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2024-04-27T01:13:12.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:12 smithi046 bash[18464]: audit 2024-04-27T01:13:12.318535+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:13:12.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:12 smithi042 bash[23616]: audit 2024-04-27T01:13:11.734370+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:13:12.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:12 smithi042 bash[23616]: audit 2024-04-27T01:13:11.735078+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:13:12.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:12 smithi042 bash[23616]: audit 2024-04-27T01:13:12.307292+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.46:0/702566687' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9570c008-9f3f-45f0-b675-bfabb6d4bf12"}]: dispatch 2024-04-27T01:13:12.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:12 smithi042 bash[23616]: audit 2024-04-27T01:13:12.308604+0000 mon.a (mon.0) 551 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9570c008-9f3f-45f0-b675-bfabb6d4bf12"}]: dispatch 2024-04-27T01:13:12.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:12 smithi042 bash[23616]: audit 2024-04-27T01:13:12.318064+0000 mon.a (mon.0) 552 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9570c008-9f3f-45f0-b675-bfabb6d4bf12"}]': finished 2024-04-27T01:13:12.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:12 smithi042 bash[23616]: cluster 2024-04-27T01:13:12.318235+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2024-04-27T01:13:12.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:12 smithi042 bash[23616]: audit 2024-04-27T01:13:12.318535+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:13:12.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:12 smithi042 bash[18488]: audit 2024-04-27T01:13:11.734370+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:13:12.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:12 smithi042 bash[18488]: audit 2024-04-27T01:13:11.735078+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:13:12.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:12 smithi042 bash[18488]: audit 2024-04-27T01:13:12.307292+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.46:0/702566687' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9570c008-9f3f-45f0-b675-bfabb6d4bf12"}]: dispatch 2024-04-27T01:13:12.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:12 smithi042 bash[18488]: audit 2024-04-27T01:13:12.308604+0000 mon.a (mon.0) 551 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9570c008-9f3f-45f0-b675-bfabb6d4bf12"}]: dispatch 2024-04-27T01:13:12.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:12 smithi042 bash[18488]: audit 2024-04-27T01:13:12.318064+0000 mon.a (mon.0) 552 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9570c008-9f3f-45f0-b675-bfabb6d4bf12"}]': finished 2024-04-27T01:13:12.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:12 smithi042 bash[18488]: cluster 2024-04-27T01:13:12.318235+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2024-04-27T01:13:12.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:12 smithi042 bash[18488]: audit 2024-04-27T01:13:12.318535+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:13:13.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:13 smithi046 bash[18464]: cluster 2024-04-27T01:13:11.725874+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-04-27T01:13:13.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:13 smithi046 bash[18464]: audit 2024-04-27T01:13:13.012194+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.46:0/3409996752' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T01:13:13.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:13 smithi042 bash[18488]: cluster 2024-04-27T01:13:11.725874+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-04-27T01:13:13.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:13 smithi042 bash[18488]: audit 2024-04-27T01:13:13.012194+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.46:0/3409996752' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T01:13:13.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:13 smithi042 bash[23616]: cluster 2024-04-27T01:13:11.725874+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-04-27T01:13:13.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:13 smithi042 bash[23616]: audit 2024-04-27T01:13:13.012194+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.46:0/3409996752' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T01:13:15.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:15 smithi046 bash[18464]: cluster 2024-04-27T01:13:13.726627+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:15.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:15 smithi042 bash[18488]: cluster 2024-04-27T01:13:13.726627+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:15.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:15 smithi042 bash[23616]: cluster 2024-04-27T01:13:13.726627+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:17.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:17 smithi046 bash[18464]: cluster 2024-04-27T01:13:15.727364+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:17.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:17 smithi042 bash[18488]: cluster 2024-04-27T01:13:15.727364+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:17.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:17 smithi042 bash[23616]: cluster 2024-04-27T01:13:15.727364+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:19.664 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:19 smithi046 bash[18464]: cluster 2024-04-27T01:13:17.728009+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:19.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:19 smithi042 bash[18488]: cluster 2024-04-27T01:13:17.728009+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:19.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:19 smithi042 bash[23616]: cluster 2024-04-27T01:13:17.728009+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:21.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:21 smithi046 bash[18464]: cluster 2024-04-27T01:13:19.728596+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:21.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:21 smithi042 bash[18488]: cluster 2024-04-27T01:13:19.728596+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:21.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:21 smithi042 bash[23616]: cluster 2024-04-27T01:13:19.728596+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:22.617 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:22 smithi046 bash[18464]: audit 2024-04-27T01:13:22.370864+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-27T01:13:22.617 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:22 smithi046 bash[18464]: audit 2024-04-27T01:13:22.372788+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:13:22.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:22 smithi042 bash[18488]: audit 2024-04-27T01:13:22.370864+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-27T01:13:22.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:22 smithi042 bash[18488]: audit 2024-04-27T01:13:22.372788+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:13:22.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:22 smithi042 bash[23616]: audit 2024-04-27T01:13:22.370864+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-27T01:13:22.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:22 smithi042 bash[23616]: audit 2024-04-27T01:13:22.372788+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:13:23.616 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:23 smithi046 bash[18464]: cluster 2024-04-27T01:13:21.729240+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:23.616 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:23 smithi046 bash[18464]: cephadm 2024-04-27T01:13:22.374484+0000 mgr.y (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.7 on smithi046 2024-04-27T01:13:23.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:23 smithi042 bash[18488]: cluster 2024-04-27T01:13:21.729240+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:23.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:23 smithi042 bash[18488]: cephadm 2024-04-27T01:13:22.374484+0000 mgr.y (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.7 on smithi046 2024-04-27T01:13:23.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:23 smithi042 bash[23616]: cluster 2024-04-27T01:13:21.729240+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:23.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:23 smithi042 bash[23616]: cephadm 2024-04-27T01:13:22.374484+0000 mgr.y (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.7 on smithi046 2024-04-27T01:13:24.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:24 smithi046 bash[18464]: cluster 2024-04-27T01:13:23.729879+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:24.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:24 smithi042 bash[18488]: cluster 2024-04-27T01:13:23.729879+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:24.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:24 smithi042 bash[23616]: cluster 2024-04-27T01:13:23.729879+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:25.757 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:25 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:13:25.758 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:25 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:13:25.758 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:13:25 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:13:25.758 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:13:25 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:13:25.759 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:13:25 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:13:26.025 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:25 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:13:26.026 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:13:25 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:13:26.026 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:13:25 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:13:26.027 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:25 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:13:26.027 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:13:25 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:13:27.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:27 smithi046 bash[18464]: cluster 2024-04-27T01:13:25.730503+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:27.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:27 smithi046 bash[18464]: audit 2024-04-27T01:13:26.053962+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:27.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:27 smithi046 bash[18464]: audit 2024-04-27T01:13:26.081301+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:13:27.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:27 smithi046 bash[18464]: audit 2024-04-27T01:13:26.084129+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:13:27.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:27 smithi046 bash[18464]: audit 2024-04-27T01:13:26.087743+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:13:27.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:27 smithi042 bash[18488]: cluster 2024-04-27T01:13:25.730503+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:27.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:27 smithi042 bash[18488]: audit 2024-04-27T01:13:26.053962+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:27.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:27 smithi042 bash[18488]: audit 2024-04-27T01:13:26.081301+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:13:27.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:27 smithi042 bash[18488]: audit 2024-04-27T01:13:26.084129+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:13:27.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:27 smithi042 bash[18488]: audit 2024-04-27T01:13:26.087743+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:13:27.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:27 smithi042 bash[23616]: cluster 2024-04-27T01:13:25.730503+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:27.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:27 smithi042 bash[23616]: audit 2024-04-27T01:13:26.053962+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:27.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:27 smithi042 bash[23616]: audit 2024-04-27T01:13:26.081301+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:13:27.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:27 smithi042 bash[23616]: audit 2024-04-27T01:13:26.084129+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:13:27.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:27 smithi042 bash[23616]: audit 2024-04-27T01:13:26.087743+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:13:29.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:29 smithi046 bash[18464]: cluster 2024-04-27T01:13:27.731133+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:29.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:29 smithi046 bash[18464]: audit 2024-04-27T01:13:29.170220+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:29.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:29 smithi046 bash[18464]: audit 2024-04-27T01:13:29.178930+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:29.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:29 smithi042 bash[18488]: cluster 2024-04-27T01:13:27.731133+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:29.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:29 smithi042 bash[18488]: audit 2024-04-27T01:13:29.170220+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:29.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:29 smithi042 bash[18488]: audit 2024-04-27T01:13:29.178930+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:29.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:29 smithi042 bash[23616]: cluster 2024-04-27T01:13:27.731133+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:29.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:29 smithi042 bash[23616]: audit 2024-04-27T01:13:29.170220+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:29.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:29 smithi042 bash[23616]: audit 2024-04-27T01:13:29.178930+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:31.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:31 smithi046 bash[18464]: cluster 2024-04-27T01:13:29.731688+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:31.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:31 smithi042 bash[18488]: cluster 2024-04-27T01:13:29.731688+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:31.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:31 smithi042 bash[23616]: cluster 2024-04-27T01:13:29.731688+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:32.061 INFO:teuthology.orchestra.run.smithi046.stdout:Created osd(s) 7 on host 'smithi046' 2024-04-27T01:13:32.697 DEBUG:teuthology.orchestra.run.smithi046:osd.7> sudo journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.7.service 2024-04-27T01:13:32.699 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-04-27T01:13:32.699 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T01:13:33.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:33 smithi042 bash[23616]: cluster 2024-04-27T01:13:31.732305+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:33.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:33 smithi042 bash[23616]: audit 2024-04-27T01:13:32.071565+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:33.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:33 smithi042 bash[23616]: audit 2024-04-27T01:13:32.106808+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:13:33.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:33 smithi042 bash[23616]: audit 2024-04-27T01:13:32.109585+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:13:33.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:33 smithi042 bash[23616]: audit 2024-04-27T01:13:32.111431+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:13:33.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:33 smithi042 bash[23616]: audit 2024-04-27T01:13:32.453332+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.46:6824/3198474461,v1:172.21.15.46:6825/3198474461]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-27T01:13:33.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:33 smithi042 bash[23616]: audit 2024-04-27T01:13:32.454443+0000 mon.a (mon.0) 567 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-27T01:13:33.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:33 smithi042 bash[18488]: cluster 2024-04-27T01:13:31.732305+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:33.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:33 smithi042 bash[18488]: audit 2024-04-27T01:13:32.071565+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:33.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:33 smithi042 bash[18488]: audit 2024-04-27T01:13:32.106808+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:13:33.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:33 smithi042 bash[18488]: audit 2024-04-27T01:13:32.109585+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:13:33.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:33 smithi042 bash[18488]: audit 2024-04-27T01:13:32.111431+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:13:33.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:33 smithi042 bash[18488]: audit 2024-04-27T01:13:32.453332+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.46:6824/3198474461,v1:172.21.15.46:6825/3198474461]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-27T01:13:33.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:33 smithi042 bash[18488]: audit 2024-04-27T01:13:32.454443+0000 mon.a (mon.0) 567 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-27T01:13:33.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:33 smithi046 bash[18464]: cluster 2024-04-27T01:13:31.732305+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:33.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:33 smithi046 bash[18464]: audit 2024-04-27T01:13:32.071565+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:33.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:33 smithi046 bash[18464]: audit 2024-04-27T01:13:32.106808+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:13:33.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:33 smithi046 bash[18464]: audit 2024-04-27T01:13:32.109585+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:13:33.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:33 smithi046 bash[18464]: audit 2024-04-27T01:13:32.111431+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:13:33.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:33 smithi046 bash[18464]: audit 2024-04-27T01:13:32.453332+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.46:6824/3198474461,v1:172.21.15.46:6825/3198474461]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-27T01:13:33.427 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:33 smithi046 bash[18464]: audit 2024-04-27T01:13:32.454443+0000 mon.a (mon.0) 567 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-27T01:13:34.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:34 smithi042 bash[18488]: audit 2024-04-27T01:13:33.388481+0000 mon.a (mon.0) 568 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-27T01:13:34.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:34 smithi042 bash[18488]: cluster 2024-04-27T01:13:33.388763+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2024-04-27T01:13:34.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:34 smithi042 bash[18488]: audit 2024-04-27T01:13:33.389102+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:13:34.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:34 smithi042 bash[18488]: audit 2024-04-27T01:13:33.389617+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.46:6824/3198474461,v1:172.21.15.46:6825/3198474461]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:13:34.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:34 smithi042 bash[18488]: audit 2024-04-27T01:13:33.390904+0000 mon.a (mon.0) 571 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:13:34.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:34 smithi042 bash[23616]: audit 2024-04-27T01:13:33.388481+0000 mon.a (mon.0) 568 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-27T01:13:34.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:34 smithi042 bash[23616]: cluster 2024-04-27T01:13:33.388763+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2024-04-27T01:13:34.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:34 smithi042 bash[23616]: audit 2024-04-27T01:13:33.389102+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:13:34.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:34 smithi042 bash[23616]: audit 2024-04-27T01:13:33.389617+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.46:6824/3198474461,v1:172.21.15.46:6825/3198474461]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:13:34.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:34 smithi042 bash[23616]: audit 2024-04-27T01:13:33.390904+0000 mon.a (mon.0) 571 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:13:34.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:34 smithi046 bash[18464]: audit 2024-04-27T01:13:33.388481+0000 mon.a (mon.0) 568 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-27T01:13:34.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:34 smithi046 bash[18464]: cluster 2024-04-27T01:13:33.388763+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2024-04-27T01:13:34.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:34 smithi046 bash[18464]: audit 2024-04-27T01:13:33.389102+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:13:34.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:34 smithi046 bash[18464]: audit 2024-04-27T01:13:33.389617+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.46:6824/3198474461,v1:172.21.15.46:6825/3198474461]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:13:34.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:34 smithi046 bash[18464]: audit 2024-04-27T01:13:33.390904+0000 mon.a (mon.0) 571 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:13:34.677 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:13:34 smithi046 bash[30495]: debug 2024-04-27T01:13:34.399+0000 7f1688954700 -1 osd.7 0 waiting for initial osdmap 2024-04-27T01:13:34.677 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:13:34 smithi046 bash[30495]: debug 2024-04-27T01:13:34.419+0000 7f1683aec700 -1 osd.7 54 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-27T01:13:35.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:35 smithi042 bash[18488]: cluster 2024-04-27T01:13:33.733021+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:35.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:35 smithi042 bash[18488]: audit 2024-04-27T01:13:34.392549+0000 mon.a (mon.0) 572 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-04-27T01:13:35.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:35 smithi042 bash[18488]: cluster 2024-04-27T01:13:34.392809+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2024-04-27T01:13:35.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:35 smithi042 bash[18488]: audit 2024-04-27T01:13:34.393655+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:13:35.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:35 smithi042 bash[18488]: audit 2024-04-27T01:13:34.404192+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:13:35.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:35 smithi042 bash[18488]: cluster 2024-04-27T01:13:35.391294+0000 mon.a (mon.0) 576 : cluster [INF] osd.7 [v2:172.21.15.46:6824/3198474461,v1:172.21.15.46:6825/3198474461] boot 2024-04-27T01:13:35.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:35 smithi042 bash[18488]: cluster 2024-04-27T01:13:35.391358+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-04-27T01:13:35.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:35 smithi042 bash[18488]: audit 2024-04-27T01:13:35.391696+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:13:35.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:35 smithi042 bash[23616]: cluster 2024-04-27T01:13:33.733021+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:35.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:35 smithi042 bash[23616]: audit 2024-04-27T01:13:34.392549+0000 mon.a (mon.0) 572 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-04-27T01:13:35.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:35 smithi042 bash[23616]: cluster 2024-04-27T01:13:34.392809+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2024-04-27T01:13:35.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:35 smithi042 bash[23616]: audit 2024-04-27T01:13:34.393655+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:13:35.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:35 smithi042 bash[23616]: audit 2024-04-27T01:13:34.404192+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:13:35.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:35 smithi042 bash[23616]: cluster 2024-04-27T01:13:35.391294+0000 mon.a (mon.0) 576 : cluster [INF] osd.7 [v2:172.21.15.46:6824/3198474461,v1:172.21.15.46:6825/3198474461] boot 2024-04-27T01:13:35.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:35 smithi042 bash[23616]: cluster 2024-04-27T01:13:35.391358+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-04-27T01:13:35.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:35 smithi042 bash[23616]: audit 2024-04-27T01:13:35.391696+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:13:35.538 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-04-27T01:13:35.656 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:35 smithi046 bash[18464]: cluster 2024-04-27T01:13:33.733021+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-04-27T01:13:35.657 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:35 smithi046 bash[18464]: audit 2024-04-27T01:13:34.392549+0000 mon.a (mon.0) 572 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-04-27T01:13:35.657 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:35 smithi046 bash[18464]: cluster 2024-04-27T01:13:34.392809+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2024-04-27T01:13:35.657 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:35 smithi046 bash[18464]: audit 2024-04-27T01:13:34.393655+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:13:35.657 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:35 smithi046 bash[18464]: audit 2024-04-27T01:13:34.404192+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:13:35.657 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:35 smithi046 bash[18464]: cluster 2024-04-27T01:13:35.391294+0000 mon.a (mon.0) 576 : cluster [INF] osd.7 [v2:172.21.15.46:6824/3198474461,v1:172.21.15.46:6825/3198474461] boot 2024-04-27T01:13:35.657 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:35 smithi046 bash[18464]: cluster 2024-04-27T01:13:35.391358+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-04-27T01:13:35.657 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:35 smithi046 bash[18464]: audit 2024-04-27T01:13:35.391696+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:13:36.271 INFO:teuthology.orchestra.run.smithi042.stdout:{"epoch":55,"num_osds":8,"num_up_osds":8,"osd_up_since":1714180415,"num_in_osds":8,"osd_in_since":1714180392,"num_remapped_pgs":1} 2024-04-27T01:13:36.271 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-27T01:13:36.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:36 smithi046 bash[18464]: cluster 2024-04-27T01:13:33.456826+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-27T01:13:36.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:36 smithi046 bash[18464]: cluster 2024-04-27T01:13:33.457021+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-27T01:13:36.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:36 smithi046 bash[18464]: audit 2024-04-27T01:13:35.550572+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.42:0/3702304333' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T01:13:36.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:36 smithi042 bash[18488]: cluster 2024-04-27T01:13:33.456826+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-27T01:13:36.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:36 smithi042 bash[18488]: cluster 2024-04-27T01:13:33.457021+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-27T01:13:36.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:36 smithi042 bash[18488]: audit 2024-04-27T01:13:35.550572+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.42:0/3702304333' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T01:13:36.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:36 smithi042 bash[23616]: cluster 2024-04-27T01:13:33.456826+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-27T01:13:36.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:36 smithi042 bash[23616]: cluster 2024-04-27T01:13:33.457021+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-27T01:13:36.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:36 smithi042 bash[23616]: audit 2024-04-27T01:13:35.550572+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.42:0/3702304333' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T01:13:37.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:37 smithi046 bash[18464]: cluster 2024-04-27T01:13:35.733612+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v207: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:13:37.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:37 smithi046 bash[18464]: cluster 2024-04-27T01:13:36.396082+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-04-27T01:13:37.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:37 smithi042 bash[18488]: cluster 2024-04-27T01:13:35.733612+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v207: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:13:37.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:37 smithi042 bash[18488]: cluster 2024-04-27T01:13:36.396082+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-04-27T01:13:37.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:37 smithi042 bash[23616]: cluster 2024-04-27T01:13:35.733612+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v207: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:13:37.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:37 smithi042 bash[23616]: cluster 2024-04-27T01:13:36.396082+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-04-27T01:13:38.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:38 smithi046 bash[18464]: cluster 2024-04-27T01:13:37.405648+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-04-27T01:13:38.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:38 smithi046 bash[18464]: cluster 2024-04-27T01:13:37.734203+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v210: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:13:38.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:38 smithi046 bash[18464]: cluster 2024-04-27T01:13:38.383240+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-04-27T01:13:38.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:38 smithi042 bash[18488]: cluster 2024-04-27T01:13:37.405648+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-04-27T01:13:38.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:38 smithi042 bash[18488]: cluster 2024-04-27T01:13:37.734203+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v210: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:13:38.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:38 smithi042 bash[18488]: cluster 2024-04-27T01:13:38.383240+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-04-27T01:13:38.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:38 smithi042 bash[23616]: cluster 2024-04-27T01:13:37.405648+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-04-27T01:13:38.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:38 smithi042 bash[23616]: cluster 2024-04-27T01:13:37.734203+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v210: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:13:38.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:38 smithi042 bash[23616]: cluster 2024-04-27T01:13:38.383240+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-04-27T01:13:39.000 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T01:13:40.137 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:39 smithi042 bash[23616]: cephadm 2024-04-27T01:13:38.846432+0000 mgr.y (mgr.14152) 220 : cephadm [INF] Detected new or changed devices on smithi046 2024-04-27T01:13:40.138 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:39 smithi042 bash[23616]: audit 2024-04-27T01:13:38.856983+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:40.138 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:39 smithi042 bash[23616]: audit 2024-04-27T01:13:38.859589+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:13:40.138 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:39 smithi042 bash[23616]: audit 2024-04-27T01:13:38.861693+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:13:40.138 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:39 smithi042 bash[23616]: audit 2024-04-27T01:13:38.863569+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:13:40.138 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:39 smithi042 bash[23616]: audit 2024-04-27T01:13:38.865447+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:13:40.138 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:39 smithi042 bash[23616]: cephadm 2024-04-27T01:13:38.866895+0000 mgr.y (mgr.14152) 221 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 4317M 2024-04-27T01:13:40.138 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:39 smithi042 bash[23616]: audit 2024-04-27T01:13:38.874971+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:40.138 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:39 smithi042 bash[23616]: audit 2024-04-27T01:13:38.884064+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:40.138 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:39 smithi042 bash[23616]: cluster 2024-04-27T01:13:39.392680+0000 mon.a (mon.0) 589 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-04-27T01:13:40.138 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:39 smithi042 bash[18488]: cephadm 2024-04-27T01:13:38.846432+0000 mgr.y (mgr.14152) 220 : cephadm [INF] Detected new or changed devices on smithi046 2024-04-27T01:13:40.139 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:39 smithi042 bash[18488]: audit 2024-04-27T01:13:38.856983+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:40.139 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:39 smithi042 bash[18488]: audit 2024-04-27T01:13:38.859589+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:13:40.139 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:39 smithi042 bash[18488]: audit 2024-04-27T01:13:38.861693+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:13:40.139 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:39 smithi042 bash[18488]: audit 2024-04-27T01:13:38.863569+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:13:40.139 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:39 smithi042 bash[18488]: audit 2024-04-27T01:13:38.865447+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:13:40.139 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:39 smithi042 bash[18488]: cephadm 2024-04-27T01:13:38.866895+0000 mgr.y (mgr.14152) 221 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 4317M 2024-04-27T01:13:40.139 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:39 smithi042 bash[18488]: audit 2024-04-27T01:13:38.874971+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:40.139 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:39 smithi042 bash[18488]: audit 2024-04-27T01:13:38.884064+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:40.139 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:39 smithi042 bash[18488]: cluster 2024-04-27T01:13:39.392680+0000 mon.a (mon.0) 589 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-04-27T01:13:40.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:39 smithi046 bash[18464]: cephadm 2024-04-27T01:13:38.846432+0000 mgr.y (mgr.14152) 220 : cephadm [INF] Detected new or changed devices on smithi046 2024-04-27T01:13:40.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:39 smithi046 bash[18464]: audit 2024-04-27T01:13:38.856983+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:40.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:39 smithi046 bash[18464]: audit 2024-04-27T01:13:38.859589+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:13:40.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:39 smithi046 bash[18464]: audit 2024-04-27T01:13:38.861693+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:13:40.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:39 smithi046 bash[18464]: audit 2024-04-27T01:13:38.863569+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:13:40.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:39 smithi046 bash[18464]: audit 2024-04-27T01:13:38.865447+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:13:40.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:39 smithi046 bash[18464]: cephadm 2024-04-27T01:13:38.866895+0000 mgr.y (mgr.14152) 221 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 4317M 2024-04-27T01:13:40.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:39 smithi046 bash[18464]: audit 2024-04-27T01:13:38.874971+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:40.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:39 smithi046 bash[18464]: audit 2024-04-27T01:13:38.884064+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:40.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:39 smithi046 bash[18464]: cluster 2024-04-27T01:13:39.392680+0000 mon.a (mon.0) 589 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-04-27T01:13:41.409 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-04-27T01:13:41.409 INFO:teuthology.orchestra.run.smithi042.stdout:{"epoch":59,"fsid":"52cb9b7e-0432-11ef-bc93-c7b262605968","created":"2024-04-27T01:07:12.795009+0000","modified":"2024-04-27T01:13:39.384876+0000","last_up_change":"2024-04-27T01:13:35.385928+0000","last_in_change":"2024-04-27T01:13:12.310104+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-27T01:10:52.242163+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"53914fdd-ed94-4c6e-ad8d-772e51b23b21","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6802","nonce":809448986},{"type":"v1","addr":"172.21.15.42:6803","nonce":809448986}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6804","nonce":809448986},{"type":"v1","addr":"172.21.15.42:6805","nonce":809448986}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6808","nonce":809448986},{"type":"v1","addr":"172.21.15.42:6809","nonce":809448986}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6806","nonce":809448986},{"type":"v1","addr":"172.21.15.42:6807","nonce":809448986}]},"public_addr":"172.21.15.42:6803/809448986","cluster_addr":"172.21.15.42:6805/809448986","heartbeat_back_addr":"172.21.15.42:6809/809448986","heartbeat_front_addr":"172.21.15.42:6807/809448986","state":["exists","up"]},{"osd":1,"uuid":"bc5f599c-b1e5-4169-9267-62fa666b7fa7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6810","nonce":844609428},{"type":"v1","addr":"172.21.15.42:6811","nonce":844609428}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6812","nonce":844609428},{"type":"v1","addr":"172.21.15.42:6813","nonce":844609428}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6816","nonce":844609428},{"type":"v1","addr":"172.21.15.42:6817","nonce":844609428}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6814","nonce":844609428},{"type":"v1","addr":"172.21.15.42:6815","nonce":844609428}]},"public_addr":"172.21.15.42:6811/844609428","cluster_addr":"172.21.15.42:6813/844609428","heartbeat_back_addr":"172.21.15.42:6817/844609428","heartbeat_front_addr":"172.21.15.42:6815/844609428","state":["exists","up"]},{"osd":2,"uuid":"6e726557-ff0c-416c-b98f-a9533a7a5f7e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6818","nonce":59561363},{"type":"v1","addr":"172.21.15.42:6819","nonce":59561363}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6820","nonce":59561363},{"type":"v1","addr":"172.21.15.42:6821","nonce":59561363}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6824","nonce":59561363},{"type":"v1","addr":"172.21.15.42:6825","nonce":59561363}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6822","nonce":59561363},{"type":"v1","addr":"172.21.15.42:6823","nonce":59561363}]},"public_addr":"172.21.15.42:6819/59561363","cluster_addr":"172.21.15.42:6821/59561363","heartbeat_back_addr":"172.21.15.42:6825/59561363","heartbeat_front_addr":"172.21.15.42:6823/59561363","state":["exists","up"]},{"osd":3,"uuid":"a9b4384e-f232-4653-b60f-839eca57efde","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6826","nonce":1452535692},{"type":"v1","addr":"172.21.15.42:6827","nonce":1452535692}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6828","nonce":1452535692},{"type":"v1","addr":"172.21.15.42:6829","nonce":1452535692}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6832","nonce":1452535692},{"type":"v1","addr":"172.21.15.42:6833","nonce":1452535692}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6830","nonce":1452535692},{"type":"v1","addr":"172.21.15.42:6831","nonce":1452535692}]},"public_addr":"172.21.15.42:6827/1452535692","cluster_addr":"172.21.15.42:6829/1452535692","heartbeat_back_addr":"172.21.15.42:6833/1452535692","heartbeat_front_addr":"172.21.15.42:6831/1452535692","state":["exists","up"]},{"osd":4,"uuid":"d36d5214-c58a-47de-8532-60c649083894","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6800","nonce":3583059853},{"type":"v1","addr":"172.21.15.46:6801","nonce":3583059853}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6802","nonce":3583059853},{"type":"v1","addr":"172.21.15.46:6803","nonce":3583059853}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":3583059853},{"type":"v1","addr":"172.21.15.46:6807","nonce":3583059853}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":3583059853},{"type":"v1","addr":"172.21.15.46:6805","nonce":3583059853}]},"public_addr":"172.21.15.46:6801/3583059853","cluster_addr":"172.21.15.46:6803/3583059853","heartbeat_back_addr":"172.21.15.46:6807/3583059853","heartbeat_front_addr":"172.21.15.46:6805/3583059853","state":["exists","up"]},{"osd":5,"uuid":"81a580c6-e74a-4ffb-8997-4045f9407a6d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6808","nonce":3247529387},{"type":"v1","addr":"172.21.15.46:6809","nonce":3247529387}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6810","nonce":3247529387},{"type":"v1","addr":"172.21.15.46:6811","nonce":3247529387}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6814","nonce":3247529387},{"type":"v1","addr":"172.21.15.46:6815","nonce":3247529387}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6812","nonce":3247529387},{"type":"v1","addr":"172.21.15.46:6813","nonce":3247529387}]},"public_addr":"172.21.15.46:6809/3247529387","cluster_addr":"172.21.15.46:6811/3247529387","heartbeat_back_addr":"172.21.15.46:6815/3247529387","heartbeat_front_addr":"172.21.15.46:6813/3247529387","state":["exists","up"]},{"osd":6,"uuid":"cd471ada-ed4d-4f03-87d1-760ce5f8b4fe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6816","nonce":1803551048},{"type":"v1","addr":"172.21.15.46:6817","nonce":1803551048}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6818","nonce":1803551048},{"type":"v1","addr":"172.21.15.46:6819","nonce":1803551048}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6822","nonce":1803551048},{"type":"v1","addr":"172.21.15.46:6823","nonce":1803551048}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6820","nonce":1803551048},{"type":"v1","addr":"172.21.15.46:6821","nonce":1803551048}]},"public_addr":"172.21.15.46:6817/1803551048","cluster_addr":"172.21.15.46:6819/1803551048","heartbeat_back_addr":"172.21.15.46:6823/1803551048","heartbeat_front_addr":"172.21.15.46:6821/1803551048","state":["exists","up"]},{"osd":7,"uuid":"9570c008-9f3f-45f0-b675-bfabb6d4bf12","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":55,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6824","nonce":3198474461},{"type":"v1","addr":"172.21.15.46:6825","nonce":3198474461}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6826","nonce":3198474461},{"type":"v1","addr":"172.21.15.46:6827","nonce":3198474461}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6830","nonce":3198474461},{"type":"v1","addr":"172.21.15.46:6831","nonce":3198474461}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6828","nonce":3198474461},{"type":"v1","addr":"172.21.15.46:6829","nonce":3198474461}]},"public_addr":"172.21.15.46:6825/3198474461","cluster_addr":"172.21.15.46:6827/3198474461","heartbeat_back_addr":"172.21.15.46:6831/3198474461","heartbeat_front_addr":"172.21.15.46:6829/3198474461","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T01:09:43.443789+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T01:10:15.772254+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T01:10:48.742557+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T01:11:22.589278+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T01:11:54.234894+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T01:12:26.968787+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T01:13:00.365572+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T01:13:33.457027+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.42:6801/1283064043":"2024-04-28T01:08:11.592112+0000","172.21.15.42:0/1444221546":"2024-04-28T01:08:11.592112+0000","172.21.15.42:0/1815287316":"2024-04-28T01:08:11.592112+0000","172.21.15.42:0/325855596":"2024-04-28T01:08:11.592112+0000","172.21.15.42:6800/2103355489":"2024-04-28T01:07:42.579991+0000","172.21.15.42:6800/1283064043":"2024-04-28T01:08:11.592112+0000","172.21.15.42:6801/2103355489":"2024-04-28T01:07:42.579991+0000","172.21.15.42:0/137347695":"2024-04-28T01:07:42.579991+0000","172.21.15.42:0/958728601":"2024-04-28T01:07:42.579991+0000","172.21.15.42:0/2246048154":"2024-04-28T01:07:42.579991+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-27T01:13:41.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:41 smithi046 bash[18464]: cluster 2024-04-27T01:13:39.734798+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v213: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:13:41.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:41 smithi042 bash[18488]: cluster 2024-04-27T01:13:39.734798+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v213: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:13:41.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:41 smithi042 bash[23616]: cluster 2024-04-27T01:13:39.734798+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v213: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:13:42.003 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-27T01:10:52.242163+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2024-04-27T01:13:42.003 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-04-27T01:13:42.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:42 smithi046 bash[18464]: audit 2024-04-27T01:13:41.419725+0000 mon.a (mon.0) 590 : audit [DBG] from='client.? 172.21.15.42:0/1803772951' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-27T01:13:42.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:42 smithi042 bash[18488]: audit 2024-04-27T01:13:41.419725+0000 mon.a (mon.0) 590 : audit [DBG] from='client.? 172.21.15.42:0/1803772951' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-27T01:13:42.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:42 smithi042 bash[23616]: audit 2024-04-27T01:13:41.419725+0000 mon.a (mon.0) 590 : audit [DBG] from='client.? 172.21.15.42:0/1803772951' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-27T01:13:43.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:43 smithi046 bash[18464]: cluster 2024-04-27T01:13:41.735423+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-04-27T01:13:43.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:43 smithi042 bash[18488]: cluster 2024-04-27T01:13:41.735423+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-04-27T01:13:43.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:43 smithi042 bash[23616]: cluster 2024-04-27T01:13:41.735423+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-04-27T01:13:44.729 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T01:13:45.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:45 smithi046 bash[18464]: cluster 2024-04-27T01:13:43.735993+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-04-27T01:13:45.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:45 smithi042 bash[18488]: cluster 2024-04-27T01:13:43.735993+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-04-27T01:13:45.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:45 smithi042 bash[23616]: cluster 2024-04-27T01:13:43.735993+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-04-27T01:13:46.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:46 smithi046 bash[18464]: cluster 2024-04-27T01:13:45.736646+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-04-27T01:13:46.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:46 smithi042 bash[18488]: cluster 2024-04-27T01:13:45.736646+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-04-27T01:13:46.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:46 smithi042 bash[23616]: cluster 2024-04-27T01:13:45.736646+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-04-27T01:13:47.098 INFO:teuthology.orchestra.run.smithi042.stdout:pg_num: 1 2024-04-27T01:13:47.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:47 smithi046 bash[18464]: audit 2024-04-27T01:13:47.109939+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.42:0/974557606' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-27T01:13:47.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:47 smithi042 bash[18488]: audit 2024-04-27T01:13:47.109939+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.42:0/974557606' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-27T01:13:47.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:47 smithi042 bash[23616]: audit 2024-04-27T01:13:47.109939+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.42:0/974557606' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-27T01:13:47.723 INFO:tasks.cephadm:Adding prometheus.a on smithi046 2024-04-27T01:13:47.723 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph orch apply prometheus '1;smithi046=a' 2024-04-27T01:13:49.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:49 smithi046 bash[18464]: cluster 2024-04-27T01:13:47.737253+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-04-27T01:13:49.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:49 smithi042 bash[18488]: cluster 2024-04-27T01:13:47.737253+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-04-27T01:13:49.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:49 smithi042 bash[23616]: cluster 2024-04-27T01:13:47.737253+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-04-27T01:13:50.356 INFO:teuthology.orchestra.run.smithi046.stdout:Scheduled prometheus update... 2024-04-27T01:13:50.974 DEBUG:teuthology.orchestra.run.smithi046:prometheus.a> sudo journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@prometheus.a.service 2024-04-27T01:13:50.977 INFO:tasks.cephadm:Adding node-exporter.a on smithi042 2024-04-27T01:13:50.977 INFO:tasks.cephadm:Adding node-exporter.b on smithi046 2024-04-27T01:13:50.977 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph orch apply node-exporter '2;smithi042=a;smithi046=b' 2024-04-27T01:13:51.355 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:51 smithi042 bash[18488]: cluster 2024-04-27T01:13:49.737894+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-04-27T01:13:51.355 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:51 smithi042 bash[18488]: audit 2024-04-27T01:13:50.354951+0000 mgr.y (mgr.14152) 228 : audit [DBG] from='client.24296 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi046=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:13:51.355 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:51 smithi042 bash[18488]: cephadm 2024-04-27T01:13:50.358418+0000 mgr.y (mgr.14152) 229 : cephadm [INF] Saving service prometheus spec with placement smithi046=a;count:1 2024-04-27T01:13:51.355 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:51 smithi042 bash[18488]: audit 2024-04-27T01:13:50.367811+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:51.355 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:51 smithi042 bash[18488]: audit 2024-04-27T01:13:50.381888+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:13:51.355 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:51 smithi042 bash[18488]: audit 2024-04-27T01:13:50.388846+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:13:51.355 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:51 smithi042 bash[18488]: audit 2024-04-27T01:13:50.390703+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:13:51.591 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:51 smithi046 bash[19307]: ignoring --setuser ceph since I am not root 2024-04-27T01:13:51.591 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:51 smithi046 bash[19307]: ignoring --setgroup ceph since I am not root 2024-04-27T01:13:51.591 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:51 smithi046 bash[19307]: debug 2024-04-27T01:13:51.454+0000 7fa792543700 1 -- 172.21.15.46:0/3808917335 <== mon.0 v2:172.21.15.42:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55b166de8340 con 0x55b166eeec00 2024-04-27T01:13:51.592 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:51 smithi046 bash[18464]: cluster 2024-04-27T01:13:49.737894+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-04-27T01:13:51.592 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:51 smithi046 bash[18464]: audit 2024-04-27T01:13:50.354951+0000 mgr.y (mgr.14152) 228 : audit [DBG] from='client.24296 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi046=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:13:51.592 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:51 smithi046 bash[18464]: cephadm 2024-04-27T01:13:50.358418+0000 mgr.y (mgr.14152) 229 : cephadm [INF] Saving service prometheus spec with placement smithi046=a;count:1 2024-04-27T01:13:51.592 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:51 smithi046 bash[18464]: audit 2024-04-27T01:13:50.367811+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:51.592 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:51 smithi046 bash[18464]: audit 2024-04-27T01:13:50.381888+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:13:51.592 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:51 smithi046 bash[18464]: audit 2024-04-27T01:13:50.388846+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:13:51.592 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:51 smithi046 bash[18464]: audit 2024-04-27T01:13:50.390703+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:13:51.592 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:51 smithi046 bash[18464]: audit 2024-04-27T01:13:50.400135+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:51.592 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:51 smithi046 bash[18464]: audit 2024-04-27T01:13:50.412304+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-27T01:13:51.684 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:51 smithi042 bash[18746]: ignoring --setuser ceph since I am not root 2024-04-27T01:13:51.684 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:51 smithi042 bash[18746]: ignoring --setgroup ceph since I am not root 2024-04-27T01:13:51.684 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:51 smithi042 bash[18746]: debug 2024-04-27T01:13:51.460+0000 7f165c120700 1 -- 172.21.15.42:0/1743469124 <== mon.0 v2:172.21.15.42:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5601a6088340 con 0x5601a6e04400 2024-04-27T01:13:51.684 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:51 smithi042 bash[18746]: debug 2024-04-27T01:13:51.604+0000 7f1664b7c000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-27T01:13:51.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:51 smithi042 bash[18488]: audit 2024-04-27T01:13:50.400135+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:51.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:51 smithi042 bash[18488]: audit 2024-04-27T01:13:50.412304+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-27T01:13:51.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:51 smithi042 bash[23616]: cluster 2024-04-27T01:13:49.737894+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-04-27T01:13:51.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:51 smithi042 bash[23616]: audit 2024-04-27T01:13:50.354951+0000 mgr.y (mgr.14152) 228 : audit [DBG] from='client.24296 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi046=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:13:51.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:51 smithi042 bash[23616]: cephadm 2024-04-27T01:13:50.358418+0000 mgr.y (mgr.14152) 229 : cephadm [INF] Saving service prometheus spec with placement smithi046=a;count:1 2024-04-27T01:13:51.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:51 smithi042 bash[23616]: audit 2024-04-27T01:13:50.367811+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:51.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:51 smithi042 bash[23616]: audit 2024-04-27T01:13:50.381888+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:13:51.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:51 smithi042 bash[23616]: audit 2024-04-27T01:13:50.388846+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:13:51.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:51 smithi042 bash[23616]: audit 2024-04-27T01:13:50.390703+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:13:51.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:51 smithi042 bash[23616]: audit 2024-04-27T01:13:50.400135+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' 2024-04-27T01:13:51.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:51 smithi042 bash[23616]: audit 2024-04-27T01:13:50.412304+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-27T01:13:52.343 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:51 smithi046 bash[19307]: debug 2024-04-27T01:13:51.598+0000 7fa79af9f000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-27T01:13:52.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:52 smithi046 bash[18464]: audit 2024-04-27T01:13:51.412440+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-27T01:13:52.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:52 smithi046 bash[18464]: cluster 2024-04-27T01:13:51.412501+0000 mon.a (mon.0) 598 : cluster [DBG] mgrmap e16: y(active, since 5m), standbys: x 2024-04-27T01:13:52.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:52 smithi042 bash[18488]: audit 2024-04-27T01:13:51.412440+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-27T01:13:52.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:52 smithi042 bash[18488]: cluster 2024-04-27T01:13:51.412501+0000 mon.a (mon.0) 598 : cluster [DBG] mgrmap e16: y(active, since 5m), standbys: x 2024-04-27T01:13:52.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:52 smithi042 bash[23616]: audit 2024-04-27T01:13:51.412440+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.42:0/2616753537' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-27T01:13:52.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:52 smithi042 bash[23616]: cluster 2024-04-27T01:13:51.412501+0000 mon.a (mon.0) 598 : cluster [DBG] mgrmap e16: y(active, since 5m), standbys: x 2024-04-27T01:13:53.425 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:53 smithi046 bash[19307]: debug 2024-04-27T01:13:53.178+0000 7fa79af9f000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-27T01:13:53.425 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:53 smithi046 bash[19307]: debug 2024-04-27T01:13:53.278+0000 7fa79af9f000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-27T01:13:53.537 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:53 smithi042 bash[18746]: debug 2024-04-27T01:13:53.192+0000 7f1664b7c000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-27T01:13:53.537 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:53 smithi042 bash[18746]: debug 2024-04-27T01:13:53.292+0000 7f1664b7c000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-27T01:13:53.926 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:53 smithi046 bash[19307]: debug 2024-04-27T01:13:53.538+0000 7fa79af9f000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-27T01:13:53.933 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:53 smithi042 bash[18746]: debug 2024-04-27T01:13:53.544+0000 7f1664b7c000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-27T01:13:54.624 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:54 smithi046 bash[19307]: debug 2024-04-27T01:13:54.302+0000 7fa79af9f000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-27T01:13:54.624 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:54 smithi046 bash[19307]: debug 2024-04-27T01:13:54.414+0000 7fa79af9f000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-27T01:13:54.624 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:54 smithi046 bash[19307]: debug 2024-04-27T01:13:54.518+0000 7fa79af9f000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-27T01:13:54.626 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:54 smithi042 bash[18746]: debug 2024-04-27T01:13:54.304+0000 7f1664b7c000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-27T01:13:54.627 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:54 smithi042 bash[18746]: debug 2024-04-27T01:13:54.416+0000 7f1664b7c000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-27T01:13:54.627 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:54 smithi042 bash[18746]: debug 2024-04-27T01:13:54.520+0000 7f1664b7c000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-27T01:13:54.925 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:54 smithi046 bash[19307]: debug 2024-04-27T01:13:54.630+0000 7fa79af9f000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-27T01:13:54.926 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:54 smithi046 bash[19307]: debug 2024-04-27T01:13:54.846+0000 7fa79af9f000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-27T01:13:54.933 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:54 smithi042 bash[18746]: debug 2024-04-27T01:13:54.636+0000 7f1664b7c000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-27T01:13:54.933 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:54 smithi042 bash[18746]: debug 2024-04-27T01:13:54.852+0000 7f1664b7c000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-27T01:13:55.411 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:55 smithi046 bash[19307]: debug 2024-04-27T01:13:55.130+0000 7fa79af9f000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-27T01:13:55.411 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:55 smithi046 bash[19307]: debug 2024-04-27T01:13:55.234+0000 7fa79af9f000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-27T01:13:55.419 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:55 smithi042 bash[18746]: debug 2024-04-27T01:13:55.136+0000 7f1664b7c000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-27T01:13:55.419 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:55 smithi042 bash[18746]: debug 2024-04-27T01:13:55.240+0000 7f1664b7c000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-27T01:13:55.670 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:55 smithi042 bash[18746]: debug 2024-04-27T01:13:55.428+0000 7f1664b7c000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-27T01:13:55.675 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:55 smithi046 bash[19307]: debug 2024-04-27T01:13:55.418+0000 7fa79af9f000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-27T01:13:55.675 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:55 smithi046 bash[19307]: debug 2024-04-27T01:13:55.670+0000 7fa79af9f000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-27T01:13:55.933 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:55 smithi042 bash[18746]: debug 2024-04-27T01:13:55.676+0000 7f1664b7c000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-27T01:13:56.348 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:55 smithi046 bash[19307]: debug 2024-04-27T01:13:55.946+0000 7fa79af9f000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-27T01:13:56.348 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:56 smithi046 bash[19307]: debug 2024-04-27T01:13:56.114+0000 7fa79af9f000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:13:56.363 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:55 smithi042 bash[18746]: debug 2024-04-27T01:13:55.960+0000 7f1664b7c000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-27T01:13:56.363 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:56 smithi042 bash[18746]: debug 2024-04-27T01:13:56.128+0000 7f1664b7c000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:13:56.675 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:56 smithi046 bash[19307]: debug 2024-04-27T01:13:56.358+0000 7fa79af9f000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-27T01:13:56.676 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:56 smithi046 bash[19307]: debug 2024-04-27T01:13:56.478+0000 7fa79af9f000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-27T01:13:56.683 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:56 smithi042 bash[18746]: debug 2024-04-27T01:13:56.372+0000 7f1664b7c000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-27T01:13:56.683 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:56 smithi042 bash[18746]: debug 2024-04-27T01:13:56.492+0000 7f1664b7c000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-27T01:13:57.175 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:56 smithi046 bash[19307]: debug 2024-04-27T01:13:56.818+0000 7fa79af9f000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:13:57.183 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:56 smithi042 bash[18746]: debug 2024-04-27T01:13:56.840+0000 7f1664b7c000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:13:57.892 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:57 smithi046 bash[19307]: debug 2024-04-27T01:13:57.574+0000 7fa79af9f000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-27T01:13:57.892 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:57 smithi046 bash[19307]: debug 2024-04-27T01:13:57.690+0000 7fa79af9f000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-27T01:13:57.923 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:57 smithi042 bash[18746]: debug 2024-04-27T01:13:57.600+0000 7f1664b7c000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-27T01:13:57.923 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:57 smithi042 bash[18746]: debug 2024-04-27T01:13:57.716+0000 7f1664b7c000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-27T01:13:58.175 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:57 smithi046 bash[19307]: debug 2024-04-27T01:13:57.902+0000 7fa79af9f000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-27T01:13:58.183 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:57 smithi042 bash[18746]: debug 2024-04-27T01:13:57.932+0000 7f1664b7c000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-27T01:13:58.625 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:58 smithi046 bash[19307]: debug 2024-04-27T01:13:58.246+0000 7fa79af9f000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-27T01:13:58.639 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:58 smithi042 bash[18746]: debug 2024-04-27T01:13:58.260+0000 7f1664b7c000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-27T01:13:58.878 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:58 smithi046 bash[19307]: debug 2024-04-27T01:13:58.634+0000 7fa79af9f000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-27T01:13:58.878 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:58 smithi046 bash[19307]: debug 2024-04-27T01:13:58.754+0000 7fa79af9f000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-27T01:13:58.879 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:58 smithi046 bash[19307]: [27/Apr/2024:01:13:58] ENGINE Bus STARTING 2024-04-27T01:13:58.879 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:58 smithi046 bash[19307]: CherryPy Checker: 2024-04-27T01:13:58.933 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:58 smithi042 bash[18746]: debug 2024-04-27T01:13:58.648+0000 7f1664b7c000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-27T01:13:58.933 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:58 smithi042 bash[18746]: debug 2024-04-27T01:13:58.768+0000 7f1664b7c000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-27T01:13:59.175 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:58 smithi046 bash[19307]: The Application mounted at '' has an empty config. 2024-04-27T01:13:59.176 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:58 smithi046 bash[19307]: [27/Apr/2024:01:13:58] ENGINE Serving on http://:::9283 2024-04-27T01:13:59.176 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:13:58 smithi046 bash[19307]: [27/Apr/2024:01:13:58] ENGINE Bus STARTED 2024-04-27T01:13:59.623 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:59 smithi042 bash[18746]: [27/Apr/2024:01:13:59] ENGINE Bus STARTING 2024-04-27T01:13:59.623 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:59 smithi042 bash[18746]: CherryPy Checker: 2024-04-27T01:13:59.623 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:59 smithi042 bash[18746]: The Application mounted at '' has an empty config. 2024-04-27T01:13:59.623 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:59 smithi042 bash[18746]: [27/Apr/2024:01:13:59] ENGINE Serving on http://:::9283 2024-04-27T01:13:59.623 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:13:59 smithi042 bash[18746]: [27/Apr/2024:01:13:59] ENGINE Bus STARTED 2024-04-27T01:13:59.624 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:59 smithi042 bash[18488]: cluster 2024-04-27T01:13:58.779786+0000 mon.a (mon.0) 599 : cluster [DBG] Standby manager daemon x restarted 2024-04-27T01:13:59.624 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:59 smithi042 bash[18488]: cluster 2024-04-27T01:13:58.779982+0000 mon.a (mon.0) 600 : cluster [DBG] Standby manager daemon x started 2024-04-27T01:13:59.624 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:59 smithi042 bash[18488]: audit 2024-04-27T01:13:58.785549+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.46:0/3946398610' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-04-27T01:13:59.624 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:59 smithi042 bash[18488]: audit 2024-04-27T01:13:58.787158+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.46:0/3946398610' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T01:13:59.624 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:59 smithi042 bash[18488]: audit 2024-04-27T01:13:58.790386+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.46:0/3946398610' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-04-27T01:13:59.624 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:59 smithi042 bash[18488]: audit 2024-04-27T01:13:58.791213+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.46:0/3946398610' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T01:13:59.624 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:59 smithi042 bash[18488]: cluster 2024-04-27T01:13:58.791919+0000 mon.a (mon.0) 601 : cluster [INF] Active manager daemon y restarted 2024-04-27T01:13:59.624 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:59 smithi042 bash[18488]: cluster 2024-04-27T01:13:58.793016+0000 mon.a (mon.0) 602 : cluster [INF] Activating manager daemon y 2024-04-27T01:13:59.624 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:13:59 smithi042 bash[18488]: cluster 2024-04-27T01:13:58.797379+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-04-27T01:13:59.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:59 smithi042 bash[23616]: cluster 2024-04-27T01:13:58.779786+0000 mon.a (mon.0) 599 : cluster [DBG] Standby manager daemon x restarted 2024-04-27T01:13:59.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:59 smithi042 bash[23616]: cluster 2024-04-27T01:13:58.779982+0000 mon.a (mon.0) 600 : cluster [DBG] Standby manager daemon x started 2024-04-27T01:13:59.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:59 smithi042 bash[23616]: audit 2024-04-27T01:13:58.785549+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.46:0/3946398610' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-04-27T01:13:59.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:59 smithi042 bash[23616]: audit 2024-04-27T01:13:58.787158+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.46:0/3946398610' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T01:13:59.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:59 smithi042 bash[23616]: audit 2024-04-27T01:13:58.790386+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.46:0/3946398610' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-04-27T01:13:59.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:59 smithi042 bash[23616]: audit 2024-04-27T01:13:58.791213+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.46:0/3946398610' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T01:13:59.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:59 smithi042 bash[23616]: cluster 2024-04-27T01:13:58.791919+0000 mon.a (mon.0) 601 : cluster [INF] Active manager daemon y restarted 2024-04-27T01:13:59.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:59 smithi042 bash[23616]: cluster 2024-04-27T01:13:58.793016+0000 mon.a (mon.0) 602 : cluster [INF] Activating manager daemon y 2024-04-27T01:13:59.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:13:59 smithi042 bash[23616]: cluster 2024-04-27T01:13:58.797379+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-04-27T01:13:59.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:59 smithi046 bash[18464]: cluster 2024-04-27T01:13:58.779786+0000 mon.a (mon.0) 599 : cluster [DBG] Standby manager daemon x restarted 2024-04-27T01:13:59.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:59 smithi046 bash[18464]: cluster 2024-04-27T01:13:58.779982+0000 mon.a (mon.0) 600 : cluster [DBG] Standby manager daemon x started 2024-04-27T01:13:59.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:59 smithi046 bash[18464]: audit 2024-04-27T01:13:58.785549+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.46:0/3946398610' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-04-27T01:13:59.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:59 smithi046 bash[18464]: audit 2024-04-27T01:13:58.787158+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.46:0/3946398610' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T01:13:59.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:59 smithi046 bash[18464]: audit 2024-04-27T01:13:58.790386+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.46:0/3946398610' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-04-27T01:13:59.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:59 smithi046 bash[18464]: audit 2024-04-27T01:13:58.791213+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.46:0/3946398610' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T01:13:59.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:59 smithi046 bash[18464]: cluster 2024-04-27T01:13:58.791919+0000 mon.a (mon.0) 601 : cluster [INF] Active manager daemon y restarted 2024-04-27T01:13:59.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:59 smithi046 bash[18464]: cluster 2024-04-27T01:13:58.793016+0000 mon.a (mon.0) 602 : cluster [INF] Activating manager daemon y 2024-04-27T01:13:59.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:13:59 smithi046 bash[18464]: cluster 2024-04-27T01:13:58.797379+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-04-27T01:14:00.389 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18746]: [27/Apr/2024:01:14:00] ENGINE Bus STARTING 2024-04-27T01:14:00.389 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18746]: [27/Apr/2024:01:14:00] ENGINE Serving on https://172.21.15.42:7150 2024-04-27T01:14:00.389 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18746]: [27/Apr/2024:01:14:00] ENGINE Bus STARTED 2024-04-27T01:14:00.438 INFO:teuthology.orchestra.run.smithi046.stdout:Scheduled node-exporter update... 2024-04-27T01:14:00.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: cluster 2024-04-27T01:13:59.407265+0000 mon.a (mon.0) 604 : cluster [DBG] mgrmap e17: y(active, starting, since 0.614528s), standbys: x 2024-04-27T01:14:00.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.410623+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:14:00.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.411087+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:14:00.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.411473+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:14:00.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.414002+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-04-27T01:14:00.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.414441+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-27T01:14:00.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.414846+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:14:00.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.415346+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:14:00.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.415912+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:14:00.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.416387+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:14:00.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.416903+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:14:00.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.417378+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:14:00.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.417853+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:14:00.677 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.418325+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:14:00.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.418889+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T01:14:00.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.419291+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T01:14:00.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.420460+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T01:14:00.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: cluster 2024-04-27T01:13:59.451221+0000 mon.a (mon.0) 605 : cluster [INF] Manager daemon y is now available 2024-04-27T01:14:00.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.475049+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:14:00.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.478994+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:14:00.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.481584+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:14:00.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.484406+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:14:00.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.498226+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:00.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.517393+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:14:00.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.518408+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:14:00.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.529659+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:14:00.678 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:13:59.530589+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:14:00.679 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:00 smithi046 bash[18464]: audit 2024-04-27T01:14:00.218505+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:00.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: cluster 2024-04-27T01:13:59.407265+0000 mon.a (mon.0) 604 : cluster [DBG] mgrmap e17: y(active, starting, since 0.614528s), standbys: x 2024-04-27T01:14:00.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.410623+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:14:00.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.411087+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:14:00.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.411473+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:14:00.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.414002+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-04-27T01:14:00.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.414441+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-27T01:14:00.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.414846+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:14:00.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.415346+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:14:00.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.415912+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:14:00.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.416387+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:14:00.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.416903+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:14:00.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.417378+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:14:00.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.417853+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:14:00.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.418325+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:14:00.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.418889+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T01:14:00.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.419291+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T01:14:00.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.420460+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T01:14:00.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: cluster 2024-04-27T01:13:59.451221+0000 mon.a (mon.0) 605 : cluster [INF] Manager daemon y is now available 2024-04-27T01:14:00.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.475049+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:14:00.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: cluster 2024-04-27T01:13:59.407265+0000 mon.a (mon.0) 604 : cluster [DBG] mgrmap e17: y(active, starting, since 0.614528s), standbys: x 2024-04-27T01:14:00.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.410623+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:14:00.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.411087+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:14:00.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.411473+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:14:00.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.414002+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-04-27T01:14:00.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.414441+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-27T01:14:00.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.414846+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:14:00.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.415346+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:14:00.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.415912+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:14:00.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.416387+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:14:00.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.416903+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:14:00.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.417378+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:14:00.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.417853+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:14:00.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.418325+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:14:00.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.418889+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T01:14:00.688 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.419291+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T01:14:00.688 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.420460+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T01:14:00.688 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: cluster 2024-04-27T01:13:59.451221+0000 mon.a (mon.0) 605 : cluster [INF] Manager daemon y is now available 2024-04-27T01:14:00.688 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.475049+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:14:00.688 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.478994+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:14:00.688 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.481584+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:14:00.688 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.484406+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:14:00.688 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.498226+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:00.688 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.517393+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:14:00.688 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.518408+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:14:00.688 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.529659+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:14:00.689 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:13:59.530589+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:14:00.689 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[18488]: audit 2024-04-27T01:14:00.218505+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:00.689 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.478994+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:14:00.689 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.481584+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:14:00.689 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.484406+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:14:00.689 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.498226+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:00.689 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.517393+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:14:00.689 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.518408+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:14:00.689 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.529659+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:14:00.689 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:13:59.530589+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:14:00.689 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:00 smithi042 bash[23616]: audit 2024-04-27T01:14:00.218505+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:01.367 DEBUG:teuthology.orchestra.run.smithi042:node-exporter.a> sudo journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@node-exporter.a.service 2024-04-27T01:14:01.370 DEBUG:teuthology.orchestra.run.smithi046:node-exporter.b> sudo journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@node-exporter.b.service 2024-04-27T01:14:01.372 INFO:tasks.cephadm:Adding alertmanager.a on smithi042 2024-04-27T01:14:01.373 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph orch apply alertmanager '1;smithi042=a' 2024-04-27T01:14:01.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:01 smithi046 bash[18464]: cephadm 2024-04-27T01:14:00.091218+0000 mgr.y (mgr.14427) 1 : cephadm [INF] [27/Apr/2024:01:14:00] ENGINE Bus STARTING 2024-04-27T01:14:01.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:01 smithi046 bash[18464]: cephadm 2024-04-27T01:14:00.210992+0000 mgr.y (mgr.14427) 2 : cephadm [INF] [27/Apr/2024:01:14:00] ENGINE Serving on https://172.21.15.42:7150 2024-04-27T01:14:01.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:01 smithi046 bash[18464]: cephadm 2024-04-27T01:14:00.211141+0000 mgr.y (mgr.14427) 3 : cephadm [INF] [27/Apr/2024:01:14:00] ENGINE Bus STARTED 2024-04-27T01:14:01.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:01 smithi046 bash[18464]: cluster 2024-04-27T01:14:00.429090+0000 mon.a (mon.0) 610 : cluster [DBG] mgrmap e18: y(active, since 1.63634s), standbys: x 2024-04-27T01:14:01.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:01 smithi046 bash[18464]: audit 2024-04-27T01:14:00.437681+0000 mgr.y (mgr.14427) 4 : audit [DBG] from='client.24314 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi042=a;smithi046=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:14:01.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:01 smithi046 bash[18464]: cephadm 2024-04-27T01:14:00.441316+0000 mgr.y (mgr.14427) 5 : cephadm [INF] Saving service node-exporter spec with placement smithi042=a;smithi046=b;count:2 2024-04-27T01:14:01.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:01 smithi046 bash[18464]: cluster 2024-04-27T01:14:00.441479+0000 mgr.y (mgr.14427) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:01.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:01 smithi046 bash[18464]: audit 2024-04-27T01:14:00.448684+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:01.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:01 smithi042 bash[18488]: cephadm 2024-04-27T01:14:00.091218+0000 mgr.y (mgr.14427) 1 : cephadm [INF] [27/Apr/2024:01:14:00] ENGINE Bus STARTING 2024-04-27T01:14:01.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:01 smithi042 bash[18488]: cephadm 2024-04-27T01:14:00.210992+0000 mgr.y (mgr.14427) 2 : cephadm [INF] [27/Apr/2024:01:14:00] ENGINE Serving on https://172.21.15.42:7150 2024-04-27T01:14:01.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:01 smithi042 bash[18488]: cephadm 2024-04-27T01:14:00.211141+0000 mgr.y (mgr.14427) 3 : cephadm [INF] [27/Apr/2024:01:14:00] ENGINE Bus STARTED 2024-04-27T01:14:01.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:01 smithi042 bash[18488]: cluster 2024-04-27T01:14:00.429090+0000 mon.a (mon.0) 610 : cluster [DBG] mgrmap e18: y(active, since 1.63634s), standbys: x 2024-04-27T01:14:01.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:01 smithi042 bash[18488]: audit 2024-04-27T01:14:00.437681+0000 mgr.y (mgr.14427) 4 : audit [DBG] from='client.24314 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi042=a;smithi046=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:14:01.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:01 smithi042 bash[18488]: cephadm 2024-04-27T01:14:00.441316+0000 mgr.y (mgr.14427) 5 : cephadm [INF] Saving service node-exporter spec with placement smithi042=a;smithi046=b;count:2 2024-04-27T01:14:01.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:01 smithi042 bash[18488]: cluster 2024-04-27T01:14:00.441479+0000 mgr.y (mgr.14427) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:01.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:01 smithi042 bash[18488]: audit 2024-04-27T01:14:00.448684+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:01.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:01 smithi042 bash[23616]: cephadm 2024-04-27T01:14:00.091218+0000 mgr.y (mgr.14427) 1 : cephadm [INF] [27/Apr/2024:01:14:00] ENGINE Bus STARTING 2024-04-27T01:14:01.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:01 smithi042 bash[23616]: cephadm 2024-04-27T01:14:00.210992+0000 mgr.y (mgr.14427) 2 : cephadm [INF] [27/Apr/2024:01:14:00] ENGINE Serving on https://172.21.15.42:7150 2024-04-27T01:14:01.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:01 smithi042 bash[23616]: cephadm 2024-04-27T01:14:00.211141+0000 mgr.y (mgr.14427) 3 : cephadm [INF] [27/Apr/2024:01:14:00] ENGINE Bus STARTED 2024-04-27T01:14:01.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:01 smithi042 bash[23616]: cluster 2024-04-27T01:14:00.429090+0000 mon.a (mon.0) 610 : cluster [DBG] mgrmap e18: y(active, since 1.63634s), standbys: x 2024-04-27T01:14:01.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:01 smithi042 bash[23616]: audit 2024-04-27T01:14:00.437681+0000 mgr.y (mgr.14427) 4 : audit [DBG] from='client.24314 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi042=a;smithi046=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:14:01.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:01 smithi042 bash[23616]: cephadm 2024-04-27T01:14:00.441316+0000 mgr.y (mgr.14427) 5 : cephadm [INF] Saving service node-exporter spec with placement smithi042=a;smithi046=b;count:2 2024-04-27T01:14:01.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:01 smithi042 bash[23616]: cluster 2024-04-27T01:14:00.441479+0000 mgr.y (mgr.14427) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:01.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:01 smithi042 bash[23616]: audit 2024-04-27T01:14:00.448684+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:02.877 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:02 smithi042 bash[23616]: cluster 2024-04-27T01:14:01.416887+0000 mgr.y (mgr.14427) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:02.877 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:02 smithi042 bash[23616]: cluster 2024-04-27T01:14:01.453796+0000 mon.a (mon.0) 612 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2024-04-27T01:14:02.877 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:02 smithi042 bash[18488]: cluster 2024-04-27T01:14:01.416887+0000 mgr.y (mgr.14427) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:02.877 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:02 smithi042 bash[18488]: cluster 2024-04-27T01:14:01.453796+0000 mon.a (mon.0) 612 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2024-04-27T01:14:02.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:02 smithi046 bash[18464]: cluster 2024-04-27T01:14:01.416887+0000 mgr.y (mgr.14427) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:02.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:02 smithi046 bash[18464]: cluster 2024-04-27T01:14:01.453796+0000 mon.a (mon.0) 612 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2024-04-27T01:14:04.038 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:03 smithi046 bash[18464]: audit 2024-04-27T01:14:02.900264+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:04.038 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:03 smithi046 bash[18464]: audit 2024-04-27T01:14:03.215658+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:04.038 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:03 smithi046 bash[18464]: cluster 2024-04-27T01:14:03.417289+0000 mgr.y (mgr.14427) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:04.038 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:03 smithi046 bash[18464]: audit 2024-04-27T01:14:03.423338+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:04.038 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:03 smithi046 bash[18464]: cephadm 2024-04-27T01:14:03.427290+0000 mgr.y (mgr.14427) 9 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2024-04-27T01:14:04.039 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:03 smithi046 bash[18464]: audit 2024-04-27T01:14:03.666446+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:04.039 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:03 smithi046 bash[18464]: audit 2024-04-27T01:14:03.685465+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:04.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:03 smithi042 bash[18488]: audit 2024-04-27T01:14:02.900264+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:04.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:03 smithi042 bash[18488]: audit 2024-04-27T01:14:03.215658+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:04.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:03 smithi042 bash[18488]: cluster 2024-04-27T01:14:03.417289+0000 mgr.y (mgr.14427) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:04.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:03 smithi042 bash[18488]: audit 2024-04-27T01:14:03.423338+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:04.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:03 smithi042 bash[18488]: cephadm 2024-04-27T01:14:03.427290+0000 mgr.y (mgr.14427) 9 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2024-04-27T01:14:04.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:03 smithi042 bash[18488]: audit 2024-04-27T01:14:03.666446+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:04.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:03 smithi042 bash[18488]: audit 2024-04-27T01:14:03.685465+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:04.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:03 smithi042 bash[23616]: audit 2024-04-27T01:14:02.900264+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:04.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:03 smithi042 bash[23616]: audit 2024-04-27T01:14:03.215658+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:04.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:03 smithi042 bash[23616]: cluster 2024-04-27T01:14:03.417289+0000 mgr.y (mgr.14427) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:04.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:03 smithi042 bash[23616]: audit 2024-04-27T01:14:03.423338+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:04.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:03 smithi042 bash[23616]: cephadm 2024-04-27T01:14:03.427290+0000 mgr.y (mgr.14427) 9 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2024-04-27T01:14:04.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:03 smithi042 bash[23616]: audit 2024-04-27T01:14:03.666446+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:04.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:03 smithi042 bash[23616]: audit 2024-04-27T01:14:03.685465+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:04.251 INFO:teuthology.orchestra.run.smithi046.stdout:Scheduled alertmanager update... 2024-04-27T01:14:05.031 DEBUG:teuthology.orchestra.run.smithi042:alertmanager.a> sudo journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@alertmanager.a.service 2024-04-27T01:14:05.034 INFO:tasks.cephadm:Adding grafana.a on smithi046 2024-04-27T01:14:05.034 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph orch apply grafana '1;smithi046=a' 2024-04-27T01:14:05.218 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:04 smithi046 bash[18464]: cephadm 2024-04-27T01:14:03.544241+0000 mgr.y (mgr.14427) 10 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:14:05.218 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:04 smithi046 bash[18464]: cephadm 2024-04-27T01:14:03.687482+0000 mgr.y (mgr.14427) 11 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-27T01:14:05.218 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:04 smithi046 bash[18464]: cephadm 2024-04-27T01:14:03.822223+0000 mgr.y (mgr.14427) 12 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:14:05.218 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:04 smithi046 bash[18464]: audit 2024-04-27T01:14:03.978876+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:05.218 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:04 smithi046 bash[18464]: audit 2024-04-27T01:14:03.989112+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:05.219 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:04 smithi046 bash[18464]: cephadm 2024-04-27T01:14:04.037980+0000 mgr.y (mgr.14427) 13 : cephadm [INF] Deploying daemon prometheus.a on smithi046 2024-04-27T01:14:05.219 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:04 smithi046 bash[18464]: audit 2024-04-27T01:14:04.251595+0000 mgr.y (mgr.14427) 14 : audit [DBG] from='client.24338 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi042=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:14:05.219 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:04 smithi046 bash[18464]: cephadm 2024-04-27T01:14:04.255044+0000 mgr.y (mgr.14427) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi042=a;count:1 2024-04-27T01:14:05.219 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:04 smithi046 bash[18464]: audit 2024-04-27T01:14:04.262985+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:05.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:04 smithi042 bash[18488]: cephadm 2024-04-27T01:14:03.544241+0000 mgr.y (mgr.14427) 10 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:14:05.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:04 smithi042 bash[18488]: cephadm 2024-04-27T01:14:03.687482+0000 mgr.y (mgr.14427) 11 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-27T01:14:05.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:04 smithi042 bash[18488]: cephadm 2024-04-27T01:14:03.822223+0000 mgr.y (mgr.14427) 12 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:14:05.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:04 smithi042 bash[18488]: audit 2024-04-27T01:14:03.978876+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:05.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:04 smithi042 bash[18488]: audit 2024-04-27T01:14:03.989112+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:05.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:04 smithi042 bash[18488]: cephadm 2024-04-27T01:14:04.037980+0000 mgr.y (mgr.14427) 13 : cephadm [INF] Deploying daemon prometheus.a on smithi046 2024-04-27T01:14:05.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:04 smithi042 bash[18488]: audit 2024-04-27T01:14:04.251595+0000 mgr.y (mgr.14427) 14 : audit [DBG] from='client.24338 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi042=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:14:05.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:04 smithi042 bash[18488]: cephadm 2024-04-27T01:14:04.255044+0000 mgr.y (mgr.14427) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi042=a;count:1 2024-04-27T01:14:05.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:04 smithi042 bash[18488]: audit 2024-04-27T01:14:04.262985+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:05.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:04 smithi042 bash[23616]: cephadm 2024-04-27T01:14:03.544241+0000 mgr.y (mgr.14427) 10 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:14:05.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:04 smithi042 bash[23616]: cephadm 2024-04-27T01:14:03.687482+0000 mgr.y (mgr.14427) 11 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-27T01:14:05.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:04 smithi042 bash[23616]: cephadm 2024-04-27T01:14:03.822223+0000 mgr.y (mgr.14427) 12 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:14:05.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:04 smithi042 bash[23616]: audit 2024-04-27T01:14:03.978876+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:05.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:04 smithi042 bash[23616]: audit 2024-04-27T01:14:03.989112+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:05.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:04 smithi042 bash[23616]: cephadm 2024-04-27T01:14:04.037980+0000 mgr.y (mgr.14427) 13 : cephadm [INF] Deploying daemon prometheus.a on smithi046 2024-04-27T01:14:05.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:04 smithi042 bash[23616]: audit 2024-04-27T01:14:04.251595+0000 mgr.y (mgr.14427) 14 : audit [DBG] from='client.24338 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi042=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:14:05.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:04 smithi042 bash[23616]: cephadm 2024-04-27T01:14:04.255044+0000 mgr.y (mgr.14427) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi042=a;count:1 2024-04-27T01:14:05.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:04 smithi042 bash[23616]: audit 2024-04-27T01:14:04.262985+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:06.225 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:05 smithi046 bash[18464]: cluster 2024-04-27T01:14:05.417895+0000 mgr.y (mgr.14427) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:06.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:05 smithi042 bash[23616]: cluster 2024-04-27T01:14:05.417895+0000 mgr.y (mgr.14427) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:06.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:05 smithi042 bash[18488]: cluster 2024-04-27T01:14:05.417895+0000 mgr.y (mgr.14427) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:07.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:07 smithi046 bash[18464]: cluster 2024-04-27T01:14:07.418556+0000 mgr.y (mgr.14427) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:07.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:07 smithi042 bash[18488]: cluster 2024-04-27T01:14:07.418556+0000 mgr.y (mgr.14427) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:07.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:07 smithi042 bash[23616]: cluster 2024-04-27T01:14:07.418556+0000 mgr.y (mgr.14427) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:09.829 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:09 smithi046 bash[18464]: cluster 2024-04-27T01:14:09.419123+0000 mgr.y (mgr.14427) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:09.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:09 smithi042 bash[18488]: cluster 2024-04-27T01:14:09.419123+0000 mgr.y (mgr.14427) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:09.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:09 smithi042 bash[23616]: cluster 2024-04-27T01:14:09.419123+0000 mgr.y (mgr.14427) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:10.235 INFO:teuthology.orchestra.run.smithi046.stdout:Scheduled grafana update... 2024-04-27T01:14:11.501 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:11 smithi046 bash[18464]: audit 2024-04-27T01:14:10.234570+0000 mgr.y (mgr.14427) 19 : audit [DBG] from='client.24344 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi046=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:14:11.501 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:11 smithi046 bash[18464]: cephadm 2024-04-27T01:14:10.238003+0000 mgr.y (mgr.14427) 20 : cephadm [INF] Saving service grafana spec with placement smithi046=a;count:1 2024-04-27T01:14:11.501 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:11 smithi046 bash[18464]: audit 2024-04-27T01:14:10.245797+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:11.502 DEBUG:teuthology.orchestra.run.smithi046:grafana.a> sudo journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service 2024-04-27T01:14:11.504 INFO:tasks.cephadm:Setting up client nodes... 2024-04-27T01:14:11.506 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-04-27T01:14:11.518 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:11 smithi042 bash[18488]: audit 2024-04-27T01:14:10.234570+0000 mgr.y (mgr.14427) 19 : audit [DBG] from='client.24344 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi046=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:14:11.518 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:11 smithi042 bash[18488]: cephadm 2024-04-27T01:14:10.238003+0000 mgr.y (mgr.14427) 20 : cephadm [INF] Saving service grafana spec with placement smithi046=a;count:1 2024-04-27T01:14:11.518 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:11 smithi042 bash[18488]: audit 2024-04-27T01:14:10.245797+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:11.519 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:11 smithi042 bash[23616]: audit 2024-04-27T01:14:10.234570+0000 mgr.y (mgr.14427) 19 : audit [DBG] from='client.24344 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi046=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:14:11.519 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:11 smithi042 bash[23616]: cephadm 2024-04-27T01:14:10.238003+0000 mgr.y (mgr.14427) 20 : cephadm [INF] Saving service grafana spec with placement smithi046=a;count:1 2024-04-27T01:14:11.519 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:11 smithi042 bash[23616]: audit 2024-04-27T01:14:10.245797+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:12.501 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:12 smithi042 bash[18488]: cluster 2024-04-27T01:14:11.419880+0000 mgr.y (mgr.14427) 21 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:12.502 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:12 smithi042 bash[23616]: cluster 2024-04-27T01:14:11.419880+0000 mgr.y (mgr.14427) 21 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:12.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:12 smithi046 bash[18464]: cluster 2024-04-27T01:14:11.419880+0000 mgr.y (mgr.14427) 21 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:14.254 INFO:teuthology.orchestra.run.smithi042.stdout:[client.0] 2024-04-27T01:14:14.255 INFO:teuthology.orchestra.run.smithi042.stdout: key = AQBmUSxm6DeEDxAAO/EzBCgzyJODwtvJqZH/0g== 2024-04-27T01:14:14.641 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:14 smithi046 bash[18464]: cluster 2024-04-27T01:14:13.420652+0000 mgr.y (mgr.14427) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:14.641 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:14 smithi046 bash[18464]: audit 2024-04-27T01:14:14.259983+0000 mon.a (mon.0) 622 : audit [INF] from='client.? 172.21.15.42:0/1375226296' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-27T01:14:14.641 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:14 smithi046 bash[18464]: audit 2024-04-27T01:14:14.267158+0000 mon.a (mon.0) 623 : audit [INF] from='client.? 172.21.15.42:0/1375226296' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-27T01:14:14.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:14 smithi042 bash[18488]: cluster 2024-04-27T01:14:13.420652+0000 mgr.y (mgr.14427) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:14.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:14 smithi042 bash[18488]: audit 2024-04-27T01:14:14.259983+0000 mon.a (mon.0) 622 : audit [INF] from='client.? 172.21.15.42:0/1375226296' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-27T01:14:14.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:14 smithi042 bash[18488]: audit 2024-04-27T01:14:14.267158+0000 mon.a (mon.0) 623 : audit [INF] from='client.? 172.21.15.42:0/1375226296' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-27T01:14:14.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:14 smithi042 bash[23616]: cluster 2024-04-27T01:14:13.420652+0000 mgr.y (mgr.14427) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:14.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:14 smithi042 bash[23616]: audit 2024-04-27T01:14:14.259983+0000 mon.a (mon.0) 622 : audit [INF] from='client.? 172.21.15.42:0/1375226296' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-27T01:14:14.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:14 smithi042 bash[23616]: audit 2024-04-27T01:14:14.267158+0000 mon.a (mon.0) 623 : audit [INF] from='client.? 172.21.15.42:0/1375226296' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-27T01:14:14.918 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-04-27T01:14:14.918 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-04-27T01:14:14.918 DEBUG:teuthology.orchestra.run.smithi042:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-04-27T01:14:14.986 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-04-27T01:14:15.835 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:14:15 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:15.836 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:14:15 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:15.836 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:14:15 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:15.836 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:14:15 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:15.837 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:15 smithi046 bash[18464]: cluster 2024-04-27T01:14:15.421324+0000 mgr.y (mgr.14427) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:15.837 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:15 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:15.837 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:14:15 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:15.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:15 smithi042 bash[18488]: cluster 2024-04-27T01:14:15.421324+0000 mgr.y (mgr.14427) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:15.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:15 smithi042 bash[23616]: cluster 2024-04-27T01:14:15.421324+0000 mgr.y (mgr.14427) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:16.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:15 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:16.176 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:14:15 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:16.176 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:14:15 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:16.176 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:14:15 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:16.177 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:14:15 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:16.177 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:14:15 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:16.684 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:14:16 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:16.684 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:14:16 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:16.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:16 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:16.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:16 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:16.685 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:14:16 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:16.685 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:14:16 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:16.685 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:14:16 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:16.685 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:14:16 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:16.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:16 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:16.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:16 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:16.686 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:14:16 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:16.686 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:14:16 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:16.686 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:14:16 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:16.686 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:14:16 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:16.989 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:16 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:16.989 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:16 smithi042 systemd[1]: Started Ceph node-exporter.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:14:16.990 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:16 smithi042 bash[37649]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2024-04-27T01:14:17.239 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:17 smithi046 bash[18464]: audit 2024-04-27T01:14:16.003901+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:17.239 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:17 smithi046 bash[18464]: cephadm 2024-04-27T01:14:16.009602+0000 mgr.y (mgr.14427) 24 : cephadm [INF] Deploying daemon node-exporter.a on smithi042 2024-04-27T01:14:17.240 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:17 smithi046 bash[18464]: audit 2024-04-27T01:14:16.740466+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:17.240 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:17 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:17.240 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:14:17 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:17.240 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:14:17 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:17.240 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:14:17 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:17.241 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:14:17 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:17.241 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:14:17 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:17.241 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:17 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:17.241 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:17 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:17.241 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:17 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:17.253 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:17 smithi042 bash[18488]: audit 2024-04-27T01:14:16.003901+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:17.253 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:17 smithi042 bash[18488]: cephadm 2024-04-27T01:14:16.009602+0000 mgr.y (mgr.14427) 24 : cephadm [INF] Deploying daemon node-exporter.a on smithi042 2024-04-27T01:14:17.253 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:17 smithi042 bash[18488]: audit 2024-04-27T01:14:16.740466+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:17.253 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:17 smithi042 bash[23616]: audit 2024-04-27T01:14:16.003901+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:17.253 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:17 smithi042 bash[23616]: cephadm 2024-04-27T01:14:16.009602+0000 mgr.y (mgr.14427) 24 : cephadm [INF] Deploying daemon node-exporter.a on smithi042 2024-04-27T01:14:17.253 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:17 smithi042 bash[23616]: audit 2024-04-27T01:14:16.740466+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:17.546 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:17 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:17.547 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:14:17 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:17.547 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:14:17 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:17.547 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:14:17 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:17.547 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:14:17 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:17.548 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:14:17 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:17.548 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:17 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:17.552 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:17 smithi042 bash[37649]: v1.3.1: Pulling from prometheus/node-exporter 2024-04-27T01:14:17.552 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:17 smithi042 bash[37649]: aa2a8d90b84c: Pulling fs layer 2024-04-27T01:14:17.552 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:17 smithi042 bash[37649]: b45d31ee2d7f: Pulling fs layer 2024-04-27T01:14:17.552 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:17 smithi042 bash[37649]: b5db1e299295: Pulling fs layer 2024-04-27T01:14:17.807 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:17 smithi042 bash[37649]: b45d31ee2d7f: Verifying Checksum 2024-04-27T01:14:17.807 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:17 smithi042 bash[37649]: b45d31ee2d7f: Download complete 2024-04-27T01:14:17.807 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:17 smithi042 bash[37649]: aa2a8d90b84c: Verifying Checksum 2024-04-27T01:14:17.807 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:17 smithi042 bash[37649]: b5db1e299295: Verifying Checksum 2024-04-27T01:14:17.808 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:17 smithi042 bash[37649]: b5db1e299295: Download complete 2024-04-27T01:14:17.808 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:17 smithi042 bash[37649]: aa2a8d90b84c: Pull complete 2024-04-27T01:14:17.925 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:17 smithi046 systemd[1]: Started Ceph node-exporter.b for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:14:17.926 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:17 smithi046 bash[33044]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2024-04-27T01:14:17.926 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:14:17 smithi046 bash[32852]: ts=2024-04-27T01:14:17.601Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-04-27T01:14:18.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:18 smithi042 bash[18488]: cephadm 2024-04-27T01:14:16.745259+0000 mgr.y (mgr.14427) 25 : cephadm [INF] Deploying daemon node-exporter.b on smithi046 2024-04-27T01:14:18.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:18 smithi042 bash[18488]: cluster 2024-04-27T01:14:17.422119+0000 mgr.y (mgr.14427) 26 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:18.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:18 smithi042 bash[18488]: audit 2024-04-27T01:14:17.535281+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:18.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:18 smithi042 bash[18488]: audit 2024-04-27T01:14:17.539183+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:14:18.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:18 smithi042 bash[18488]: audit 2024-04-27T01:14:17.541714+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:14:18.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:18 smithi042 bash[18488]: audit 2024-04-27T01:14:17.543215+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:14:18.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:18 smithi042 bash[23616]: cephadm 2024-04-27T01:14:16.745259+0000 mgr.y (mgr.14427) 25 : cephadm [INF] Deploying daemon node-exporter.b on smithi046 2024-04-27T01:14:18.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:18 smithi042 bash[23616]: cluster 2024-04-27T01:14:17.422119+0000 mgr.y (mgr.14427) 26 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:18.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:18 smithi042 bash[23616]: audit 2024-04-27T01:14:17.535281+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:18.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:18 smithi042 bash[23616]: audit 2024-04-27T01:14:17.539183+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:14:18.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:18 smithi042 bash[23616]: audit 2024-04-27T01:14:17.541714+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:14:18.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:18 smithi042 bash[23616]: audit 2024-04-27T01:14:17.543215+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:14:18.414 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:18 smithi046 bash[18464]: cephadm 2024-04-27T01:14:16.745259+0000 mgr.y (mgr.14427) 25 : cephadm [INF] Deploying daemon node-exporter.b on smithi046 2024-04-27T01:14:18.414 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:18 smithi046 bash[18464]: cluster 2024-04-27T01:14:17.422119+0000 mgr.y (mgr.14427) 26 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:18.414 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:18 smithi046 bash[18464]: audit 2024-04-27T01:14:17.535281+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:18.415 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:18 smithi046 bash[18464]: audit 2024-04-27T01:14:17.539183+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:14:18.415 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:18 smithi046 bash[18464]: audit 2024-04-27T01:14:17.541714+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:14:18.415 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:18 smithi046 bash[18464]: audit 2024-04-27T01:14:17.543215+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:14:18.541 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:18 smithi042 bash[37649]: b45d31ee2d7f: Pull complete 2024-04-27T01:14:18.675 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:18 smithi046 bash[33044]: v1.3.1: Pulling from prometheus/node-exporter 2024-04-27T01:14:18.675 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:18 smithi046 bash[33044]: aa2a8d90b84c: Pulling fs layer 2024-04-27T01:14:18.675 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:18 smithi046 bash[33044]: b45d31ee2d7f: Pulling fs layer 2024-04-27T01:14:18.675 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:18 smithi046 bash[33044]: b5db1e299295: Pulling fs layer 2024-04-27T01:14:18.954 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:18 smithi042 bash[37649]: b5db1e299295: Pull complete 2024-04-27T01:14:18.954 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:18 smithi042 bash[37649]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2024-04-27T01:14:18.954 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:18 smithi042 bash[37649]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2024-04-27T01:14:19.058 INFO:teuthology.orchestra.run.smithi046.stdout:[client.1] 2024-04-27T01:14:19.059 INFO:teuthology.orchestra.run.smithi046.stdout: key = AQBrUSxmHz7NAxAA2xV27VEVPltKr8xgJ8J1nQ== 2024-04-27T01:14:19.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:18 smithi046 bash[33044]: b45d31ee2d7f: Verifying Checksum 2024-04-27T01:14:19.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:18 smithi046 bash[33044]: b45d31ee2d7f: Download complete 2024-04-27T01:14:19.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:18 smithi046 bash[33044]: aa2a8d90b84c: Verifying Checksum 2024-04-27T01:14:19.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:18 smithi046 bash[33044]: aa2a8d90b84c: Download complete 2024-04-27T01:14:19.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:19 smithi046 bash[33044]: aa2a8d90b84c: Pull complete 2024-04-27T01:14:19.675 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:19 smithi046 bash[33044]: b5db1e299295: Verifying Checksum 2024-04-27T01:14:19.676 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:19 smithi046 bash[33044]: b5db1e299295: Download complete 2024-04-27T01:14:19.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:19 smithi046 bash[18464]: audit 2024-04-27T01:14:19.062266+0000 mon.b (mon.2) 54 : audit [INF] from='client.? 172.21.15.46:0/75193984' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-27T01:14:19.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:19 smithi046 bash[18464]: audit 2024-04-27T01:14:19.063404+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 *"]}]: dispatch 2024-04-27T01:14:19.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:19 smithi046 bash[18464]: audit 2024-04-27T01:14:19.070967+0000 mon.a (mon.0) 628 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-27T01:14:19.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:19 smithi042 bash[18488]: audit 2024-04-27T01:14:19.062266+0000 mon.b (mon.2) 54 : audit [INF] from='client.? 172.21.15.46:0/75193984' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-27T01:14:19.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:19 smithi042 bash[18488]: audit 2024-04-27T01:14:19.063404+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 *"]}]: dispatch 2024-04-27T01:14:19.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:19 smithi042 bash[18488]: audit 2024-04-27T01:14:19.070967+0000 mon.a (mon.0) 628 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-27T01:14:19.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:19 smithi042 bash[23616]: audit 2024-04-27T01:14:19.062266+0000 mon.b (mon.2) 54 : audit [INF] from='client.? 172.21.15.46:0/75193984' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-27T01:14:19.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:19 smithi042 bash[23616]: audit 2024-04-27T01:14:19.063404+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 *"]}]: dispatch 2024-04-27T01:14:19.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:19 smithi042 bash[23616]: audit 2024-04-27T01:14:19.070967+0000 mon.a (mon.0) 628 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-27T01:14:19.899 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-27T01:14:19.899 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-04-27T01:14:19.899 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-04-27T01:14:19.923 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-27T01:14:19.923 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-27T01:14:19.923 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph mgr dump --format=json 2024-04-27T01:14:20.147 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:19 smithi046 bash[33044]: b45d31ee2d7f: Pull complete 2024-04-27T01:14:20.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:20 smithi046 bash[33044]: b5db1e299295: Pull complete 2024-04-27T01:14:20.380 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.136Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-04-27T01:14:20.380 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.136Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-04-27T01:14:20.380 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.136Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2024-04-27T01:14:20.380 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.136Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-04-27T01:14:20.381 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-04-27T01:14:20.381 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=arp 2024-04-27T01:14:20.381 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=bcache 2024-04-27T01:14:20.381 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=bonding 2024-04-27T01:14:20.381 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=btrfs 2024-04-27T01:14:20.381 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=conntrack 2024-04-27T01:14:20.382 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=cpu 2024-04-27T01:14:20.382 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-04-27T01:14:20.382 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=diskstats 2024-04-27T01:14:20.382 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=dmi 2024-04-27T01:14:20.382 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=edac 2024-04-27T01:14:20.382 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=entropy 2024-04-27T01:14:20.382 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-04-27T01:14:20.382 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=filefd 2024-04-27T01:14:20.382 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=filesystem 2024-04-27T01:14:20.382 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=hwmon 2024-04-27T01:14:20.382 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=infiniband 2024-04-27T01:14:20.383 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=ipvs 2024-04-27T01:14:20.383 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=loadavg 2024-04-27T01:14:20.383 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=mdadm 2024-04-27T01:14:20.383 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=meminfo 2024-04-27T01:14:20.383 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=netclass 2024-04-27T01:14:20.383 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=netdev 2024-04-27T01:14:20.383 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=netstat 2024-04-27T01:14:20.383 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=nfs 2024-04-27T01:14:20.383 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=nfsd 2024-04-27T01:14:20.383 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=nvme 2024-04-27T01:14:20.383 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=os 2024-04-27T01:14:20.383 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-04-27T01:14:20.383 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=pressure 2024-04-27T01:14:20.383 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=rapl 2024-04-27T01:14:20.384 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=schedstat 2024-04-27T01:14:20.384 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=sockstat 2024-04-27T01:14:20.384 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=softnet 2024-04-27T01:14:20.384 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=stat 2024-04-27T01:14:20.384 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=tapestats 2024-04-27T01:14:20.384 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=textfile 2024-04-27T01:14:20.384 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-04-27T01:14:20.384 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=time 2024-04-27T01:14:20.384 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-04-27T01:14:20.384 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=uname 2024-04-27T01:14:20.384 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=vmstat 2024-04-27T01:14:20.384 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=xfs 2024-04-27T01:14:20.384 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.137Z caller=node_exporter.go:115 level=info collector=zfs 2024-04-27T01:14:20.384 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.138Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-04-27T01:14:20.385 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[37649]: ts=2024-04-27T01:14:20.138Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-04-27T01:14:20.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:20 smithi046 bash[18464]: cluster 2024-04-27T01:14:19.422766+0000 mgr.y (mgr.14427) 27 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:20.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:20 smithi046 bash[18464]: audit 2024-04-27T01:14:19.503676+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:20.426 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:20 smithi046 bash[33044]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2024-04-27T01:14:20.426 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:20 smithi046 bash[33044]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2024-04-27T01:14:20.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[23616]: cluster 2024-04-27T01:14:19.422766+0000 mgr.y (mgr.14427) 27 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:20.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[23616]: audit 2024-04-27T01:14:19.503676+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:20.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[18488]: cluster 2024-04-27T01:14:19.422766+0000 mgr.y (mgr.14427) 27 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:20.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:20 smithi042 bash[18488]: audit 2024-04-27T01:14:19.503676+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:21.433 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:14:21 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:21.736 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.546Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-04-27T01:14:21.736 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.546Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-04-27T01:14:21.736 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.547Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2024-04-27T01:14:21.737 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.547Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-04-27T01:14:21.737 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.547Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-04-27T01:14:21.737 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.547Z caller=node_exporter.go:115 level=info collector=arp 2024-04-27T01:14:21.737 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.547Z caller=node_exporter.go:115 level=info collector=bcache 2024-04-27T01:14:21.737 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.547Z caller=node_exporter.go:115 level=info collector=bonding 2024-04-27T01:14:21.737 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.547Z caller=node_exporter.go:115 level=info collector=btrfs 2024-04-27T01:14:21.737 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.547Z caller=node_exporter.go:115 level=info collector=conntrack 2024-04-27T01:14:21.737 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.547Z caller=node_exporter.go:115 level=info collector=cpu 2024-04-27T01:14:21.737 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.547Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-04-27T01:14:21.737 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.547Z caller=node_exporter.go:115 level=info collector=diskstats 2024-04-27T01:14:21.737 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.547Z caller=node_exporter.go:115 level=info collector=dmi 2024-04-27T01:14:21.737 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=edac 2024-04-27T01:14:21.737 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=entropy 2024-04-27T01:14:21.737 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-04-27T01:14:21.738 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=filefd 2024-04-27T01:14:21.738 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=filesystem 2024-04-27T01:14:21.738 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=hwmon 2024-04-27T01:14:21.738 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=infiniband 2024-04-27T01:14:21.738 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=ipvs 2024-04-27T01:14:21.738 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=loadavg 2024-04-27T01:14:21.738 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=mdadm 2024-04-27T01:14:21.738 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=meminfo 2024-04-27T01:14:21.738 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=netclass 2024-04-27T01:14:21.738 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=netdev 2024-04-27T01:14:21.738 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=netstat 2024-04-27T01:14:21.739 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=nfs 2024-04-27T01:14:21.739 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=nfsd 2024-04-27T01:14:21.739 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=nvme 2024-04-27T01:14:21.739 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=os 2024-04-27T01:14:21.739 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-04-27T01:14:21.739 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=pressure 2024-04-27T01:14:21.739 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=rapl 2024-04-27T01:14:21.739 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=schedstat 2024-04-27T01:14:21.739 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=sockstat 2024-04-27T01:14:21.739 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=softnet 2024-04-27T01:14:21.739 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=stat 2024-04-27T01:14:21.739 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=tapestats 2024-04-27T01:14:21.740 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=textfile 2024-04-27T01:14:21.740 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-04-27T01:14:21.740 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=time 2024-04-27T01:14:21.740 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-04-27T01:14:21.740 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=uname 2024-04-27T01:14:21.740 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=vmstat 2024-04-27T01:14:21.740 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=xfs 2024-04-27T01:14:21.740 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:115 level=info collector=zfs 2024-04-27T01:14:21.740 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-04-27T01:14:21.740 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[33044]: ts=2024-04-27T01:14:21.548Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-04-27T01:14:22.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[18464]: audit 2024-04-27T01:14:20.746818+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:22.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[18464]: audit 2024-04-27T01:14:20.820497+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:22.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[18464]: audit 2024-04-27T01:14:20.827032+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:22.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[18464]: cephadm 2024-04-27T01:14:20.838476+0000 mgr.y (mgr.14427) 28 : cephadm [INF] Deploying daemon alertmanager.a on smithi042 2024-04-27T01:14:22.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:21 smithi046 bash[18464]: cluster 2024-04-27T01:14:21.423338+0000 mgr.y (mgr.14427) 29 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:22.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:21 smithi042 bash[18488]: audit 2024-04-27T01:14:20.746818+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:22.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:21 smithi042 bash[18488]: audit 2024-04-27T01:14:20.820497+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:22.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:21 smithi042 bash[18488]: audit 2024-04-27T01:14:20.827032+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:22.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:21 smithi042 bash[18488]: cephadm 2024-04-27T01:14:20.838476+0000 mgr.y (mgr.14427) 28 : cephadm [INF] Deploying daemon alertmanager.a on smithi042 2024-04-27T01:14:22.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:21 smithi042 bash[18488]: cluster 2024-04-27T01:14:21.423338+0000 mgr.y (mgr.14427) 29 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:22.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:21 smithi042 bash[23616]: audit 2024-04-27T01:14:20.746818+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:22.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:21 smithi042 bash[23616]: audit 2024-04-27T01:14:20.820497+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:22.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:21 smithi042 bash[23616]: audit 2024-04-27T01:14:20.827032+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:22.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:21 smithi042 bash[23616]: cephadm 2024-04-27T01:14:20.838476+0000 mgr.y (mgr.14427) 28 : cephadm [INF] Deploying daemon alertmanager.a on smithi042 2024-04-27T01:14:22.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:21 smithi042 bash[23616]: cluster 2024-04-27T01:14:21.423338+0000 mgr.y (mgr.14427) 29 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:22.350 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T01:14:24.675 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:14:24 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:14:24] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:14:24.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:24 smithi046 bash[18464]: cluster 2024-04-27T01:14:23.423895+0000 mgr.y (mgr.14427) 30 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:24.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:24 smithi042 bash[18488]: cluster 2024-04-27T01:14:23.423895+0000 mgr.y (mgr.14427) 30 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:24.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:24 smithi042 bash[23616]: cluster 2024-04-27T01:14:23.423895+0000 mgr.y (mgr.14427) 30 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:25.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:25 smithi042 bash[18488]: cluster 2024-04-27T01:14:25.424525+0000 mgr.y (mgr.14427) 31 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:25.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:25 smithi042 bash[23616]: cluster 2024-04-27T01:14:25.424525+0000 mgr.y (mgr.14427) 31 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:25.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:25 smithi046 bash[18464]: cluster 2024-04-27T01:14:25.424525+0000 mgr.y (mgr.14427) 31 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:26.433 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:14:26 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:14:26] "GET /metrics HTTP/1.1" 200 191499 "" "Prometheus/2.33.4" 2024-04-27T01:14:27.214 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-04-27T01:14:27.320 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:27 smithi042 bash[18488]: audit 2024-04-27T01:14:27.218959+0000 mon.a (mon.0) 633 : audit [DBG] from='client.? 172.21.15.42:0/3739171885' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-27T01:14:27.321 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:27 smithi042 bash[23616]: audit 2024-04-27T01:14:27.218959+0000 mon.a (mon.0) 633 : audit [DBG] from='client.? 172.21.15.42:0/3739171885' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-27T01:14:27.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:27 smithi046 bash[18464]: audit 2024-04-27T01:14:27.218959+0000 mon.a (mon.0) 633 : audit [DBG] from='client.? 172.21.15.42:0/3739171885' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-27T01:14:28.440 INFO:teuthology.orchestra.run.smithi042.stdout:{"epoch":19,"active_gid":14427,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6800","nonce":3785572581},{"type":"v1","addr":"172.21.15.42:6801","nonce":3785572581}]},"active_addr":"172.21.15.42:6801/3785572581","active_change":"2024-04-27T01:13:58.792710+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":24302,"name":"x","mgr_features":4540138303579357183,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.23.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.23.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.42:8443/","prometheus":"http://172.21.15.42:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":60,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.42:0","nonce":1629173198}]},{"addrvec":[{"type":"v2","addr":"172.21.15.42:0","nonce":998174744}]},{"addrvec":[{"type":"v2","addr":"172.21.15.42:0","nonce":968278415}]},{"addrvec":[{"type":"v2","addr":"172.21.15.42:0","nonce":25953395}]}]}} 2024-04-27T01:14:28.443 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-27T01:14:28.443 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-27T01:14:28.444 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-27T01:14:28.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:28 smithi046 bash[18464]: cluster 2024-04-27T01:14:27.425142+0000 mgr.y (mgr.14427) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:28.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:28 smithi042 bash[18488]: cluster 2024-04-27T01:14:27.425142+0000 mgr.y (mgr.14427) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:28.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:28 smithi042 bash[23616]: cluster 2024-04-27T01:14:27.425142+0000 mgr.y (mgr.14427) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:29.751 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:14:29 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:29.751 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:29 smithi042 bash[23616]: cluster 2024-04-27T01:14:29.425702+0000 mgr.y (mgr.14427) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:29.751 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:29 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:29.752 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:14:29 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:29.752 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:29 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:29.752 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:29 smithi042 bash[18488]: cluster 2024-04-27T01:14:29.425702+0000 mgr.y (mgr.14427) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:29.752 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:29 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:29.752 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:14:29 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:29.753 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:14:29 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:29.753 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:14:29 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:29.753 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:14:29 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:29.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:29 smithi046 bash[18464]: cluster 2024-04-27T01:14:29.425702+0000 mgr.y (mgr.14427) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:30.004 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:29 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:30.004 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:14:29 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:30.005 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:14:29 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:30.005 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:14:29 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:30.005 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:14:29 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:30.005 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:14:29 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:30.005 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:29 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:30.006 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:14:29 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:30.006 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:14:29 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:30.006 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:14:29 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:30.007 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:14:29 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:30.425 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:30 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:30.433 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:14:30 smithi042 systemd[1]: Started Ceph alertmanager.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:14:31.155 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T01:14:31.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:31 smithi046 bash[18464]: audit 2024-04-27T01:14:30.054960+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:31.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:31 smithi046 bash[18464]: audit 2024-04-27T01:14:30.083223+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:31.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:31 smithi046 bash[18464]: audit 2024-04-27T01:14:30.089245+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:31.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:31 smithi046 bash[18464]: audit 2024-04-27T01:14:30.093857+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-27T01:14:31.427 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:31 smithi046 bash[18464]: audit 2024-04-27T01:14:30.094736+0000 mgr.y (mgr.14427) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-27T01:14:31.427 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:31 smithi046 bash[18464]: audit 2024-04-27T01:14:30.100765+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:31.427 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:31 smithi046 bash[18464]: cephadm 2024-04-27T01:14:30.107997+0000 mgr.y (mgr.14427) 35 : cephadm [INF] Deploying daemon grafana.a on smithi046 2024-04-27T01:14:31.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:31 smithi042 bash[23616]: audit 2024-04-27T01:14:30.054960+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:31.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:31 smithi042 bash[23616]: audit 2024-04-27T01:14:30.083223+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:31.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:31 smithi042 bash[23616]: audit 2024-04-27T01:14:30.089245+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:31.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:31 smithi042 bash[23616]: audit 2024-04-27T01:14:30.093857+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-27T01:14:31.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:31 smithi042 bash[23616]: audit 2024-04-27T01:14:30.094736+0000 mgr.y (mgr.14427) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-27T01:14:31.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:31 smithi042 bash[23616]: audit 2024-04-27T01:14:30.100765+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:31.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:31 smithi042 bash[23616]: cephadm 2024-04-27T01:14:30.107997+0000 mgr.y (mgr.14427) 35 : cephadm [INF] Deploying daemon grafana.a on smithi046 2024-04-27T01:14:31.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:31 smithi042 bash[18488]: audit 2024-04-27T01:14:30.054960+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:31.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:31 smithi042 bash[18488]: audit 2024-04-27T01:14:30.083223+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:31.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:31 smithi042 bash[18488]: audit 2024-04-27T01:14:30.089245+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:31.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:31 smithi042 bash[18488]: audit 2024-04-27T01:14:30.093857+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-27T01:14:31.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:31 smithi042 bash[18488]: audit 2024-04-27T01:14:30.094736+0000 mgr.y (mgr.14427) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-27T01:14:31.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:31 smithi042 bash[18488]: audit 2024-04-27T01:14:30.100765+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:31.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:31 smithi042 bash[18488]: cephadm 2024-04-27T01:14:30.107997+0000 mgr.y (mgr.14427) 35 : cephadm [INF] Deploying daemon grafana.a on smithi046 2024-04-27T01:14:31.435 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:14:31 smithi042 bash[38395]: level=info ts=2024-04-27T01:14:31.068Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-04-27T01:14:31.436 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:14:31 smithi042 bash[38395]: level=info ts=2024-04-27T01:14:31.068Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-04-27T01:14:31.436 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:14:31 smithi042 bash[38395]: level=info ts=2024-04-27T01:14:31.070Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.42 port=9094 2024-04-27T01:14:31.436 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:14:31 smithi042 bash[38395]: level=info ts=2024-04-27T01:14:31.071Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-04-27T01:14:31.436 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:14:31 smithi042 bash[38395]: level=info ts=2024-04-27T01:14:31.105Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-04-27T01:14:31.436 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:14:31 smithi042 bash[38395]: level=info ts=2024-04-27T01:14:31.105Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-04-27T01:14:31.436 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:14:31 smithi042 bash[38395]: level=info ts=2024-04-27T01:14:31.109Z caller=main.go:518 msg=Listening address=:9093 2024-04-27T01:14:31.436 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:14:31 smithi042 bash[38395]: level=info ts=2024-04-27T01:14:31.109Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-04-27T01:14:32.339 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:32 smithi042 bash[18488]: cluster 2024-04-27T01:14:31.426434+0000 mgr.y (mgr.14427) 36 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:32.339 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:32 smithi042 bash[23616]: cluster 2024-04-27T01:14:31.426434+0000 mgr.y (mgr.14427) 36 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:32.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:32 smithi046 bash[18464]: cluster 2024-04-27T01:14:31.426434+0000 mgr.y (mgr.14427) 36 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:33.403 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:14:33 smithi042 bash[38395]: level=info ts=2024-04-27T01:14:33.072Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.001003621s 2024-04-27T01:14:33.758 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-04-27T01:14:33.758 INFO:teuthology.orchestra.run.smithi042.stdout:{"epoch":60,"fsid":"52cb9b7e-0432-11ef-bc93-c7b262605968","created":"2024-04-27T01:07:12.795009+0000","modified":"2024-04-27T01:13:58.792092+0000","last_up_change":"2024-04-27T01:13:35.385928+0000","last_in_change":"2024-04-27T01:13:12.310104+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-27T01:10:52.242163+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"53914fdd-ed94-4c6e-ad8d-772e51b23b21","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6802","nonce":809448986},{"type":"v1","addr":"172.21.15.42:6803","nonce":809448986}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6804","nonce":809448986},{"type":"v1","addr":"172.21.15.42:6805","nonce":809448986}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6808","nonce":809448986},{"type":"v1","addr":"172.21.15.42:6809","nonce":809448986}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6806","nonce":809448986},{"type":"v1","addr":"172.21.15.42:6807","nonce":809448986}]},"public_addr":"172.21.15.42:6803/809448986","cluster_addr":"172.21.15.42:6805/809448986","heartbeat_back_addr":"172.21.15.42:6809/809448986","heartbeat_front_addr":"172.21.15.42:6807/809448986","state":["exists","up"]},{"osd":1,"uuid":"bc5f599c-b1e5-4169-9267-62fa666b7fa7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6810","nonce":844609428},{"type":"v1","addr":"172.21.15.42:6811","nonce":844609428}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6812","nonce":844609428},{"type":"v1","addr":"172.21.15.42:6813","nonce":844609428}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6816","nonce":844609428},{"type":"v1","addr":"172.21.15.42:6817","nonce":844609428}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6814","nonce":844609428},{"type":"v1","addr":"172.21.15.42:6815","nonce":844609428}]},"public_addr":"172.21.15.42:6811/844609428","cluster_addr":"172.21.15.42:6813/844609428","heartbeat_back_addr":"172.21.15.42:6817/844609428","heartbeat_front_addr":"172.21.15.42:6815/844609428","state":["exists","up"]},{"osd":2,"uuid":"6e726557-ff0c-416c-b98f-a9533a7a5f7e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6818","nonce":59561363},{"type":"v1","addr":"172.21.15.42:6819","nonce":59561363}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6820","nonce":59561363},{"type":"v1","addr":"172.21.15.42:6821","nonce":59561363}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6824","nonce":59561363},{"type":"v1","addr":"172.21.15.42:6825","nonce":59561363}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6822","nonce":59561363},{"type":"v1","addr":"172.21.15.42:6823","nonce":59561363}]},"public_addr":"172.21.15.42:6819/59561363","cluster_addr":"172.21.15.42:6821/59561363","heartbeat_back_addr":"172.21.15.42:6825/59561363","heartbeat_front_addr":"172.21.15.42:6823/59561363","state":["exists","up"]},{"osd":3,"uuid":"a9b4384e-f232-4653-b60f-839eca57efde","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6826","nonce":1452535692},{"type":"v1","addr":"172.21.15.42:6827","nonce":1452535692}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6828","nonce":1452535692},{"type":"v1","addr":"172.21.15.42:6829","nonce":1452535692}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6832","nonce":1452535692},{"type":"v1","addr":"172.21.15.42:6833","nonce":1452535692}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6830","nonce":1452535692},{"type":"v1","addr":"172.21.15.42:6831","nonce":1452535692}]},"public_addr":"172.21.15.42:6827/1452535692","cluster_addr":"172.21.15.42:6829/1452535692","heartbeat_back_addr":"172.21.15.42:6833/1452535692","heartbeat_front_addr":"172.21.15.42:6831/1452535692","state":["exists","up"]},{"osd":4,"uuid":"d36d5214-c58a-47de-8532-60c649083894","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6800","nonce":3583059853},{"type":"v1","addr":"172.21.15.46:6801","nonce":3583059853}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6802","nonce":3583059853},{"type":"v1","addr":"172.21.15.46:6803","nonce":3583059853}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":3583059853},{"type":"v1","addr":"172.21.15.46:6807","nonce":3583059853}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":3583059853},{"type":"v1","addr":"172.21.15.46:6805","nonce":3583059853}]},"public_addr":"172.21.15.46:6801/3583059853","cluster_addr":"172.21.15.46:6803/3583059853","heartbeat_back_addr":"172.21.15.46:6807/3583059853","heartbeat_front_addr":"172.21.15.46:6805/3583059853","state":["exists","up"]},{"osd":5,"uuid":"81a580c6-e74a-4ffb-8997-4045f9407a6d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6808","nonce":3247529387},{"type":"v1","addr":"172.21.15.46:6809","nonce":3247529387}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6810","nonce":3247529387},{"type":"v1","addr":"172.21.15.46:6811","nonce":3247529387}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6814","nonce":3247529387},{"type":"v1","addr":"172.21.15.46:6815","nonce":3247529387}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6812","nonce":3247529387},{"type":"v1","addr":"172.21.15.46:6813","nonce":3247529387}]},"public_addr":"172.21.15.46:6809/3247529387","cluster_addr":"172.21.15.46:6811/3247529387","heartbeat_back_addr":"172.21.15.46:6815/3247529387","heartbeat_front_addr":"172.21.15.46:6813/3247529387","state":["exists","up"]},{"osd":6,"uuid":"cd471ada-ed4d-4f03-87d1-760ce5f8b4fe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6816","nonce":1803551048},{"type":"v1","addr":"172.21.15.46:6817","nonce":1803551048}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6818","nonce":1803551048},{"type":"v1","addr":"172.21.15.46:6819","nonce":1803551048}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6822","nonce":1803551048},{"type":"v1","addr":"172.21.15.46:6823","nonce":1803551048}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6820","nonce":1803551048},{"type":"v1","addr":"172.21.15.46:6821","nonce":1803551048}]},"public_addr":"172.21.15.46:6817/1803551048","cluster_addr":"172.21.15.46:6819/1803551048","heartbeat_back_addr":"172.21.15.46:6823/1803551048","heartbeat_front_addr":"172.21.15.46:6821/1803551048","state":["exists","up"]},{"osd":7,"uuid":"9570c008-9f3f-45f0-b675-bfabb6d4bf12","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":55,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6824","nonce":3198474461},{"type":"v1","addr":"172.21.15.46:6825","nonce":3198474461}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6826","nonce":3198474461},{"type":"v1","addr":"172.21.15.46:6827","nonce":3198474461}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6830","nonce":3198474461},{"type":"v1","addr":"172.21.15.46:6831","nonce":3198474461}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6828","nonce":3198474461},{"type":"v1","addr":"172.21.15.46:6829","nonce":3198474461}]},"public_addr":"172.21.15.46:6825/3198474461","cluster_addr":"172.21.15.46:6827/3198474461","heartbeat_back_addr":"172.21.15.46:6831/3198474461","heartbeat_front_addr":"172.21.15.46:6829/3198474461","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T01:09:43.443789+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T01:10:15.772254+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T01:10:48.742557+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T01:11:22.589278+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T01:11:54.234894+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T01:12:26.968787+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T01:13:00.365572+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T01:13:33.457027+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.42:0/797113563":"2024-04-28T01:13:58.791973+0000","172.21.15.42:0/3392779305":"2024-04-28T01:13:58.791973+0000","172.21.15.42:6800/1157932897":"2024-04-28T01:13:58.791973+0000","172.21.15.42:6801/1283064043":"2024-04-28T01:08:11.592112+0000","172.21.15.42:0/1565936666":"2024-04-28T01:13:58.791973+0000","172.21.15.42:0/1444221546":"2024-04-28T01:08:11.592112+0000","172.21.15.42:0/196380040":"2024-04-28T01:13:58.791973+0000","172.21.15.42:0/1815287316":"2024-04-28T01:08:11.592112+0000","172.21.15.42:0/325855596":"2024-04-28T01:08:11.592112+0000","172.21.15.42:6800/2103355489":"2024-04-28T01:07:42.579991+0000","172.21.15.42:6801/1157932897":"2024-04-28T01:13:58.791973+0000","172.21.15.42:6800/1283064043":"2024-04-28T01:08:11.592112+0000","172.21.15.42:6801/2103355489":"2024-04-28T01:07:42.579991+0000","172.21.15.42:0/137347695":"2024-04-28T01:07:42.579991+0000","172.21.15.42:0/958728601":"2024-04-28T01:07:42.579991+0000","172.21.15.42:0/2246048154":"2024-04-28T01:07:42.579991+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-27T01:14:34.359 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-27T01:14:34.360 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-27T01:14:34.675 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:14:34 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:14:34] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:14:34.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:34 smithi046 bash[18464]: cluster 2024-04-27T01:14:33.426950+0000 mgr.y (mgr.14427) 37 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:34.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:34 smithi046 bash[18464]: audit 2024-04-27T01:14:33.768675+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.42:0/2219870171' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-27T01:14:34.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:34 smithi042 bash[23616]: cluster 2024-04-27T01:14:33.426950+0000 mgr.y (mgr.14427) 37 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:34.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:34 smithi042 bash[23616]: audit 2024-04-27T01:14:33.768675+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.42:0/2219870171' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-27T01:14:34.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:34 smithi042 bash[18488]: cluster 2024-04-27T01:14:33.426950+0000 mgr.y (mgr.14427) 37 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:34.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:34 smithi042 bash[18488]: audit 2024-04-27T01:14:33.768675+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.42:0/2219870171' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-27T01:14:35.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:35 smithi046 bash[18464]: audit 2024-04-27T01:14:34.514366+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:35.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:35 smithi046 bash[18464]: cluster 2024-04-27T01:14:35.427471+0000 mgr.y (mgr.14427) 38 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:35.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:35 smithi042 bash[18488]: audit 2024-04-27T01:14:34.514366+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:35.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:35 smithi042 bash[18488]: cluster 2024-04-27T01:14:35.427471+0000 mgr.y (mgr.14427) 38 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:35.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:35 smithi042 bash[23616]: audit 2024-04-27T01:14:34.514366+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:35.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:35 smithi042 bash[23616]: cluster 2024-04-27T01:14:35.427471+0000 mgr.y (mgr.14427) 38 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:36.433 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:14:36 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:14:36] "GET /metrics HTTP/1.1" 200 191485 "" "Prometheus/2.33.4" 2024-04-27T01:14:37.100 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T01:14:37.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:37 smithi042 bash[18488]: cluster 2024-04-27T01:14:37.428124+0000 mgr.y (mgr.14427) 39 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:37.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:37 smithi042 bash[23616]: cluster 2024-04-27T01:14:37.428124+0000 mgr.y (mgr.14427) 39 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:37.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:37 smithi046 bash[18464]: cluster 2024-04-27T01:14:37.428124+0000 mgr.y (mgr.14427) 39 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:39.587 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-04-27T01:14:39.587 INFO:teuthology.orchestra.run.smithi042.stdout:{"epoch":60,"fsid":"52cb9b7e-0432-11ef-bc93-c7b262605968","created":"2024-04-27T01:07:12.795009+0000","modified":"2024-04-27T01:13:58.792092+0000","last_up_change":"2024-04-27T01:13:35.385928+0000","last_in_change":"2024-04-27T01:13:12.310104+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-27T01:10:52.242163+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"53914fdd-ed94-4c6e-ad8d-772e51b23b21","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6802","nonce":809448986},{"type":"v1","addr":"172.21.15.42:6803","nonce":809448986}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6804","nonce":809448986},{"type":"v1","addr":"172.21.15.42:6805","nonce":809448986}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6808","nonce":809448986},{"type":"v1","addr":"172.21.15.42:6809","nonce":809448986}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6806","nonce":809448986},{"type":"v1","addr":"172.21.15.42:6807","nonce":809448986}]},"public_addr":"172.21.15.42:6803/809448986","cluster_addr":"172.21.15.42:6805/809448986","heartbeat_back_addr":"172.21.15.42:6809/809448986","heartbeat_front_addr":"172.21.15.42:6807/809448986","state":["exists","up"]},{"osd":1,"uuid":"bc5f599c-b1e5-4169-9267-62fa666b7fa7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6810","nonce":844609428},{"type":"v1","addr":"172.21.15.42:6811","nonce":844609428}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6812","nonce":844609428},{"type":"v1","addr":"172.21.15.42:6813","nonce":844609428}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6816","nonce":844609428},{"type":"v1","addr":"172.21.15.42:6817","nonce":844609428}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6814","nonce":844609428},{"type":"v1","addr":"172.21.15.42:6815","nonce":844609428}]},"public_addr":"172.21.15.42:6811/844609428","cluster_addr":"172.21.15.42:6813/844609428","heartbeat_back_addr":"172.21.15.42:6817/844609428","heartbeat_front_addr":"172.21.15.42:6815/844609428","state":["exists","up"]},{"osd":2,"uuid":"6e726557-ff0c-416c-b98f-a9533a7a5f7e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6818","nonce":59561363},{"type":"v1","addr":"172.21.15.42:6819","nonce":59561363}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6820","nonce":59561363},{"type":"v1","addr":"172.21.15.42:6821","nonce":59561363}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6824","nonce":59561363},{"type":"v1","addr":"172.21.15.42:6825","nonce":59561363}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6822","nonce":59561363},{"type":"v1","addr":"172.21.15.42:6823","nonce":59561363}]},"public_addr":"172.21.15.42:6819/59561363","cluster_addr":"172.21.15.42:6821/59561363","heartbeat_back_addr":"172.21.15.42:6825/59561363","heartbeat_front_addr":"172.21.15.42:6823/59561363","state":["exists","up"]},{"osd":3,"uuid":"a9b4384e-f232-4653-b60f-839eca57efde","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6826","nonce":1452535692},{"type":"v1","addr":"172.21.15.42:6827","nonce":1452535692}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6828","nonce":1452535692},{"type":"v1","addr":"172.21.15.42:6829","nonce":1452535692}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6832","nonce":1452535692},{"type":"v1","addr":"172.21.15.42:6833","nonce":1452535692}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6830","nonce":1452535692},{"type":"v1","addr":"172.21.15.42:6831","nonce":1452535692}]},"public_addr":"172.21.15.42:6827/1452535692","cluster_addr":"172.21.15.42:6829/1452535692","heartbeat_back_addr":"172.21.15.42:6833/1452535692","heartbeat_front_addr":"172.21.15.42:6831/1452535692","state":["exists","up"]},{"osd":4,"uuid":"d36d5214-c58a-47de-8532-60c649083894","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6800","nonce":3583059853},{"type":"v1","addr":"172.21.15.46:6801","nonce":3583059853}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6802","nonce":3583059853},{"type":"v1","addr":"172.21.15.46:6803","nonce":3583059853}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":3583059853},{"type":"v1","addr":"172.21.15.46:6807","nonce":3583059853}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":3583059853},{"type":"v1","addr":"172.21.15.46:6805","nonce":3583059853}]},"public_addr":"172.21.15.46:6801/3583059853","cluster_addr":"172.21.15.46:6803/3583059853","heartbeat_back_addr":"172.21.15.46:6807/3583059853","heartbeat_front_addr":"172.21.15.46:6805/3583059853","state":["exists","up"]},{"osd":5,"uuid":"81a580c6-e74a-4ffb-8997-4045f9407a6d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6808","nonce":3247529387},{"type":"v1","addr":"172.21.15.46:6809","nonce":3247529387}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6810","nonce":3247529387},{"type":"v1","addr":"172.21.15.46:6811","nonce":3247529387}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6814","nonce":3247529387},{"type":"v1","addr":"172.21.15.46:6815","nonce":3247529387}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6812","nonce":3247529387},{"type":"v1","addr":"172.21.15.46:6813","nonce":3247529387}]},"public_addr":"172.21.15.46:6809/3247529387","cluster_addr":"172.21.15.46:6811/3247529387","heartbeat_back_addr":"172.21.15.46:6815/3247529387","heartbeat_front_addr":"172.21.15.46:6813/3247529387","state":["exists","up"]},{"osd":6,"uuid":"cd471ada-ed4d-4f03-87d1-760ce5f8b4fe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6816","nonce":1803551048},{"type":"v1","addr":"172.21.15.46:6817","nonce":1803551048}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6818","nonce":1803551048},{"type":"v1","addr":"172.21.15.46:6819","nonce":1803551048}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6822","nonce":1803551048},{"type":"v1","addr":"172.21.15.46:6823","nonce":1803551048}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6820","nonce":1803551048},{"type":"v1","addr":"172.21.15.46:6821","nonce":1803551048}]},"public_addr":"172.21.15.46:6817/1803551048","cluster_addr":"172.21.15.46:6819/1803551048","heartbeat_back_addr":"172.21.15.46:6823/1803551048","heartbeat_front_addr":"172.21.15.46:6821/1803551048","state":["exists","up"]},{"osd":7,"uuid":"9570c008-9f3f-45f0-b675-bfabb6d4bf12","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":55,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6824","nonce":3198474461},{"type":"v1","addr":"172.21.15.46:6825","nonce":3198474461}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6826","nonce":3198474461},{"type":"v1","addr":"172.21.15.46:6827","nonce":3198474461}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6830","nonce":3198474461},{"type":"v1","addr":"172.21.15.46:6831","nonce":3198474461}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6828","nonce":3198474461},{"type":"v1","addr":"172.21.15.46:6829","nonce":3198474461}]},"public_addr":"172.21.15.46:6825/3198474461","cluster_addr":"172.21.15.46:6827/3198474461","heartbeat_back_addr":"172.21.15.46:6831/3198474461","heartbeat_front_addr":"172.21.15.46:6829/3198474461","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T01:09:43.443789+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T01:10:15.772254+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T01:10:48.742557+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T01:11:22.589278+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T01:11:54.234894+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T01:12:26.968787+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T01:13:00.365572+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T01:13:33.457027+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.42:0/797113563":"2024-04-28T01:13:58.791973+0000","172.21.15.42:0/3392779305":"2024-04-28T01:13:58.791973+0000","172.21.15.42:6800/1157932897":"2024-04-28T01:13:58.791973+0000","172.21.15.42:6801/1283064043":"2024-04-28T01:08:11.592112+0000","172.21.15.42:0/1565936666":"2024-04-28T01:13:58.791973+0000","172.21.15.42:0/1444221546":"2024-04-28T01:08:11.592112+0000","172.21.15.42:0/196380040":"2024-04-28T01:13:58.791973+0000","172.21.15.42:0/1815287316":"2024-04-28T01:08:11.592112+0000","172.21.15.42:0/325855596":"2024-04-28T01:08:11.592112+0000","172.21.15.42:6800/2103355489":"2024-04-28T01:07:42.579991+0000","172.21.15.42:6801/1157932897":"2024-04-28T01:13:58.791973+0000","172.21.15.42:6800/1283064043":"2024-04-28T01:08:11.592112+0000","172.21.15.42:6801/2103355489":"2024-04-28T01:07:42.579991+0000","172.21.15.42:0/137347695":"2024-04-28T01:07:42.579991+0000","172.21.15.42:0/958728601":"2024-04-28T01:07:42.579991+0000","172.21.15.42:0/2246048154":"2024-04-28T01:07:42.579991+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-27T01:14:39.822 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:39 smithi042 bash[18488]: cluster 2024-04-27T01:14:39.428490+0000 mgr.y (mgr.14427) 40 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:39.822 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:39 smithi042 bash[23616]: cluster 2024-04-27T01:14:39.428490+0000 mgr.y (mgr.14427) 40 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:39.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:39 smithi046 bash[18464]: cluster 2024-04-27T01:14:39.428490+0000 mgr.y (mgr.14427) 40 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:40.247 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-27T01:14:40.247 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-27T01:14:40.248 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-27T01:14:40.248 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-04-27T01:14:40.248 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-04-27T01:14:40.249 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-04-27T01:14:40.249 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-04-27T01:14:40.250 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-04-27T01:14:40.518 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:40 smithi042 bash[18488]: audit 2024-04-27T01:14:39.598504+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.42:0/2123816876' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-27T01:14:40.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:40 smithi046 bash[18464]: audit 2024-04-27T01:14:39.598504+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.42:0/2123816876' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-27T01:14:40.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:40 smithi042 bash[23616]: audit 2024-04-27T01:14:39.598504+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.42:0/2123816876' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-27T01:14:41.433 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:14:41 smithi042 bash[38395]: level=info ts=2024-04-27T01:14:41.075Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.004054659s 2024-04-27T01:14:41.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:41 smithi046 bash[18464]: cluster 2024-04-27T01:14:41.429055+0000 mgr.y (mgr.14427) 41 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:41.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:41 smithi042 bash[18488]: cluster 2024-04-27T01:14:41.429055+0000 mgr.y (mgr.14427) 41 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:41.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:41 smithi042 bash[23616]: cluster 2024-04-27T01:14:41.429055+0000 mgr.y (mgr.14427) 41 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:43.102 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T01:14:43.103 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T01:14:43.103 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T01:14:43.104 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T01:14:43.106 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T01:14:43.106 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T01:14:43.107 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T01:14:43.109 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T01:14:44.675 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:14:44 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:14:44] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:14:44.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:44 smithi046 bash[18464]: cluster 2024-04-27T01:14:43.429683+0000 mgr.y (mgr.14427) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:44.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:44 smithi042 bash[18488]: cluster 2024-04-27T01:14:43.429683+0000 mgr.y (mgr.14427) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:44.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:44 smithi042 bash[23616]: cluster 2024-04-27T01:14:43.429683+0000 mgr.y (mgr.14427) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:45.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:45 smithi046 bash[18464]: cluster 2024-04-27T01:14:45.430305+0000 mgr.y (mgr.14427) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:45.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:45 smithi042 bash[18488]: cluster 2024-04-27T01:14:45.430305+0000 mgr.y (mgr.14427) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:45.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:45 smithi042 bash[23616]: cluster 2024-04-27T01:14:45.430305+0000 mgr.y (mgr.14427) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:46.435 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:14:46 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:14:46] "GET /metrics HTTP/1.1" 200 191480 "" "Prometheus/2.33.4" 2024-04-27T01:14:47.592 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:47 smithi042 bash[18488]: cluster 2024-04-27T01:14:47.430797+0000 mgr.y (mgr.14427) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:47.593 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:47 smithi042 bash[23616]: cluster 2024-04-27T01:14:47.430797+0000 mgr.y (mgr.14427) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:47.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:47 smithi046 bash[18464]: cluster 2024-04-27T01:14:47.430797+0000 mgr.y (mgr.14427) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:49.627 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:49 smithi042 bash[18488]: cluster 2024-04-27T01:14:49.431199+0000 mgr.y (mgr.14427) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:49.628 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:49 smithi042 bash[23616]: cluster 2024-04-27T01:14:49.431199+0000 mgr.y (mgr.14427) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:49.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:49 smithi046 bash[18464]: cluster 2024-04-27T01:14:49.431199+0000 mgr.y (mgr.14427) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:51.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:51 smithi042 bash[23616]: cluster 2024-04-27T01:14:51.431805+0000 mgr.y (mgr.14427) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:51.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:51 smithi042 bash[18488]: cluster 2024-04-27T01:14:51.431805+0000 mgr.y (mgr.14427) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:51.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:51 smithi046 bash[18464]: cluster 2024-04-27T01:14:51.431805+0000 mgr.y (mgr.14427) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:53.468 INFO:teuthology.orchestra.run.smithi042.stdout:133143986212 2024-04-27T01:14:53.468 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-04-27T01:14:53.657 INFO:teuthology.orchestra.run.smithi042.stdout:201863462934 2024-04-27T01:14:53.657 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-04-27T01:14:54.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:54 smithi046 bash[18464]: cluster 2024-04-27T01:14:53.432415+0000 mgr.y (mgr.14427) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:54.707 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:14:54 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:14:54] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:14:54.708 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:54 smithi042 bash[18488]: cluster 2024-04-27T01:14:53.432415+0000 mgr.y (mgr.14427) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:54.708 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:54 smithi042 bash[23616]: cluster 2024-04-27T01:14:53.432415+0000 mgr.y (mgr.14427) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:54.960 INFO:teuthology.orchestra.run.smithi042.stdout:111669149739 2024-04-27T01:14:54.961 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-04-27T01:14:55.660 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:55 smithi046 bash[18464]: cluster 2024-04-27T01:14:55.433032+0000 mgr.y (mgr.14427) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:55.773 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:55 smithi042 bash[18488]: cluster 2024-04-27T01:14:55.433032+0000 mgr.y (mgr.14427) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:55.773 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:55 smithi042 bash[23616]: cluster 2024-04-27T01:14:55.433032+0000 mgr.y (mgr.14427) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:56.140 INFO:teuthology.orchestra.run.smithi042.stdout:55834574903 2024-04-27T01:14:56.140 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-27T01:14:56.433 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:14:56 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:14:56] "GET /metrics HTTP/1.1" 200 191480 "" "Prometheus/2.33.4" 2024-04-27T01:14:57.121 INFO:teuthology.orchestra.run.smithi042.stdout:77309411378 2024-04-27T01:14:57.122 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-27T01:14:57.611 INFO:teuthology.orchestra.run.smithi042.stdout:236223201298 2024-04-27T01:14:57.611 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-04-27T01:14:57.623 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:14:57 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:57.624 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:14:57 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:57.624 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:14:57 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:57.624 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:57 smithi046 bash[18464]: cluster 2024-04-27T01:14:57.433703+0000 mgr.y (mgr.14427) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:57.624 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:57 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:57.624 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:14:57 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:57.625 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:57 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:57.625 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:14:57 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:57.625 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:14:57 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:57.874 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:14:57 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:57.874 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:14:57 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:57.875 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:14:57 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:57.875 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:57 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:57.875 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:14:57 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:57.876 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:14:57 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:57.876 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:14:57 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:57.876 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:14:57 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:57.876 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:57 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:57.877 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:57 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:57.877 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:57 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:57.877 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:57 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:14:57.877 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:57 smithi046 systemd[1]: Started Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:14:57.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:57 smithi042 bash[18488]: cluster 2024-04-27T01:14:57.433703+0000 mgr.y (mgr.14427) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:57.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:57 smithi042 bash[23616]: cluster 2024-04-27T01:14:57.433703+0000 mgr.y (mgr.14427) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:58.027 INFO:teuthology.orchestra.run.smithi042.stdout:34359738432 2024-04-27T01:14:58.028 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-27T01:14:58.177 INFO:teuthology.orchestra.run.smithi042.stdout:167503724575 2024-04-27T01:14:58.178 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-04-27T01:14:58.658 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T01:14:58.658 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T01:14:58.658 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T01:14:58.659 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T01:14:58.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:58 smithi042 bash[18488]: audit 2024-04-27T01:14:57.934886+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:58.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:58 smithi042 bash[18488]: audit 2024-04-27T01:14:57.938258+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:14:58.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:58 smithi042 bash[18488]: audit 2024-04-27T01:14:57.940532+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:14:58.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:58 smithi042 bash[18488]: audit 2024-04-27T01:14:57.941966+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:14:58.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:58 smithi042 bash[23616]: audit 2024-04-27T01:14:57.934886+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:58.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:58 smithi042 bash[23616]: audit 2024-04-27T01:14:57.938258+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:14:58.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:58 smithi042 bash[23616]: audit 2024-04-27T01:14:57.940532+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:14:58.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:58 smithi042 bash[23616]: audit 2024-04-27T01:14:57.941966+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:14:59.051 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:58 smithi046 bash[18464]: audit 2024-04-27T01:14:57.934886+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:59.051 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:58 smithi046 bash[18464]: audit 2024-04-27T01:14:57.938258+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:14:59.051 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:58 smithi046 bash[18464]: audit 2024-04-27T01:14:57.940532+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:14:59.052 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:58 smithi046 bash[18464]: audit 2024-04-27T01:14:57.941966+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:14:59.052 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:58 smithi046 bash[33715]: t=2024-04-27T01:14:58+0000 lvl=info msg="The state of unified alerting is still not defined. The decision will be made during as we run the database migrations" logger=settings 2024-04-27T01:14:59.052 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:58 smithi046 bash[33715]: t=2024-04-27T01:14:58+0000 lvl=warn msg="falling back to legacy setting of 'min_interval_seconds'; please use the configuration option in the `unified_alerting` section if Grafana 8 alerts are enabled." logger=settings 2024-04-27T01:14:59.052 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:58 smithi046 bash[33715]: t=2024-04-27T01:14:58+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2024-04-27T01:14:59.052 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:58 smithi046 bash[33715]: t=2024-04-27T01:14:58+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2024-04-27T01:14:59.052 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:58 smithi046 bash[33715]: t=2024-04-27T01:14:58+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2024-04-27T01:14:59.052 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:58 smithi046 bash[33715]: t=2024-04-27T01:14:58+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2024-04-27T01:14:59.052 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:58 smithi046 bash[33715]: t=2024-04-27T01:14:58+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-04-27T01:14:59.052 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:58 smithi046 bash[33715]: t=2024-04-27T01:14:58+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-04-27T01:14:59.052 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:58 smithi046 bash[33715]: t=2024-04-27T01:14:58+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2024-04-27T01:14:59.053 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:58 smithi046 bash[33715]: t=2024-04-27T01:14:58+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2024-04-27T01:14:59.053 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:58 smithi046 bash[33715]: t=2024-04-27T01:14:58+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2024-04-27T01:14:59.053 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:58 smithi046 bash[33715]: t=2024-04-27T01:14:58+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2024-04-27T01:14:59.053 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:58 smithi046 bash[33715]: t=2024-04-27T01:14:58+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2024-04-27T01:14:59.053 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:58 smithi046 bash[33715]: t=2024-04-27T01:14:58+0000 lvl=info msg="App mode production" logger=settings 2024-04-27T01:14:59.053 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:58 smithi046 bash[33715]: t=2024-04-27T01:14:58+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2024-04-27T01:14:59.053 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:58 smithi046 bash[33715]: t=2024-04-27T01:14:58+0000 lvl=warn msg="SQLite database file has broader permissions than it should" logger=sqlstore path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2024-04-27T01:14:59.053 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:58 smithi046 bash[33715]: t=2024-04-27T01:14:58+0000 lvl=info msg="Starting DB migrations" logger=migrator 2024-04-27T01:14:59.053 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:58 smithi046 bash[33715]: t=2024-04-27T01:14:58+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2024-04-27T01:14:59.053 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:58 smithi046 bash[33715]: t=2024-04-27T01:14:58+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2024-04-27T01:14:59.053 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:58 smithi046 bash[33715]: t=2024-04-27T01:14:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2024-04-27T01:14:59.053 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-04-27T01:14:59.053 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-04-27T01:14:59.338 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-04-27T01:14:59.338 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-04-27T01:14:59.338 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-04-27T01:14:59.338 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-04-27T01:14:59.338 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-04-27T01:14:59.338 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-04-27T01:14:59.338 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-04-27T01:14:59.338 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-04-27T01:14:59.338 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-04-27T01:14:59.338 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-04-27T01:14:59.607 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-04-27T01:14:59.607 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-04-27T01:14:59.607 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add index user.login/user.email" 2024-04-27T01:14:59.607 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_service_account column to user" 2024-04-27T01:14:59.607 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-04-27T01:14:59.607 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-04-27T01:14:59.607 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-04-27T01:14:59.676 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T01:14:59.676 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T01:14:59.876 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-04-27T01:14:59.876 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-04-27T01:14:59.876 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-04-27T01:14:59.876 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_email - v1" 2024-04-27T01:14:59.876 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_org_id - v1" 2024-04-27T01:14:59.876 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_code - v1" 2024-04-27T01:14:59.876 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_status - v1" 2024-04-27T01:14:59.876 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2024-04-27T01:14:59.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:59 smithi042 bash[18488]: cluster 2024-04-27T01:14:59.434118+0000 mgr.y (mgr.14427) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:59.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:59 smithi042 bash[18488]: audit 2024-04-27T01:14:59.521737+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:14:59.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:59 smithi042 bash[18488]: audit 2024-04-27T01:14:59.523455+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:14:59.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:59 smithi042 bash[18488]: audit 2024-04-27T01:14:59.528891+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:59.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:59 smithi042 bash[18488]: audit 2024-04-27T01:14:59.534147+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:14:59.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:14:59 smithi042 bash[18488]: audit 2024-04-27T01:14:59.535191+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:14:59.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:59 smithi042 bash[23616]: cluster 2024-04-27T01:14:59.434118+0000 mgr.y (mgr.14427) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:14:59.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:59 smithi042 bash[23616]: audit 2024-04-27T01:14:59.521737+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:14:59.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:59 smithi042 bash[23616]: audit 2024-04-27T01:14:59.523455+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:14:59.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:59 smithi042 bash[23616]: audit 2024-04-27T01:14:59.528891+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:14:59.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:59 smithi042 bash[23616]: audit 2024-04-27T01:14:59.534147+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:14:59.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:14:59 smithi042 bash[23616]: audit 2024-04-27T01:14:59.535191+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:15:00.137 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[18464]: cluster 2024-04-27T01:14:59.434118+0000 mgr.y (mgr.14427) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:00.137 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[18464]: audit 2024-04-27T01:14:59.521737+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:15:00.137 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[18464]: audit 2024-04-27T01:14:59.523455+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:15:00.137 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[18464]: audit 2024-04-27T01:14:59.528891+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:00.137 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[18464]: audit 2024-04-27T01:14:59.534147+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:15:00.137 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[18464]: audit 2024-04-27T01:14:59.535191+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:15:00.137 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="create temp_user v2" 2024-04-27T01:15:00.137 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v2" 2024-04-27T01:15:00.137 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:14:59 smithi046 bash[33715]: t=2024-04-27T01:14:59+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v2" 2024-04-27T01:15:00.137 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v2" 2024-04-27T01:15:00.138 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v2" 2024-04-27T01:15:00.138 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="copy temp_user v1 to v2" 2024-04-27T01:15:00.138 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="drop temp_user_tmp_qwerty" 2024-04-27T01:15:00.138 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="Set created for temp users that will otherwise prematurely expire" 2024-04-27T01:15:00.138 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-04-27T01:15:00.389 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-04-27T01:15:00.389 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-04-27T01:15:00.389 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-04-27T01:15:00.389 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-04-27T01:15:00.390 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-04-27T01:15:00.390 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-04-27T01:15:00.390 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_user_id - v1" 2024-04-27T01:15:00.390 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-04-27T01:15:00.641 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-04-27T01:15:00.641 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-04-27T01:15:00.641 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-04-27T01:15:00.642 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-04-27T01:15:00.642 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-04-27T01:15:00.642 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-04-27T01:15:00.642 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-04-27T01:15:00.642 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-04-27T01:15:00.694 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T01:15:00.695 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T01:15:00.902 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-04-27T01:15:00.902 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-04-27T01:15:00.902 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-04-27T01:15:00.902 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-04-27T01:15:00.902 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-04-27T01:15:00.902 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-04-27T01:15:01.175 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-04-27T01:15:01.175 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-04-27T01:15:01.175 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:00 smithi046 bash[33715]: t=2024-04-27T01:15:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-04-27T01:15:01.175 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-04-27T01:15:01.175 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-04-27T01:15:01.175 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-04-27T01:15:01.175 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-04-27T01:15:01.457 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-04-27T01:15:01.458 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-04-27T01:15:01.458 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-04-27T01:15:01.458 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-04-27T01:15:01.458 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-04-27T01:15:01.458 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-04-27T01:15:01.458 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-04-27T01:15:01.726 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-04-27T01:15:01.726 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-04-27T01:15:01.727 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-04-27T01:15:01.727 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-04-27T01:15:01.727 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-04-27T01:15:01.727 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-04-27T01:15:01.727 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-04-27T01:15:01.988 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-04-27T01:15:01.988 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-04-27T01:15:01.988 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-04-27T01:15:01.988 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-04-27T01:15:01.988 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-04-27T01:15:01.988 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-04-27T01:15:01.988 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_title" 2024-04-27T01:15:01.989 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="delete tags for deleted dashboards" 2024-04-27T01:15:01.989 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:01 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="delete stars for deleted dashboards" 2024-04-27T01:15:01.989 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_is_folder" 2024-04-27T01:15:02.274 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[18464]: audit 2024-04-27T01:15:01.246107+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:02.274 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[18464]: audit 2024-04-27T01:15:01.382841+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:02.274 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[18464]: audit 2024-04-27T01:15:01.390445+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:02.274 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[18464]: cephadm 2024-04-27T01:15:01.395265+0000 mgr.y (mgr.14427) 51 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-04-27T01:15:02.274 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[18464]: cephadm 2024-04-27T01:15:01.398343+0000 mgr.y (mgr.14427) 52 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi042 2024-04-27T01:15:02.274 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[18464]: cluster 2024-04-27T01:15:01.434655+0000 mgr.y (mgr.14427) 53 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:02.275 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-04-27T01:15:02.275 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-04-27T01:15:02.275 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-04-27T01:15:02.275 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-04-27T01:15:02.275 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-04-27T01:15:02.275 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-04-27T01:15:02.275 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-04-27T01:15:02.275 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-04-27T01:15:02.275 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-04-27T01:15:02.502 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:02 smithi042 bash[18488]: audit 2024-04-27T01:15:01.246107+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:02.502 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:02 smithi042 bash[18488]: audit 2024-04-27T01:15:01.382841+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:02.502 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:02 smithi042 bash[18488]: audit 2024-04-27T01:15:01.390445+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:02.502 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:02 smithi042 bash[18488]: cephadm 2024-04-27T01:15:01.395265+0000 mgr.y (mgr.14427) 51 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-04-27T01:15:02.503 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:02 smithi042 bash[18488]: cephadm 2024-04-27T01:15:01.398343+0000 mgr.y (mgr.14427) 52 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi042 2024-04-27T01:15:02.503 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:02 smithi042 bash[18488]: cluster 2024-04-27T01:15:01.434655+0000 mgr.y (mgr.14427) 53 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:02.503 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:02 smithi042 bash[23616]: audit 2024-04-27T01:15:01.246107+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:02.503 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:02 smithi042 bash[23616]: audit 2024-04-27T01:15:01.382841+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:02.503 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:02 smithi042 bash[23616]: audit 2024-04-27T01:15:01.390445+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:02.503 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:02 smithi042 bash[23616]: cephadm 2024-04-27T01:15:01.395265+0000 mgr.y (mgr.14427) 51 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-04-27T01:15:02.503 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:02 smithi042 bash[23616]: cephadm 2024-04-27T01:15:01.398343+0000 mgr.y (mgr.14427) 52 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi042 2024-04-27T01:15:02.503 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:02 smithi042 bash[23616]: cluster 2024-04-27T01:15:01.434655+0000 mgr.y (mgr.14427) 53 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:02.543 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-04-27T01:15:02.543 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-04-27T01:15:02.543 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-04-27T01:15:02.543 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-04-27T01:15:02.543 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-04-27T01:15:02.543 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-04-27T01:15:02.543 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-04-27T01:15:02.544 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-04-27T01:15:02.821 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-04-27T01:15:02.821 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add uid column" 2024-04-27T01:15:02.821 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid value" 2024-04-27T01:15:02.821 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index datasource_org_id_uid" 2024-04-27T01:15:02.821 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index datasource_org_id_is_default" 2024-04-27T01:15:02.821 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-04-27T01:15:02.821 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-04-27T01:15:02.821 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-04-27T01:15:02.822 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-04-27T01:15:03.073 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-04-27T01:15:03.074 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-04-27T01:15:03.074 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-04-27T01:15:03.074 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-04-27T01:15:03.074 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:02 smithi046 bash[33715]: t=2024-04-27T01:15:02+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-04-27T01:15:03.074 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-04-27T01:15:03.074 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-04-27T01:15:03.074 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-04-27T01:15:03.074 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-04-27T01:15:03.352 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-04-27T01:15:03.352 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-04-27T01:15:03.352 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-04-27T01:15:03.352 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="Add service account foreign key" 2024-04-27T01:15:03.352 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-04-27T01:15:03.352 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-04-27T01:15:03.352 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-04-27T01:15:03.352 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-04-27T01:15:03.352 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-04-27T01:15:03.352 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-04-27T01:15:03.352 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-04-27T01:15:03.352 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-04-27T01:15:03.604 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-04-27T01:15:03.604 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="Add encrypted dashboard json column" 2024-04-27T01:15:03.604 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="Change dashboard_encrypted column to MEDIUMBLOB" 2024-04-27T01:15:03.604 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-04-27T01:15:03.604 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-04-27T01:15:03.604 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-04-27T01:15:03.604 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-04-27T01:15:03.873 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-04-27T01:15:03.873 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-04-27T01:15:03.873 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-04-27T01:15:03.874 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-04-27T01:15:03.874 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-04-27T01:15:03.874 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-04-27T01:15:03.874 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-04-27T01:15:03.874 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-04-27T01:15:03.874 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-04-27T01:15:04.151 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-04-27T01:15:04.151 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-04-27T01:15:04.151 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-04-27T01:15:04.151 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:03 smithi046 bash[33715]: t=2024-04-27T01:15:03+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-04-27T01:15:04.151 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-04-27T01:15:04.151 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-04-27T01:15:04.151 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-04-27T01:15:04.151 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="Add column week_start in preferences" 2024-04-27T01:15:04.151 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-04-27T01:15:04.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[18464]: cluster 2024-04-27T01:15:03.435169+0000 mgr.y (mgr.14427) 54 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:04.420 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:15:04] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:15:04.420 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-04-27T01:15:04.421 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-04-27T01:15:04.421 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-04-27T01:15:04.421 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-04-27T01:15:04.421 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-04-27T01:15:04.421 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2024-04-27T01:15:04.421 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2024-04-27T01:15:04.421 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v2" 2024-04-27T01:15:04.421 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_alert_rule_tag_alert_id_tag_id - Add unique index alert_rule_tag.alert_id_tag_id V2" 2024-04-27T01:15:04.675 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="copy alert_rule_tag v1 to v2" 2024-04-27T01:15:04.675 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="drop table alert_rule_tag_v1" 2024-04-27T01:15:04.675 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-04-27T01:15:04.675 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-04-27T01:15:04.675 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-04-27T01:15:04.676 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-04-27T01:15:04.676 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-04-27T01:15:04.676 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-04-27T01:15:04.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:04 smithi042 bash[18488]: cluster 2024-04-27T01:15:03.435169+0000 mgr.y (mgr.14427) 54 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:04.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:04 smithi042 bash[23616]: cluster 2024-04-27T01:15:03.435169+0000 mgr.y (mgr.14427) 54 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:04.992 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-04-27T01:15:04.992 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-04-27T01:15:04.992 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-04-27T01:15:04.992 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-04-27T01:15:04.992 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-04-27T01:15:04.992 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-04-27T01:15:04.992 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-04-27T01:15:04.992 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:04 smithi046 bash[33715]: t=2024-04-27T01:15:04+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-04-27T01:15:04.992 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-04-27T01:15:05.278 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-04-27T01:15:05.278 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-04-27T01:15:05.278 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-04-27T01:15:05.278 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="Add column secure_settings in alert_notification" 2024-04-27T01:15:05.278 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert.settings to mediumtext" 2024-04-27T01:15:05.278 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_notification_state_alert_id" 2024-04-27T01:15:05.279 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_rule_tag_alert_id" 2024-04-27T01:15:05.279 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-04-27T01:15:05.279 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-04-27T01:15:05.279 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-04-27T01:15:05.539 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[18464]: cluster 2024-04-27T01:15:05.435801+0000 mgr.y (mgr.14427) 55 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:05.539 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-04-27T01:15:05.539 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-04-27T01:15:05.539 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-04-27T01:15:05.539 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-04-27T01:15:05.539 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-04-27T01:15:05.539 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-04-27T01:15:05.539 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-04-27T01:15:05.608 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:05 smithi042 bash[18488]: cluster 2024-04-27T01:15:05.435801+0000 mgr.y (mgr.14427) 55 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:05.816 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-04-27T01:15:05.816 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-04-27T01:15:05.817 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-04-27T01:15:05.817 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2024-04-27T01:15:05.817 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table annotation_tag to annotation_tag_v2 - v2" 2024-04-27T01:15:05.817 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v3" 2024-04-27T01:15:05.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:05 smithi042 bash[23616]: cluster 2024-04-27T01:15:05.435801+0000 mgr.y (mgr.14427) 55 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:06.077 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_annotation_tag_annotation_id_tag_id - Add unique index annotation_tag.annotation_id_tag_id V3" 2024-04-27T01:15:06.078 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="copy annotation_tag v2 to v3" 2024-04-27T01:15:06.078 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="drop table annotation_tag_v2" 2024-04-27T01:15:06.078 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-04-27T01:15:06.078 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-04-27T01:15:06.078 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-04-27T01:15:06.078 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-04-27T01:15:06.078 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:05 smithi046 bash[33715]: t=2024-04-27T01:15:05+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-04-27T01:15:06.078 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-04-27T01:15:06.078 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-04-27T01:15:06.347 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-04-27T01:15:06.347 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-04-27T01:15:06.347 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-04-27T01:15:06.347 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-04-27T01:15:06.347 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-04-27T01:15:06.348 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-04-27T01:15:06.348 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-04-27T01:15:06.348 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-04-27T01:15:06.348 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for alert_id on annotation table" 2024-04-27T01:15:06.348 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-04-27T01:15:06.348 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-04-27T01:15:06.433 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:15:06 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:15:06] "GET /metrics HTTP/1.1" 200 191484 "" "Prometheus/2.33.4" 2024-04-27T01:15:06.599 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-04-27T01:15:06.600 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-04-27T01:15:06.600 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-04-27T01:15:06.600 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-04-27T01:15:06.600 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-04-27T01:15:06.600 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-04-27T01:15:06.600 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-04-27T01:15:06.600 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-04-27T01:15:06.600 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-04-27T01:15:06.852 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-04-27T01:15:06.852 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-04-27T01:15:06.852 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.team_id" 2024-04-27T01:15:06.852 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-04-27T01:15:06.852 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-04-27T01:15:06.852 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-04-27T01:15:06.852 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-04-27T01:15:06.852 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-04-27T01:15:07.112 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-04-27T01:15:07.113 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-04-27T01:15:07.113 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_user_id" 2024-04-27T01:15:07.113 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:06 smithi046 bash[33715]: t=2024-04-27T01:15:06+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_team_id" 2024-04-27T01:15:07.113 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_org_id_role" 2024-04-27T01:15:07.113 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_permission" 2024-04-27T01:15:07.113 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-04-27T01:15:07.113 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="delete acl rules for deleted dashboards and folders" 2024-04-27T01:15:07.113 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-04-27T01:15:07.382 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-04-27T01:15:07.382 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-04-27T01:15:07.382 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-04-27T01:15:07.382 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-04-27T01:15:07.383 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-04-27T01:15:07.383 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-04-27T01:15:07.383 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-04-27T01:15:07.383 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-04-27T01:15:07.383 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-04-27T01:15:07.383 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-04-27T01:15:07.651 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[18464]: cluster 2024-04-27T01:15:07.436435+0000 mgr.y (mgr.14427) 56 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:07.651 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-04-27T01:15:07.651 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-04-27T01:15:07.651 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-04-27T01:15:07.651 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-04-27T01:15:07.652 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-04-27T01:15:07.652 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-04-27T01:15:07.652 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-04-27T01:15:07.652 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-04-27T01:15:07.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:07 smithi042 bash[18488]: cluster 2024-04-27T01:15:07.436435+0000 mgr.y (mgr.14427) 56 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:07.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:07 smithi042 bash[23616]: cluster 2024-04-27T01:15:07.436435+0000 mgr.y (mgr.14427) 56 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:07.913 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-04-27T01:15:07.913 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-04-27T01:15:07.913 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-04-27T01:15:07.913 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-04-27T01:15:07.913 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_auth_token.user_id" 2024-04-27T01:15:07.913 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add revoked_at to the user auth token" 2024-04-27T01:15:07.913 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-04-27T01:15:07.913 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-04-27T01:15:07.913 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="create short_url table v1" 2024-04-27T01:15:07.913 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="add index short_url.org_id-uid" 2024-04-27T01:15:08.167 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition table" 2024-04-27T01:15:08.167 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:07 smithi046 bash[33715]: t=2024-04-27T01:15:07+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition table" 2024-04-27T01:15:08.167 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and title columns" 2024-04-27T01:15:08.167 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and uid columns" 2024-04-27T01:15:08.167 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition table data column to mediumtext in mysql" 2024-04-27T01:15:08.167 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and title columns" 2024-04-27T01:15:08.167 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and uid columns" 2024-04-27T01:15:08.169 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and title columns" 2024-04-27T01:15:08.425 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and uid columns" 2024-04-27T01:15:08.425 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add column paused in alert_definition" 2024-04-27T01:15:08.425 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition table" 2024-04-27T01:15:08.426 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition_version table" 2024-04-27T01:15:08.426 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition_version table" 2024-04-27T01:15:08.426 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_id and version columns" 2024-04-27T01:15:08.426 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_uid and version columns" 2024-04-27T01:15:08.426 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition_version table data column to mediumtext in mysql" 2024-04-27T01:15:08.426 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition_version table" 2024-04-27T01:15:08.426 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_instance table" 2024-04-27T01:15:08.739 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, def_uid and current_state columns" 2024-04-27T01:15:08.739 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, current_state columns" 2024-04-27T01:15:08.739 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="add column current_state_end to alert_instance" 2024-04-27T01:15:08.739 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, def_uid, current_state on alert_instance" 2024-04-27T01:15:08.739 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, current_state on alert_instance" 2024-04-27T01:15:08.739 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_org_id to rule_org_id in alert_instance" 2024-04-27T01:15:08.739 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_uid to rule_uid in alert_instance" 2024-04-27T01:15:08.739 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, rule_uid, current_state on alert_instance" 2024-04-27T01:15:09.016 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, current_state on alert_instance" 2024-04-27T01:15:09.016 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule table" 2024-04-27T01:15:09.017 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and title columns" 2024-04-27T01:15:09.017 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and uid columns" 2024-04-27T01:15:09.017 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2024-04-27T01:15:09.017 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule table data column to mediumtext in mysql" 2024-04-27T01:15:09.017 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule" 2024-04-27T01:15:09.017 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:08 smithi046 bash[33715]: t=2024-04-27T01:15:08+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule" 2024-04-27T01:15:09.017 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[33715]: t=2024-04-27T01:15:09+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule" 2024-04-27T01:15:09.294 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[33715]: t=2024-04-27T01:15:09+0000 lvl=info msg="Executing migration" logger=migrator id="remove unique index from alert_rule on org_id, title columns" 2024-04-27T01:15:09.294 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[33715]: t=2024-04-27T01:15:09+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespase_uid and title columns" 2024-04-27T01:15:09.294 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[33715]: t=2024-04-27T01:15:09+0000 lvl=info msg="Executing migration" logger=migrator id="add dashboard_uid column to alert_rule" 2024-04-27T01:15:09.294 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[33715]: t=2024-04-27T01:15:09+0000 lvl=info msg="Executing migration" logger=migrator id="add panel_id column to alert_rule" 2024-04-27T01:15:09.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[18464]: cluster 2024-04-27T01:15:09.437075+0000 mgr.y (mgr.14427) 57 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:09.561 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[33715]: t=2024-04-27T01:15:09+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2024-04-27T01:15:09.561 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[33715]: t=2024-04-27T01:15:09+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule_version table" 2024-04-27T01:15:09.561 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[33715]: t=2024-04-27T01:15:09+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule_version table on rule_org_id, rule_uid and version columns" 2024-04-27T01:15:09.562 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[33715]: t=2024-04-27T01:15:09+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule_version table on rule_org_id, rule_namespace_uid and rule_group columns" 2024-04-27T01:15:09.822 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[33715]: t=2024-04-27T01:15:09+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule_version table data column to mediumtext in mysql" 2024-04-27T01:15:09.822 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[33715]: t=2024-04-27T01:15:09+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule_version" 2024-04-27T01:15:09.822 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[33715]: t=2024-04-27T01:15:09+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule_version" 2024-04-27T01:15:09.822 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[33715]: t=2024-04-27T01:15:09+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule_version" 2024-04-27T01:15:09.822 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[33715]: t=2024-04-27T01:15:09+0000 lvl=info msg="Executing migration" logger=migrator id=create_alert_configuration_table 2024-04-27T01:15:09.822 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[33715]: t=2024-04-27T01:15:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add column default in alert_configuration" 2024-04-27T01:15:09.822 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[33715]: t=2024-04-27T01:15:09+0000 lvl=info msg="Executing migration" logger=migrator id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2024-04-27T01:15:09.823 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[33715]: t=2024-04-27T01:15:09+0000 lvl=info msg="Executing migration" logger=migrator id="add column org_id in alert_configuration" 2024-04-27T01:15:09.823 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[33715]: t=2024-04-27T01:15:09+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_configuration table on org_id column" 2024-04-27T01:15:09.823 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[33715]: t=2024-04-27T01:15:09+0000 lvl=info msg="Executing migration" logger=migrator id=create_ngalert_configuration_table 2024-04-27T01:15:09.869 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:09 smithi042 bash[23616]: cluster 2024-04-27T01:15:09.437075+0000 mgr.y (mgr.14427) 57 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:09.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:09 smithi042 bash[18488]: cluster 2024-04-27T01:15:09.437075+0000 mgr.y (mgr.14427) 57 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:10.083 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[33715]: t=2024-04-27T01:15:09+0000 lvl=info msg="Executing migration" logger=migrator id="add index in ngalert_configuration on org_id column" 2024-04-27T01:15:10.083 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[33715]: t=2024-04-27T01:15:09+0000 lvl=info msg="Executing migration" logger=migrator id="clear migration entry \"remove unified alerting data\"" 2024-04-27T01:15:10.083 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[33715]: t=2024-04-27T01:15:09+0000 lvl=info msg="Executing migration" logger=migrator id="move dashboard alerts to unified alerting" 2024-04-27T01:15:10.083 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[33715]: t=2024-04-27T01:15:09+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element table v1" 2024-04-27T01:15:10.083 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:09 smithi046 bash[33715]: t=2024-04-27T01:15:09+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element org_id-folder_id-name-kind" 2024-04-27T01:15:10.083 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element_connection table v1" 2024-04-27T01:15:10.083 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element_connection element_id-kind-connection_id" 2024-04-27T01:15:10.083 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index library_element org_id_uid" 2024-04-27T01:15:10.086 INFO:teuthology.orchestra.run.smithi042.stdout:111669149742 2024-04-27T01:15:10.361 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="clone move dashboard alerts to unified alerting" 2024-04-27T01:15:10.361 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="create data_keys table" 2024-04-27T01:15:10.361 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="create kv_store table v1" 2024-04-27T01:15:10.361 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index kv_store.org_id-namespace-key" 2024-04-27T01:15:10.361 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="update dashboard_uid and panel_id from existing annotations" 2024-04-27T01:15:10.361 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="create permission table" 2024-04-27T01:15:10.361 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index permission.role_id" 2024-04-27T01:15:10.361 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_id_action_scope" 2024-04-27T01:15:10.362 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="create role table" 2024-04-27T01:15:10.362 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="add column display_name" 2024-04-27T01:15:10.362 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="add column group_name" 2024-04-27T01:15:10.362 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index role.org_id" 2024-04-27T01:15:10.630 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[18464]: audit 2024-04-27T01:15:10.098773+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.42:0/1558784500' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-27T01:15:10.630 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_org_id_name" 2024-04-27T01:15:10.630 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index role_org_id_uid" 2024-04-27T01:15:10.631 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="create team role table" 2024-04-27T01:15:10.631 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.org_id" 2024-04-27T01:15:10.631 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_role_org_id_team_id_role_id" 2024-04-27T01:15:10.631 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.team_id" 2024-04-27T01:15:10.631 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="create user role table" 2024-04-27T01:15:10.631 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.org_id" 2024-04-27T01:15:10.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:10 smithi042 bash[18488]: audit 2024-04-27T01:15:10.098773+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.42:0/1558784500' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-27T01:15:10.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:10 smithi042 bash[23616]: audit 2024-04-27T01:15:10.098773+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.42:0/1558784500' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-27T01:15:10.899 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_role_org_id_user_id_role_id" 2024-04-27T01:15:10.899 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.user_id" 2024-04-27T01:15:10.899 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="create builtin role table" 2024-04-27T01:15:10.900 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.role_id" 2024-04-27T01:15:10.900 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.name" 2024-04-27T01:15:10.900 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add column org_id to builtin_role table" 2024-04-27T01:15:10.900 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.org_id" 2024-04-27T01:15:10.900 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_org_id_role_id_role" 2024-04-27T01:15:11.175 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index role_org_id_uid" 2024-04-27T01:15:11.175 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:10 smithi046 bash[33715]: t=2024-04-27T01:15:10+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role.uid" 2024-04-27T01:15:11.175 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:11 smithi046 bash[33715]: t=2024-04-27T01:15:11+0000 lvl=info msg="Executing migration" logger=migrator id="create seed assignment table" 2024-04-27T01:15:11.175 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:11 smithi046 bash[33715]: t=2024-04-27T01:15:11+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_role_name" 2024-04-27T01:15:11.175 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:11 smithi046 bash[33715]: t=2024-04-27T01:15:11+0000 lvl=info msg="migrations completed" logger=migrator performed=381 skipped=0 duration=12.121962065s 2024-04-27T01:15:11.175 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:11 smithi046 bash[33715]: t=2024-04-27T01:15:11+0000 lvl=info msg="Created default organization" logger=sqlstore 2024-04-27T01:15:11.176 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:11 smithi046 bash[33715]: t=2024-04-27T01:15:11+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2024-04-27T01:15:11.176 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:11 smithi046 bash[33715]: t=2024-04-27T01:15:11+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2024-04-27T01:15:11.176 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:11 smithi046 bash[33715]: t=2024-04-27T01:15:11+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2024-04-27T01:15:11.176 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:11 smithi046 bash[33715]: t=2024-04-27T01:15:11+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2024-04-27T01:15:11.176 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:11 smithi046 bash[33715]: t=2024-04-27T01:15:11+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2024-04-27T01:15:11.270 INFO:teuthology.orchestra.run.smithi042.stdout:133143986216 2024-04-27T01:15:11.488 INFO:teuthology.orchestra.run.smithi042.stdout:201863462938 2024-04-27T01:15:11.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:11 smithi046 bash[18464]: audit 2024-04-27T01:15:11.283040+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.42:0/4084247553' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-27T01:15:11.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:11 smithi046 bash[18464]: cluster 2024-04-27T01:15:11.437634+0000 mgr.y (mgr.14427) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:11.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:11 smithi046 bash[18464]: audit 2024-04-27T01:15:11.501225+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.42:0/421013382' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-04-27T01:15:11.676 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:11 smithi046 bash[33715]: t=2024-04-27T01:15:11+0000 lvl=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" logger=provisioning.datasources filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2024-04-27T01:15:11.676 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:11 smithi046 bash[33715]: t=2024-04-27T01:15:11+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2024-04-27T01:15:11.676 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:11 smithi046 bash[33715]: t=2024-04-27T01:15:11+0000 lvl=info msg="warming cache for startup" logger=ngalert 2024-04-27T01:15:11.676 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:11 smithi046 bash[33715]: t=2024-04-27T01:15:11+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2024-04-27T01:15:11.676 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:15:11 smithi046 bash[33715]: t=2024-04-27T01:15:11+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2024-04-27T01:15:11.965 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:11 smithi042 bash[23616]: audit 2024-04-27T01:15:11.283040+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.42:0/4084247553' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-27T01:15:11.965 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:11 smithi042 bash[23616]: cluster 2024-04-27T01:15:11.437634+0000 mgr.y (mgr.14427) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:11.965 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:11 smithi042 bash[23616]: audit 2024-04-27T01:15:11.501225+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.42:0/421013382' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-04-27T01:15:11.965 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:11 smithi042 bash[18488]: audit 2024-04-27T01:15:11.283040+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.42:0/4084247553' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-27T01:15:11.965 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:11 smithi042 bash[18488]: cluster 2024-04-27T01:15:11.437634+0000 mgr.y (mgr.14427) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:11.965 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:11 smithi042 bash[18488]: audit 2024-04-27T01:15:11.501225+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.42:0/421013382' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-04-27T01:15:11.987 INFO:teuthology.orchestra.run.smithi042.stdout:55834574907 2024-04-27T01:15:12.775 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:12 smithi042 bash[23616]: audit 2024-04-27T01:15:12.000080+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.42:0/2793612751' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-27T01:15:12.775 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:12 smithi042 bash[18488]: audit 2024-04-27T01:15:12.000080+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.42:0/2793612751' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-27T01:15:12.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:12 smithi046 bash[18464]: audit 2024-04-27T01:15:12.000080+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.42:0/2793612751' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-27T01:15:13.535 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149739 got 111669149742 for osd.3 2024-04-27T01:15:13.535 DEBUG:teuthology.parallel:result is None 2024-04-27T01:15:14.294 INFO:tasks.cephadm.ceph_manager.ceph:need seq 201863462934 got 201863462938 for osd.6 2024-04-27T01:15:14.295 DEBUG:teuthology.parallel:result is None 2024-04-27T01:15:14.544 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:14 smithi042 bash[18488]: cluster 2024-04-27T01:15:13.438230+0000 mgr.y (mgr.14427) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:14.544 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:14 smithi042 bash[23616]: cluster 2024-04-27T01:15:13.438230+0000 mgr.y (mgr.14427) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:14.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:14 smithi046 bash[18464]: cluster 2024-04-27T01:15:13.438230+0000 mgr.y (mgr.14427) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:14.675 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:15:14 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:15:14] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:15:14.890 INFO:teuthology.orchestra.run.smithi042.stdout:236223201301 2024-04-27T01:15:14.950 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986212 got 133143986216 for osd.4 2024-04-27T01:15:14.950 DEBUG:teuthology.parallel:result is None 2024-04-27T01:15:15.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:15 smithi046 bash[18464]: audit 2024-04-27T01:15:14.903381+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.42:0/631289324' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-04-27T01:15:15.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:15 smithi042 bash[18488]: audit 2024-04-27T01:15:14.903381+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.42:0/631289324' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-04-27T01:15:15.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:15 smithi042 bash[23616]: audit 2024-04-27T01:15:14.903381+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.42:0/631289324' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-04-27T01:15:15.907 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574903 got 55834574907 for osd.1 2024-04-27T01:15:15.907 DEBUG:teuthology.parallel:result is None 2024-04-27T01:15:16.418 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:15:16 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:15:16] "GET /metrics HTTP/1.1" 200 191482 "" "Prometheus/2.33.4" 2024-04-27T01:15:16.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:16 smithi046 bash[18464]: cluster 2024-04-27T01:15:15.438891+0000 mgr.y (mgr.14427) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:16.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:16 smithi042 bash[18488]: cluster 2024-04-27T01:15:15.438891+0000 mgr.y (mgr.14427) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:16.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:16 smithi042 bash[23616]: cluster 2024-04-27T01:15:15.438891+0000 mgr.y (mgr.14427) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:16.879 INFO:teuthology.orchestra.run.smithi042.stdout:77309411382 2024-04-27T01:15:17.371 INFO:tasks.cephadm.ceph_manager.ceph:need seq 236223201298 got 236223201301 for osd.7 2024-04-27T01:15:17.371 DEBUG:teuthology.parallel:result is None 2024-04-27T01:15:17.629 INFO:teuthology.orchestra.run.smithi042.stdout:34359738435 2024-04-27T01:15:17.642 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:17 smithi042 bash[18488]: audit 2024-04-27T01:15:16.891927+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.42:0/3910590947' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-27T01:15:17.642 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:17 smithi042 bash[23616]: audit 2024-04-27T01:15:16.891927+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.42:0/3910590947' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-27T01:15:17.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:17 smithi046 bash[18464]: audit 2024-04-27T01:15:16.891927+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.42:0/3910590947' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-27T01:15:17.688 INFO:teuthology.orchestra.run.smithi042.stdout:167503724578 2024-04-27T01:15:18.387 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411378 got 77309411382 for osd.2 2024-04-27T01:15:18.387 DEBUG:teuthology.parallel:result is None 2024-04-27T01:15:18.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:18 smithi042 bash[18488]: cluster 2024-04-27T01:15:17.439290+0000 mgr.y (mgr.14427) 61 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:18.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:18 smithi042 bash[18488]: audit 2024-04-27T01:15:17.642053+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.42:0/262862334' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-27T01:15:18.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:18 smithi042 bash[18488]: audit 2024-04-27T01:15:17.701400+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.42:0/1399311427' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-27T01:15:18.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:18 smithi042 bash[23616]: cluster 2024-04-27T01:15:17.439290+0000 mgr.y (mgr.14427) 61 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:18.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:18 smithi042 bash[23616]: audit 2024-04-27T01:15:17.642053+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.42:0/262862334' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-27T01:15:18.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:18 smithi042 bash[23616]: audit 2024-04-27T01:15:17.701400+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.42:0/1399311427' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-27T01:15:18.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:18 smithi046 bash[18464]: cluster 2024-04-27T01:15:17.439290+0000 mgr.y (mgr.14427) 61 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:18.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:18 smithi046 bash[18464]: audit 2024-04-27T01:15:17.642053+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.42:0/262862334' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-27T01:15:18.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:18 smithi046 bash[18464]: audit 2024-04-27T01:15:17.701400+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.42:0/1399311427' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-27T01:15:19.413 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738432 got 34359738435 for osd.0 2024-04-27T01:15:19.413 DEBUG:teuthology.parallel:result is None 2024-04-27T01:15:19.519 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724575 got 167503724578 for osd.5 2024-04-27T01:15:19.519 DEBUG:teuthology.parallel:result is None 2024-04-27T01:15:19.519 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-27T01:15:19.519 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph pg dump --format=json 2024-04-27T01:15:19.589 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:19 smithi042 bash[18488]: cluster 2024-04-27T01:15:19.439826+0000 mgr.y (mgr.14427) 62 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:19.590 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:19 smithi042 bash[23616]: cluster 2024-04-27T01:15:19.439826+0000 mgr.y (mgr.14427) 62 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:19.590 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:15:19 smithi042 systemd[1]: Stopping Ceph alertmanager.a for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:15:19.668 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:15:19 smithi042 bash[42174]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-alertmanager.a 2024-04-27T01:15:19.899 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:15:19 smithi042 bash[38395]: level=info ts=2024-04-27T01:15:19.681Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-04-27T01:15:19.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:19 smithi046 bash[18464]: cluster 2024-04-27T01:15:19.439826+0000 mgr.y (mgr.14427) 62 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:20.433 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:15:20 smithi042 bash[42182]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-alertmanager-a 2024-04-27T01:15:20.433 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:15:20 smithi042 bash[42234]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-alertmanager.a 2024-04-27T01:15:20.816 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:15:20 smithi042 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-04-27T01:15:20.816 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:15:20 smithi042 systemd[1]: Stopped Ceph alertmanager.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:15:20.816 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:15:20 smithi042 systemd[1]: Started Ceph alertmanager.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:15:21.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:21 smithi042 bash[18488]: audit 2024-04-27T01:15:20.496818+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:21.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:21 smithi042 bash[18488]: cephadm 2024-04-27T01:15:20.502050+0000 mgr.y (mgr.14427) 63 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-04-27T01:15:21.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:21 smithi042 bash[18488]: cephadm 2024-04-27T01:15:20.505489+0000 mgr.y (mgr.14427) 64 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi046 2024-04-27T01:15:21.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:21 smithi042 bash[18488]: cluster 2024-04-27T01:15:21.440321+0000 mgr.y (mgr.14427) 65 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:21.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:21 smithi042 bash[23616]: audit 2024-04-27T01:15:20.496818+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:21.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:21 smithi042 bash[23616]: cephadm 2024-04-27T01:15:20.502050+0000 mgr.y (mgr.14427) 63 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-04-27T01:15:21.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:21 smithi042 bash[23616]: cephadm 2024-04-27T01:15:20.505489+0000 mgr.y (mgr.14427) 64 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi046 2024-04-27T01:15:21.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:21 smithi042 bash[23616]: cluster 2024-04-27T01:15:21.440321+0000 mgr.y (mgr.14427) 65 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:21.684 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:15:21 smithi042 bash[42261]: level=info ts=2024-04-27T01:15:21.386Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-04-27T01:15:21.684 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:15:21 smithi042 bash[42261]: level=info ts=2024-04-27T01:15:21.386Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-04-27T01:15:21.684 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:15:21 smithi042 bash[42261]: level=info ts=2024-04-27T01:15:21.388Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.42 port=9094 2024-04-27T01:15:21.684 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:15:21 smithi042 bash[42261]: level=info ts=2024-04-27T01:15:21.389Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-04-27T01:15:21.684 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:15:21 smithi042 bash[42261]: level=info ts=2024-04-27T01:15:21.423Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-04-27T01:15:21.685 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:15:21 smithi042 bash[42261]: level=info ts=2024-04-27T01:15:21.423Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-04-27T01:15:21.685 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:15:21 smithi042 bash[42261]: level=info ts=2024-04-27T01:15:21.426Z caller=main.go:518 msg=Listening address=:9093 2024-04-27T01:15:21.685 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:15:21 smithi042 bash[42261]: level=info ts=2024-04-27T01:15:21.426Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-04-27T01:15:21.743 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:21 smithi046 bash[18464]: audit 2024-04-27T01:15:20.496818+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:21.744 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:21 smithi046 bash[18464]: cephadm 2024-04-27T01:15:20.502050+0000 mgr.y (mgr.14427) 63 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-04-27T01:15:21.744 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:21 smithi046 bash[18464]: cephadm 2024-04-27T01:15:20.505489+0000 mgr.y (mgr.14427) 64 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi046 2024-04-27T01:15:21.744 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:21 smithi046 bash[18464]: cluster 2024-04-27T01:15:21.440321+0000 mgr.y (mgr.14427) 65 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:23.255 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T01:15:23.683 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:15:23 smithi042 bash[42261]: level=info ts=2024-04-27T01:15:23.389Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000217261s 2024-04-27T01:15:24.039 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:23 smithi046 systemd[1]: Stopping Ceph prometheus.a for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:15:24.039 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:23 smithi046 bash[34259]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-prometheus.a 2024-04-27T01:15:24.039 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:23 smithi046 bash[32852]: ts=2024-04-27T01:15:23.868Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-04-27T01:15:24.039 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:23 smithi046 bash[32852]: ts=2024-04-27T01:15:23.868Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-04-27T01:15:24.040 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:23 smithi046 bash[32852]: ts=2024-04-27T01:15:23.868Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-04-27T01:15:24.040 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:23 smithi046 bash[32852]: ts=2024-04-27T01:15:23.868Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-04-27T01:15:24.040 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:23 smithi046 bash[32852]: ts=2024-04-27T01:15:23.868Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-04-27T01:15:24.040 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:23 smithi046 bash[32852]: ts=2024-04-27T01:15:23.868Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-04-27T01:15:24.040 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:23 smithi046 bash[32852]: ts=2024-04-27T01:15:23.868Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-04-27T01:15:24.040 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:23 smithi046 bash[32852]: ts=2024-04-27T01:15:23.869Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-04-27T01:15:24.040 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:23 smithi046 bash[32852]: ts=2024-04-27T01:15:23.869Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-04-27T01:15:24.040 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:23 smithi046 bash[32852]: ts=2024-04-27T01:15:23.869Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-04-27T01:15:24.040 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:23 smithi046 bash[32852]: ts=2024-04-27T01:15:23.869Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-04-27T01:15:24.040 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:23 smithi046 bash[32852]: ts=2024-04-27T01:15:23.869Z caller=main.go:1066 level=info msg="See you next time!" 2024-04-27T01:15:24.400 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:24 smithi046 bash[34268]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-prometheus-a 2024-04-27T01:15:24.400 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:24 smithi046 bash[34302]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-prometheus.a 2024-04-27T01:15:24.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:24 smithi046 bash[18464]: cluster 2024-04-27T01:15:23.440905+0000 mgr.y (mgr.14427) 66 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:24.676 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:24 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-04-27T01:15:24.676 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:24 smithi046 systemd[1]: Stopped Ceph prometheus.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:15:24.676 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:24 smithi046 systemd[1]: Started Ceph prometheus.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:15:24.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:24 smithi042 bash[18488]: cluster 2024-04-27T01:15:23.440905+0000 mgr.y (mgr.14427) 66 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:24.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:24 smithi042 bash[23616]: cluster 2024-04-27T01:15:23.440905+0000 mgr.y (mgr.14427) 66 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:25.573 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[18464]: audit 2024-04-27T01:15:24.458857+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:25.573 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[18464]: audit 2024-04-27T01:15:24.467486+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T01:15:25.573 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[18464]: audit 2024-04-27T01:15:24.468686+0000 mgr.y (mgr.14427) 67 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T01:15:25.573 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[18464]: audit 2024-04-27T01:15:24.470634+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.42:9093"}]: dispatch 2024-04-27T01:15:25.573 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[18464]: audit 2024-04-27T01:15:24.471846+0000 mgr.y (mgr.14427) 68 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.42:9093"}]: dispatch 2024-04-27T01:15:25.573 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[18464]: audit 2024-04-27T01:15:24.481295+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:25.573 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[18464]: audit 2024-04-27T01:15:24.488353+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T01:15:25.573 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[18464]: audit 2024-04-27T01:15:24.505810+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.46:9095"}]: dispatch 2024-04-27T01:15:25.573 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[18464]: audit 2024-04-27T01:15:24.516905+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:25.573 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[18464]: audit 2024-04-27T01:15:24.525607+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T01:15:25.573 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[18464]: audit 2024-04-27T01:15:24.542914+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.46:3000"}]: dispatch 2024-04-27T01:15:25.573 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[18464]: audit 2024-04-27T01:15:24.553798+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:25.573 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[18464]: audit 2024-04-27T01:15:24.560724+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:15:25.574 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[18464]: audit 2024-04-27T01:15:24.563469+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:15:25.574 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[18464]: audit 2024-04-27T01:15:24.565558+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:15:25.574 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[34331]: ts=2024-04-27T01:15:25.433Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-04-27T01:15:25.574 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[34331]: ts=2024-04-27T01:15:25.433Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-04-27T01:15:25.574 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[34331]: ts=2024-04-27T01:15:25.433Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-04-27T01:15:25.574 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[34331]: ts=2024-04-27T01:15:25.433Z caller=main.go:518 level=info host_details="(Linux 5.15.0-105-generic #115-Ubuntu SMP Mon Apr 15 09:52:04 UTC 2024 x86_64 smithi046 (none))" 2024-04-27T01:15:25.574 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[34331]: ts=2024-04-27T01:15:25.433Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-04-27T01:15:25.574 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[34331]: ts=2024-04-27T01:15:25.433Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-04-27T01:15:25.574 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[34331]: ts=2024-04-27T01:15:25.435Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-04-27T01:15:25.574 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[34331]: ts=2024-04-27T01:15:25.435Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-04-27T01:15:25.574 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[34331]: ts=2024-04-27T01:15:25.436Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-04-27T01:15:25.575 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[34331]: ts=2024-04-27T01:15:25.439Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-04-27T01:15:25.575 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[34331]: ts=2024-04-27T01:15:25.439Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.984µs 2024-04-27T01:15:25.575 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[34331]: ts=2024-04-27T01:15:25.439Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-04-27T01:15:25.575 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[34331]: ts=2024-04-27T01:15:25.584Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-04-27T01:15:25.847 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-04-27T01:15:25.850 INFO:teuthology.orchestra.run.smithi042.stderr:dumped all 2024-04-27T01:15:25.861 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[23616]: audit 2024-04-27T01:15:24.458857+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:25.861 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[23616]: audit 2024-04-27T01:15:24.467486+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T01:15:25.862 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[23616]: audit 2024-04-27T01:15:24.468686+0000 mgr.y (mgr.14427) 67 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T01:15:25.862 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[23616]: audit 2024-04-27T01:15:24.470634+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.42:9093"}]: dispatch 2024-04-27T01:15:25.862 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[23616]: audit 2024-04-27T01:15:24.471846+0000 mgr.y (mgr.14427) 68 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.42:9093"}]: dispatch 2024-04-27T01:15:25.862 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[23616]: audit 2024-04-27T01:15:24.481295+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:25.862 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[23616]: audit 2024-04-27T01:15:24.488353+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T01:15:25.862 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[23616]: audit 2024-04-27T01:15:24.505810+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.46:9095"}]: dispatch 2024-04-27T01:15:25.862 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[23616]: audit 2024-04-27T01:15:24.516905+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:25.862 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[23616]: audit 2024-04-27T01:15:24.525607+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T01:15:25.862 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[23616]: audit 2024-04-27T01:15:24.542914+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.46:3000"}]: dispatch 2024-04-27T01:15:25.862 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[23616]: audit 2024-04-27T01:15:24.553798+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:25.862 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[23616]: audit 2024-04-27T01:15:24.560724+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:15:25.862 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[23616]: audit 2024-04-27T01:15:24.563469+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:15:25.863 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[23616]: audit 2024-04-27T01:15:24.565558+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:15:25.863 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[18488]: audit 2024-04-27T01:15:24.458857+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:25.863 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[18488]: audit 2024-04-27T01:15:24.467486+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T01:15:25.863 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[18488]: audit 2024-04-27T01:15:24.468686+0000 mgr.y (mgr.14427) 67 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T01:15:25.863 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[18488]: audit 2024-04-27T01:15:24.470634+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.42:9093"}]: dispatch 2024-04-27T01:15:25.863 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[18488]: audit 2024-04-27T01:15:24.471846+0000 mgr.y (mgr.14427) 68 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.42:9093"}]: dispatch 2024-04-27T01:15:25.863 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[18488]: audit 2024-04-27T01:15:24.481295+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:25.863 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[18488]: audit 2024-04-27T01:15:24.488353+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T01:15:25.863 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[18488]: audit 2024-04-27T01:15:24.505810+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.46:9095"}]: dispatch 2024-04-27T01:15:25.863 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[18488]: audit 2024-04-27T01:15:24.516905+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:25.863 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[18488]: audit 2024-04-27T01:15:24.525607+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T01:15:25.863 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[18488]: audit 2024-04-27T01:15:24.542914+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.46:3000"}]: dispatch 2024-04-27T01:15:25.863 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[18488]: audit 2024-04-27T01:15:24.553798+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:25.863 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[18488]: audit 2024-04-27T01:15:24.560724+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:15:25.864 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[18488]: audit 2024-04-27T01:15:24.563469+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:15:25.864 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:25 smithi042 bash[18488]: audit 2024-04-27T01:15:24.565558+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:15:25.925 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[34331]: ts=2024-04-27T01:15:25.585Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-04-27T01:15:25.925 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[34331]: ts=2024-04-27T01:15:25.585Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=47.475µs wal_replay_duration=146.146097ms total_replay_duration=146.214435ms 2024-04-27T01:15:25.925 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[34331]: ts=2024-04-27T01:15:25.590Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-04-27T01:15:25.925 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[34331]: ts=2024-04-27T01:15:25.590Z caller=main.go:947 level=info msg="TSDB started" 2024-04-27T01:15:25.925 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[34331]: ts=2024-04-27T01:15:25.590Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-04-27T01:15:25.926 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[34331]: ts=2024-04-27T01:15:25.646Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=55.710595ms db_storage=1.497µs remote_storage=3.36µs web_handler=970ns query_engine=1.55µs scrape=605.295µs scrape_sd=57.247µs notify=64.819µs notify_sd=29.2µs rules=54.173366ms 2024-04-27T01:15:25.926 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:15:25 smithi046 bash[34331]: ts=2024-04-27T01:15:25.646Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-04-27T01:15:26.506 INFO:teuthology.orchestra.run.smithi042.stdout:{"pg_ready":true,"pg_map":{"version":46,"stamp":"2024-04-27T01:15:25.441303+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":48976,"kb_used_data":6160,"kb_used_omap":0,"kb_used_meta":42752,"kb_avail":749912240,"statfs":{"total":767960285184,"available":767910133760,"internally_reserved":0,"allocated":6307840,"data_stored":3511534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43778048},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003364"},"pg_stats":[{"pgid":"1.0","version":"60'128","reported_seq":266,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-27T01:13:59.569167+0000","last_change":"2024-04-27T01:13:39.397256+0000","last_active":"2024-04-27T01:13:59.569167+0000","last_peered":"2024-04-27T01:13:59.569167+0000","last_clean":"2024-04-27T01:13:59.569167+0000","last_became_active":"2024-04-27T01:13:39.396123+0000","last_became_peered":"2024-04-27T01:13:39.396123+0000","last_unstale":"2024-04-27T01:13:59.569167+0000","last_undegraded":"2024-04-27T01:13:59.569167+0000","last_fullsized":"2024-04-27T01:13:59.569167+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-27T01:10:52.575201+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-27T01:10:52.575201+0000","last_clean_scrub_stamp":"2024-04-27T01:10:52.575201+0000","objects_scrubbed":0,"log_size":128,"ondisk_log_size":128,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-04-28T12:01:25.965472+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1597440,"data_stored":1586784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":55,"seq":236223201303,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6096,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739056,"statfs":{"total":95995035648,"available":95988793344,"internally_reserved":0,"allocated":1122304,"data_stored":769588,"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":"Sat Apr 27 01:14:36 2024","interfaces":[{"interface":"back","average":{"1min":0.91000000000000003,"5min":0.91000000000000003,"15min":0.91000000000000003},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.2390000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":0.64700000000000002},{"interface":"front","average":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"min":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.2050000000000001,"5min":1.2050000000000001,"15min":1.2050000000000001},"last":0.56699999999999995}]},{"osd":1,"last update":"Sat Apr 27 01:14:36 2024","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.92000000000000004,"15min":0.92000000000000004},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.238,"5min":1.238,"15min":1.238},"last":1.002},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.96199999999999997,"15min":0.96199999999999997},"min":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.325,"5min":1.325,"15min":1.325},"last":0.86299999999999999}]},{"osd":2,"last update":"Sat Apr 27 01:14:36 2024","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.95899999999999996,"15min":0.95899999999999996},"min":{"1min":0.501,"5min":0.501,"15min":0.501},"max":{"1min":1.2869999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.68999999999999995},{"interface":"front","average":{"1min":1.03,"5min":1.03,"15min":1.03},"min":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.51,"5min":1.51,"15min":1.51},"last":0.81200000000000006}]},{"osd":3,"last update":"Sat Apr 27 01:14:36 2024","interfaces":[{"interface":"back","average":{"1min":1.0349999999999999,"5min":1.0349999999999999,"15min":1.0349999999999999},"min":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"max":{"1min":1.391,"5min":1.391,"15min":1.391},"last":1.05},{"interface":"front","average":{"1min":1.145,"5min":1.145,"15min":1.145},"min":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.6080000000000001,"5min":1.6080000000000001,"15min":1.6080000000000001},"last":0.90400000000000003}]},{"osd":4,"last update":"Sat Apr 27 01:14:36 2024","interfaces":[{"interface":"back","average":{"1min":0.94899999999999995,"5min":0.94899999999999995,"15min":0.94899999999999995},"min":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.2989999999999999,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":0.97299999999999998},{"interface":"front","average":{"1min":1.0780000000000001,"5min":1.0780000000000001,"15min":1.0780000000000001},"min":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.4399999999999999,"5min":1.4399999999999999,"15min":1.4399999999999999},"last":1.179}]},{"osd":5,"last update":"Sat Apr 27 01:14:36 2024","interfaces":[{"interface":"back","average":{"1min":1.157,"5min":1.157,"15min":1.157},"min":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":2.0499999999999998,"5min":2.0499999999999998,"15min":2.0499999999999998},"last":1.1240000000000001},{"interface":"front","average":{"1min":1.173,"5min":1.173,"15min":1.173},"min":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"max":{"1min":1.46,"5min":1.46,"15min":1.46},"last":1.1000000000000001}]},{"osd":6,"last update":"Sat Apr 27 01:14:36 2024","interfaces":[{"interface":"back","average":{"1min":1.1879999999999999,"5min":1.1879999999999999,"15min":1.1879999999999999},"min":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"max":{"1min":1.5289999999999999,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":1.21},{"interface":"front","average":{"1min":1.222,"5min":1.222,"15min":1.222},"min":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"max":{"1min":1.621,"5min":1.621,"15min":1.621},"last":1.3069999999999999}]}]},{"osd":6,"up_from":47,"seq":201863462941,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6160,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93738992,"statfs":{"total":95995035648,"available":95988727808,"internally_reserved":0,"allocated":1122304,"data_stored":769588,"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":"Sat Apr 27 01:15:07 2024","interfaces":[{"interface":"back","average":{"1min":0.94699999999999995,"5min":0.86199999999999999,"15min":0.84799999999999998},"min":{"1min":0.60799999999999998,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.4319999999999999,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":0.89600000000000002},{"interface":"front","average":{"1min":1.0389999999999999,"5min":0.95599999999999996,"15min":0.94199999999999995},"min":{"1min":0.66900000000000004,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.554,"5min":1.554,"15min":1.554},"last":1.202}]},{"osd":1,"last update":"Sat Apr 27 01:15:07 2024","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.98099999999999998,"15min":0.99399999999999999},"min":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.4019999999999999,"5min":1.446,"15min":1.446},"last":1.0349999999999999},{"interface":"front","average":{"1min":1.081,"5min":0.96399999999999997,"15min":0.94399999999999995},"min":{"1min":0.77300000000000002,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.401,"5min":1.401,"15min":1.401},"last":0.97099999999999997}]},{"osd":2,"last update":"Sat Apr 27 01:15:07 2024","interfaces":[{"interface":"back","average":{"1min":1.0980000000000001,"5min":1.04,"15min":1.03},"min":{"1min":0.627,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.496,"5min":1.6200000000000001,"15min":1.6200000000000001},"last":0.85099999999999998},{"interface":"front","average":{"1min":1.0149999999999999,"5min":1.0580000000000001,"15min":1.0649999999999999},"min":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.355,"5min":1.5620000000000001,"15min":1.5620000000000001},"last":1.2589999999999999}]},{"osd":3,"last update":"Sat Apr 27 01:15:07 2024","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.96999999999999997,"15min":0.96599999999999997},"min":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.3320000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":1.0069999999999999},{"interface":"front","average":{"1min":1.167,"5min":1.038,"15min":1.016},"min":{"1min":0.85199999999999998,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.6000000000000001,"5min":1.734,"15min":1.734},"last":1.0860000000000001}]},{"osd":4,"last update":"Sat Apr 27 01:15:07 2024","interfaces":[{"interface":"back","average":{"1min":1.091,"5min":1.0529999999999999,"15min":1.0469999999999999},"min":{"1min":0.85099999999999998,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.4570000000000001,"5min":2.4049999999999998,"15min":2.4049999999999998},"last":0.93300000000000005},{"interface":"front","average":{"1min":1.1379999999999999,"5min":1.038,"15min":1.022},"min":{"1min":0.79700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.522,"5min":1.8089999999999999,"15min":1.8089999999999999},"last":1.133}]},{"osd":5,"last update":"Sat Apr 27 01:15:07 2024","interfaces":[{"interface":"back","average":{"1min":1.2050000000000001,"5min":1.109,"15min":1.093},"min":{"1min":0.99199999999999999,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.5089999999999999,"5min":1.929,"15min":1.929},"last":1.173},{"interface":"front","average":{"1min":1.1879999999999999,"5min":1.0680000000000001,"15min":1.048},"min":{"1min":0.68799999999999994,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.623,"5min":1.623,"15min":1.623},"last":1.24}]},{"osd":7,"last update":"Sat Apr 27 01:14:38 2024","interfaces":[{"interface":"back","average":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"min":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.609,"5min":1.609,"15min":1.609},"last":1.2909999999999999},{"interface":"front","average":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"min":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.45,"5min":1.45,"15min":1.45},"last":1.361}]}]},{"osd":1,"up_from":13,"seq":55834574909,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6344,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738808,"statfs":{"total":95995035648,"available":95988539392,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 27 01:14:25 2024","interfaces":[{"interface":"back","average":{"1min":0.68100000000000005,"5min":0.60799999999999998,"15min":0.53500000000000003},"min":{"1min":0.32000000000000001,"5min":0.252,"15min":0.252},"max":{"1min":0.96399999999999997,"5min":0.97699999999999998,"15min":0.97699999999999998},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.76500000000000001,"5min":0.67900000000000005,"15min":0.59099999999999997},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":1.2529999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":0.59299999999999997}]},{"osd":2,"last update":"Sat Apr 27 01:15:03 2024","interfaces":[{"interface":"back","average":{"1min":0.79600000000000004,"5min":0.71799999999999997,"15min":0.64500000000000002},"min":{"1min":0.54100000000000004,"5min":0.318,"15min":0.318},"max":{"1min":1.1379999999999999,"5min":1.23,"15min":1.23},"last":0.76200000000000001},{"interface":"front","average":{"1min":0.84999999999999998,"5min":0.77000000000000002,"15min":0.70199999999999996},"min":{"1min":0.52000000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":1.3560000000000001,"5min":1.367,"15min":1.367},"last":0.68400000000000005}]},{"osd":3,"last update":"Sat Apr 27 01:14:29 2024","interfaces":[{"interface":"back","average":{"1min":0.90300000000000002,"5min":0.89900000000000002,"15min":0.88300000000000001},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.383,"5min":1.383,"15min":1.383},"last":0.70499999999999996},{"interface":"front","average":{"1min":0.80500000000000005,"5min":0.85399999999999998,"15min":0.84999999999999998},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":1.165,"5min":1.165,"15min":1.165},"last":0.65000000000000002}]},{"osd":4,"last update":"Sat Apr 27 01:15:03 2024","interfaces":[{"interface":"back","average":{"1min":1.0089999999999999,"5min":0.98999999999999999,"15min":0.98699999999999999},"min":{"1min":0.81899999999999995,"5min":0.76900000000000002,"15min":0.76900000000000002},"max":{"1min":1.4219999999999999,"5min":1.508,"15min":1.508},"last":0.82799999999999996},{"interface":"front","average":{"1min":1.071,"5min":1.03,"15min":1.018},"min":{"1min":0.623,"5min":0.623,"15min":0.623},"max":{"1min":1.657,"5min":1.657,"15min":1.657},"last":0.95199999999999996}]},{"osd":5,"last update":"Sat Apr 27 01:14:29 2024","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":1.0349999999999999,"15min":1.0449999999999999},"min":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.129,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.85499999999999998},{"interface":"front","average":{"1min":1.1000000000000001,"5min":1.1140000000000001,"15min":1.1160000000000001},"min":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"max":{"1min":1.3280000000000001,"5min":1.446,"15min":1.446},"last":1.0980000000000001}]},{"osd":6,"last update":"Sat Apr 27 01:15:04 2024","interfaces":[{"interface":"back","average":{"1min":1.1659999999999999,"5min":1.1040000000000001,"15min":1.0940000000000001},"min":{"1min":0.82299999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.4730000000000001,"5min":1.49,"15min":1.49},"last":1.127},{"interface":"front","average":{"1min":1.091,"5min":1.175,"15min":1.1890000000000001},"min":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.369,"5min":1.579,"15min":1.579},"last":0.88500000000000001}]},{"osd":7,"last update":"Sat Apr 27 01:14:40 2024","interfaces":[{"interface":"back","average":{"1min":1.0920000000000001,"5min":1.0920000000000001,"15min":1.0920000000000001},"min":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"max":{"1min":1.472,"5min":1.472,"15min":1.472},"last":0.96199999999999997},{"interface":"front","average":{"1min":1.2210000000000001,"5min":1.2210000000000001,"15min":1.2210000000000001},"min":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"max":{"1min":1.7370000000000001,"5min":1.7370000000000001,"15min":1.7370000000000001},"last":1.0149999999999999}]}]},{"osd":0,"up_from":8,"seq":34359738438,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6924,"kb_used_data":1092,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738228,"statfs":{"total":95995035648,"available":95987945472,"internally_reserved":0,"allocated":1118208,"data_stored":769323,"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":"Sat Apr 27 01:14:24 2024","interfaces":[{"interface":"back","average":{"1min":0.748,"5min":0.65900000000000003,"15min":0.56200000000000006},"min":{"1min":0.39300000000000002,"5min":0.309,"15min":0.309},"max":{"1min":0.94899999999999995,"5min":0.96899999999999997,"15min":0.96899999999999997},"last":0.84499999999999997},{"interface":"front","average":{"1min":0.86399999999999999,"5min":0.76600000000000001,"15min":0.65200000000000002},"min":{"1min":0.44400000000000001,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.1619999999999999,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":1.0189999999999999}]},{"osd":2,"last update":"Sat Apr 27 01:15:02 2024","interfaces":[{"interface":"back","average":{"1min":0.76200000000000001,"5min":0.74399999999999999,"15min":0.68200000000000005},"min":{"1min":0.37,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":1.4059999999999999,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":0.86099999999999999},{"interface":"front","average":{"1min":0.79400000000000004,"5min":0.72899999999999998,"15min":0.68700000000000006},"min":{"1min":0.44,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":1.1659999999999999,"5min":1.1659999999999999,"15min":1.1659999999999999},"last":0.74399999999999999}]},{"osd":3,"last update":"Sat Apr 27 01:14:29 2024","interfaces":[{"interface":"back","average":{"1min":0.76800000000000002,"5min":0.77000000000000002,"15min":0.76400000000000001},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.196,"5min":1.196,"15min":1.196},"last":0.78200000000000003},{"interface":"front","average":{"1min":0.89900000000000002,"5min":0.85399999999999998,"15min":0.82399999999999995},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":1.3560000000000001,"5min":1.3560000000000001,"15min":1.3560000000000001},"last":1.1419999999999999}]},{"osd":4,"last update":"Sat Apr 27 01:15:02 2024","interfaces":[{"interface":"back","average":{"1min":1.077,"5min":1.0249999999999999,"15min":0.99199999999999999},"min":{"1min":0.748,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.3360000000000001,"5min":1.5,"15min":1.5},"last":1.0900000000000001},{"interface":"front","average":{"1min":1.0109999999999999,"5min":0.98199999999999998,"15min":0.96699999999999997},"min":{"1min":0.79700000000000004,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.2509999999999999,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":1.0449999999999999}]},{"osd":5,"last update":"Sat Apr 27 01:14:34 2024","interfaces":[{"interface":"back","average":{"1min":0.95199999999999996,"5min":1.0089999999999999,"15min":1.0189999999999999},"min":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.2989999999999999,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.91000000000000003},{"interface":"front","average":{"1min":1.1120000000000001,"5min":1.125,"15min":1.127},"min":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.621,"5min":1.621,"15min":1.621},"last":1.3180000000000001}]},{"osd":6,"last update":"Sat Apr 27 01:15:04 2024","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":1.0429999999999999,"15min":1.0569999999999999},"min":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.3280000000000001,"5min":1.49,"15min":1.49},"last":1.002},{"interface":"front","average":{"1min":1.1579999999999999,"5min":1.1950000000000001,"15min":1.2010000000000001},"min":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":1.7150000000000001,"5min":1.7150000000000001,"15min":1.7150000000000001},"last":1.26}]},{"osd":7,"last update":"Sat Apr 27 01:14:35 2024","interfaces":[{"interface":"back","average":{"1min":1.238,"5min":1.238,"15min":1.238},"min":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"max":{"1min":1.7649999999999999,"5min":1.7649999999999999,"15min":1.7649999999999999},"last":1.1930000000000001},{"interface":"front","average":{"1min":1.127,"5min":1.127,"15min":1.127},"min":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"max":{"1min":1.4990000000000001,"5min":1.4990000000000001,"15min":1.4990000000000001},"last":1.214}]}]},{"osd":2,"up_from":18,"seq":77309411384,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6280,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738872,"statfs":{"total":95995035648,"available":95988604928,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 27 01:15:01 2024","interfaces":[{"interface":"back","average":{"1min":0.75,"5min":0.70299999999999996,"15min":0.64700000000000002},"min":{"1min":0.55400000000000005,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":1.109,"5min":1.109,"15min":1.109},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.80500000000000005,"5min":0.69599999999999995,"15min":0.63700000000000001},"min":{"1min":0.34200000000000003,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":1.1259999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"last":0.434}]},{"osd":1,"last update":"Sat Apr 27 01:15:01 2024","interfaces":[{"interface":"back","average":{"1min":0.77900000000000003,"5min":0.72199999999999998,"15min":0.70399999999999996},"min":{"1min":0.32900000000000001,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":1.107,"5min":1.1299999999999999,"15min":1.1299999999999999},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.93200000000000005,"5min":0.81599999999999995,"15min":0.73399999999999999},"min":{"1min":0.441,"5min":0.373,"15min":0.373},"max":{"1min":1.2010000000000001,"5min":1.2010000000000001,"15min":1.2010000000000001},"last":0.54600000000000004}]},{"osd":3,"last update":"Sat Apr 27 01:14:30 2024","interfaces":[{"interface":"back","average":{"1min":0.874,"5min":0.81699999999999995,"15min":0.78100000000000003},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":1.3049999999999999,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.86599999999999999,"5min":0.88800000000000001,"15min":0.86199999999999999},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":1.3680000000000001,"5min":1.7210000000000001,"15min":1.7210000000000001},"last":0.52700000000000002}]},{"osd":4,"last update":"Sat Apr 27 01:15:01 2024","interfaces":[{"interface":"back","average":{"1min":1.133,"5min":1.069,"15min":1.038},"min":{"1min":0.61799999999999999,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.3680000000000001,"5min":1.6160000000000001,"15min":1.6160000000000001},"last":0.78500000000000003},{"interface":"front","average":{"1min":1.1279999999999999,"5min":1.056,"15min":1.032},"min":{"1min":0.60799999999999998,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.427,"5min":1.4650000000000001,"15min":1.4650000000000001},"last":0.84699999999999998}]},{"osd":5,"last update":"Sat Apr 27 01:14:30 2024","interfaces":[{"interface":"back","average":{"1min":0.99199999999999999,"5min":1.0569999999999999,"15min":1.0680000000000001},"min":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.3560000000000001,"5min":1.3560000000000001,"15min":1.3560000000000001},"last":0.753},{"interface":"front","average":{"1min":0.98099999999999998,"5min":1.046,"15min":1.0569999999999999},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":1.2769999999999999,"5min":1.5580000000000001,"15min":1.5580000000000001},"last":0.64900000000000002}]},{"osd":6,"last update":"Sat Apr 27 01:15:05 2024","interfaces":[{"interface":"back","average":{"1min":1.1559999999999999,"5min":1.139,"15min":1.1359999999999999},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.508,"5min":1.508,"15min":1.508},"last":0.91400000000000003},{"interface":"front","average":{"1min":1.2090000000000001,"5min":1.1930000000000001,"15min":1.1910000000000001},"min":{"1min":0.55000000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.577,"5min":1.8,"15min":1.8},"last":0.94599999999999995}]},{"osd":7,"last update":"Sat Apr 27 01:14:36 2024","interfaces":[{"interface":"back","average":{"1min":1.1339999999999999,"5min":1.1339999999999999,"15min":1.1339999999999999},"min":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.4650000000000001,"5min":1.4650000000000001,"15min":1.4650000000000001},"last":0.85399999999999998},{"interface":"front","average":{"1min":1.242,"5min":1.242,"15min":1.242},"min":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.7130000000000001,"5min":1.7130000000000001,"15min":1.7130000000000001},"last":0.95799999999999996}]}]},{"osd":3,"up_from":26,"seq":111669149746,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 27 01:14:25 2024","interfaces":[{"interface":"back","average":{"1min":0.69699999999999995,"5min":0.72499999999999998,"15min":0.71099999999999997},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":1.141,"5min":1.181,"15min":1.181},"last":0.91800000000000004},{"interface":"front","average":{"1min":0.84399999999999997,"5min":0.878,"15min":0.872},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":1.8999999999999999,"5min":1.8999999999999999,"15min":1.8999999999999999},"last":0.754}]},{"osd":1,"last update":"Sat Apr 27 01:14:25 2024","interfaces":[{"interface":"back","average":{"1min":0.78500000000000003,"5min":0.752,"15min":0.73799999999999999},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":2.1059999999999999,"5min":2.1059999999999999,"15min":2.1059999999999999},"last":0.86699999999999999},{"interface":"front","average":{"1min":0.73799999999999999,"5min":0.80500000000000005,"15min":0.80400000000000005},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":1.861,"5min":1.861,"15min":1.861},"last":0.96499999999999997}]},{"osd":2,"last update":"Sat Apr 27 01:14:25 2024","interfaces":[{"interface":"back","average":{"1min":0.77700000000000002,"5min":0.82799999999999996,"15min":0.82699999999999996},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":1.494,"5min":1.494,"15min":1.494},"last":1.1870000000000001},{"interface":"front","average":{"1min":0.82099999999999995,"5min":0.82499999999999996,"15min":0.81699999999999995},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":1.4770000000000001,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":0.82299999999999995}]},{"osd":4,"last update":"Sat Apr 27 01:14:58 2024","interfaces":[{"interface":"back","average":{"1min":0.93700000000000006,"5min":0.96799999999999997,"15min":0.96999999999999997},"min":{"1min":0.68600000000000005,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.121,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":1.02},{"interface":"front","average":{"1min":0.95699999999999996,"5min":0.97999999999999998,"15min":0.97599999999999998},"min":{"1min":0.622,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.7170000000000001,"5min":1.7170000000000001,"15min":1.7170000000000001},"last":1.0029999999999999}]},{"osd":5,"last update":"Sat Apr 27 01:14:34 2024","interfaces":[{"interface":"back","average":{"1min":0.94399999999999995,"5min":1.0389999999999999,"15min":1.0549999999999999},"min":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.304,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":1.052},{"interface":"front","average":{"1min":1.0169999999999999,"5min":1.101,"15min":1.115},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":1.3169999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":1.1020000000000001}]},{"osd":6,"last update":"Sat Apr 27 01:15:05 2024","interfaces":[{"interface":"back","average":{"1min":1.038,"5min":1.1579999999999999,"15min":1.1779999999999999},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.405,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":1.167},{"interface":"front","average":{"1min":1.0580000000000001,"5min":1.089,"15min":1.0940000000000001},"min":{"1min":0.65100000000000002,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.798,"5min":1.798,"15min":1.798},"last":1.0800000000000001}]},{"osd":7,"last update":"Sat Apr 27 01:14:39 2024","interfaces":[{"interface":"back","average":{"1min":1.097,"5min":1.097,"15min":1.097},"min":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.512,"5min":1.512,"15min":1.512},"last":1.131},{"interface":"front","average":{"1min":1.1120000000000001,"5min":1.1120000000000001,"15min":1.1120000000000001},"min":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.4690000000000001,"5min":1.4690000000000001,"15min":1.4690000000000001},"last":1.212}]}]},{"osd":4,"up_from":31,"seq":133143986220,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5768,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739384,"statfs":{"total":95995035648,"available":95989129216,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 27 01:15:02 2024","interfaces":[{"interface":"back","average":{"1min":0.83999999999999997,"5min":0.90100000000000002,"15min":0.91400000000000003},"min":{"1min":0.53300000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.4770000000000001,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":1.377},{"interface":"front","average":{"1min":0.91500000000000004,"5min":0.90400000000000003,"15min":0.88700000000000001},"min":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.294,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":0.88700000000000001}]},{"osd":1,"last update":"Sat Apr 27 01:15:02 2024","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.85799999999999998,"15min":0.81200000000000006},"min":{"1min":0.622,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.4350000000000001,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":0.72299999999999998},{"interface":"front","average":{"1min":1.0069999999999999,"5min":0.96099999999999997,"15min":0.94199999999999995},"min":{"1min":0.68300000000000005,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.4019999999999999,"5min":1.403,"15min":1.403},"last":1.1040000000000001}]},{"osd":2,"last update":"Sat Apr 27 01:15:02 2024","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.89400000000000002,"15min":0.88200000000000001},"min":{"1min":0.60899999999999999,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.607,"5min":1.607,"15min":1.607},"last":1.046},{"interface":"front","average":{"1min":0.91000000000000003,"5min":0.88900000000000001,"15min":0.871},"min":{"1min":0.63100000000000001,"5min":0.62,"15min":0.62},"max":{"1min":1.244,"5min":1.258,"15min":1.258},"last":0.92200000000000004}]},{"osd":3,"last update":"Sat Apr 27 01:15:02 2024","interfaces":[{"interface":"back","average":{"1min":0.93600000000000005,"5min":0.93500000000000005,"15min":0.91100000000000003},"min":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.2430000000000001,"5min":1.4450000000000001,"15min":1.4450000000000001},"last":1.2050000000000001},{"interface":"front","average":{"1min":1.0800000000000001,"5min":1.0249999999999999,"15min":1.0049999999999999},"min":{"1min":0.80300000000000005,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.321,"5min":1.373,"15min":1.373},"last":1.4319999999999999}]},{"osd":5,"last update":"Sat Apr 27 01:14:33 2024","interfaces":[{"interface":"back","average":{"1min":1.0960000000000001,"5min":0.84799999999999998,"15min":0.80700000000000005},"min":{"1min":0.48799999999999999,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":1.522,"5min":1.522,"15min":1.522},"last":1.2789999999999999},{"interface":"front","average":{"1min":1.0640000000000001,"5min":0.91600000000000004,"15min":0.89100000000000001},"min":{"1min":0.50800000000000001,"5min":0.432,"15min":0.432},"max":{"1min":1.5569999999999999,"5min":1.5569999999999999,"15min":1.5569999999999999},"last":1.173}]},{"osd":6,"last update":"Sat Apr 27 01:15:05 2024","interfaces":[{"interface":"back","average":{"1min":1.101,"5min":1.054,"15min":1.046},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":1.405,"5min":1.4079999999999999,"15min":1.4079999999999999},"last":1.296},{"interface":"front","average":{"1min":1.1359999999999999,"5min":1.1240000000000001,"15min":1.1220000000000001},"min":{"1min":0.56799999999999995,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.498,"5min":1.6020000000000001,"15min":1.6020000000000001},"last":1.3340000000000001}]},{"osd":7,"last update":"Sat Apr 27 01:14:38 2024","interfaces":[{"interface":"back","average":{"1min":1.2709999999999999,"5min":1.2709999999999999,"15min":1.2709999999999999},"min":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.679,"5min":1.679,"15min":1.679},"last":1.403},{"interface":"front","average":{"1min":1.2410000000000001,"5min":1.2410000000000001,"15min":1.2410000000000001},"min":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.5349999999999999,"5min":1.5349999999999999,"15min":1.5349999999999999},"last":1.482}]}]},{"osd":5,"up_from":39,"seq":167503724580,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5700,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739452,"statfs":{"total":95995035648,"available":95989198848,"internally_reserved":0,"allocated":585728,"data_stored":240395,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 27 01:14:30 2024","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.90300000000000002,"15min":0.90200000000000002},"min":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.306,"5min":1.306,"15min":1.306},"last":0.80100000000000005},{"interface":"front","average":{"1min":0.95799999999999996,"5min":0.877,"15min":0.86299999999999999},"min":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.532,"5min":1.532,"15min":1.532},"last":1.2330000000000001}]},{"osd":1,"last update":"Sat Apr 27 01:14:30 2024","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.86499999999999999,"15min":0.85899999999999999},"min":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.1499999999999999,"5min":1.1499999999999999,"15min":1.1499999999999999},"last":0.89200000000000002},{"interface":"front","average":{"1min":1.0109999999999999,"5min":0.92400000000000004,"15min":0.91000000000000003},"min":{"1min":0.65800000000000003,"5min":0.626,"15min":0.626},"max":{"1min":1.7,"5min":1.8320000000000001,"15min":1.8320000000000001},"last":1.0049999999999999}]},{"osd":2,"last update":"Sat Apr 27 01:14:30 2024","interfaces":[{"interface":"back","average":{"1min":0.89700000000000002,"5min":0.89300000000000002,"15min":0.89200000000000002},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.262,"5min":1.262,"15min":1.262},"last":0.93500000000000005},{"interface":"front","average":{"1min":1.0149999999999999,"5min":0.95099999999999996,"15min":0.93999999999999995},"min":{"1min":0.64700000000000002,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.395,"5min":1.4079999999999999,"15min":1.4079999999999999},"last":1.512}]},{"osd":3,"last update":"Sat Apr 27 01:14:30 2024","interfaces":[{"interface":"back","average":{"1min":0.92500000000000004,"5min":0.88500000000000001,"15min":0.879},"min":{"1min":0.72599999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.552,"5min":1.552,"15min":1.552},"last":1.1399999999999999},{"interface":"front","average":{"1min":1.0349999999999999,"5min":0.99099999999999999,"15min":0.98299999999999998},"min":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.548,"5min":1.548,"15min":1.548},"last":1.3759999999999999}]},{"osd":4,"last update":"Sat Apr 27 01:14:30 2024","interfaces":[{"interface":"back","average":{"1min":0.94099999999999995,"5min":0.82699999999999996,"15min":0.80800000000000005},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":1.643,"5min":1.643,"15min":1.643},"last":1.2190000000000001},{"interface":"front","average":{"1min":0.99099999999999999,"5min":0.83899999999999997,"15min":0.81399999999999995},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":1.5109999999999999,"5min":1.5109999999999999,"15min":1.5109999999999999},"last":1.2969999999999999}]},{"osd":6,"last update":"Sat Apr 27 01:15:07 2024","interfaces":[{"interface":"back","average":{"1min":1.0609999999999999,"5min":0.96499999999999997,"15min":0.94899999999999995},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":1.395,"5min":1.5069999999999999,"15min":1.5069999999999999},"last":1.405},{"interface":"front","average":{"1min":1.2070000000000001,"5min":1.0329999999999999,"15min":1.004},"min":{"1min":0.45200000000000001,"5min":0.441,"15min":0.441},"max":{"1min":1.6040000000000001,"5min":1.6040000000000001,"15min":1.6040000000000001},"last":1.4359999999999999}]},{"osd":7,"last update":"Sat Apr 27 01:14:36 2024","interfaces":[{"interface":"back","average":{"1min":1.101,"5min":1.101,"15min":1.101},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.5209999999999999,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":1.5940000000000001},{"interface":"front","average":{"1min":1.052,"5min":1.052,"15min":1.052},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":1.895,"5min":1.895,"15min":1.895},"last":1.345}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-04-27T01:15:26.508 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph pg dump --format=json 2024-04-27T01:15:26.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:26 smithi046 bash[18464]: audit 2024-04-27T01:15:24.489572+0000 mgr.y (mgr.14427) 69 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T01:15:26.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:26 smithi046 bash[18464]: audit 2024-04-27T01:15:24.506986+0000 mgr.y (mgr.14427) 70 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.46:9095"}]: dispatch 2024-04-27T01:15:26.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:26 smithi046 bash[18464]: audit 2024-04-27T01:15:24.526788+0000 mgr.y (mgr.14427) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T01:15:26.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:26 smithi046 bash[18464]: audit 2024-04-27T01:15:24.544154+0000 mgr.y (mgr.14427) 72 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.46:3000"}]: dispatch 2024-04-27T01:15:26.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:26 smithi046 bash[18464]: cluster 2024-04-27T01:15:25.441542+0000 mgr.y (mgr.14427) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:26.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:26 smithi042 bash[18488]: audit 2024-04-27T01:15:24.489572+0000 mgr.y (mgr.14427) 69 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T01:15:26.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:26 smithi042 bash[18488]: audit 2024-04-27T01:15:24.506986+0000 mgr.y (mgr.14427) 70 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.46:9095"}]: dispatch 2024-04-27T01:15:26.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:26 smithi042 bash[18488]: audit 2024-04-27T01:15:24.526788+0000 mgr.y (mgr.14427) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T01:15:26.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:26 smithi042 bash[18488]: audit 2024-04-27T01:15:24.544154+0000 mgr.y (mgr.14427) 72 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.46:3000"}]: dispatch 2024-04-27T01:15:26.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:26 smithi042 bash[18488]: cluster 2024-04-27T01:15:25.441542+0000 mgr.y (mgr.14427) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:26.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:26 smithi042 bash[23616]: audit 2024-04-27T01:15:24.489572+0000 mgr.y (mgr.14427) 69 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T01:15:26.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:26 smithi042 bash[23616]: audit 2024-04-27T01:15:24.506986+0000 mgr.y (mgr.14427) 70 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.46:9095"}]: dispatch 2024-04-27T01:15:26.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:26 smithi042 bash[23616]: audit 2024-04-27T01:15:24.526788+0000 mgr.y (mgr.14427) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T01:15:26.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:26 smithi042 bash[23616]: audit 2024-04-27T01:15:24.544154+0000 mgr.y (mgr.14427) 72 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.46:3000"}]: dispatch 2024-04-27T01:15:26.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:26 smithi042 bash[23616]: cluster 2024-04-27T01:15:25.441542+0000 mgr.y (mgr.14427) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:27.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:27 smithi042 bash[18488]: audit 2024-04-27T01:15:25.852180+0000 mgr.y (mgr.14427) 74 : audit [DBG] from='client.14589 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T01:15:27.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:27 smithi042 bash[23616]: audit 2024-04-27T01:15:25.852180+0000 mgr.y (mgr.14427) 74 : audit [DBG] from='client.14589 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T01:15:27.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:27 smithi046 bash[18464]: audit 2024-04-27T01:15:25.852180+0000 mgr.y (mgr.14427) 74 : audit [DBG] from='client.14589 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T01:15:28.337 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T01:15:28.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:28 smithi046 bash[18464]: cluster 2024-04-27T01:15:27.441910+0000 mgr.y (mgr.14427) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:28.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:28 smithi046 bash[18464]: audit 2024-04-27T01:15:27.891308+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:28.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:28 smithi046 bash[18464]: audit 2024-04-27T01:15:28.006515+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:28.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:28 smithi046 bash[18464]: audit 2024-04-27T01:15:28.297560+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:28.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:28 smithi046 bash[18464]: audit 2024-04-27T01:15:28.308572+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:15:28.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:28 smithi046 bash[18464]: audit 2024-04-27T01:15:28.311199+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:15:28.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:28 smithi046 bash[18464]: audit 2024-04-27T01:15:28.312942+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:15:28.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:28 smithi042 bash[18488]: cluster 2024-04-27T01:15:27.441910+0000 mgr.y (mgr.14427) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:28.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:28 smithi042 bash[18488]: audit 2024-04-27T01:15:27.891308+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:28.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:28 smithi042 bash[18488]: audit 2024-04-27T01:15:28.006515+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:28.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:28 smithi042 bash[18488]: audit 2024-04-27T01:15:28.297560+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:28.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:28 smithi042 bash[18488]: audit 2024-04-27T01:15:28.308572+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:15:28.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:28 smithi042 bash[18488]: audit 2024-04-27T01:15:28.311199+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:15:28.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:28 smithi042 bash[18488]: audit 2024-04-27T01:15:28.312942+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:15:28.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:28 smithi042 bash[23616]: cluster 2024-04-27T01:15:27.441910+0000 mgr.y (mgr.14427) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:28.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:28 smithi042 bash[23616]: audit 2024-04-27T01:15:27.891308+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:28.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:28 smithi042 bash[23616]: audit 2024-04-27T01:15:28.006515+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:28.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:28 smithi042 bash[23616]: audit 2024-04-27T01:15:28.297560+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:28.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:28 smithi042 bash[23616]: audit 2024-04-27T01:15:28.308572+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:15:28.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:28 smithi042 bash[23616]: audit 2024-04-27T01:15:28.311199+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:15:28.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:28 smithi042 bash[23616]: audit 2024-04-27T01:15:28.312942+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:15:30.873 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-04-27T01:15:30.875 INFO:teuthology.orchestra.run.smithi042.stderr:dumped all 2024-04-27T01:15:30.886 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:30 smithi042 bash[18488]: cluster 2024-04-27T01:15:29.442356+0000 mgr.y (mgr.14427) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:30.887 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:30 smithi042 bash[23616]: cluster 2024-04-27T01:15:29.442356+0000 mgr.y (mgr.14427) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:30.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:30 smithi046 bash[18464]: cluster 2024-04-27T01:15:29.442356+0000 mgr.y (mgr.14427) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:31.458 INFO:teuthology.orchestra.run.smithi042.stdout:{"pg_ready":true,"pg_map":{"version":48,"stamp":"2024-04-27T01:15:29.442168+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":48976,"kb_used_data":6160,"kb_used_omap":0,"kb_used_meta":42752,"kb_avail":749912240,"statfs":{"total":767960285184,"available":767910133760,"internally_reserved":0,"allocated":6307840,"data_stored":3511534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43778048},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003027"},"pg_stats":[{"pgid":"1.0","version":"60'128","reported_seq":266,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-27T01:13:59.569167+0000","last_change":"2024-04-27T01:13:39.397256+0000","last_active":"2024-04-27T01:13:59.569167+0000","last_peered":"2024-04-27T01:13:59.569167+0000","last_clean":"2024-04-27T01:13:59.569167+0000","last_became_active":"2024-04-27T01:13:39.396123+0000","last_became_peered":"2024-04-27T01:13:39.396123+0000","last_unstale":"2024-04-27T01:13:59.569167+0000","last_undegraded":"2024-04-27T01:13:59.569167+0000","last_fullsized":"2024-04-27T01:13:59.569167+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-27T01:10:52.575201+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-27T01:10:52.575201+0000","last_clean_scrub_stamp":"2024-04-27T01:10:52.575201+0000","objects_scrubbed":0,"log_size":128,"ondisk_log_size":128,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-04-28T12:01:25.965472+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1597440,"data_stored":1586784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":55,"seq":236223201304,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6096,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739056,"statfs":{"total":95995035648,"available":95988793344,"internally_reserved":0,"allocated":1122304,"data_stored":769588,"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":"Sat Apr 27 01:14:36 2024","interfaces":[{"interface":"back","average":{"1min":0.91000000000000003,"5min":0.91000000000000003,"15min":0.91000000000000003},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.2390000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":0.64700000000000002},{"interface":"front","average":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"min":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.2050000000000001,"5min":1.2050000000000001,"15min":1.2050000000000001},"last":0.56699999999999995}]},{"osd":1,"last update":"Sat Apr 27 01:14:36 2024","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.92000000000000004,"15min":0.92000000000000004},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.238,"5min":1.238,"15min":1.238},"last":1.002},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.96199999999999997,"15min":0.96199999999999997},"min":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.325,"5min":1.325,"15min":1.325},"last":0.86299999999999999}]},{"osd":2,"last update":"Sat Apr 27 01:14:36 2024","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.95899999999999996,"15min":0.95899999999999996},"min":{"1min":0.501,"5min":0.501,"15min":0.501},"max":{"1min":1.2869999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.68999999999999995},{"interface":"front","average":{"1min":1.03,"5min":1.03,"15min":1.03},"min":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.51,"5min":1.51,"15min":1.51},"last":0.81200000000000006}]},{"osd":3,"last update":"Sat Apr 27 01:14:36 2024","interfaces":[{"interface":"back","average":{"1min":1.0349999999999999,"5min":1.0349999999999999,"15min":1.0349999999999999},"min":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"max":{"1min":1.391,"5min":1.391,"15min":1.391},"last":1.05},{"interface":"front","average":{"1min":1.145,"5min":1.145,"15min":1.145},"min":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.6080000000000001,"5min":1.6080000000000001,"15min":1.6080000000000001},"last":0.90400000000000003}]},{"osd":4,"last update":"Sat Apr 27 01:14:36 2024","interfaces":[{"interface":"back","average":{"1min":0.94899999999999995,"5min":0.94899999999999995,"15min":0.94899999999999995},"min":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.2989999999999999,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":0.97299999999999998},{"interface":"front","average":{"1min":1.0780000000000001,"5min":1.0780000000000001,"15min":1.0780000000000001},"min":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.4399999999999999,"5min":1.4399999999999999,"15min":1.4399999999999999},"last":1.179}]},{"osd":5,"last update":"Sat Apr 27 01:14:36 2024","interfaces":[{"interface":"back","average":{"1min":1.157,"5min":1.157,"15min":1.157},"min":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":2.0499999999999998,"5min":2.0499999999999998,"15min":2.0499999999999998},"last":1.1240000000000001},{"interface":"front","average":{"1min":1.173,"5min":1.173,"15min":1.173},"min":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"max":{"1min":1.46,"5min":1.46,"15min":1.46},"last":1.1000000000000001}]},{"osd":6,"last update":"Sat Apr 27 01:14:36 2024","interfaces":[{"interface":"back","average":{"1min":1.1879999999999999,"5min":1.1879999999999999,"15min":1.1879999999999999},"min":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"max":{"1min":1.5289999999999999,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":1.21},{"interface":"front","average":{"1min":1.222,"5min":1.222,"15min":1.222},"min":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"max":{"1min":1.621,"5min":1.621,"15min":1.621},"last":1.3069999999999999}]}]},{"osd":6,"up_from":47,"seq":201863462942,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6160,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93738992,"statfs":{"total":95995035648,"available":95988727808,"internally_reserved":0,"allocated":1122304,"data_stored":769588,"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":"Sat Apr 27 01:15:07 2024","interfaces":[{"interface":"back","average":{"1min":0.94699999999999995,"5min":0.86199999999999999,"15min":0.84799999999999998},"min":{"1min":0.60799999999999998,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.4319999999999999,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":0.88600000000000001},{"interface":"front","average":{"1min":1.0389999999999999,"5min":0.95599999999999996,"15min":0.94199999999999995},"min":{"1min":0.66900000000000004,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.554,"5min":1.554,"15min":1.554},"last":1.0660000000000001}]},{"osd":1,"last update":"Sat Apr 27 01:15:07 2024","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.98099999999999998,"15min":0.99399999999999999},"min":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.4019999999999999,"5min":1.446,"15min":1.446},"last":1.226},{"interface":"front","average":{"1min":1.081,"5min":0.96399999999999997,"15min":0.94399999999999995},"min":{"1min":0.77300000000000002,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.401,"5min":1.401,"15min":1.401},"last":0.86099999999999999}]},{"osd":2,"last update":"Sat Apr 27 01:15:07 2024","interfaces":[{"interface":"back","average":{"1min":1.0980000000000001,"5min":1.04,"15min":1.03},"min":{"1min":0.627,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.496,"5min":1.6200000000000001,"15min":1.6200000000000001},"last":1.2070000000000001},{"interface":"front","average":{"1min":1.0149999999999999,"5min":1.0580000000000001,"15min":1.0649999999999999},"min":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.355,"5min":1.5620000000000001,"15min":1.5620000000000001},"last":1.4139999999999999}]},{"osd":3,"last update":"Sat Apr 27 01:15:07 2024","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.96999999999999997,"15min":0.96599999999999997},"min":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.3320000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":1.1739999999999999},{"interface":"front","average":{"1min":1.167,"5min":1.038,"15min":1.016},"min":{"1min":0.85199999999999998,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.6000000000000001,"5min":1.734,"15min":1.734},"last":1.2909999999999999}]},{"osd":4,"last update":"Sat Apr 27 01:15:07 2024","interfaces":[{"interface":"back","average":{"1min":1.091,"5min":1.0529999999999999,"15min":1.0469999999999999},"min":{"1min":0.85099999999999998,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.4570000000000001,"5min":2.4049999999999998,"15min":2.4049999999999998},"last":1.1160000000000001},{"interface":"front","average":{"1min":1.1379999999999999,"5min":1.038,"15min":1.022},"min":{"1min":0.79700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.522,"5min":1.8089999999999999,"15min":1.8089999999999999},"last":1.258}]},{"osd":5,"last update":"Sat Apr 27 01:15:07 2024","interfaces":[{"interface":"back","average":{"1min":1.2050000000000001,"5min":1.109,"15min":1.093},"min":{"1min":0.99199999999999999,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.5089999999999999,"5min":1.929,"15min":1.929},"last":1.3200000000000001},{"interface":"front","average":{"1min":1.1879999999999999,"5min":1.0680000000000001,"15min":1.048},"min":{"1min":0.68799999999999994,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.623,"5min":1.623,"15min":1.623},"last":1.034}]},{"osd":7,"last update":"Sat Apr 27 01:14:38 2024","interfaces":[{"interface":"back","average":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"min":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.609,"5min":1.609,"15min":1.609},"last":1.1539999999999999},{"interface":"front","average":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"min":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.45,"5min":1.45,"15min":1.45},"last":1.504}]}]},{"osd":1,"up_from":13,"seq":55834574910,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6344,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738808,"statfs":{"total":95995035648,"available":95988539392,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 27 01:14:25 2024","interfaces":[{"interface":"back","average":{"1min":0.68100000000000005,"5min":0.60799999999999998,"15min":0.53500000000000003},"min":{"1min":0.32000000000000001,"5min":0.252,"15min":0.252},"max":{"1min":0.96399999999999997,"5min":0.97699999999999998,"15min":0.97699999999999998},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.76500000000000001,"5min":0.67900000000000005,"15min":0.59099999999999997},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":1.2529999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":0.59299999999999997}]},{"osd":2,"last update":"Sat Apr 27 01:15:03 2024","interfaces":[{"interface":"back","average":{"1min":0.79600000000000004,"5min":0.71799999999999997,"15min":0.64500000000000002},"min":{"1min":0.54100000000000004,"5min":0.318,"15min":0.318},"max":{"1min":1.1379999999999999,"5min":1.23,"15min":1.23},"last":0.76200000000000001},{"interface":"front","average":{"1min":0.84999999999999998,"5min":0.77000000000000002,"15min":0.70199999999999996},"min":{"1min":0.52000000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":1.3560000000000001,"5min":1.367,"15min":1.367},"last":0.68400000000000005}]},{"osd":3,"last update":"Sat Apr 27 01:14:29 2024","interfaces":[{"interface":"back","average":{"1min":0.90300000000000002,"5min":0.89900000000000002,"15min":0.88300000000000001},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.383,"5min":1.383,"15min":1.383},"last":0.70499999999999996},{"interface":"front","average":{"1min":0.80500000000000005,"5min":0.85399999999999998,"15min":0.84999999999999998},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":1.165,"5min":1.165,"15min":1.165},"last":0.65000000000000002}]},{"osd":4,"last update":"Sat Apr 27 01:15:03 2024","interfaces":[{"interface":"back","average":{"1min":1.0089999999999999,"5min":0.98999999999999999,"15min":0.98699999999999999},"min":{"1min":0.81899999999999995,"5min":0.76900000000000002,"15min":0.76900000000000002},"max":{"1min":1.4219999999999999,"5min":1.508,"15min":1.508},"last":0.82799999999999996},{"interface":"front","average":{"1min":1.071,"5min":1.03,"15min":1.018},"min":{"1min":0.623,"5min":0.623,"15min":0.623},"max":{"1min":1.657,"5min":1.657,"15min":1.657},"last":0.95199999999999996}]},{"osd":5,"last update":"Sat Apr 27 01:14:29 2024","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":1.0349999999999999,"15min":1.0449999999999999},"min":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.129,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.85499999999999998},{"interface":"front","average":{"1min":1.1000000000000001,"5min":1.1140000000000001,"15min":1.1160000000000001},"min":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"max":{"1min":1.3280000000000001,"5min":1.446,"15min":1.446},"last":1.0980000000000001}]},{"osd":6,"last update":"Sat Apr 27 01:15:04 2024","interfaces":[{"interface":"back","average":{"1min":1.1659999999999999,"5min":1.1040000000000001,"15min":1.0940000000000001},"min":{"1min":0.82299999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.4730000000000001,"5min":1.49,"15min":1.49},"last":1.127},{"interface":"front","average":{"1min":1.091,"5min":1.175,"15min":1.1890000000000001},"min":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.369,"5min":1.579,"15min":1.579},"last":0.88500000000000001}]},{"osd":7,"last update":"Sat Apr 27 01:14:40 2024","interfaces":[{"interface":"back","average":{"1min":1.0920000000000001,"5min":1.0920000000000001,"15min":1.0920000000000001},"min":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"max":{"1min":1.472,"5min":1.472,"15min":1.472},"last":0.96199999999999997},{"interface":"front","average":{"1min":1.2210000000000001,"5min":1.2210000000000001,"15min":1.2210000000000001},"min":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"max":{"1min":1.7370000000000001,"5min":1.7370000000000001,"15min":1.7370000000000001},"last":1.0149999999999999}]}]},{"osd":0,"up_from":8,"seq":34359738438,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6924,"kb_used_data":1092,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738228,"statfs":{"total":95995035648,"available":95987945472,"internally_reserved":0,"allocated":1118208,"data_stored":769323,"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":"Sat Apr 27 01:14:24 2024","interfaces":[{"interface":"back","average":{"1min":0.748,"5min":0.65900000000000003,"15min":0.56200000000000006},"min":{"1min":0.39300000000000002,"5min":0.309,"15min":0.309},"max":{"1min":0.94899999999999995,"5min":0.96899999999999997,"15min":0.96899999999999997},"last":0.84499999999999997},{"interface":"front","average":{"1min":0.86399999999999999,"5min":0.76600000000000001,"15min":0.65200000000000002},"min":{"1min":0.44400000000000001,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.1619999999999999,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":1.0189999999999999}]},{"osd":2,"last update":"Sat Apr 27 01:15:02 2024","interfaces":[{"interface":"back","average":{"1min":0.76200000000000001,"5min":0.74399999999999999,"15min":0.68200000000000005},"min":{"1min":0.37,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":1.4059999999999999,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":0.86099999999999999},{"interface":"front","average":{"1min":0.79400000000000004,"5min":0.72899999999999998,"15min":0.68700000000000006},"min":{"1min":0.44,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":1.1659999999999999,"5min":1.1659999999999999,"15min":1.1659999999999999},"last":0.74399999999999999}]},{"osd":3,"last update":"Sat Apr 27 01:14:29 2024","interfaces":[{"interface":"back","average":{"1min":0.76800000000000002,"5min":0.77000000000000002,"15min":0.76400000000000001},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.196,"5min":1.196,"15min":1.196},"last":0.78200000000000003},{"interface":"front","average":{"1min":0.89900000000000002,"5min":0.85399999999999998,"15min":0.82399999999999995},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":1.3560000000000001,"5min":1.3560000000000001,"15min":1.3560000000000001},"last":1.1419999999999999}]},{"osd":4,"last update":"Sat Apr 27 01:15:02 2024","interfaces":[{"interface":"back","average":{"1min":1.077,"5min":1.0249999999999999,"15min":0.99199999999999999},"min":{"1min":0.748,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.3360000000000001,"5min":1.5,"15min":1.5},"last":1.0900000000000001},{"interface":"front","average":{"1min":1.0109999999999999,"5min":0.98199999999999998,"15min":0.96699999999999997},"min":{"1min":0.79700000000000004,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.2509999999999999,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":1.0449999999999999}]},{"osd":5,"last update":"Sat Apr 27 01:14:34 2024","interfaces":[{"interface":"back","average":{"1min":0.95199999999999996,"5min":1.0089999999999999,"15min":1.0189999999999999},"min":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.2989999999999999,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.91000000000000003},{"interface":"front","average":{"1min":1.1120000000000001,"5min":1.125,"15min":1.127},"min":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.621,"5min":1.621,"15min":1.621},"last":1.3180000000000001}]},{"osd":6,"last update":"Sat Apr 27 01:15:04 2024","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":1.0429999999999999,"15min":1.0569999999999999},"min":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.3280000000000001,"5min":1.49,"15min":1.49},"last":1.002},{"interface":"front","average":{"1min":1.1579999999999999,"5min":1.1950000000000001,"15min":1.2010000000000001},"min":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":1.7150000000000001,"5min":1.7150000000000001,"15min":1.7150000000000001},"last":1.26}]},{"osd":7,"last update":"Sat Apr 27 01:14:35 2024","interfaces":[{"interface":"back","average":{"1min":1.238,"5min":1.238,"15min":1.238},"min":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"max":{"1min":1.7649999999999999,"5min":1.7649999999999999,"15min":1.7649999999999999},"last":1.1930000000000001},{"interface":"front","average":{"1min":1.127,"5min":1.127,"15min":1.127},"min":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"max":{"1min":1.4990000000000001,"5min":1.4990000000000001,"15min":1.4990000000000001},"last":1.214}]}]},{"osd":2,"up_from":18,"seq":77309411385,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6280,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738872,"statfs":{"total":95995035648,"available":95988604928,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 27 01:15:01 2024","interfaces":[{"interface":"back","average":{"1min":0.75,"5min":0.70299999999999996,"15min":0.64700000000000002},"min":{"1min":0.55400000000000005,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":1.109,"5min":1.109,"15min":1.109},"last":0.59399999999999997},{"interface":"front","average":{"1min":0.80500000000000005,"5min":0.69599999999999995,"15min":0.63700000000000001},"min":{"1min":0.34200000000000003,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":1.1259999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"last":0.40899999999999997}]},{"osd":1,"last update":"Sat Apr 27 01:15:01 2024","interfaces":[{"interface":"back","average":{"1min":0.77900000000000003,"5min":0.72199999999999998,"15min":0.70399999999999996},"min":{"1min":0.32900000000000001,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":1.107,"5min":1.1299999999999999,"15min":1.1299999999999999},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.93200000000000005,"5min":0.81599999999999995,"15min":0.73399999999999999},"min":{"1min":0.441,"5min":0.373,"15min":0.373},"max":{"1min":1.2010000000000001,"5min":1.2010000000000001,"15min":1.2010000000000001},"last":0.48999999999999999}]},{"osd":3,"last update":"Sat Apr 27 01:14:30 2024","interfaces":[{"interface":"back","average":{"1min":0.874,"5min":0.81699999999999995,"15min":0.78100000000000003},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":1.3049999999999999,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":0.60799999999999998},{"interface":"front","average":{"1min":0.86599999999999999,"5min":0.88800000000000001,"15min":0.86199999999999999},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":1.3680000000000001,"5min":1.7210000000000001,"15min":1.7210000000000001},"last":0.54900000000000004}]},{"osd":4,"last update":"Sat Apr 27 01:15:01 2024","interfaces":[{"interface":"back","average":{"1min":1.133,"5min":1.069,"15min":1.038},"min":{"1min":0.61799999999999999,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.3680000000000001,"5min":1.6160000000000001,"15min":1.6160000000000001},"last":0.86299999999999999},{"interface":"front","average":{"1min":1.1279999999999999,"5min":1.056,"15min":1.032},"min":{"1min":0.60799999999999998,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.427,"5min":1.4650000000000001,"15min":1.4650000000000001},"last":0.93100000000000005}]},{"osd":5,"last update":"Sat Apr 27 01:14:30 2024","interfaces":[{"interface":"back","average":{"1min":0.99199999999999999,"5min":1.0569999999999999,"15min":1.0680000000000001},"min":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.3560000000000001,"5min":1.3560000000000001,"15min":1.3560000000000001},"last":0.748},{"interface":"front","average":{"1min":0.98099999999999998,"5min":1.046,"15min":1.0569999999999999},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":1.2769999999999999,"5min":1.5580000000000001,"15min":1.5580000000000001},"last":0.90400000000000003}]},{"osd":6,"last update":"Sat Apr 27 01:15:05 2024","interfaces":[{"interface":"back","average":{"1min":1.1559999999999999,"5min":1.139,"15min":1.1359999999999999},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.508,"5min":1.508,"15min":1.508},"last":0.88400000000000001},{"interface":"front","average":{"1min":1.2090000000000001,"5min":1.1930000000000001,"15min":1.1910000000000001},"min":{"1min":0.55000000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.577,"5min":1.8,"15min":1.8},"last":0.81999999999999995}]},{"osd":7,"last update":"Sat Apr 27 01:14:36 2024","interfaces":[{"interface":"back","average":{"1min":1.1339999999999999,"5min":1.1339999999999999,"15min":1.1339999999999999},"min":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.4650000000000001,"5min":1.4650000000000001,"15min":1.4650000000000001},"last":0.75900000000000001},{"interface":"front","average":{"1min":1.242,"5min":1.242,"15min":1.242},"min":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.7130000000000001,"5min":1.7130000000000001,"15min":1.7130000000000001},"last":1.0369999999999999}]}]},{"osd":3,"up_from":26,"seq":111669149746,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 27 01:14:25 2024","interfaces":[{"interface":"back","average":{"1min":0.69699999999999995,"5min":0.72499999999999998,"15min":0.71099999999999997},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":1.141,"5min":1.181,"15min":1.181},"last":0.91800000000000004},{"interface":"front","average":{"1min":0.84399999999999997,"5min":0.878,"15min":0.872},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":1.8999999999999999,"5min":1.8999999999999999,"15min":1.8999999999999999},"last":0.754}]},{"osd":1,"last update":"Sat Apr 27 01:14:25 2024","interfaces":[{"interface":"back","average":{"1min":0.78500000000000003,"5min":0.752,"15min":0.73799999999999999},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":2.1059999999999999,"5min":2.1059999999999999,"15min":2.1059999999999999},"last":0.86699999999999999},{"interface":"front","average":{"1min":0.73799999999999999,"5min":0.80500000000000005,"15min":0.80400000000000005},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":1.861,"5min":1.861,"15min":1.861},"last":0.96499999999999997}]},{"osd":2,"last update":"Sat Apr 27 01:14:25 2024","interfaces":[{"interface":"back","average":{"1min":0.77700000000000002,"5min":0.82799999999999996,"15min":0.82699999999999996},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":1.494,"5min":1.494,"15min":1.494},"last":1.1870000000000001},{"interface":"front","average":{"1min":0.82099999999999995,"5min":0.82499999999999996,"15min":0.81699999999999995},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":1.4770000000000001,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":0.82299999999999995}]},{"osd":4,"last update":"Sat Apr 27 01:14:58 2024","interfaces":[{"interface":"back","average":{"1min":0.93700000000000006,"5min":0.96799999999999997,"15min":0.96999999999999997},"min":{"1min":0.68600000000000005,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.121,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":1.02},{"interface":"front","average":{"1min":0.95699999999999996,"5min":0.97999999999999998,"15min":0.97599999999999998},"min":{"1min":0.622,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.7170000000000001,"5min":1.7170000000000001,"15min":1.7170000000000001},"last":1.0029999999999999}]},{"osd":5,"last update":"Sat Apr 27 01:14:34 2024","interfaces":[{"interface":"back","average":{"1min":0.94399999999999995,"5min":1.0389999999999999,"15min":1.0549999999999999},"min":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.304,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":1.052},{"interface":"front","average":{"1min":1.0169999999999999,"5min":1.101,"15min":1.115},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":1.3169999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":1.1020000000000001}]},{"osd":6,"last update":"Sat Apr 27 01:15:05 2024","interfaces":[{"interface":"back","average":{"1min":1.038,"5min":1.1579999999999999,"15min":1.1779999999999999},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.405,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":1.167},{"interface":"front","average":{"1min":1.0580000000000001,"5min":1.089,"15min":1.0940000000000001},"min":{"1min":0.65100000000000002,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.798,"5min":1.798,"15min":1.798},"last":1.0800000000000001}]},{"osd":7,"last update":"Sat Apr 27 01:14:39 2024","interfaces":[{"interface":"back","average":{"1min":1.097,"5min":1.097,"15min":1.097},"min":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.512,"5min":1.512,"15min":1.512},"last":1.131},{"interface":"front","average":{"1min":1.1120000000000001,"5min":1.1120000000000001,"15min":1.1120000000000001},"min":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.4690000000000001,"5min":1.4690000000000001,"15min":1.4690000000000001},"last":1.212}]}]},{"osd":4,"up_from":31,"seq":133143986220,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5768,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739384,"statfs":{"total":95995035648,"available":95989129216,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 27 01:15:02 2024","interfaces":[{"interface":"back","average":{"1min":0.83999999999999997,"5min":0.90100000000000002,"15min":0.91400000000000003},"min":{"1min":0.53300000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.4770000000000001,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":1.377},{"interface":"front","average":{"1min":0.91500000000000004,"5min":0.90400000000000003,"15min":0.88700000000000001},"min":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.294,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":0.88700000000000001}]},{"osd":1,"last update":"Sat Apr 27 01:15:02 2024","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.85799999999999998,"15min":0.81200000000000006},"min":{"1min":0.622,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.4350000000000001,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":0.72299999999999998},{"interface":"front","average":{"1min":1.0069999999999999,"5min":0.96099999999999997,"15min":0.94199999999999995},"min":{"1min":0.68300000000000005,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.4019999999999999,"5min":1.403,"15min":1.403},"last":1.1040000000000001}]},{"osd":2,"last update":"Sat Apr 27 01:15:02 2024","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.89400000000000002,"15min":0.88200000000000001},"min":{"1min":0.60899999999999999,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.607,"5min":1.607,"15min":1.607},"last":1.046},{"interface":"front","average":{"1min":0.91000000000000003,"5min":0.88900000000000001,"15min":0.871},"min":{"1min":0.63100000000000001,"5min":0.62,"15min":0.62},"max":{"1min":1.244,"5min":1.258,"15min":1.258},"last":0.92200000000000004}]},{"osd":3,"last update":"Sat Apr 27 01:15:02 2024","interfaces":[{"interface":"back","average":{"1min":0.93600000000000005,"5min":0.93500000000000005,"15min":0.91100000000000003},"min":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.2430000000000001,"5min":1.4450000000000001,"15min":1.4450000000000001},"last":1.2050000000000001},{"interface":"front","average":{"1min":1.0800000000000001,"5min":1.0249999999999999,"15min":1.0049999999999999},"min":{"1min":0.80300000000000005,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.321,"5min":1.373,"15min":1.373},"last":1.4319999999999999}]},{"osd":5,"last update":"Sat Apr 27 01:14:33 2024","interfaces":[{"interface":"back","average":{"1min":1.0960000000000001,"5min":0.84799999999999998,"15min":0.80700000000000005},"min":{"1min":0.48799999999999999,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":1.522,"5min":1.522,"15min":1.522},"last":1.2789999999999999},{"interface":"front","average":{"1min":1.0640000000000001,"5min":0.91600000000000004,"15min":0.89100000000000001},"min":{"1min":0.50800000000000001,"5min":0.432,"15min":0.432},"max":{"1min":1.5569999999999999,"5min":1.5569999999999999,"15min":1.5569999999999999},"last":1.173}]},{"osd":6,"last update":"Sat Apr 27 01:15:05 2024","interfaces":[{"interface":"back","average":{"1min":1.101,"5min":1.054,"15min":1.046},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":1.405,"5min":1.4079999999999999,"15min":1.4079999999999999},"last":1.296},{"interface":"front","average":{"1min":1.1359999999999999,"5min":1.1240000000000001,"15min":1.1220000000000001},"min":{"1min":0.56799999999999995,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.498,"5min":1.6020000000000001,"15min":1.6020000000000001},"last":1.3340000000000001}]},{"osd":7,"last update":"Sat Apr 27 01:14:38 2024","interfaces":[{"interface":"back","average":{"1min":1.2709999999999999,"5min":1.2709999999999999,"15min":1.2709999999999999},"min":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.679,"5min":1.679,"15min":1.679},"last":1.403},{"interface":"front","average":{"1min":1.2410000000000001,"5min":1.2410000000000001,"15min":1.2410000000000001},"min":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.5349999999999999,"5min":1.5349999999999999,"15min":1.5349999999999999},"last":1.482}]}]},{"osd":5,"up_from":39,"seq":167503724581,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5700,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739452,"statfs":{"total":95995035648,"available":95989198848,"internally_reserved":0,"allocated":585728,"data_stored":240395,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 27 01:14:30 2024","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.90300000000000002,"15min":0.90200000000000002},"min":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.306,"5min":1.306,"15min":1.306},"last":1.1839999999999999},{"interface":"front","average":{"1min":0.95799999999999996,"5min":0.877,"15min":0.86299999999999999},"min":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.532,"5min":1.532,"15min":1.532},"last":0.68200000000000005}]},{"osd":1,"last update":"Sat Apr 27 01:14:30 2024","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.86499999999999999,"15min":0.85899999999999999},"min":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.1499999999999999,"5min":1.1499999999999999,"15min":1.1499999999999999},"last":0.75700000000000001},{"interface":"front","average":{"1min":1.0109999999999999,"5min":0.92400000000000004,"15min":0.91000000000000003},"min":{"1min":0.65800000000000003,"5min":0.626,"15min":0.626},"max":{"1min":1.7,"5min":1.8320000000000001,"15min":1.8320000000000001},"last":0.88200000000000001}]},{"osd":2,"last update":"Sat Apr 27 01:14:30 2024","interfaces":[{"interface":"back","average":{"1min":0.89700000000000002,"5min":0.89300000000000002,"15min":0.89200000000000002},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.262,"5min":1.262,"15min":1.262},"last":0.83999999999999997},{"interface":"front","average":{"1min":1.0149999999999999,"5min":0.95099999999999996,"15min":0.93999999999999995},"min":{"1min":0.64700000000000002,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.395,"5min":1.4079999999999999,"15min":1.4079999999999999},"last":0.78500000000000003}]},{"osd":3,"last update":"Sat Apr 27 01:14:30 2024","interfaces":[{"interface":"back","average":{"1min":0.92500000000000004,"5min":0.88500000000000001,"15min":0.879},"min":{"1min":0.72599999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.552,"5min":1.552,"15min":1.552},"last":0.79900000000000004},{"interface":"front","average":{"1min":1.0349999999999999,"5min":0.99099999999999999,"15min":0.98299999999999998},"min":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.548,"5min":1.548,"15min":1.548},"last":0.63200000000000001}]},{"osd":4,"last update":"Sat Apr 27 01:14:30 2024","interfaces":[{"interface":"back","average":{"1min":0.94099999999999995,"5min":0.82699999999999996,"15min":0.80800000000000005},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":1.643,"5min":1.643,"15min":1.643},"last":0.73699999999999999},{"interface":"front","average":{"1min":0.99099999999999999,"5min":0.83899999999999997,"15min":0.81399999999999995},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":1.5109999999999999,"5min":1.5109999999999999,"15min":1.5109999999999999},"last":1.0589999999999999}]},{"osd":6,"last update":"Sat Apr 27 01:15:07 2024","interfaces":[{"interface":"back","average":{"1min":1.0609999999999999,"5min":0.96499999999999997,"15min":0.94899999999999995},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":1.395,"5min":1.5069999999999999,"15min":1.5069999999999999},"last":0.96699999999999997},{"interface":"front","average":{"1min":1.2070000000000001,"5min":1.0329999999999999,"15min":1.004},"min":{"1min":0.45200000000000001,"5min":0.441,"15min":0.441},"max":{"1min":1.6040000000000001,"5min":1.6040000000000001,"15min":1.6040000000000001},"last":0.82399999999999995}]},{"osd":7,"last update":"Sat Apr 27 01:14:36 2024","interfaces":[{"interface":"back","average":{"1min":1.101,"5min":1.101,"15min":1.101},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.5209999999999999,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":0.92600000000000005},{"interface":"front","average":{"1min":1.052,"5min":1.052,"15min":1.052},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":1.895,"5min":1.895,"15min":1.895},"last":1.151}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-04-27T01:15:31.460 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-27T01:15:31.460 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-27T01:15:31.460 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-27T01:15:31.460 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- ceph health --format=json 2024-04-27T01:15:31.683 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:15:31 smithi042 bash[42261]: level=info ts=2024-04-27T01:15:31.392Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.00288203s 2024-04-27T01:15:32.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:32 smithi046 bash[18464]: audit 2024-04-27T01:15:30.881908+0000 mgr.y (mgr.14427) 77 : audit [DBG] from='client.14595 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T01:15:32.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:32 smithi046 bash[18464]: cluster 2024-04-27T01:15:31.442863+0000 mgr.y (mgr.14427) 78 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:32.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:32 smithi046 bash[18464]: audit 2024-04-27T01:15:31.719715+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:32.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:32 smithi046 bash[18464]: audit 2024-04-27T01:15:31.725536+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:32.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:32 smithi042 bash[23616]: audit 2024-04-27T01:15:30.881908+0000 mgr.y (mgr.14427) 77 : audit [DBG] from='client.14595 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T01:15:32.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:32 smithi042 bash[23616]: cluster 2024-04-27T01:15:31.442863+0000 mgr.y (mgr.14427) 78 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:32.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:32 smithi042 bash[23616]: audit 2024-04-27T01:15:31.719715+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:32.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:32 smithi042 bash[23616]: audit 2024-04-27T01:15:31.725536+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:32.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:32 smithi042 bash[18488]: audit 2024-04-27T01:15:30.881908+0000 mgr.y (mgr.14427) 77 : audit [DBG] from='client.14595 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T01:15:32.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:32 smithi042 bash[18488]: cluster 2024-04-27T01:15:31.442863+0000 mgr.y (mgr.14427) 78 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:32.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:32 smithi042 bash[18488]: audit 2024-04-27T01:15:31.719715+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:32.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:32 smithi042 bash[18488]: audit 2024-04-27T01:15:31.725536+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:34.197 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T01:15:34.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:34 smithi046 bash[18464]: cluster 2024-04-27T01:15:33.443446+0000 mgr.y (mgr.14427) 79 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:34.675 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:15:34 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:15:34] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:15:34.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:34 smithi042 bash[18488]: cluster 2024-04-27T01:15:33.443446+0000 mgr.y (mgr.14427) 79 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:34.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:34 smithi042 bash[23616]: cluster 2024-04-27T01:15:33.443446+0000 mgr.y (mgr.14427) 79 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:35.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:35 smithi042 bash[18488]: cluster 2024-04-27T01:15:35.444293+0000 mgr.y (mgr.14427) 80 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:35.686 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:35 smithi042 bash[23616]: cluster 2024-04-27T01:15:35.444293+0000 mgr.y (mgr.14427) 80 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:35.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:35 smithi046 bash[18464]: cluster 2024-04-27T01:15:35.444293+0000 mgr.y (mgr.14427) 80 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:36.433 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:15:36 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:15:36] "GET /metrics HTTP/1.1" 200 191480 "" "Prometheus/2.33.4" 2024-04-27T01:15:36.772 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-04-27T01:15:36.772 INFO:teuthology.orchestra.run.smithi042.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-27T01:15:37.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:36 smithi046 bash[18464]: audit 2024-04-27T01:15:36.784948+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.42:0/1482425888' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-27T01:15:37.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:36 smithi042 bash[18488]: audit 2024-04-27T01:15:36.784948+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.42:0/1482425888' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-27T01:15:37.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:36 smithi042 bash[23616]: audit 2024-04-27T01:15:36.784948+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.42:0/1482425888' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-27T01:15:37.431 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-27T01:15:37.432 INFO:tasks.cephadm:Setup complete, yielding 2024-04-27T01:15:37.432 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-27T01:15:37.448 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi042.front.sepia.ceph.com 2024-04-27T01:15:37.448 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest false --force' 2024-04-27T01:15:37.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:37 smithi042 bash[18488]: cluster 2024-04-27T01:15:37.444765+0000 mgr.y (mgr.14427) 81 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:37.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:37 smithi042 bash[23616]: cluster 2024-04-27T01:15:37.444765+0000 mgr.y (mgr.14427) 81 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:38.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:37 smithi046 bash[18464]: cluster 2024-04-27T01:15:37.444765+0000 mgr.y (mgr.14427) 81 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:39.926 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:39 smithi046 bash[18464]: cluster 2024-04-27T01:15:39.445192+0000 mgr.y (mgr.14427) 82 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:39.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:39 smithi042 bash[23616]: cluster 2024-04-27T01:15:39.445192+0000 mgr.y (mgr.14427) 82 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:39.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:39 smithi042 bash[18488]: cluster 2024-04-27T01:15:39.445192+0000 mgr.y (mgr.14427) 82 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:40.629 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-27T01:15:40.638 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi042.front.sepia.ceph.com 2024-04-27T01:15:40.638 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2024-04-27T01:15:41.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:41 smithi042 bash[18488]: audit 2024-04-27T01:15:40.057335+0000 mon.a (mon.0) 658 : audit [INF] from='client.? ' entity='client.admin' 2024-04-27T01:15:41.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:41 smithi042 bash[18488]: audit 2024-04-27T01:15:40.115475+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:15:41.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:41 smithi042 bash[18488]: audit 2024-04-27T01:15:40.116908+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:15:41.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:41 smithi042 bash[18488]: audit 2024-04-27T01:15:40.122783+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:41.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:41 smithi042 bash[23616]: audit 2024-04-27T01:15:40.057335+0000 mon.a (mon.0) 658 : audit [INF] from='client.? ' entity='client.admin' 2024-04-27T01:15:41.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:41 smithi042 bash[23616]: audit 2024-04-27T01:15:40.115475+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:15:41.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:41 smithi042 bash[23616]: audit 2024-04-27T01:15:40.116908+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:15:41.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:41 smithi042 bash[23616]: audit 2024-04-27T01:15:40.122783+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:41.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:41 smithi046 bash[18464]: audit 2024-04-27T01:15:40.057335+0000 mon.a (mon.0) 658 : audit [INF] from='client.? ' entity='client.admin' 2024-04-27T01:15:41.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:41 smithi046 bash[18464]: audit 2024-04-27T01:15:40.115475+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:15:41.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:41 smithi046 bash[18464]: audit 2024-04-27T01:15:40.116908+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:15:41.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:41 smithi046 bash[18464]: audit 2024-04-27T01:15:40.122783+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:15:42.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:42 smithi042 bash[18488]: cluster 2024-04-27T01:15:41.445809+0000 mgr.y (mgr.14427) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:42.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:42 smithi042 bash[23616]: cluster 2024-04-27T01:15:41.445809+0000 mgr.y (mgr.14427) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:42.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:42 smithi046 bash[18464]: cluster 2024-04-27T01:15:41.445809+0000 mgr.y (mgr.14427) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:44.508 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:15:44.509 INFO:teuthology.orchestra.run.smithi042.stdout: "id": "3822d1f5-a086-4a57-aa1d-65c89147e817", 2024-04-27T01:15:44.509 INFO:teuthology.orchestra.run.smithi042.stdout: "name": "r", 2024-04-27T01:15:44.509 INFO:teuthology.orchestra.run.smithi042.stdout: "current_period": "14a27e3c-ae3c-4a0f-86aa-ff13a28f9c7c", 2024-04-27T01:15:44.509 INFO:teuthology.orchestra.run.smithi042.stdout: "epoch": 1 2024-04-27T01:15:44.509 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:15:44.675 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:15:44 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:15:44] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:15:44.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:44 smithi046 bash[18464]: cluster 2024-04-27T01:15:43.446515+0000 mgr.y (mgr.14427) 84 : cluster [DBG] pgmap v56: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:44.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:44 smithi046 bash[18464]: cluster 2024-04-27T01:15:43.448162+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-04-27T01:15:44.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:44 smithi046 bash[18464]: audit 2024-04-27T01:15:43.450149+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.42:0/816254258' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-27T01:15:44.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:44 smithi046 bash[18464]: audit 2024-04-27T01:15:43.450793+0000 mon.a (mon.0) 661 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-27T01:15:44.713 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:44 smithi042 bash[23616]: cluster 2024-04-27T01:15:43.446515+0000 mgr.y (mgr.14427) 84 : cluster [DBG] pgmap v56: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:44.714 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:44 smithi042 bash[23616]: cluster 2024-04-27T01:15:43.448162+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-04-27T01:15:44.714 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:44 smithi042 bash[23616]: audit 2024-04-27T01:15:43.450149+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.42:0/816254258' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-27T01:15:44.714 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:44 smithi042 bash[23616]: audit 2024-04-27T01:15:43.450793+0000 mon.a (mon.0) 661 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-27T01:15:44.714 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:44 smithi042 bash[18488]: cluster 2024-04-27T01:15:43.446515+0000 mgr.y (mgr.14427) 84 : cluster [DBG] pgmap v56: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:15:44.714 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:44 smithi042 bash[18488]: cluster 2024-04-27T01:15:43.448162+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-04-27T01:15:44.714 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:44 smithi042 bash[18488]: audit 2024-04-27T01:15:43.450149+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.42:0/816254258' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-27T01:15:44.714 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:44 smithi042 bash[18488]: audit 2024-04-27T01:15:43.450793+0000 mon.a (mon.0) 661 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-27T01:15:45.119 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2024-04-27T01:15:45.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:45 smithi042 bash[18488]: audit 2024-04-27T01:15:44.461980+0000 mon.a (mon.0) 662 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-04-27T01:15:45.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:45 smithi042 bash[18488]: cluster 2024-04-27T01:15:44.462848+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-04-27T01:15:45.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:45 smithi042 bash[23616]: audit 2024-04-27T01:15:44.461980+0000 mon.a (mon.0) 662 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-04-27T01:15:45.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:45 smithi042 bash[23616]: cluster 2024-04-27T01:15:44.462848+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-04-27T01:15:45.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:45 smithi046 bash[18464]: audit 2024-04-27T01:15:44.461980+0000 mon.a (mon.0) 662 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-04-27T01:15:45.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:45 smithi046 bash[18464]: cluster 2024-04-27T01:15:44.462848+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-04-27T01:15:46.421 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:15:46 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:15:46] "GET /metrics HTTP/1.1" 200 192542 "" "Prometheus/2.33.4" 2024-04-27T01:15:46.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:46 smithi042 bash[18488]: cluster 2024-04-27T01:15:45.447321+0000 mgr.y (mgr.14427) 85 : cluster [DBG] pgmap v58: 33 pgs: 11 unknown, 22 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 767 B/s wr, 1 op/s 2024-04-27T01:15:46.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:46 smithi042 bash[18488]: cluster 2024-04-27T01:15:45.467037+0000 mon.a (mon.0) 664 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-04-27T01:15:46.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:46 smithi042 bash[23616]: cluster 2024-04-27T01:15:45.447321+0000 mgr.y (mgr.14427) 85 : cluster [DBG] pgmap v58: 33 pgs: 11 unknown, 22 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 767 B/s wr, 1 op/s 2024-04-27T01:15:46.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:46 smithi042 bash[23616]: cluster 2024-04-27T01:15:45.467037+0000 mon.a (mon.0) 664 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-04-27T01:15:46.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:46 smithi046 bash[18464]: cluster 2024-04-27T01:15:45.447321+0000 mgr.y (mgr.14427) 85 : cluster [DBG] pgmap v58: 33 pgs: 11 unknown, 22 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 767 B/s wr, 1 op/s 2024-04-27T01:15:46.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:46 smithi046 bash[18464]: cluster 2024-04-27T01:15:45.467037+0000 mon.a (mon.0) 664 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-04-27T01:15:47.609 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:15:47.609 INFO:teuthology.orchestra.run.smithi042.stdout: "id": "c9b0e69b-befa-493f-a199-444d498dd42e", 2024-04-27T01:15:47.609 INFO:teuthology.orchestra.run.smithi042.stdout: "name": "default", 2024-04-27T01:15:47.609 INFO:teuthology.orchestra.run.smithi042.stdout: "api_name": "default", 2024-04-27T01:15:47.609 INFO:teuthology.orchestra.run.smithi042.stdout: "is_master": "true", 2024-04-27T01:15:47.609 INFO:teuthology.orchestra.run.smithi042.stdout: "endpoints": [], 2024-04-27T01:15:47.609 INFO:teuthology.orchestra.run.smithi042.stdout: "hostnames": [], 2024-04-27T01:15:47.610 INFO:teuthology.orchestra.run.smithi042.stdout: "hostnames_s3website": [], 2024-04-27T01:15:47.610 INFO:teuthology.orchestra.run.smithi042.stdout: "master_zone": "", 2024-04-27T01:15:47.610 INFO:teuthology.orchestra.run.smithi042.stdout: "zones": [], 2024-04-27T01:15:47.610 INFO:teuthology.orchestra.run.smithi042.stdout: "placement_targets": [], 2024-04-27T01:15:47.610 INFO:teuthology.orchestra.run.smithi042.stdout: "default_placement": "", 2024-04-27T01:15:47.610 INFO:teuthology.orchestra.run.smithi042.stdout: "realm_id": "3822d1f5-a086-4a57-aa1d-65c89147e817", 2024-04-27T01:15:47.610 INFO:teuthology.orchestra.run.smithi042.stdout: "sync_policy": { 2024-04-27T01:15:47.610 INFO:teuthology.orchestra.run.smithi042.stdout: "groups": [] 2024-04-27T01:15:47.610 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:15:47.610 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:15:48.220 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2024-04-27T01:15:48.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:48 smithi042 bash[23616]: cluster 2024-04-27T01:15:47.448031+0000 mgr.y (mgr.14427) 86 : cluster [DBG] pgmap v60: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2024-04-27T01:15:48.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:48 smithi042 bash[18488]: cluster 2024-04-27T01:15:47.448031+0000 mgr.y (mgr.14427) 86 : cluster [DBG] pgmap v60: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2024-04-27T01:15:48.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:48 smithi046 bash[18464]: cluster 2024-04-27T01:15:47.448031+0000 mgr.y (mgr.14427) 86 : cluster [DBG] pgmap v60: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2024-04-27T01:15:50.642 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:15:50.642 INFO:teuthology.orchestra.run.smithi042.stdout: "id": "d1b9bbe9-12ea-48b9-9b8b-fcaf3f384039", 2024-04-27T01:15:50.642 INFO:teuthology.orchestra.run.smithi042.stdout: "name": "z", 2024-04-27T01:15:50.642 INFO:teuthology.orchestra.run.smithi042.stdout: "domain_root": "z.rgw.meta:root", 2024-04-27T01:15:50.643 INFO:teuthology.orchestra.run.smithi042.stdout: "control_pool": "z.rgw.control", 2024-04-27T01:15:50.643 INFO:teuthology.orchestra.run.smithi042.stdout: "gc_pool": "z.rgw.log:gc", 2024-04-27T01:15:50.643 INFO:teuthology.orchestra.run.smithi042.stdout: "lc_pool": "z.rgw.log:lc", 2024-04-27T01:15:50.643 INFO:teuthology.orchestra.run.smithi042.stdout: "log_pool": "z.rgw.log", 2024-04-27T01:15:50.643 INFO:teuthology.orchestra.run.smithi042.stdout: "intent_log_pool": "z.rgw.log:intent", 2024-04-27T01:15:50.643 INFO:teuthology.orchestra.run.smithi042.stdout: "usage_log_pool": "z.rgw.log:usage", 2024-04-27T01:15:50.643 INFO:teuthology.orchestra.run.smithi042.stdout: "roles_pool": "z.rgw.meta:roles", 2024-04-27T01:15:50.643 INFO:teuthology.orchestra.run.smithi042.stdout: "reshard_pool": "z.rgw.log:reshard", 2024-04-27T01:15:50.643 INFO:teuthology.orchestra.run.smithi042.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2024-04-27T01:15:50.643 INFO:teuthology.orchestra.run.smithi042.stdout: "user_email_pool": "z.rgw.meta:users.email", 2024-04-27T01:15:50.643 INFO:teuthology.orchestra.run.smithi042.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2024-04-27T01:15:50.643 INFO:teuthology.orchestra.run.smithi042.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2024-04-27T01:15:50.643 INFO:teuthology.orchestra.run.smithi042.stdout: "otp_pool": "z.rgw.otp", 2024-04-27T01:15:50.644 INFO:teuthology.orchestra.run.smithi042.stdout: "system_key": { 2024-04-27T01:15:50.644 INFO:teuthology.orchestra.run.smithi042.stdout: "access_key": "", 2024-04-27T01:15:50.644 INFO:teuthology.orchestra.run.smithi042.stdout: "secret_key": "" 2024-04-27T01:15:50.644 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:15:50.644 INFO:teuthology.orchestra.run.smithi042.stdout: "placement_pools": [ 2024-04-27T01:15:50.644 INFO:teuthology.orchestra.run.smithi042.stdout: { 2024-04-27T01:15:50.644 INFO:teuthology.orchestra.run.smithi042.stdout: "key": "default-placement", 2024-04-27T01:15:50.644 INFO:teuthology.orchestra.run.smithi042.stdout: "val": { 2024-04-27T01:15:50.644 INFO:teuthology.orchestra.run.smithi042.stdout: "index_pool": "z.rgw.buckets.index", 2024-04-27T01:15:50.644 INFO:teuthology.orchestra.run.smithi042.stdout: "storage_classes": { 2024-04-27T01:15:50.644 INFO:teuthology.orchestra.run.smithi042.stdout: "STANDARD": { 2024-04-27T01:15:50.644 INFO:teuthology.orchestra.run.smithi042.stdout: "data_pool": "z.rgw.buckets.data" 2024-04-27T01:15:50.644 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:15:50.644 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:15:50.644 INFO:teuthology.orchestra.run.smithi042.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2024-04-27T01:15:50.645 INFO:teuthology.orchestra.run.smithi042.stdout: "index_type": 0 2024-04-27T01:15:50.645 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:15:50.645 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:15:50.645 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2024-04-27T01:15:50.645 INFO:teuthology.orchestra.run.smithi042.stdout: "realm_id": "3822d1f5-a086-4a57-aa1d-65c89147e817", 2024-04-27T01:15:50.645 INFO:teuthology.orchestra.run.smithi042.stdout: "notif_pool": "z.rgw.log:notif" 2024-04-27T01:15:50.645 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:15:50.921 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:50 smithi042 bash[18488]: cluster 2024-04-27T01:15:49.448705+0000 mgr.y (mgr.14427) 87 : cluster [DBG] pgmap v61: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2024-04-27T01:15:50.921 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:50 smithi042 bash[23616]: cluster 2024-04-27T01:15:49.448705+0000 mgr.y (mgr.14427) 87 : cluster [DBG] pgmap v61: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2024-04-27T01:15:50.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:50 smithi046 bash[18464]: cluster 2024-04-27T01:15:49.448705+0000 mgr.y (mgr.14427) 87 : cluster [DBG] pgmap v61: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2024-04-27T01:15:51.320 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2024-04-27T01:15:52.562 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:52 smithi042 bash[18488]: cluster 2024-04-27T01:15:51.449509+0000 mgr.y (mgr.14427) 88 : cluster [DBG] pgmap v62: 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 2024-04-27T01:15:52.562 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:52 smithi042 bash[23616]: cluster 2024-04-27T01:15:51.449509+0000 mgr.y (mgr.14427) 88 : cluster [DBG] pgmap v62: 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 2024-04-27T01:15:52.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:52 smithi046 bash[18464]: cluster 2024-04-27T01:15:51.449509+0000 mgr.y (mgr.14427) 88 : cluster [DBG] pgmap v62: 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 2024-04-27T01:15:54.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:54 smithi046 bash[18464]: cluster 2024-04-27T01:15:53.450106+0000 mgr.y (mgr.14427) 89 : cluster [DBG] pgmap v63: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 455 B/s rd, 1.2 KiB/s wr, 2 op/s 2024-04-27T01:15:54.675 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:15:54 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:15:54] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:15:54.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:54 smithi042 bash[23616]: cluster 2024-04-27T01:15:53.450106+0000 mgr.y (mgr.14427) 89 : cluster [DBG] pgmap v63: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 455 B/s rd, 1.2 KiB/s wr, 2 op/s 2024-04-27T01:15:54.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:54 smithi042 bash[18488]: cluster 2024-04-27T01:15:53.450106+0000 mgr.y (mgr.14427) 89 : cluster [DBG] pgmap v63: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 455 B/s rd, 1.2 KiB/s wr, 2 op/s 2024-04-27T01:15:55.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:55 smithi046 bash[18464]: cluster 2024-04-27T01:15:54.435762+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-04-27T01:15:55.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:55 smithi046 bash[18464]: audit 2024-04-27T01:15:54.449584+0000 mon.a (mon.0) 666 : audit [INF] from='client.? 172.21.15.42:0/1782151311' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-04-27T01:15:55.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:55 smithi042 bash[18488]: cluster 2024-04-27T01:15:54.435762+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-04-27T01:15:55.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:55 smithi042 bash[18488]: audit 2024-04-27T01:15:54.449584+0000 mon.a (mon.0) 666 : audit [INF] from='client.? 172.21.15.42:0/1782151311' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-04-27T01:15:55.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:55 smithi042 bash[23616]: cluster 2024-04-27T01:15:54.435762+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-04-27T01:15:55.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:55 smithi042 bash[23616]: audit 2024-04-27T01:15:54.449584+0000 mon.a (mon.0) 666 : audit [INF] from='client.? 172.21.15.42:0/1782151311' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-04-27T01:15:56.433 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:15:56 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:15:56] "GET /metrics HTTP/1.1" 200 192542 "" "Prometheus/2.33.4" 2024-04-27T01:15:56.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:56 smithi046 bash[18464]: audit 2024-04-27T01:15:55.437227+0000 mon.a (mon.0) 667 : audit [INF] from='client.? 172.21.15.42:0/1782151311' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-04-27T01:15:56.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:56 smithi046 bash[18464]: cluster 2024-04-27T01:15:55.437473+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-04-27T01:15:56.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:56 smithi046 bash[18464]: cluster 2024-04-27T01:15:55.457338+0000 mgr.y (mgr.14427) 90 : cluster [DBG] pgmap v66: 65 pgs: 19 creating+activating, 35 active+clean, 11 unknown; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 511 B/s wr, 1 op/s 2024-04-27T01:15:56.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:56 smithi042 bash[18488]: audit 2024-04-27T01:15:55.437227+0000 mon.a (mon.0) 667 : audit [INF] from='client.? 172.21.15.42:0/1782151311' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-04-27T01:15:56.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:56 smithi042 bash[18488]: cluster 2024-04-27T01:15:55.437473+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-04-27T01:15:56.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:56 smithi042 bash[18488]: cluster 2024-04-27T01:15:55.457338+0000 mgr.y (mgr.14427) 90 : cluster [DBG] pgmap v66: 65 pgs: 19 creating+activating, 35 active+clean, 11 unknown; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 511 B/s wr, 1 op/s 2024-04-27T01:15:56.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:56 smithi042 bash[23616]: audit 2024-04-27T01:15:55.437227+0000 mon.a (mon.0) 667 : audit [INF] from='client.? 172.21.15.42:0/1782151311' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-04-27T01:15:56.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:56 smithi042 bash[23616]: cluster 2024-04-27T01:15:55.437473+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-04-27T01:15:56.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:56 smithi042 bash[23616]: cluster 2024-04-27T01:15:55.457338+0000 mgr.y (mgr.14427) 90 : cluster [DBG] pgmap v66: 65 pgs: 19 creating+activating, 35 active+clean, 11 unknown; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 511 B/s wr, 1 op/s 2024-04-27T01:15:57.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:57 smithi046 bash[18464]: cluster 2024-04-27T01:15:56.470099+0000 mon.a (mon.0) 669 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-04-27T01:15:57.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:57 smithi046 bash[18464]: audit 2024-04-27T01:15:56.476393+0000 mon.a (mon.0) 670 : audit [INF] from='client.? 172.21.15.42:0/1782151311' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-04-27T01:15:57.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:57 smithi042 bash[23616]: cluster 2024-04-27T01:15:56.470099+0000 mon.a (mon.0) 669 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-04-27T01:15:57.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:57 smithi042 bash[23616]: audit 2024-04-27T01:15:56.476393+0000 mon.a (mon.0) 670 : audit [INF] from='client.? 172.21.15.42:0/1782151311' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-04-27T01:15:57.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:57 smithi042 bash[18488]: cluster 2024-04-27T01:15:56.470099+0000 mon.a (mon.0) 669 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-04-27T01:15:57.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:57 smithi042 bash[18488]: audit 2024-04-27T01:15:56.476393+0000 mon.a (mon.0) 670 : audit [INF] from='client.? 172.21.15.42:0/1782151311' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-04-27T01:15:58.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:58 smithi046 bash[18464]: cluster 2024-04-27T01:15:57.458097+0000 mgr.y (mgr.14427) 91 : cluster [DBG] pgmap v68: 97 pgs: 32 unknown, 29 creating+activating, 36 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 4.3 KiB/s rd, 852 B/s wr, 5 op/s 2024-04-27T01:15:58.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:58 smithi046 bash[18464]: audit 2024-04-27T01:15:57.468120+0000 mon.a (mon.0) 671 : audit [INF] from='client.? 172.21.15.42:0/1782151311' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-04-27T01:15:58.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:58 smithi046 bash[18464]: cluster 2024-04-27T01:15:57.468609+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-04-27T01:15:58.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:58 smithi042 bash[18488]: cluster 2024-04-27T01:15:57.458097+0000 mgr.y (mgr.14427) 91 : cluster [DBG] pgmap v68: 97 pgs: 32 unknown, 29 creating+activating, 36 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 4.3 KiB/s rd, 852 B/s wr, 5 op/s 2024-04-27T01:15:58.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:58 smithi042 bash[18488]: audit 2024-04-27T01:15:57.468120+0000 mon.a (mon.0) 671 : audit [INF] from='client.? 172.21.15.42:0/1782151311' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-04-27T01:15:58.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:58 smithi042 bash[18488]: cluster 2024-04-27T01:15:57.468609+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-04-27T01:15:58.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:58 smithi042 bash[23616]: cluster 2024-04-27T01:15:57.458097+0000 mgr.y (mgr.14427) 91 : cluster [DBG] pgmap v68: 97 pgs: 32 unknown, 29 creating+activating, 36 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 4.3 KiB/s rd, 852 B/s wr, 5 op/s 2024-04-27T01:15:58.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:58 smithi042 bash[23616]: audit 2024-04-27T01:15:57.468120+0000 mon.a (mon.0) 671 : audit [INF] from='client.? 172.21.15.42:0/1782151311' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-04-27T01:15:58.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:58 smithi042 bash[23616]: cluster 2024-04-27T01:15:57.468609+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-04-27T01:15:59.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:59 smithi046 bash[18464]: cluster 2024-04-27T01:15:58.483314+0000 mon.a (mon.0) 673 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-04-27T01:15:59.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:59 smithi046 bash[18464]: audit 2024-04-27T01:15:58.486031+0000 mon.a (mon.0) 674 : audit [INF] from='client.? 172.21.15.42:0/1676127373' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-04-27T01:15:59.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:15:59 smithi046 bash[18464]: audit 2024-04-27T01:15:59.485373+0000 mon.a (mon.0) 675 : audit [INF] from='client.? 172.21.15.42:0/1676127373' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-04-27T01:15:59.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:59 smithi042 bash[18488]: cluster 2024-04-27T01:15:58.483314+0000 mon.a (mon.0) 673 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-04-27T01:15:59.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:59 smithi042 bash[18488]: audit 2024-04-27T01:15:58.486031+0000 mon.a (mon.0) 674 : audit [INF] from='client.? 172.21.15.42:0/1676127373' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-04-27T01:15:59.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:15:59 smithi042 bash[18488]: audit 2024-04-27T01:15:59.485373+0000 mon.a (mon.0) 675 : audit [INF] from='client.? 172.21.15.42:0/1676127373' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-04-27T01:15:59.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:59 smithi042 bash[23616]: cluster 2024-04-27T01:15:58.483314+0000 mon.a (mon.0) 673 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-04-27T01:15:59.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:59 smithi042 bash[23616]: audit 2024-04-27T01:15:58.486031+0000 mon.a (mon.0) 674 : audit [INF] from='client.? 172.21.15.42:0/1676127373' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-04-27T01:15:59.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:15:59 smithi042 bash[23616]: audit 2024-04-27T01:15:59.485373+0000 mon.a (mon.0) 675 : audit [INF] from='client.? 172.21.15.42:0/1676127373' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-04-27T01:16:00.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:00 smithi046 bash[18464]: cluster 2024-04-27T01:15:59.458843+0000 mgr.y (mgr.14427) 92 : cluster [DBG] pgmap v71: 129 pgs: 64 unknown, 29 creating+activating, 36 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 1.2 KiB/s wr, 8 op/s 2024-04-27T01:16:00.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:00 smithi046 bash[18464]: cluster 2024-04-27T01:15:59.486542+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-04-27T01:16:00.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:00 smithi046 bash[18464]: audit 2024-04-27T01:15:59.491655+0000 mon.a (mon.0) 677 : audit [INF] from='client.? 172.21.15.42:0/1676127373' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-27T01:16:00.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:00 smithi046 bash[18464]: audit 2024-04-27T01:15:59.537970+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:16:00.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:00 smithi046 bash[18464]: audit 2024-04-27T01:15:59.538799+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:16:00.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:00 smithi046 bash[18464]: audit 2024-04-27T01:15:59.540786+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:16:00.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:00 smithi046 bash[18464]: audit 2024-04-27T01:15:59.541524+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:16:00.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:00 smithi046 bash[18464]: audit 2024-04-27T01:16:00.488744+0000 mon.a (mon.0) 680 : audit [INF] from='client.? 172.21.15.42:0/1676127373' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-27T01:16:00.926 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:00 smithi046 bash[18464]: cluster 2024-04-27T01:16:00.488941+0000 mon.a (mon.0) 681 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-04-27T01:16:00.926 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:00 smithi046 bash[18464]: audit 2024-04-27T01:16:00.490831+0000 mon.a (mon.0) 682 : audit [INF] from='client.? 172.21.15.42:0/1676127373' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-04-27T01:16:00.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:00 smithi042 bash[18488]: cluster 2024-04-27T01:15:59.458843+0000 mgr.y (mgr.14427) 92 : cluster [DBG] pgmap v71: 129 pgs: 64 unknown, 29 creating+activating, 36 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 1.2 KiB/s wr, 8 op/s 2024-04-27T01:16:00.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:00 smithi042 bash[18488]: cluster 2024-04-27T01:15:59.486542+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-04-27T01:16:00.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:00 smithi042 bash[18488]: audit 2024-04-27T01:15:59.491655+0000 mon.a (mon.0) 677 : audit [INF] from='client.? 172.21.15.42:0/1676127373' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-27T01:16:00.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:00 smithi042 bash[18488]: audit 2024-04-27T01:15:59.537970+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:16:00.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:00 smithi042 bash[18488]: audit 2024-04-27T01:15:59.538799+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:16:00.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:00 smithi042 bash[18488]: audit 2024-04-27T01:15:59.540786+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:16:00.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:00 smithi042 bash[18488]: audit 2024-04-27T01:15:59.541524+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:16:00.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:00 smithi042 bash[18488]: audit 2024-04-27T01:16:00.488744+0000 mon.a (mon.0) 680 : audit [INF] from='client.? 172.21.15.42:0/1676127373' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-27T01:16:00.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:00 smithi042 bash[18488]: cluster 2024-04-27T01:16:00.488941+0000 mon.a (mon.0) 681 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-04-27T01:16:00.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:00 smithi042 bash[18488]: audit 2024-04-27T01:16:00.490831+0000 mon.a (mon.0) 682 : audit [INF] from='client.? 172.21.15.42:0/1676127373' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-04-27T01:16:00.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:00 smithi042 bash[23616]: cluster 2024-04-27T01:15:59.458843+0000 mgr.y (mgr.14427) 92 : cluster [DBG] pgmap v71: 129 pgs: 64 unknown, 29 creating+activating, 36 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 1.2 KiB/s wr, 8 op/s 2024-04-27T01:16:00.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:00 smithi042 bash[23616]: cluster 2024-04-27T01:15:59.486542+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-04-27T01:16:00.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:00 smithi042 bash[23616]: audit 2024-04-27T01:15:59.491655+0000 mon.a (mon.0) 677 : audit [INF] from='client.? 172.21.15.42:0/1676127373' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-27T01:16:00.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:00 smithi042 bash[23616]: audit 2024-04-27T01:15:59.537970+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:16:00.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:00 smithi042 bash[23616]: audit 2024-04-27T01:15:59.538799+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:16:00.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:00 smithi042 bash[23616]: audit 2024-04-27T01:15:59.540786+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:16:00.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:00 smithi042 bash[23616]: audit 2024-04-27T01:15:59.541524+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:16:00.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:00 smithi042 bash[23616]: audit 2024-04-27T01:16:00.488744+0000 mon.a (mon.0) 680 : audit [INF] from='client.? 172.21.15.42:0/1676127373' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-27T01:16:00.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:00 smithi042 bash[23616]: cluster 2024-04-27T01:16:00.488941+0000 mon.a (mon.0) 681 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-04-27T01:16:00.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:00 smithi042 bash[23616]: audit 2024-04-27T01:16:00.490831+0000 mon.a (mon.0) 682 : audit [INF] from='client.? 172.21.15.42:0/1676127373' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-04-27T01:16:01.583 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:16:01.583 INFO:teuthology.orchestra.run.smithi042.stdout: "id": "0c520bed-dcbb-42e0-8595-1043093f51d8", 2024-04-27T01:16:01.583 INFO:teuthology.orchestra.run.smithi042.stdout: "epoch": 1, 2024-04-27T01:16:01.583 INFO:teuthology.orchestra.run.smithi042.stdout: "predecessor_uuid": "14a27e3c-ae3c-4a0f-86aa-ff13a28f9c7c", 2024-04-27T01:16:01.583 INFO:teuthology.orchestra.run.smithi042.stdout: "sync_status": [], 2024-04-27T01:16:01.583 INFO:teuthology.orchestra.run.smithi042.stdout: "period_map": { 2024-04-27T01:16:01.583 INFO:teuthology.orchestra.run.smithi042.stdout: "id": "0c520bed-dcbb-42e0-8595-1043093f51d8", 2024-04-27T01:16:01.583 INFO:teuthology.orchestra.run.smithi042.stdout: "zonegroups": [ 2024-04-27T01:16:01.583 INFO:teuthology.orchestra.run.smithi042.stdout: { 2024-04-27T01:16:01.583 INFO:teuthology.orchestra.run.smithi042.stdout: "id": "c9b0e69b-befa-493f-a199-444d498dd42e", 2024-04-27T01:16:01.583 INFO:teuthology.orchestra.run.smithi042.stdout: "name": "default", 2024-04-27T01:16:01.583 INFO:teuthology.orchestra.run.smithi042.stdout: "api_name": "default", 2024-04-27T01:16:01.584 INFO:teuthology.orchestra.run.smithi042.stdout: "is_master": "true", 2024-04-27T01:16:01.584 INFO:teuthology.orchestra.run.smithi042.stdout: "endpoints": [], 2024-04-27T01:16:01.584 INFO:teuthology.orchestra.run.smithi042.stdout: "hostnames": [], 2024-04-27T01:16:01.584 INFO:teuthology.orchestra.run.smithi042.stdout: "hostnames_s3website": [], 2024-04-27T01:16:01.584 INFO:teuthology.orchestra.run.smithi042.stdout: "master_zone": "d1b9bbe9-12ea-48b9-9b8b-fcaf3f384039", 2024-04-27T01:16:01.584 INFO:teuthology.orchestra.run.smithi042.stdout: "zones": [ 2024-04-27T01:16:01.584 INFO:teuthology.orchestra.run.smithi042.stdout: { 2024-04-27T01:16:01.584 INFO:teuthology.orchestra.run.smithi042.stdout: "id": "d1b9bbe9-12ea-48b9-9b8b-fcaf3f384039", 2024-04-27T01:16:01.584 INFO:teuthology.orchestra.run.smithi042.stdout: "name": "z", 2024-04-27T01:16:01.584 INFO:teuthology.orchestra.run.smithi042.stdout: "endpoints": [], 2024-04-27T01:16:01.584 INFO:teuthology.orchestra.run.smithi042.stdout: "log_meta": "false", 2024-04-27T01:16:01.584 INFO:teuthology.orchestra.run.smithi042.stdout: "log_data": "false", 2024-04-27T01:16:01.584 INFO:teuthology.orchestra.run.smithi042.stdout: "bucket_index_max_shards": 11, 2024-04-27T01:16:01.584 INFO:teuthology.orchestra.run.smithi042.stdout: "read_only": "false", 2024-04-27T01:16:01.584 INFO:teuthology.orchestra.run.smithi042.stdout: "tier_type": "", 2024-04-27T01:16:01.585 INFO:teuthology.orchestra.run.smithi042.stdout: "sync_from_all": "true", 2024-04-27T01:16:01.585 INFO:teuthology.orchestra.run.smithi042.stdout: "sync_from": [], 2024-04-27T01:16:01.585 INFO:teuthology.orchestra.run.smithi042.stdout: "redirect_zone": "" 2024-04-27T01:16:01.585 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:16:01.585 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2024-04-27T01:16:01.585 INFO:teuthology.orchestra.run.smithi042.stdout: "placement_targets": [ 2024-04-27T01:16:01.585 INFO:teuthology.orchestra.run.smithi042.stdout: { 2024-04-27T01:16:01.585 INFO:teuthology.orchestra.run.smithi042.stdout: "name": "default-placement", 2024-04-27T01:16:01.585 INFO:teuthology.orchestra.run.smithi042.stdout: "tags": [], 2024-04-27T01:16:01.585 INFO:teuthology.orchestra.run.smithi042.stdout: "storage_classes": [ 2024-04-27T01:16:01.585 INFO:teuthology.orchestra.run.smithi042.stdout: "STANDARD" 2024-04-27T01:16:01.585 INFO:teuthology.orchestra.run.smithi042.stdout: ] 2024-04-27T01:16:01.585 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:16:01.585 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2024-04-27T01:16:01.585 INFO:teuthology.orchestra.run.smithi042.stdout: "default_placement": "default-placement", 2024-04-27T01:16:01.585 INFO:teuthology.orchestra.run.smithi042.stdout: "realm_id": "3822d1f5-a086-4a57-aa1d-65c89147e817", 2024-04-27T01:16:01.586 INFO:teuthology.orchestra.run.smithi042.stdout: "sync_policy": { 2024-04-27T01:16:01.586 INFO:teuthology.orchestra.run.smithi042.stdout: "groups": [] 2024-04-27T01:16:01.586 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:16:01.586 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:16:01.586 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2024-04-27T01:16:01.586 INFO:teuthology.orchestra.run.smithi042.stdout: "short_zone_ids": [ 2024-04-27T01:16:01.586 INFO:teuthology.orchestra.run.smithi042.stdout: { 2024-04-27T01:16:01.586 INFO:teuthology.orchestra.run.smithi042.stdout: "key": "d1b9bbe9-12ea-48b9-9b8b-fcaf3f384039", 2024-04-27T01:16:01.586 INFO:teuthology.orchestra.run.smithi042.stdout: "val": 1053281380 2024-04-27T01:16:01.586 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:16:01.586 INFO:teuthology.orchestra.run.smithi042.stdout: ] 2024-04-27T01:16:01.586 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:16:01.586 INFO:teuthology.orchestra.run.smithi042.stdout: "master_zonegroup": "c9b0e69b-befa-493f-a199-444d498dd42e", 2024-04-27T01:16:01.586 INFO:teuthology.orchestra.run.smithi042.stdout: "master_zone": "d1b9bbe9-12ea-48b9-9b8b-fcaf3f384039", 2024-04-27T01:16:01.587 INFO:teuthology.orchestra.run.smithi042.stdout: "period_config": { 2024-04-27T01:16:01.587 INFO:teuthology.orchestra.run.smithi042.stdout: "bucket_quota": { 2024-04-27T01:16:01.587 INFO:teuthology.orchestra.run.smithi042.stdout: "enabled": false, 2024-04-27T01:16:01.587 INFO:teuthology.orchestra.run.smithi042.stdout: "check_on_raw": false, 2024-04-27T01:16:01.587 INFO:teuthology.orchestra.run.smithi042.stdout: "max_size": -1, 2024-04-27T01:16:01.587 INFO:teuthology.orchestra.run.smithi042.stdout: "max_size_kb": 0, 2024-04-27T01:16:01.587 INFO:teuthology.orchestra.run.smithi042.stdout: "max_objects": -1 2024-04-27T01:16:01.587 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:16:01.587 INFO:teuthology.orchestra.run.smithi042.stdout: "user_quota": { 2024-04-27T01:16:01.587 INFO:teuthology.orchestra.run.smithi042.stdout: "enabled": false, 2024-04-27T01:16:01.587 INFO:teuthology.orchestra.run.smithi042.stdout: "check_on_raw": false, 2024-04-27T01:16:01.587 INFO:teuthology.orchestra.run.smithi042.stdout: "max_size": -1, 2024-04-27T01:16:01.587 INFO:teuthology.orchestra.run.smithi042.stdout: "max_size_kb": 0, 2024-04-27T01:16:01.587 INFO:teuthology.orchestra.run.smithi042.stdout: "max_objects": -1 2024-04-27T01:16:01.587 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:16:01.588 INFO:teuthology.orchestra.run.smithi042.stdout: "user_ratelimit": { 2024-04-27T01:16:01.588 INFO:teuthology.orchestra.run.smithi042.stdout: "max_read_ops": 0, 2024-04-27T01:16:01.588 INFO:teuthology.orchestra.run.smithi042.stdout: "max_write_ops": 0, 2024-04-27T01:16:01.588 INFO:teuthology.orchestra.run.smithi042.stdout: "max_read_bytes": 0, 2024-04-27T01:16:01.588 INFO:teuthology.orchestra.run.smithi042.stdout: "max_write_bytes": 0, 2024-04-27T01:16:01.588 INFO:teuthology.orchestra.run.smithi042.stdout: "enabled": false 2024-04-27T01:16:01.588 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:16:01.588 INFO:teuthology.orchestra.run.smithi042.stdout: "bucket_ratelimit": { 2024-04-27T01:16:01.588 INFO:teuthology.orchestra.run.smithi042.stdout: "max_read_ops": 0, 2024-04-27T01:16:01.588 INFO:teuthology.orchestra.run.smithi042.stdout: "max_write_ops": 0, 2024-04-27T01:16:01.588 INFO:teuthology.orchestra.run.smithi042.stdout: "max_read_bytes": 0, 2024-04-27T01:16:01.588 INFO:teuthology.orchestra.run.smithi042.stdout: "max_write_bytes": 0, 2024-04-27T01:16:01.588 INFO:teuthology.orchestra.run.smithi042.stdout: "enabled": false 2024-04-27T01:16:01.588 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:16:01.588 INFO:teuthology.orchestra.run.smithi042.stdout: "anonymous_ratelimit": { 2024-04-27T01:16:01.589 INFO:teuthology.orchestra.run.smithi042.stdout: "max_read_ops": 0, 2024-04-27T01:16:01.589 INFO:teuthology.orchestra.run.smithi042.stdout: "max_write_ops": 0, 2024-04-27T01:16:01.589 INFO:teuthology.orchestra.run.smithi042.stdout: "max_read_bytes": 0, 2024-04-27T01:16:01.589 INFO:teuthology.orchestra.run.smithi042.stdout: "max_write_bytes": 0, 2024-04-27T01:16:01.589 INFO:teuthology.orchestra.run.smithi042.stdout: "enabled": false 2024-04-27T01:16:01.589 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:16:01.589 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:16:01.589 INFO:teuthology.orchestra.run.smithi042.stdout: "realm_id": "3822d1f5-a086-4a57-aa1d-65c89147e817", 2024-04-27T01:16:01.589 INFO:teuthology.orchestra.run.smithi042.stdout: "realm_name": "r", 2024-04-27T01:16:01.589 INFO:teuthology.orchestra.run.smithi042.stdout: "realm_epoch": 2 2024-04-27T01:16:01.589 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:16:02.376 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000' 2024-04-27T01:16:02.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:02 smithi042 bash[18488]: cluster 2024-04-27T01:16:01.459614+0000 mgr.y (mgr.14427) 93 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-04-27T01:16:02.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:02 smithi042 bash[18488]: audit 2024-04-27T01:16:01.491398+0000 mon.a (mon.0) 683 : audit [INF] from='client.? 172.21.15.42:0/1676127373' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-04-27T01:16:02.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:02 smithi042 bash[18488]: cluster 2024-04-27T01:16:01.491912+0000 mon.a (mon.0) 684 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-04-27T01:16:02.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:02 smithi042 bash[23616]: cluster 2024-04-27T01:16:01.459614+0000 mgr.y (mgr.14427) 93 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-04-27T01:16:02.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:02 smithi042 bash[23616]: audit 2024-04-27T01:16:01.491398+0000 mon.a (mon.0) 683 : audit [INF] from='client.? 172.21.15.42:0/1676127373' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-04-27T01:16:02.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:02 smithi042 bash[23616]: cluster 2024-04-27T01:16:01.491912+0000 mon.a (mon.0) 684 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-04-27T01:16:02.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:02 smithi046 bash[18464]: cluster 2024-04-27T01:16:01.459614+0000 mgr.y (mgr.14427) 93 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-04-27T01:16:02.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:02 smithi046 bash[18464]: audit 2024-04-27T01:16:01.491398+0000 mon.a (mon.0) 683 : audit [INF] from='client.? 172.21.15.42:0/1676127373' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-04-27T01:16:02.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:02 smithi046 bash[18464]: cluster 2024-04-27T01:16:01.491912+0000 mon.a (mon.0) 684 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-04-27T01:16:04.674 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:16:04 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:16:04] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:16:04.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:04 smithi046 bash[18464]: cluster 2024-04-27T01:16:03.460101+0000 mgr.y (mgr.14427) 94 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 205 B/s rd, 411 B/s wr, 1 op/s 2024-04-27T01:16:04.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:04 smithi042 bash[18488]: cluster 2024-04-27T01:16:03.460101+0000 mgr.y (mgr.14427) 94 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 205 B/s rd, 411 B/s wr, 1 op/s 2024-04-27T01:16:04.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:04 smithi042 bash[23616]: cluster 2024-04-27T01:16:03.460101+0000 mgr.y (mgr.14427) 94 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 205 B/s rd, 411 B/s wr, 1 op/s 2024-04-27T01:16:05.106 INFO:teuthology.orchestra.run.smithi042.stdout:Scheduled rgw.foo update... 2024-04-27T01:16:06.283 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'ceph orch apply rgw smpl' 2024-04-27T01:16:06.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:06 smithi046 bash[18464]: audit 2024-04-27T01:16:05.107593+0000 mgr.y (mgr.14427) 95 : audit [DBG] from='client.24568 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:16:06.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:06 smithi046 bash[18464]: cephadm 2024-04-27T01:16:05.110248+0000 mgr.y (mgr.14427) 96 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-04-27T01:16:06.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:06 smithi046 bash[18464]: audit 2024-04-27T01:16:05.115402+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:06.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:06 smithi046 bash[18464]: audit 2024-04-27T01:16:05.166736+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:06.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:06 smithi046 bash[18464]: audit 2024-04-27T01:16:05.168112+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:16:06.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:06 smithi046 bash[18464]: audit 2024-04-27T01:16:05.173969+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:06.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:06 smithi046 bash[18464]: audit 2024-04-27T01:16:05.183552+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:06.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:06 smithi046 bash[18464]: audit 2024-04-27T01:16:05.191743+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:06.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:06 smithi046 bash[18464]: cephadm 2024-04-27T01:16:05.196058+0000 mgr.y (mgr.14427) 97 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-04-27T01:16:06.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:06 smithi046 bash[18464]: audit 2024-04-27T01:16:05.199585+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:06.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:06 smithi046 bash[18464]: audit 2024-04-27T01:16:05.202911+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi042.btwsuv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:16:06.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:06 smithi046 bash[18464]: audit 2024-04-27T01:16:05.203439+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi042.btwsuv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:16:06.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:06 smithi046 bash[18464]: audit 2024-04-27T01:16:05.206592+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi042.btwsuv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-27T01:16:06.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:06 smithi046 bash[18464]: audit 2024-04-27T01:16:05.214220+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:06.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:06 smithi046 bash[18464]: audit 2024-04-27T01:16:05.218684+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:06.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:06 smithi046 bash[18464]: cephadm 2024-04-27T01:16:05.219921+0000 mgr.y (mgr.14427) 98 : cephadm [INF] Deploying daemon rgw.foo.smithi042.btwsuv on smithi042 2024-04-27T01:16:06.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:06 smithi046 bash[18464]: cluster 2024-04-27T01:16:05.460926+0000 mgr.y (mgr.14427) 99 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.3 KiB/s wr, 3 op/s 2024-04-27T01:16:06.432 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:16:06] "GET /metrics HTTP/1.1" 200 196521 "" "Prometheus/2.33.4" 2024-04-27T01:16:06.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[18488]: audit 2024-04-27T01:16:05.107593+0000 mgr.y (mgr.14427) 95 : audit [DBG] from='client.24568 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:16:06.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[18488]: cephadm 2024-04-27T01:16:05.110248+0000 mgr.y (mgr.14427) 96 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-04-27T01:16:06.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[18488]: audit 2024-04-27T01:16:05.115402+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:06.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[18488]: audit 2024-04-27T01:16:05.166736+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:06.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[18488]: audit 2024-04-27T01:16:05.168112+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:16:06.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[18488]: audit 2024-04-27T01:16:05.173969+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:06.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[18488]: audit 2024-04-27T01:16:05.183552+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:06.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[18488]: audit 2024-04-27T01:16:05.191743+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:06.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[18488]: cephadm 2024-04-27T01:16:05.196058+0000 mgr.y (mgr.14427) 97 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-04-27T01:16:06.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[18488]: audit 2024-04-27T01:16:05.199585+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:06.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[18488]: audit 2024-04-27T01:16:05.202911+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi042.btwsuv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:16:06.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[18488]: audit 2024-04-27T01:16:05.203439+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi042.btwsuv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:16:06.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[18488]: audit 2024-04-27T01:16:05.206592+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi042.btwsuv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-27T01:16:06.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[18488]: audit 2024-04-27T01:16:05.214220+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:06.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[18488]: audit 2024-04-27T01:16:05.218684+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:06.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[18488]: cephadm 2024-04-27T01:16:05.219921+0000 mgr.y (mgr.14427) 98 : cephadm [INF] Deploying daemon rgw.foo.smithi042.btwsuv on smithi042 2024-04-27T01:16:06.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[18488]: cluster 2024-04-27T01:16:05.460926+0000 mgr.y (mgr.14427) 99 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.3 KiB/s wr, 3 op/s 2024-04-27T01:16:06.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[23616]: audit 2024-04-27T01:16:05.107593+0000 mgr.y (mgr.14427) 95 : audit [DBG] from='client.24568 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:16:06.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[23616]: cephadm 2024-04-27T01:16:05.110248+0000 mgr.y (mgr.14427) 96 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-04-27T01:16:06.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[23616]: audit 2024-04-27T01:16:05.115402+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:06.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[23616]: audit 2024-04-27T01:16:05.166736+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:06.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[23616]: audit 2024-04-27T01:16:05.168112+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:16:06.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[23616]: audit 2024-04-27T01:16:05.173969+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:06.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[23616]: audit 2024-04-27T01:16:05.183552+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:06.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[23616]: audit 2024-04-27T01:16:05.191743+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:06.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[23616]: cephadm 2024-04-27T01:16:05.196058+0000 mgr.y (mgr.14427) 97 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-04-27T01:16:06.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[23616]: audit 2024-04-27T01:16:05.199585+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:06.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[23616]: audit 2024-04-27T01:16:05.202911+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi042.btwsuv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:16:06.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[23616]: audit 2024-04-27T01:16:05.203439+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi042.btwsuv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:16:06.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[23616]: audit 2024-04-27T01:16:05.206592+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi042.btwsuv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-27T01:16:06.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[23616]: audit 2024-04-27T01:16:05.214220+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:06.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[23616]: audit 2024-04-27T01:16:05.218684+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:06.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[23616]: cephadm 2024-04-27T01:16:05.219921+0000 mgr.y (mgr.14427) 98 : cephadm [INF] Deploying daemon rgw.foo.smithi042.btwsuv on smithi042 2024-04-27T01:16:06.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:06 smithi042 bash[23616]: cluster 2024-04-27T01:16:05.460926+0000 mgr.y (mgr.14427) 99 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.3 KiB/s wr, 3 op/s 2024-04-27T01:16:07.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:07 smithi042 bash[18488]: cluster 2024-04-27T01:16:07.461714+0000 mgr.y (mgr.14427) 100 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2024-04-27T01:16:07.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:07 smithi042 bash[23616]: cluster 2024-04-27T01:16:07.461714+0000 mgr.y (mgr.14427) 100 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2024-04-27T01:16:07.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:07 smithi046 bash[18464]: cluster 2024-04-27T01:16:07.461714+0000 mgr.y (mgr.14427) 100 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2024-04-27T01:16:08.133 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:08.133 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:16:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:08.133 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:16:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:08.134 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:16:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:08.134 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:16:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:08.134 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:08.135 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:16:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:08.135 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:16:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:08.135 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:16:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:08.384 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:08.384 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:16:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:08.384 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:08.385 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:16:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:08.385 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:16:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:08.385 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:16:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:08.386 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:16:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:08.386 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:16:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:08.386 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:16:08 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:09.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:09 smithi042 bash[18488]: audit 2024-04-27T01:16:08.445034+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:09.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:09 smithi042 bash[18488]: audit 2024-04-27T01:16:08.449199+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi046.zouexy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:16:09.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:09 smithi042 bash[18488]: audit 2024-04-27T01:16:08.449811+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi046.zouexy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:16:09.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:09 smithi042 bash[18488]: audit 2024-04-27T01:16:08.454585+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi046.zouexy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-27T01:16:09.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:09 smithi042 bash[18488]: audit 2024-04-27T01:16:08.462211+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:09.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:09 smithi042 bash[18488]: audit 2024-04-27T01:16:08.465391+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:09.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:09 smithi042 bash[18488]: cephadm 2024-04-27T01:16:08.466637+0000 mgr.y (mgr.14427) 101 : cephadm [INF] Deploying daemon rgw.foo.smithi046.zouexy on smithi046 2024-04-27T01:16:09.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:09 smithi042 bash[23616]: audit 2024-04-27T01:16:08.445034+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:09.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:09 smithi042 bash[23616]: audit 2024-04-27T01:16:08.449199+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi046.zouexy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:16:09.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:09 smithi042 bash[23616]: audit 2024-04-27T01:16:08.449811+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi046.zouexy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:16:09.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:09 smithi042 bash[23616]: audit 2024-04-27T01:16:08.454585+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi046.zouexy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-27T01:16:09.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:09 smithi042 bash[23616]: audit 2024-04-27T01:16:08.462211+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:09.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:09 smithi042 bash[23616]: audit 2024-04-27T01:16:08.465391+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:09.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:09 smithi042 bash[23616]: cephadm 2024-04-27T01:16:08.466637+0000 mgr.y (mgr.14427) 101 : cephadm [INF] Deploying daemon rgw.foo.smithi046.zouexy on smithi046 2024-04-27T01:16:09.728 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:09 smithi046 bash[18464]: audit 2024-04-27T01:16:08.445034+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:09.728 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:09 smithi046 bash[18464]: audit 2024-04-27T01:16:08.449199+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi046.zouexy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:16:09.728 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:09 smithi046 bash[18464]: audit 2024-04-27T01:16:08.449811+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi046.zouexy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:16:09.728 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:09 smithi046 bash[18464]: audit 2024-04-27T01:16:08.454585+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi046.zouexy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-27T01:16:09.728 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:09 smithi046 bash[18464]: audit 2024-04-27T01:16:08.462211+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:09.728 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:09 smithi046 bash[18464]: audit 2024-04-27T01:16:08.465391+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:09.728 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:09 smithi046 bash[18464]: cephadm 2024-04-27T01:16:08.466637+0000 mgr.y (mgr.14427) 101 : cephadm [INF] Deploying daemon rgw.foo.smithi046.zouexy on smithi046 2024-04-27T01:16:10.531 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:10 smithi042 bash[18488]: cluster 2024-04-27T01:16:09.462274+0000 mgr.y (mgr.14427) 102 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 798 B/s rd, 798 B/s wr, 2 op/s 2024-04-27T01:16:10.531 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:10 smithi042 bash[23616]: cluster 2024-04-27T01:16:09.462274+0000 mgr.y (mgr.14427) 102 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 798 B/s rd, 798 B/s wr, 2 op/s 2024-04-27T01:16:10.693 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:10 smithi046 bash[18464]: cluster 2024-04-27T01:16:09.462274+0000 mgr.y (mgr.14427) 102 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 798 B/s rd, 798 B/s wr, 2 op/s 2024-04-27T01:16:10.962 INFO:teuthology.orchestra.run.smithi042.stdout:Scheduled rgw.smpl update... 2024-04-27T01:16:10.969 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:10.970 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:16:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:10.970 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:16:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:10.970 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:16:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:10.971 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:16:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:10.971 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:16:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:10.971 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:16:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:10.971 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:16:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:10.972 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:16:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:11.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:11.425 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:16:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:11.425 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:16:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:11.426 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:16:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:11.426 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:16:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:11.426 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:16:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:11.427 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:16:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:11.427 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:16:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:11.427 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:16:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:11.770 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'ceph osd pool create foo' 2024-04-27T01:16:12.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:11 smithi042 bash[23616]: audit 2024-04-27T01:16:10.970053+0000 mgr.y (mgr.14427) 103 : audit [DBG] from='client.24595 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:16:12.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:11 smithi042 bash[23616]: cephadm 2024-04-27T01:16:10.971034+0000 mgr.y (mgr.14427) 104 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-04-27T01:16:12.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:11 smithi042 bash[23616]: audit 2024-04-27T01:16:10.974601+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:12.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:11 smithi042 bash[23616]: audit 2024-04-27T01:16:11.132291+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:12.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:11 smithi042 bash[23616]: audit 2024-04-27T01:16:11.135941+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:12.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:11 smithi042 bash[23616]: audit 2024-04-27T01:16:11.137410+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:16:12.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:11 smithi042 bash[23616]: cluster 2024-04-27T01:16:11.463678+0000 mgr.y (mgr.14427) 105 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 818 B/s wr, 3 op/s 2024-04-27T01:16:12.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:11 smithi042 bash[18488]: audit 2024-04-27T01:16:10.970053+0000 mgr.y (mgr.14427) 103 : audit [DBG] from='client.24595 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:16:12.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:11 smithi042 bash[18488]: cephadm 2024-04-27T01:16:10.971034+0000 mgr.y (mgr.14427) 104 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-04-27T01:16:12.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:11 smithi042 bash[18488]: audit 2024-04-27T01:16:10.974601+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:12.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:11 smithi042 bash[18488]: audit 2024-04-27T01:16:11.132291+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:12.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:11 smithi042 bash[18488]: audit 2024-04-27T01:16:11.135941+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:12.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:11 smithi042 bash[18488]: audit 2024-04-27T01:16:11.137410+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:16:12.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:11 smithi042 bash[18488]: cluster 2024-04-27T01:16:11.463678+0000 mgr.y (mgr.14427) 105 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 818 B/s wr, 3 op/s 2024-04-27T01:16:12.418 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:11 smithi046 bash[18464]: audit 2024-04-27T01:16:10.970053+0000 mgr.y (mgr.14427) 103 : audit [DBG] from='client.24595 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:16:12.418 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:11 smithi046 bash[18464]: cephadm 2024-04-27T01:16:10.971034+0000 mgr.y (mgr.14427) 104 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-04-27T01:16:12.418 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:11 smithi046 bash[18464]: audit 2024-04-27T01:16:10.974601+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:12.418 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:11 smithi046 bash[18464]: audit 2024-04-27T01:16:11.132291+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:12.418 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:11 smithi046 bash[18464]: audit 2024-04-27T01:16:11.135941+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:12.418 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:11 smithi046 bash[18464]: audit 2024-04-27T01:16:11.137410+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:16:12.418 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:11 smithi046 bash[18464]: cluster 2024-04-27T01:16:11.463678+0000 mgr.y (mgr.14427) 105 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 818 B/s wr, 3 op/s 2024-04-27T01:16:14.640 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:14 smithi042 bash[18488]: cluster 2024-04-27T01:16:13.464398+0000 mgr.y (mgr.14427) 106 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 683 B/s wr, 3 op/s 2024-04-27T01:16:14.640 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:14 smithi042 bash[23616]: cluster 2024-04-27T01:16:13.464398+0000 mgr.y (mgr.14427) 106 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 683 B/s wr, 3 op/s 2024-04-27T01:16:14.674 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:14 smithi046 bash[18464]: cluster 2024-04-27T01:16:13.464398+0000 mgr.y (mgr.14427) 106 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 683 B/s wr, 3 op/s 2024-04-27T01:16:14.675 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:16:14 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:16:14] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:16:15.672 INFO:teuthology.orchestra.run.smithi042.stderr:pool 'foo' created 2024-04-27T01:16:15.849 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:15 smithi042 bash[18488]: audit 2024-04-27T01:16:14.548428+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:15.849 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:15 smithi042 bash[18488]: audit 2024-04-27T01:16:14.666005+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:15.849 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:15 smithi042 bash[18488]: audit 2024-04-27T01:16:14.703960+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.42:0/4024848008' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-04-27T01:16:15.849 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:15 smithi042 bash[18488]: audit 2024-04-27T01:16:14.704237+0000 mon.a (mon.0) 701 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-04-27T01:16:15.849 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:15 smithi042 bash[18488]: cluster 2024-04-27T01:16:15.465845+0000 mgr.y (mgr.14427) 107 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 63 MiB used, 715 GiB / 715 GiB avail; 121 KiB/s rd, 2.9 KiB/s wr, 216 op/s 2024-04-27T01:16:15.849 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:15 smithi042 bash[18488]: audit 2024-04-27T01:16:15.534758+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:15.850 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:15 smithi042 bash[23616]: audit 2024-04-27T01:16:14.548428+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:15.850 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:15 smithi042 bash[23616]: audit 2024-04-27T01:16:14.666005+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:15.850 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:15 smithi042 bash[23616]: audit 2024-04-27T01:16:14.703960+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.42:0/4024848008' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-04-27T01:16:15.850 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:15 smithi042 bash[23616]: audit 2024-04-27T01:16:14.704237+0000 mon.a (mon.0) 701 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-04-27T01:16:15.850 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:15 smithi042 bash[23616]: cluster 2024-04-27T01:16:15.465845+0000 mgr.y (mgr.14427) 107 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 63 MiB used, 715 GiB / 715 GiB avail; 121 KiB/s rd, 2.9 KiB/s wr, 216 op/s 2024-04-27T01:16:15.850 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:15 smithi042 bash[23616]: audit 2024-04-27T01:16:15.534758+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:15.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:15 smithi046 bash[18464]: audit 2024-04-27T01:16:14.548428+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:15.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:15 smithi046 bash[18464]: audit 2024-04-27T01:16:14.666005+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:15.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:15 smithi046 bash[18464]: audit 2024-04-27T01:16:14.703960+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.42:0/4024848008' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-04-27T01:16:15.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:15 smithi046 bash[18464]: audit 2024-04-27T01:16:14.704237+0000 mon.a (mon.0) 701 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-04-27T01:16:15.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:15 smithi046 bash[18464]: cluster 2024-04-27T01:16:15.465845+0000 mgr.y (mgr.14427) 107 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 63 MiB used, 715 GiB / 715 GiB avail; 121 KiB/s rd, 2.9 KiB/s wr, 216 op/s 2024-04-27T01:16:15.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:15 smithi046 bash[18464]: audit 2024-04-27T01:16:15.534758+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:16.433 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:16:16] "GET /metrics HTTP/1.1" 200 205175 "" "Prometheus/2.33.4" 2024-04-27T01:16:16.711 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'rbd pool init foo' 2024-04-27T01:16:16.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[23616]: cephadm 2024-04-27T01:16:15.544220+0000 mgr.y (mgr.14427) 108 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-27T01:16:16.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[23616]: audit 2024-04-27T01:16:15.674056+0000 mon.a (mon.0) 703 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-04-27T01:16:16.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[23616]: cluster 2024-04-27T01:16:15.674205+0000 mon.a (mon.0) 704 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-04-27T01:16:16.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[23616]: audit 2024-04-27T01:16:15.964770+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:16.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[23616]: audit 2024-04-27T01:16:15.974227+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:16.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[23616]: audit 2024-04-27T01:16:15.981920+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:16.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[23616]: cephadm 2024-04-27T01:16:15.988383+0000 mgr.y (mgr.14427) 109 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-04-27T01:16:16.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[23616]: audit 2024-04-27T01:16:15.992665+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:16.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[23616]: audit 2024-04-27T01:16:15.996255+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi042.yftnvj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:16:16.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[23616]: audit 2024-04-27T01:16:15.997348+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi042.yftnvj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:16:16.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[23616]: audit 2024-04-27T01:16:16.000667+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi042.yftnvj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-27T01:16:16.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[23616]: audit 2024-04-27T01:16:16.009783+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:16.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[23616]: audit 2024-04-27T01:16:16.015691+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:16.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[23616]: cephadm 2024-04-27T01:16:16.018203+0000 mgr.y (mgr.14427) 110 : cephadm [INF] Deploying daemon rgw.smpl.smithi042.yftnvj on smithi042 2024-04-27T01:16:16.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[18488]: cephadm 2024-04-27T01:16:15.544220+0000 mgr.y (mgr.14427) 108 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-27T01:16:16.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[18488]: audit 2024-04-27T01:16:15.674056+0000 mon.a (mon.0) 703 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-04-27T01:16:16.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[18488]: cluster 2024-04-27T01:16:15.674205+0000 mon.a (mon.0) 704 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-04-27T01:16:16.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[18488]: audit 2024-04-27T01:16:15.964770+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:16.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[18488]: audit 2024-04-27T01:16:15.974227+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:16.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[18488]: audit 2024-04-27T01:16:15.981920+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:16.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[18488]: cephadm 2024-04-27T01:16:15.988383+0000 mgr.y (mgr.14427) 109 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-04-27T01:16:16.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[18488]: audit 2024-04-27T01:16:15.992665+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:16.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[18488]: audit 2024-04-27T01:16:15.996255+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi042.yftnvj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:16:16.935 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[18488]: audit 2024-04-27T01:16:15.997348+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi042.yftnvj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:16:16.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[18488]: audit 2024-04-27T01:16:16.000667+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi042.yftnvj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-27T01:16:16.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[18488]: audit 2024-04-27T01:16:16.009783+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:16.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[18488]: audit 2024-04-27T01:16:16.015691+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:16.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:16 smithi042 bash[18488]: cephadm 2024-04-27T01:16:16.018203+0000 mgr.y (mgr.14427) 110 : cephadm [INF] Deploying daemon rgw.smpl.smithi042.yftnvj on smithi042 2024-04-27T01:16:17.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:16 smithi046 bash[18464]: cephadm 2024-04-27T01:16:15.544220+0000 mgr.y (mgr.14427) 108 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-27T01:16:17.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:16 smithi046 bash[18464]: audit 2024-04-27T01:16:15.674056+0000 mon.a (mon.0) 703 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-04-27T01:16:17.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:16 smithi046 bash[18464]: cluster 2024-04-27T01:16:15.674205+0000 mon.a (mon.0) 704 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-04-27T01:16:17.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:16 smithi046 bash[18464]: audit 2024-04-27T01:16:15.964770+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:17.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:16 smithi046 bash[18464]: audit 2024-04-27T01:16:15.974227+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:17.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:16 smithi046 bash[18464]: audit 2024-04-27T01:16:15.981920+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:17.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:16 smithi046 bash[18464]: cephadm 2024-04-27T01:16:15.988383+0000 mgr.y (mgr.14427) 109 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-04-27T01:16:17.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:16 smithi046 bash[18464]: audit 2024-04-27T01:16:15.992665+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:17.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:16 smithi046 bash[18464]: audit 2024-04-27T01:16:15.996255+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi042.yftnvj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:16:17.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:16 smithi046 bash[18464]: audit 2024-04-27T01:16:15.997348+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi042.yftnvj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:16:17.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:16 smithi046 bash[18464]: audit 2024-04-27T01:16:16.000667+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi042.yftnvj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-27T01:16:17.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:16 smithi046 bash[18464]: audit 2024-04-27T01:16:16.009783+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:17.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:16 smithi046 bash[18464]: audit 2024-04-27T01:16:16.015691+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:17.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:16 smithi046 bash[18464]: cephadm 2024-04-27T01:16:16.018203+0000 mgr.y (mgr.14427) 110 : cephadm [INF] Deploying daemon rgw.smpl.smithi042.yftnvj on smithi042 2024-04-27T01:16:17.942 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:17 smithi042 bash[18488]: cluster 2024-04-27T01:16:16.681313+0000 mon.a (mon.0) 712 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-04-27T01:16:17.942 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:17 smithi042 bash[18488]: cluster 2024-04-27T01:16:17.466739+0000 mgr.y (mgr.14427) 111 : cluster [DBG] pgmap v85: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 63 MiB used, 715 GiB / 715 GiB avail; 214 KiB/s rd, 4.2 KiB/s wr, 383 op/s 2024-04-27T01:16:17.943 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:17 smithi042 bash[23616]: cluster 2024-04-27T01:16:16.681313+0000 mon.a (mon.0) 712 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-04-27T01:16:17.943 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:17 smithi042 bash[23616]: cluster 2024-04-27T01:16:17.466739+0000 mgr.y (mgr.14427) 111 : cluster [DBG] pgmap v85: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 63 MiB used, 715 GiB / 715 GiB avail; 214 KiB/s rd, 4.2 KiB/s wr, 383 op/s 2024-04-27T01:16:18.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:17 smithi046 bash[18464]: cluster 2024-04-27T01:16:16.681313+0000 mon.a (mon.0) 712 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-04-27T01:16:18.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:17 smithi046 bash[18464]: cluster 2024-04-27T01:16:17.466739+0000 mgr.y (mgr.14427) 111 : cluster [DBG] pgmap v85: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 63 MiB used, 715 GiB / 715 GiB avail; 214 KiB/s rd, 4.2 KiB/s wr, 383 op/s 2024-04-27T01:16:19.077 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:18 smithi042 bash[18488]: cluster 2024-04-27T01:16:17.698759+0000 mon.a (mon.0) 713 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-04-27T01:16:19.077 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:18 smithi042 bash[23616]: cluster 2024-04-27T01:16:17.698759+0000 mon.a (mon.0) 713 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-04-27T01:16:19.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:18 smithi046 bash[18464]: cluster 2024-04-27T01:16:17.698759+0000 mon.a (mon.0) 713 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-04-27T01:16:19.334 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:19 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:19.335 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:16:19 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:19.335 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:16:19 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:19.335 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:16:19 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:19.335 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:16:19 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:19.336 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:16:19 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:19.336 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:16:19 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:19.336 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:16:19 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:19.336 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:19 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:19.610 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:19 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:19.610 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:16:19 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:19.611 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:19 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:19.611 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:16:19 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:19.611 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:16:19 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:19.611 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:16:19 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:19.612 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:16:19 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:19.612 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:16:19 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:19.612 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:16:19 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:19.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:19 smithi046 bash[18464]: cluster 2024-04-27T01:16:19.467184+0000 mgr.y (mgr.14427) 112 : cluster [DBG] pgmap v87: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 63 MiB used, 715 GiB / 715 GiB avail; 283 KiB/s rd, 5.5 KiB/s wr, 508 op/s 2024-04-27T01:16:19.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:19 smithi046 bash[18464]: audit 2024-04-27T01:16:19.635135+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:19.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:19 smithi046 bash[18464]: audit 2024-04-27T01:16:19.640082+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi046.goucgg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:16:19.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:19 smithi046 bash[18464]: audit 2024-04-27T01:16:19.640600+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi046.goucgg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:16:19.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:19 smithi046 bash[18464]: audit 2024-04-27T01:16:19.644301+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi046.goucgg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-27T01:16:19.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:19 smithi046 bash[18464]: audit 2024-04-27T01:16:19.652358+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:19.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:19 smithi046 bash[18464]: audit 2024-04-27T01:16:19.656725+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:19.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:19 smithi042 bash[18488]: cluster 2024-04-27T01:16:19.467184+0000 mgr.y (mgr.14427) 112 : cluster [DBG] pgmap v87: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 63 MiB used, 715 GiB / 715 GiB avail; 283 KiB/s rd, 5.5 KiB/s wr, 508 op/s 2024-04-27T01:16:19.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:19 smithi042 bash[18488]: audit 2024-04-27T01:16:19.635135+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:19.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:19 smithi042 bash[18488]: audit 2024-04-27T01:16:19.640082+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi046.goucgg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:16:19.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:19 smithi042 bash[18488]: audit 2024-04-27T01:16:19.640600+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi046.goucgg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:16:19.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:19 smithi042 bash[18488]: audit 2024-04-27T01:16:19.644301+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi046.goucgg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-27T01:16:19.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:19 smithi042 bash[18488]: audit 2024-04-27T01:16:19.652358+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:19.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:19 smithi042 bash[18488]: audit 2024-04-27T01:16:19.656725+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:19.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:19 smithi042 bash[23616]: cluster 2024-04-27T01:16:19.467184+0000 mgr.y (mgr.14427) 112 : cluster [DBG] pgmap v87: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 63 MiB used, 715 GiB / 715 GiB avail; 283 KiB/s rd, 5.5 KiB/s wr, 508 op/s 2024-04-27T01:16:19.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:19 smithi042 bash[23616]: audit 2024-04-27T01:16:19.635135+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:19.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:19 smithi042 bash[23616]: audit 2024-04-27T01:16:19.640082+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi046.goucgg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:16:19.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:19 smithi042 bash[23616]: audit 2024-04-27T01:16:19.640600+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi046.goucgg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:16:19.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:19 smithi042 bash[23616]: audit 2024-04-27T01:16:19.644301+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi046.goucgg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-27T01:16:19.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:19 smithi042 bash[23616]: audit 2024-04-27T01:16:19.652358+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:19.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:19 smithi042 bash[23616]: audit 2024-04-27T01:16:19.656725+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:21.044 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:20 smithi046 bash[18464]: cephadm 2024-04-27T01:16:19.658231+0000 mgr.y (mgr.14427) 113 : cephadm [INF] Deploying daemon rgw.smpl.smithi046.goucgg on smithi046 2024-04-27T01:16:21.111 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:20 smithi042 bash[18488]: cephadm 2024-04-27T01:16:19.658231+0000 mgr.y (mgr.14427) 113 : cephadm [INF] Deploying daemon rgw.smpl.smithi046.goucgg on smithi046 2024-04-27T01:16:21.112 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:20 smithi042 bash[23616]: cephadm 2024-04-27T01:16:19.658231+0000 mgr.y (mgr.14427) 113 : cephadm [INF] Deploying daemon rgw.smpl.smithi046.goucgg on smithi046 2024-04-27T01:16:22.074 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:21 smithi046 bash[18464]: audit 2024-04-27T01:16:20.809830+0000 mon.a (mon.0) 718 : audit [INF] from='client.? 172.21.15.42:0/3447413780' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-04-27T01:16:22.074 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:21 smithi046 bash[18464]: cluster 2024-04-27T01:16:21.468063+0000 mgr.y (mgr.14427) 114 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 74 KiB/s rd, 1.3 KiB/s wr, 123 op/s 2024-04-27T01:16:22.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:21 smithi042 bash[18488]: audit 2024-04-27T01:16:20.809830+0000 mon.a (mon.0) 718 : audit [INF] from='client.? 172.21.15.42:0/3447413780' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-04-27T01:16:22.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:21 smithi042 bash[18488]: cluster 2024-04-27T01:16:21.468063+0000 mgr.y (mgr.14427) 114 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 74 KiB/s rd, 1.3 KiB/s wr, 123 op/s 2024-04-27T01:16:22.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:21 smithi042 bash[23616]: audit 2024-04-27T01:16:20.809830+0000 mon.a (mon.0) 718 : audit [INF] from='client.? 172.21.15.42:0/3447413780' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-04-27T01:16:22.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:21 smithi042 bash[23616]: cluster 2024-04-27T01:16:21.468063+0000 mgr.y (mgr.14427) 114 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 74 KiB/s rd, 1.3 KiB/s wr, 123 op/s 2024-04-27T01:16:22.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:22 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:22.325 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:16:22 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:22.325 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:16:22 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:22.326 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:16:22 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:22.326 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:16:22 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:22.326 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:16:22 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:22.326 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:16:22 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:22.327 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:16:22 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:22.327 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:16:22 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:22.719 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:22 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:22.719 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:16:22 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:22.719 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:16:22 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:22.720 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:16:22 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:22.720 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:16:22 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:22.720 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:16:22 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:22.720 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:16:22 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:22.721 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:16:22 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:22.721 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:16:22 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:22.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:22 smithi042 bash[18488]: audit 2024-04-27T01:16:21.727661+0000 mon.a (mon.0) 719 : audit [INF] from='client.? 172.21.15.42:0/3447413780' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-04-27T01:16:22.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:22 smithi042 bash[18488]: cluster 2024-04-27T01:16:21.727752+0000 mon.a (mon.0) 720 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-04-27T01:16:22.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:22 smithi042 bash[18488]: audit 2024-04-27T01:16:22.500063+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:22.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:22 smithi042 bash[18488]: audit 2024-04-27T01:16:22.504467+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:22.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:22 smithi042 bash[18488]: audit 2024-04-27T01:16:22.506184+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:16:22.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:22 smithi042 bash[23616]: audit 2024-04-27T01:16:21.727661+0000 mon.a (mon.0) 719 : audit [INF] from='client.? 172.21.15.42:0/3447413780' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-04-27T01:16:22.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:22 smithi042 bash[23616]: cluster 2024-04-27T01:16:21.727752+0000 mon.a (mon.0) 720 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-04-27T01:16:22.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:22 smithi042 bash[23616]: audit 2024-04-27T01:16:22.500063+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:22.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:22 smithi042 bash[23616]: audit 2024-04-27T01:16:22.504467+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:22.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:22 smithi042 bash[23616]: audit 2024-04-27T01:16:22.506184+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:16:23.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:22 smithi046 bash[18464]: audit 2024-04-27T01:16:21.727661+0000 mon.a (mon.0) 719 : audit [INF] from='client.? 172.21.15.42:0/3447413780' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-04-27T01:16:23.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:22 smithi046 bash[18464]: cluster 2024-04-27T01:16:21.727752+0000 mon.a (mon.0) 720 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-04-27T01:16:23.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:22 smithi046 bash[18464]: audit 2024-04-27T01:16:22.500063+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:23.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:22 smithi046 bash[18464]: audit 2024-04-27T01:16:22.504467+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:23.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:22 smithi046 bash[18464]: audit 2024-04-27T01:16:22.506184+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:16:23.789 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:23 smithi046 bash[18464]: cluster 2024-04-27T01:16:22.725495+0000 mon.a (mon.0) 722 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-04-27T01:16:23.789 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:23 smithi046 bash[18464]: cluster 2024-04-27T01:16:23.468748+0000 mgr.y (mgr.14427) 115 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 341 B/s wr, 41 op/s 2024-04-27T01:16:24.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:23 smithi042 bash[18488]: cluster 2024-04-27T01:16:22.725495+0000 mon.a (mon.0) 722 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-04-27T01:16:24.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:23 smithi042 bash[18488]: cluster 2024-04-27T01:16:23.468748+0000 mgr.y (mgr.14427) 115 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 341 B/s wr, 41 op/s 2024-04-27T01:16:24.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:23 smithi042 bash[23616]: cluster 2024-04-27T01:16:22.725495+0000 mon.a (mon.0) 722 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-04-27T01:16:24.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:23 smithi042 bash[23616]: cluster 2024-04-27T01:16:23.468748+0000 mgr.y (mgr.14427) 115 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 341 B/s wr, 41 op/s 2024-04-27T01:16:24.640 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'ceph orch apply iscsi foo u p' 2024-04-27T01:16:24.674 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:16:24 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:16:24] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:16:24.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:24 smithi042 bash[23616]: cluster 2024-04-27T01:16:23.732804+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-04-27T01:16:24.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:24 smithi042 bash[23616]: audit 2024-04-27T01:16:24.579675+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:24.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:24 smithi042 bash[18488]: cluster 2024-04-27T01:16:23.732804+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-04-27T01:16:24.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:24 smithi042 bash[18488]: audit 2024-04-27T01:16:24.579675+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:25.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:24 smithi046 bash[18464]: cluster 2024-04-27T01:16:23.732804+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-04-27T01:16:25.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:24 smithi046 bash[18464]: audit 2024-04-27T01:16:24.579675+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:25.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:25 smithi042 bash[18488]: cluster 2024-04-27T01:16:25.469619+0000 mgr.y (mgr.14427) 116 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 348 KiB/s rd, 1023 B/s wr, 529 op/s 2024-04-27T01:16:25.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:25 smithi042 bash[23616]: cluster 2024-04-27T01:16:25.469619+0000 mgr.y (mgr.14427) 116 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 348 KiB/s rd, 1023 B/s wr, 529 op/s 2024-04-27T01:16:26.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:25 smithi046 bash[18464]: cluster 2024-04-27T01:16:25.469619+0000 mgr.y (mgr.14427) 116 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 348 KiB/s rd, 1023 B/s wr, 529 op/s 2024-04-27T01:16:26.432 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:16:26 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:16:26] "GET /metrics HTTP/1.1" 200 205175 "" "Prometheus/2.33.4" 2024-04-27T01:16:27.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:26 smithi046 bash[18464]: audit 2024-04-27T01:16:25.867281+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:27.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:26 smithi046 bash[18464]: audit 2024-04-27T01:16:25.914930+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:27.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:26 smithi046 bash[18464]: cephadm 2024-04-27T01:16:25.920620+0000 mgr.y (mgr.14427) 117 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-27T01:16:27.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:26 smithi046 bash[18464]: audit 2024-04-27T01:16:26.156405+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:27.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:26 smithi046 bash[18464]: audit 2024-04-27T01:16:26.168240+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:27.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:26 smithi046 bash[18464]: audit 2024-04-27T01:16:26.169532+0000 mon.b (mon.2) 92 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:16:27.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:26 smithi046 bash[18464]: cephadm 2024-04-27T01:16:26.173328+0000 mgr.y (mgr.14427) 118 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-27T01:16:27.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:26 smithi046 bash[18464]: audit 2024-04-27T01:16:26.420958+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:27.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:26 smithi042 bash[18488]: audit 2024-04-27T01:16:25.867281+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:27.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:26 smithi042 bash[18488]: audit 2024-04-27T01:16:25.914930+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:27.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:26 smithi042 bash[18488]: cephadm 2024-04-27T01:16:25.920620+0000 mgr.y (mgr.14427) 117 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-27T01:16:27.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:26 smithi042 bash[18488]: audit 2024-04-27T01:16:26.156405+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:27.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:26 smithi042 bash[18488]: audit 2024-04-27T01:16:26.168240+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:27.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:26 smithi042 bash[18488]: audit 2024-04-27T01:16:26.169532+0000 mon.b (mon.2) 92 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:16:27.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:26 smithi042 bash[18488]: cephadm 2024-04-27T01:16:26.173328+0000 mgr.y (mgr.14427) 118 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-27T01:16:27.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:26 smithi042 bash[18488]: audit 2024-04-27T01:16:26.420958+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:27.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:26 smithi042 bash[23616]: audit 2024-04-27T01:16:25.867281+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:27.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:26 smithi042 bash[23616]: audit 2024-04-27T01:16:25.914930+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:27.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:26 smithi042 bash[23616]: cephadm 2024-04-27T01:16:25.920620+0000 mgr.y (mgr.14427) 117 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-27T01:16:27.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:26 smithi042 bash[23616]: audit 2024-04-27T01:16:26.156405+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:27.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:26 smithi042 bash[23616]: audit 2024-04-27T01:16:26.168240+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:27.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:26 smithi042 bash[23616]: audit 2024-04-27T01:16:26.169532+0000 mon.b (mon.2) 92 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:16:27.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:26 smithi042 bash[23616]: cephadm 2024-04-27T01:16:26.173328+0000 mgr.y (mgr.14427) 118 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-27T01:16:27.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:26 smithi042 bash[23616]: audit 2024-04-27T01:16:26.420958+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:27.383 INFO:teuthology.orchestra.run.smithi042.stdout:Scheduled iscsi.foo update... 2024-04-27T01:16:28.595 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'sleep 120' 2024-04-27T01:16:28.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:28 smithi046 bash[18464]: audit 2024-04-27T01:16:27.385295+0000 mgr.y (mgr.14427) 119 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:16:28.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:28 smithi046 bash[18464]: cephadm 2024-04-27T01:16:27.387474+0000 mgr.y (mgr.14427) 120 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2024-04-27T01:16:28.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:28 smithi046 bash[18464]: audit 2024-04-27T01:16:27.392822+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:28.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:28 smithi046 bash[18464]: audit 2024-04-27T01:16:27.446240+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:28.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:28 smithi046 bash[18464]: audit 2024-04-27T01:16:27.448204+0000 mon.b (mon.2) 94 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:16:28.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:28 smithi046 bash[18464]: audit 2024-04-27T01:16:27.455482+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:28.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:28 smithi046 bash[18464]: cephadm 2024-04-27T01:16:27.462964+0000 mgr.y (mgr.14427) 121 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2024-04-27T01:16:28.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:28 smithi046 bash[18464]: cluster 2024-04-27T01:16:27.470085+0000 mgr.y (mgr.14427) 122 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 318 KiB/s rd, 682 B/s wr, 487 op/s 2024-04-27T01:16:28.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:28 smithi046 bash[18464]: audit 2024-04-27T01:16:27.470981+0000 mon.b (mon.2) 95 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.vknosz", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-04-27T01:16:28.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:28 smithi046 bash[18464]: audit 2024-04-27T01:16:27.471703+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.vknosz", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-04-27T01:16:28.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:28 smithi046 bash[18464]: audit 2024-04-27T01:16:27.476158+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.vknosz", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2024-04-27T01:16:28.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:28 smithi046 bash[18464]: audit 2024-04-27T01:16:27.485070+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:28.676 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:28 smithi046 bash[18464]: cephadm 2024-04-27T01:16:27.486441+0000 mgr.y (mgr.14427) 123 : cephadm [INF] Deploying daemon iscsi.foo.smithi042.vknosz on smithi042 2024-04-27T01:16:28.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[23616]: audit 2024-04-27T01:16:27.385295+0000 mgr.y (mgr.14427) 119 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:16:28.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[23616]: cephadm 2024-04-27T01:16:27.387474+0000 mgr.y (mgr.14427) 120 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2024-04-27T01:16:28.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[23616]: audit 2024-04-27T01:16:27.392822+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:28.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[23616]: audit 2024-04-27T01:16:27.446240+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:28.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[23616]: audit 2024-04-27T01:16:27.448204+0000 mon.b (mon.2) 94 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:16:28.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[23616]: audit 2024-04-27T01:16:27.455482+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:28.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[23616]: cephadm 2024-04-27T01:16:27.462964+0000 mgr.y (mgr.14427) 121 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2024-04-27T01:16:28.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[23616]: cluster 2024-04-27T01:16:27.470085+0000 mgr.y (mgr.14427) 122 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 318 KiB/s rd, 682 B/s wr, 487 op/s 2024-04-27T01:16:28.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[23616]: audit 2024-04-27T01:16:27.470981+0000 mon.b (mon.2) 95 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.vknosz", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-04-27T01:16:28.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[23616]: audit 2024-04-27T01:16:27.471703+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.vknosz", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-04-27T01:16:28.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[23616]: audit 2024-04-27T01:16:27.476158+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.vknosz", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2024-04-27T01:16:28.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[23616]: audit 2024-04-27T01:16:27.485070+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:28.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[23616]: cephadm 2024-04-27T01:16:27.486441+0000 mgr.y (mgr.14427) 123 : cephadm [INF] Deploying daemon iscsi.foo.smithi042.vknosz on smithi042 2024-04-27T01:16:28.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[18488]: audit 2024-04-27T01:16:27.385295+0000 mgr.y (mgr.14427) 119 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:16:28.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[18488]: cephadm 2024-04-27T01:16:27.387474+0000 mgr.y (mgr.14427) 120 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2024-04-27T01:16:28.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[18488]: audit 2024-04-27T01:16:27.392822+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:28.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[18488]: audit 2024-04-27T01:16:27.446240+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:28.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[18488]: audit 2024-04-27T01:16:27.448204+0000 mon.b (mon.2) 94 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:16:28.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[18488]: audit 2024-04-27T01:16:27.455482+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:28.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[18488]: cephadm 2024-04-27T01:16:27.462964+0000 mgr.y (mgr.14427) 121 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2024-04-27T01:16:28.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[18488]: cluster 2024-04-27T01:16:27.470085+0000 mgr.y (mgr.14427) 122 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 318 KiB/s rd, 682 B/s wr, 487 op/s 2024-04-27T01:16:28.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[18488]: audit 2024-04-27T01:16:27.470981+0000 mon.b (mon.2) 95 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.vknosz", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-04-27T01:16:28.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[18488]: audit 2024-04-27T01:16:27.471703+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.vknosz", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-04-27T01:16:28.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[18488]: audit 2024-04-27T01:16:27.476158+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.vknosz", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2024-04-27T01:16:28.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[18488]: audit 2024-04-27T01:16:27.485070+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:28.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:28 smithi042 bash[18488]: cephadm 2024-04-27T01:16:27.486441+0000 mgr.y (mgr.14427) 123 : cephadm [INF] Deploying daemon iscsi.foo.smithi042.vknosz on smithi042 2024-04-27T01:16:29.674 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:29 smithi046 bash[18464]: cluster 2024-04-27T01:16:28.435303+0000 mon.a (mon.0) 733 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-04-27T01:16:29.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:29 smithi046 bash[18464]: cluster 2024-04-27T01:16:28.498103+0000 mon.a (mon.0) 734 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2024-04-27T01:16:29.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:29 smithi042 bash[23616]: cluster 2024-04-27T01:16:28.435303+0000 mon.a (mon.0) 733 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-04-27T01:16:29.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:29 smithi042 bash[23616]: cluster 2024-04-27T01:16:28.498103+0000 mon.a (mon.0) 734 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2024-04-27T01:16:29.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:29 smithi042 bash[18488]: cluster 2024-04-27T01:16:28.435303+0000 mon.a (mon.0) 733 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-04-27T01:16:29.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:29 smithi042 bash[18488]: cluster 2024-04-27T01:16:28.498103+0000 mon.a (mon.0) 734 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2024-04-27T01:16:30.683 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:16:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:30.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:30 smithi042 bash[23616]: cluster 2024-04-27T01:16:29.470621+0000 mgr.y (mgr.14427) 124 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 283 KiB/s rd, 607 B/s wr, 433 op/s 2024-04-27T01:16:30.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:30 smithi042 bash[23616]: audit 2024-04-27T01:16:29.605726+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:30.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:30.684 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:16:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:30.684 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:16:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:30.684 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:16:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:30.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:30 smithi042 bash[18488]: cluster 2024-04-27T01:16:29.470621+0000 mgr.y (mgr.14427) 124 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 283 KiB/s rd, 607 B/s wr, 433 op/s 2024-04-27T01:16:30.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:30 smithi042 bash[18488]: audit 2024-04-27T01:16:29.605726+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:30.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:30.685 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:16:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:30.685 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:16:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:30.685 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:16:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:30.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:30 smithi046 bash[18464]: cluster 2024-04-27T01:16:29.470621+0000 mgr.y (mgr.14427) 124 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 283 KiB/s rd, 607 B/s wr, 433 op/s 2024-04-27T01:16:30.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:30 smithi046 bash[18464]: audit 2024-04-27T01:16:29.605726+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:30.950 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:30.950 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:16:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:30.951 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:16:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:30.951 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:16:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:30.951 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:16:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:30.951 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:16:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:30.952 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:16:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:30.952 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:30.952 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:16:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:16:32.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:32 smithi046 bash[18464]: audit 2024-04-27T01:16:31.007979+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:32.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:32 smithi046 bash[18464]: audit 2024-04-27T01:16:31.014157+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:32.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:32 smithi046 bash[18464]: audit 2024-04-27T01:16:31.015545+0000 mon.b (mon.2) 98 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:16:32.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:32 smithi046 bash[18464]: cluster 2024-04-27T01:16:31.472433+0000 mgr.y (mgr.14427) 125 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 267 KiB/s rd, 511 B/s wr, 404 op/s 2024-04-27T01:16:32.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:32 smithi042 bash[18488]: audit 2024-04-27T01:16:31.007979+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:32.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:32 smithi042 bash[18488]: audit 2024-04-27T01:16:31.014157+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:32.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:32 smithi042 bash[18488]: audit 2024-04-27T01:16:31.015545+0000 mon.b (mon.2) 98 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:16:32.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:32 smithi042 bash[18488]: cluster 2024-04-27T01:16:31.472433+0000 mgr.y (mgr.14427) 125 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 267 KiB/s rd, 511 B/s wr, 404 op/s 2024-04-27T01:16:32.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:32 smithi042 bash[23616]: audit 2024-04-27T01:16:31.007979+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:32.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:32 smithi042 bash[23616]: audit 2024-04-27T01:16:31.014157+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:32.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:32 smithi042 bash[23616]: audit 2024-04-27T01:16:31.015545+0000 mon.b (mon.2) 98 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:16:32.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:32 smithi042 bash[23616]: cluster 2024-04-27T01:16:31.472433+0000 mgr.y (mgr.14427) 125 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 267 KiB/s rd, 511 B/s wr, 404 op/s 2024-04-27T01:16:34.674 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:16:34 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:16:34] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:16:34.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:34 smithi046 bash[18464]: cluster 2024-04-27T01:16:33.472961+0000 mgr.y (mgr.14427) 126 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 219 KiB/s rd, 420 B/s wr, 331 op/s 2024-04-27T01:16:34.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:34 smithi046 bash[18464]: audit 2024-04-27T01:16:33.918821+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.42:0/3746993988' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-04-27T01:16:34.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:34 smithi046 bash[18464]: audit 2024-04-27T01:16:34.299633+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.42:0/2256164293' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/797113563"}]: dispatch 2024-04-27T01:16:34.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:34 smithi046 bash[18464]: audit 2024-04-27T01:16:34.300059+0000 mon.a (mon.0) 737 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/797113563"}]: dispatch 2024-04-27T01:16:34.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:34 smithi042 bash[23616]: cluster 2024-04-27T01:16:33.472961+0000 mgr.y (mgr.14427) 126 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 219 KiB/s rd, 420 B/s wr, 331 op/s 2024-04-27T01:16:34.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:34 smithi042 bash[23616]: audit 2024-04-27T01:16:33.918821+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.42:0/3746993988' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-04-27T01:16:34.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:34 smithi042 bash[23616]: audit 2024-04-27T01:16:34.299633+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.42:0/2256164293' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/797113563"}]: dispatch 2024-04-27T01:16:34.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:34 smithi042 bash[23616]: audit 2024-04-27T01:16:34.300059+0000 mon.a (mon.0) 737 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/797113563"}]: dispatch 2024-04-27T01:16:34.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:34 smithi042 bash[18488]: cluster 2024-04-27T01:16:33.472961+0000 mgr.y (mgr.14427) 126 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 219 KiB/s rd, 420 B/s wr, 331 op/s 2024-04-27T01:16:34.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:34 smithi042 bash[18488]: audit 2024-04-27T01:16:33.918821+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.42:0/3746993988' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-04-27T01:16:34.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:34 smithi042 bash[18488]: audit 2024-04-27T01:16:34.299633+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.42:0/2256164293' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/797113563"}]: dispatch 2024-04-27T01:16:34.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:34 smithi042 bash[18488]: audit 2024-04-27T01:16:34.300059+0000 mon.a (mon.0) 737 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/797113563"}]: dispatch 2024-04-27T01:16:35.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[18488]: audit 2024-04-27T01:16:34.443721+0000 mon.a (mon.0) 738 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/797113563"}]': finished 2024-04-27T01:16:35.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[18488]: cluster 2024-04-27T01:16:34.443808+0000 mon.a (mon.0) 739 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-04-27T01:16:35.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[18488]: audit 2024-04-27T01:16:34.530851+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:35.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[18488]: audit 2024-04-27T01:16:34.614238+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:35.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[18488]: audit 2024-04-27T01:16:34.786365+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:35.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[18488]: audit 2024-04-27T01:16:34.796921+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-04-27T01:16:35.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[18488]: audit 2024-04-27T01:16:34.800240+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-04-27T01:16:35.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[18488]: audit 2024-04-27T01:16:34.802801+0000 mon.a (mon.0) 743 : audit [INF] from='client.? 172.21.15.42:0/2860846401' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/3392779305"}]: dispatch 2024-04-27T01:16:35.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[18488]: audit 2024-04-27T01:16:34.807830+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:35.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[18488]: audit 2024-04-27T01:16:34.813793+0000 mon.b (mon.2) 101 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2024-04-27T01:16:35.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[18488]: audit 2024-04-27T01:16:34.823296+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:35.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[18488]: audit 2024-04-27T01:16:34.835284+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:35.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[18488]: audit 2024-04-27T01:16:34.836915+0000 mon.b (mon.2) 103 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:16:35.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[18488]: audit 2024-04-27T01:16:34.846423+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:35.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[23616]: audit 2024-04-27T01:16:34.443721+0000 mon.a (mon.0) 738 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/797113563"}]': finished 2024-04-27T01:16:35.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[23616]: cluster 2024-04-27T01:16:34.443808+0000 mon.a (mon.0) 739 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-04-27T01:16:35.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[23616]: audit 2024-04-27T01:16:34.530851+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:35.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[23616]: audit 2024-04-27T01:16:34.614238+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:35.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[23616]: audit 2024-04-27T01:16:34.786365+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:35.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[23616]: audit 2024-04-27T01:16:34.796921+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-04-27T01:16:35.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[23616]: audit 2024-04-27T01:16:34.800240+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-04-27T01:16:35.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[23616]: audit 2024-04-27T01:16:34.802801+0000 mon.a (mon.0) 743 : audit [INF] from='client.? 172.21.15.42:0/2860846401' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/3392779305"}]: dispatch 2024-04-27T01:16:35.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[23616]: audit 2024-04-27T01:16:34.807830+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:35.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[23616]: audit 2024-04-27T01:16:34.813793+0000 mon.b (mon.2) 101 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2024-04-27T01:16:35.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[23616]: audit 2024-04-27T01:16:34.823296+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:35.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[23616]: audit 2024-04-27T01:16:34.835284+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:35.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[23616]: audit 2024-04-27T01:16:34.836915+0000 mon.b (mon.2) 103 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:16:35.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:35 smithi042 bash[23616]: audit 2024-04-27T01:16:34.846423+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:35.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:35 smithi046 bash[18464]: audit 2024-04-27T01:16:34.443721+0000 mon.a (mon.0) 738 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/797113563"}]': finished 2024-04-27T01:16:35.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:35 smithi046 bash[18464]: cluster 2024-04-27T01:16:34.443808+0000 mon.a (mon.0) 739 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-04-27T01:16:35.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:35 smithi046 bash[18464]: audit 2024-04-27T01:16:34.530851+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:35.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:35 smithi046 bash[18464]: audit 2024-04-27T01:16:34.614238+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:35.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:35 smithi046 bash[18464]: audit 2024-04-27T01:16:34.786365+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:35.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:35 smithi046 bash[18464]: audit 2024-04-27T01:16:34.796921+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-04-27T01:16:35.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:35 smithi046 bash[18464]: audit 2024-04-27T01:16:34.800240+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-04-27T01:16:35.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:35 smithi046 bash[18464]: audit 2024-04-27T01:16:34.802801+0000 mon.a (mon.0) 743 : audit [INF] from='client.? 172.21.15.42:0/2860846401' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/3392779305"}]: dispatch 2024-04-27T01:16:35.926 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:35 smithi046 bash[18464]: audit 2024-04-27T01:16:34.807830+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:35.926 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:35 smithi046 bash[18464]: audit 2024-04-27T01:16:34.813793+0000 mon.b (mon.2) 101 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2024-04-27T01:16:35.926 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:35 smithi046 bash[18464]: audit 2024-04-27T01:16:34.823296+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:35.926 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:35 smithi046 bash[18464]: audit 2024-04-27T01:16:34.835284+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:16:35.926 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:35 smithi046 bash[18464]: audit 2024-04-27T01:16:34.836915+0000 mon.b (mon.2) 103 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:16:35.926 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:35 smithi046 bash[18464]: audit 2024-04-27T01:16:34.846423+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:16:36.430 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:16:36 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:16:36] "GET /metrics HTTP/1.1" 200 214963 "" "Prometheus/2.33.4" 2024-04-27T01:16:36.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:36 smithi042 bash[18488]: audit 2024-04-27T01:16:34.797772+0000 mgr.y (mgr.14427) 127 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-04-27T01:16:36.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:36 smithi042 bash[18488]: cephadm 2024-04-27T01:16:34.799536+0000 mgr.y (mgr.14427) 128 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.42:5000 to Dashboard 2024-04-27T01:16:36.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:36 smithi042 bash[18488]: audit 2024-04-27T01:16:34.800772+0000 mgr.y (mgr.14427) 129 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-04-27T01:16:36.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:36 smithi042 bash[18488]: audit 2024-04-27T01:16:34.814528+0000 mgr.y (mgr.14427) 130 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2024-04-27T01:16:36.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:36 smithi042 bash[18488]: cluster 2024-04-27T01:16:35.474706+0000 mgr.y (mgr.14427) 131 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 127 B/s wr, 39 op/s 2024-04-27T01:16:36.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:36 smithi042 bash[18488]: audit 2024-04-27T01:16:35.795751+0000 mon.a (mon.0) 747 : audit [INF] from='client.? 172.21.15.42:0/2860846401' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/3392779305"}]': finished 2024-04-27T01:16:36.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:36 smithi042 bash[18488]: cluster 2024-04-27T01:16:35.796131+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-04-27T01:16:36.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:36 smithi042 bash[18488]: audit 2024-04-27T01:16:36.160378+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.42:0/949845168' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/1157932897"}]: dispatch 2024-04-27T01:16:36.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:36 smithi042 bash[18488]: audit 2024-04-27T01:16:36.161242+0000 mon.a (mon.0) 749 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/1157932897"}]: dispatch 2024-04-27T01:16:36.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:36 smithi042 bash[23616]: audit 2024-04-27T01:16:34.797772+0000 mgr.y (mgr.14427) 127 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-04-27T01:16:36.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:36 smithi042 bash[23616]: cephadm 2024-04-27T01:16:34.799536+0000 mgr.y (mgr.14427) 128 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.42:5000 to Dashboard 2024-04-27T01:16:36.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:36 smithi042 bash[23616]: audit 2024-04-27T01:16:34.800772+0000 mgr.y (mgr.14427) 129 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-04-27T01:16:36.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:36 smithi042 bash[23616]: audit 2024-04-27T01:16:34.814528+0000 mgr.y (mgr.14427) 130 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2024-04-27T01:16:36.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:36 smithi042 bash[23616]: cluster 2024-04-27T01:16:35.474706+0000 mgr.y (mgr.14427) 131 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 127 B/s wr, 39 op/s 2024-04-27T01:16:36.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:36 smithi042 bash[23616]: audit 2024-04-27T01:16:35.795751+0000 mon.a (mon.0) 747 : audit [INF] from='client.? 172.21.15.42:0/2860846401' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/3392779305"}]': finished 2024-04-27T01:16:36.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:36 smithi042 bash[23616]: cluster 2024-04-27T01:16:35.796131+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-04-27T01:16:36.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:36 smithi042 bash[23616]: audit 2024-04-27T01:16:36.160378+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.42:0/949845168' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/1157932897"}]: dispatch 2024-04-27T01:16:36.685 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:36 smithi042 bash[23616]: audit 2024-04-27T01:16:36.161242+0000 mon.a (mon.0) 749 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/1157932897"}]: dispatch 2024-04-27T01:16:36.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:36 smithi046 bash[18464]: audit 2024-04-27T01:16:34.797772+0000 mgr.y (mgr.14427) 127 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-04-27T01:16:36.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:36 smithi046 bash[18464]: cephadm 2024-04-27T01:16:34.799536+0000 mgr.y (mgr.14427) 128 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.42:5000 to Dashboard 2024-04-27T01:16:36.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:36 smithi046 bash[18464]: audit 2024-04-27T01:16:34.800772+0000 mgr.y (mgr.14427) 129 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-04-27T01:16:36.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:36 smithi046 bash[18464]: audit 2024-04-27T01:16:34.814528+0000 mgr.y (mgr.14427) 130 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2024-04-27T01:16:36.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:36 smithi046 bash[18464]: cluster 2024-04-27T01:16:35.474706+0000 mgr.y (mgr.14427) 131 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 127 B/s wr, 39 op/s 2024-04-27T01:16:36.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:36 smithi046 bash[18464]: audit 2024-04-27T01:16:35.795751+0000 mon.a (mon.0) 747 : audit [INF] from='client.? 172.21.15.42:0/2860846401' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/3392779305"}]': finished 2024-04-27T01:16:36.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:36 smithi046 bash[18464]: cluster 2024-04-27T01:16:35.796131+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-04-27T01:16:36.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:36 smithi046 bash[18464]: audit 2024-04-27T01:16:36.160378+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.42:0/949845168' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/1157932897"}]: dispatch 2024-04-27T01:16:36.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:36 smithi046 bash[18464]: audit 2024-04-27T01:16:36.161242+0000 mon.a (mon.0) 749 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/1157932897"}]: dispatch 2024-04-27T01:16:38.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:37 smithi046 bash[18464]: audit 2024-04-27T01:16:36.794887+0000 mon.a (mon.0) 750 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/1157932897"}]': finished 2024-04-27T01:16:38.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:37 smithi046 bash[18464]: cluster 2024-04-27T01:16:36.795177+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-04-27T01:16:38.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:37 smithi046 bash[18464]: audit 2024-04-27T01:16:37.149452+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.42:0/3037737582' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/1283064043"}]: dispatch 2024-04-27T01:16:38.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:37 smithi046 bash[18464]: audit 2024-04-27T01:16:37.150591+0000 mon.a (mon.0) 752 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/1283064043"}]: dispatch 2024-04-27T01:16:38.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:37 smithi046 bash[18464]: cluster 2024-04-27T01:16:37.475444+0000 mgr.y (mgr.14427) 132 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 1 op/s 2024-04-27T01:16:38.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:37 smithi042 bash[18488]: audit 2024-04-27T01:16:36.794887+0000 mon.a (mon.0) 750 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/1157932897"}]': finished 2024-04-27T01:16:38.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:37 smithi042 bash[18488]: cluster 2024-04-27T01:16:36.795177+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-04-27T01:16:38.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:37 smithi042 bash[18488]: audit 2024-04-27T01:16:37.149452+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.42:0/3037737582' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/1283064043"}]: dispatch 2024-04-27T01:16:38.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:37 smithi042 bash[18488]: audit 2024-04-27T01:16:37.150591+0000 mon.a (mon.0) 752 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/1283064043"}]: dispatch 2024-04-27T01:16:38.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:37 smithi042 bash[18488]: cluster 2024-04-27T01:16:37.475444+0000 mgr.y (mgr.14427) 132 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 1 op/s 2024-04-27T01:16:38.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:37 smithi042 bash[23616]: audit 2024-04-27T01:16:36.794887+0000 mon.a (mon.0) 750 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/1157932897"}]': finished 2024-04-27T01:16:38.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:37 smithi042 bash[23616]: cluster 2024-04-27T01:16:36.795177+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-04-27T01:16:38.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:37 smithi042 bash[23616]: audit 2024-04-27T01:16:37.149452+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.42:0/3037737582' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/1283064043"}]: dispatch 2024-04-27T01:16:38.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:37 smithi042 bash[23616]: audit 2024-04-27T01:16:37.150591+0000 mon.a (mon.0) 752 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/1283064043"}]: dispatch 2024-04-27T01:16:38.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:37 smithi042 bash[23616]: cluster 2024-04-27T01:16:37.475444+0000 mgr.y (mgr.14427) 132 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 1 op/s 2024-04-27T01:16:39.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:38 smithi046 bash[18464]: audit 2024-04-27T01:16:37.805832+0000 mon.a (mon.0) 753 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/1283064043"}]': finished 2024-04-27T01:16:39.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:38 smithi046 bash[18464]: cluster 2024-04-27T01:16:37.806320+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-04-27T01:16:39.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:38 smithi046 bash[18464]: audit 2024-04-27T01:16:38.162166+0000 mon.a (mon.0) 755 : audit [INF] from='client.? 172.21.15.42:0/1639750890' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1565936666"}]: dispatch 2024-04-27T01:16:39.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:38 smithi042 bash[18488]: audit 2024-04-27T01:16:37.805832+0000 mon.a (mon.0) 753 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/1283064043"}]': finished 2024-04-27T01:16:39.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:38 smithi042 bash[18488]: cluster 2024-04-27T01:16:37.806320+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-04-27T01:16:39.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:38 smithi042 bash[18488]: audit 2024-04-27T01:16:38.162166+0000 mon.a (mon.0) 755 : audit [INF] from='client.? 172.21.15.42:0/1639750890' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1565936666"}]: dispatch 2024-04-27T01:16:39.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:38 smithi042 bash[23616]: audit 2024-04-27T01:16:37.805832+0000 mon.a (mon.0) 753 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/1283064043"}]': finished 2024-04-27T01:16:39.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:38 smithi042 bash[23616]: cluster 2024-04-27T01:16:37.806320+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-04-27T01:16:39.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:38 smithi042 bash[23616]: audit 2024-04-27T01:16:38.162166+0000 mon.a (mon.0) 755 : audit [INF] from='client.? 172.21.15.42:0/1639750890' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1565936666"}]: dispatch 2024-04-27T01:16:40.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:39 smithi046 bash[18464]: audit 2024-04-27T01:16:38.812804+0000 mon.a (mon.0) 756 : audit [INF] from='client.? 172.21.15.42:0/1639750890' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1565936666"}]': finished 2024-04-27T01:16:40.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:39 smithi046 bash[18464]: cluster 2024-04-27T01:16:38.812981+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-04-27T01:16:40.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:39 smithi046 bash[18464]: audit 2024-04-27T01:16:39.154855+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.42:0/2271622101' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1444221546"}]: dispatch 2024-04-27T01:16:40.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:39 smithi046 bash[18464]: audit 2024-04-27T01:16:39.155947+0000 mon.a (mon.0) 758 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1444221546"}]: dispatch 2024-04-27T01:16:40.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:39 smithi046 bash[18464]: cluster 2024-04-27T01:16:39.476180+0000 mgr.y (mgr.14427) 133 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:16:40.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:39 smithi042 bash[18488]: audit 2024-04-27T01:16:38.812804+0000 mon.a (mon.0) 756 : audit [INF] from='client.? 172.21.15.42:0/1639750890' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1565936666"}]': finished 2024-04-27T01:16:40.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:39 smithi042 bash[18488]: cluster 2024-04-27T01:16:38.812981+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-04-27T01:16:40.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:39 smithi042 bash[18488]: audit 2024-04-27T01:16:39.154855+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.42:0/2271622101' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1444221546"}]: dispatch 2024-04-27T01:16:40.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:39 smithi042 bash[18488]: audit 2024-04-27T01:16:39.155947+0000 mon.a (mon.0) 758 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1444221546"}]: dispatch 2024-04-27T01:16:40.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:39 smithi042 bash[18488]: cluster 2024-04-27T01:16:39.476180+0000 mgr.y (mgr.14427) 133 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:16:40.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:39 smithi042 bash[23616]: audit 2024-04-27T01:16:38.812804+0000 mon.a (mon.0) 756 : audit [INF] from='client.? 172.21.15.42:0/1639750890' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1565936666"}]': finished 2024-04-27T01:16:40.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:39 smithi042 bash[23616]: cluster 2024-04-27T01:16:38.812981+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-04-27T01:16:40.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:39 smithi042 bash[23616]: audit 2024-04-27T01:16:39.154855+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.42:0/2271622101' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1444221546"}]: dispatch 2024-04-27T01:16:40.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:39 smithi042 bash[23616]: audit 2024-04-27T01:16:39.155947+0000 mon.a (mon.0) 758 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1444221546"}]: dispatch 2024-04-27T01:16:40.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:39 smithi042 bash[23616]: cluster 2024-04-27T01:16:39.476180+0000 mgr.y (mgr.14427) 133 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:16:41.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:40 smithi046 bash[18464]: audit 2024-04-27T01:16:39.823907+0000 mon.a (mon.0) 759 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1444221546"}]': finished 2024-04-27T01:16:41.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:40 smithi046 bash[18464]: cluster 2024-04-27T01:16:39.824178+0000 mon.a (mon.0) 760 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-04-27T01:16:41.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:40 smithi046 bash[18464]: audit 2024-04-27T01:16:40.178215+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.42:0/700614030' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/196380040"}]: dispatch 2024-04-27T01:16:41.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:40 smithi046 bash[18464]: audit 2024-04-27T01:16:40.179018+0000 mon.a (mon.0) 761 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/196380040"}]: dispatch 2024-04-27T01:16:41.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:40 smithi042 bash[23616]: audit 2024-04-27T01:16:39.823907+0000 mon.a (mon.0) 759 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1444221546"}]': finished 2024-04-27T01:16:41.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:40 smithi042 bash[23616]: cluster 2024-04-27T01:16:39.824178+0000 mon.a (mon.0) 760 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-04-27T01:16:41.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:40 smithi042 bash[23616]: audit 2024-04-27T01:16:40.178215+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.42:0/700614030' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/196380040"}]: dispatch 2024-04-27T01:16:41.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:40 smithi042 bash[23616]: audit 2024-04-27T01:16:40.179018+0000 mon.a (mon.0) 761 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/196380040"}]: dispatch 2024-04-27T01:16:41.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:40 smithi042 bash[18488]: audit 2024-04-27T01:16:39.823907+0000 mon.a (mon.0) 759 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1444221546"}]': finished 2024-04-27T01:16:41.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:40 smithi042 bash[18488]: cluster 2024-04-27T01:16:39.824178+0000 mon.a (mon.0) 760 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-04-27T01:16:41.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:40 smithi042 bash[18488]: audit 2024-04-27T01:16:40.178215+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.42:0/700614030' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/196380040"}]: dispatch 2024-04-27T01:16:41.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:40 smithi042 bash[18488]: audit 2024-04-27T01:16:40.179018+0000 mon.a (mon.0) 761 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/196380040"}]: dispatch 2024-04-27T01:16:42.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:41 smithi046 bash[18464]: audit 2024-04-27T01:16:40.823981+0000 mon.a (mon.0) 762 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/196380040"}]': finished 2024-04-27T01:16:42.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:41 smithi046 bash[18464]: cluster 2024-04-27T01:16:40.824784+0000 mon.a (mon.0) 763 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-04-27T01:16:42.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:41 smithi046 bash[18464]: audit 2024-04-27T01:16:41.169947+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.42:0/1868099155' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1815287316"}]: dispatch 2024-04-27T01:16:42.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:41 smithi046 bash[18464]: audit 2024-04-27T01:16:41.171063+0000 mon.a (mon.0) 764 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1815287316"}]: dispatch 2024-04-27T01:16:42.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:41 smithi046 bash[18464]: cluster 2024-04-27T01:16:41.476900+0000 mgr.y (mgr.14427) 134 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:16:42.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:41 smithi042 bash[18488]: audit 2024-04-27T01:16:40.823981+0000 mon.a (mon.0) 762 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/196380040"}]': finished 2024-04-27T01:16:42.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:41 smithi042 bash[18488]: cluster 2024-04-27T01:16:40.824784+0000 mon.a (mon.0) 763 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-04-27T01:16:42.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:41 smithi042 bash[18488]: audit 2024-04-27T01:16:41.169947+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.42:0/1868099155' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1815287316"}]: dispatch 2024-04-27T01:16:42.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:41 smithi042 bash[18488]: audit 2024-04-27T01:16:41.171063+0000 mon.a (mon.0) 764 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1815287316"}]: dispatch 2024-04-27T01:16:42.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:41 smithi042 bash[18488]: cluster 2024-04-27T01:16:41.476900+0000 mgr.y (mgr.14427) 134 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:16:42.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:41 smithi042 bash[23616]: audit 2024-04-27T01:16:40.823981+0000 mon.a (mon.0) 762 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/196380040"}]': finished 2024-04-27T01:16:42.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:41 smithi042 bash[23616]: cluster 2024-04-27T01:16:40.824784+0000 mon.a (mon.0) 763 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-04-27T01:16:42.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:41 smithi042 bash[23616]: audit 2024-04-27T01:16:41.169947+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.42:0/1868099155' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1815287316"}]: dispatch 2024-04-27T01:16:42.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:41 smithi042 bash[23616]: audit 2024-04-27T01:16:41.171063+0000 mon.a (mon.0) 764 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1815287316"}]: dispatch 2024-04-27T01:16:42.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:41 smithi042 bash[23616]: cluster 2024-04-27T01:16:41.476900+0000 mgr.y (mgr.14427) 134 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:16:43.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:42 smithi046 bash[18464]: audit 2024-04-27T01:16:41.847415+0000 mon.a (mon.0) 765 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1815287316"}]': finished 2024-04-27T01:16:43.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:42 smithi046 bash[18464]: cluster 2024-04-27T01:16:41.847635+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-04-27T01:16:43.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:42 smithi046 bash[18464]: audit 2024-04-27T01:16:42.181701+0000 mon.a (mon.0) 767 : audit [INF] from='client.? 172.21.15.42:0/4116002949' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/325855596"}]: dispatch 2024-04-27T01:16:43.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:42 smithi042 bash[23616]: audit 2024-04-27T01:16:41.847415+0000 mon.a (mon.0) 765 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1815287316"}]': finished 2024-04-27T01:16:43.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:42 smithi042 bash[23616]: cluster 2024-04-27T01:16:41.847635+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-04-27T01:16:43.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:42 smithi042 bash[23616]: audit 2024-04-27T01:16:42.181701+0000 mon.a (mon.0) 767 : audit [INF] from='client.? 172.21.15.42:0/4116002949' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/325855596"}]: dispatch 2024-04-27T01:16:43.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:42 smithi042 bash[18488]: audit 2024-04-27T01:16:41.847415+0000 mon.a (mon.0) 765 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1815287316"}]': finished 2024-04-27T01:16:43.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:42 smithi042 bash[18488]: cluster 2024-04-27T01:16:41.847635+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-04-27T01:16:43.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:42 smithi042 bash[18488]: audit 2024-04-27T01:16:42.181701+0000 mon.a (mon.0) 767 : audit [INF] from='client.? 172.21.15.42:0/4116002949' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/325855596"}]: dispatch 2024-04-27T01:16:43.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:43 smithi042 bash[18488]: audit 2024-04-27T01:16:42.849954+0000 mon.a (mon.0) 768 : audit [INF] from='client.? 172.21.15.42:0/4116002949' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/325855596"}]': finished 2024-04-27T01:16:43.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:43 smithi042 bash[18488]: cluster 2024-04-27T01:16:42.850157+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-04-27T01:16:43.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:43 smithi042 bash[18488]: audit 2024-04-27T01:16:43.202452+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.42:0/3500322784' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2103355489"}]: dispatch 2024-04-27T01:16:43.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:43 smithi042 bash[18488]: audit 2024-04-27T01:16:43.203198+0000 mon.a (mon.0) 770 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2103355489"}]: dispatch 2024-04-27T01:16:43.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:43 smithi042 bash[18488]: cluster 2024-04-27T01:16:43.477798+0000 mgr.y (mgr.14427) 135 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:16:43.876 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:43 smithi042 bash[23616]: audit 2024-04-27T01:16:42.849954+0000 mon.a (mon.0) 768 : audit [INF] from='client.? 172.21.15.42:0/4116002949' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/325855596"}]': finished 2024-04-27T01:16:43.876 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:43 smithi042 bash[23616]: cluster 2024-04-27T01:16:42.850157+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-04-27T01:16:43.876 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:43 smithi042 bash[23616]: audit 2024-04-27T01:16:43.202452+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.42:0/3500322784' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2103355489"}]: dispatch 2024-04-27T01:16:43.876 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:43 smithi042 bash[23616]: audit 2024-04-27T01:16:43.203198+0000 mon.a (mon.0) 770 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2103355489"}]: dispatch 2024-04-27T01:16:43.876 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:43 smithi042 bash[23616]: cluster 2024-04-27T01:16:43.477798+0000 mgr.y (mgr.14427) 135 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:16:44.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:43 smithi046 bash[18464]: audit 2024-04-27T01:16:42.849954+0000 mon.a (mon.0) 768 : audit [INF] from='client.? 172.21.15.42:0/4116002949' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/325855596"}]': finished 2024-04-27T01:16:44.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:43 smithi046 bash[18464]: cluster 2024-04-27T01:16:42.850157+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-04-27T01:16:44.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:43 smithi046 bash[18464]: audit 2024-04-27T01:16:43.202452+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.42:0/3500322784' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2103355489"}]: dispatch 2024-04-27T01:16:44.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:43 smithi046 bash[18464]: audit 2024-04-27T01:16:43.203198+0000 mon.a (mon.0) 770 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2103355489"}]: dispatch 2024-04-27T01:16:44.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:43 smithi046 bash[18464]: cluster 2024-04-27T01:16:43.477798+0000 mgr.y (mgr.14427) 135 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:16:44.674 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:16:44 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:16:44] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:16:45.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:44 smithi046 bash[18464]: audit 2024-04-27T01:16:43.617592+0000 mgr.y (mgr.14427) 136 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:16:45.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:44 smithi046 bash[18464]: audit 2024-04-27T01:16:43.869254+0000 mon.a (mon.0) 771 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2103355489"}]': finished 2024-04-27T01:16:45.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:44 smithi046 bash[18464]: cluster 2024-04-27T01:16:43.869500+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-04-27T01:16:45.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:44 smithi046 bash[18464]: audit 2024-04-27T01:16:44.218655+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.42:0/2109420156' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/1157932897"}]: dispatch 2024-04-27T01:16:45.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:44 smithi046 bash[18464]: audit 2024-04-27T01:16:44.219362+0000 mon.a (mon.0) 773 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/1157932897"}]: dispatch 2024-04-27T01:16:45.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:44 smithi042 bash[23616]: audit 2024-04-27T01:16:43.617592+0000 mgr.y (mgr.14427) 136 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:16:45.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:44 smithi042 bash[23616]: audit 2024-04-27T01:16:43.869254+0000 mon.a (mon.0) 771 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2103355489"}]': finished 2024-04-27T01:16:45.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:44 smithi042 bash[23616]: cluster 2024-04-27T01:16:43.869500+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-04-27T01:16:45.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:44 smithi042 bash[23616]: audit 2024-04-27T01:16:44.218655+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.42:0/2109420156' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/1157932897"}]: dispatch 2024-04-27T01:16:45.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:44 smithi042 bash[23616]: audit 2024-04-27T01:16:44.219362+0000 mon.a (mon.0) 773 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/1157932897"}]: dispatch 2024-04-27T01:16:45.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:44 smithi042 bash[18488]: audit 2024-04-27T01:16:43.617592+0000 mgr.y (mgr.14427) 136 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:16:45.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:44 smithi042 bash[18488]: audit 2024-04-27T01:16:43.869254+0000 mon.a (mon.0) 771 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2103355489"}]': finished 2024-04-27T01:16:45.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:44 smithi042 bash[18488]: cluster 2024-04-27T01:16:43.869500+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-04-27T01:16:45.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:44 smithi042 bash[18488]: audit 2024-04-27T01:16:44.218655+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.42:0/2109420156' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/1157932897"}]: dispatch 2024-04-27T01:16:45.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:44 smithi042 bash[18488]: audit 2024-04-27T01:16:44.219362+0000 mon.a (mon.0) 773 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/1157932897"}]: dispatch 2024-04-27T01:16:46.169 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:45 smithi042 bash[18488]: audit 2024-04-27T01:16:44.872390+0000 mon.a (mon.0) 774 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/1157932897"}]': finished 2024-04-27T01:16:46.170 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:45 smithi042 bash[18488]: cluster 2024-04-27T01:16:44.872642+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-04-27T01:16:46.170 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:45 smithi042 bash[18488]: audit 2024-04-27T01:16:45.229116+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.42:0/1420791591' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/1283064043"}]: dispatch 2024-04-27T01:16:46.170 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:45 smithi042 bash[18488]: audit 2024-04-27T01:16:45.229961+0000 mon.a (mon.0) 776 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/1283064043"}]: dispatch 2024-04-27T01:16:46.170 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:45 smithi042 bash[18488]: cluster 2024-04-27T01:16:45.479480+0000 mgr.y (mgr.14427) 137 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:16:46.170 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:45 smithi042 bash[23616]: audit 2024-04-27T01:16:44.872390+0000 mon.a (mon.0) 774 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/1157932897"}]': finished 2024-04-27T01:16:46.170 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:45 smithi042 bash[23616]: cluster 2024-04-27T01:16:44.872642+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-04-27T01:16:46.171 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:45 smithi042 bash[23616]: audit 2024-04-27T01:16:45.229116+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.42:0/1420791591' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/1283064043"}]: dispatch 2024-04-27T01:16:46.171 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:45 smithi042 bash[23616]: audit 2024-04-27T01:16:45.229961+0000 mon.a (mon.0) 776 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/1283064043"}]: dispatch 2024-04-27T01:16:46.171 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:45 smithi042 bash[23616]: cluster 2024-04-27T01:16:45.479480+0000 mgr.y (mgr.14427) 137 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:16:46.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:45 smithi046 bash[18464]: audit 2024-04-27T01:16:44.872390+0000 mon.a (mon.0) 774 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/1157932897"}]': finished 2024-04-27T01:16:46.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:45 smithi046 bash[18464]: cluster 2024-04-27T01:16:44.872642+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-04-27T01:16:46.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:45 smithi046 bash[18464]: audit 2024-04-27T01:16:45.229116+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.42:0/1420791591' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/1283064043"}]: dispatch 2024-04-27T01:16:46.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:45 smithi046 bash[18464]: audit 2024-04-27T01:16:45.229961+0000 mon.a (mon.0) 776 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/1283064043"}]: dispatch 2024-04-27T01:16:46.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:45 smithi046 bash[18464]: cluster 2024-04-27T01:16:45.479480+0000 mgr.y (mgr.14427) 137 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:16:46.432 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:16:46 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:16:46] "GET /metrics HTTP/1.1" 200 214982 "" "Prometheus/2.33.4" 2024-04-27T01:16:47.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:46 smithi046 bash[18464]: audit 2024-04-27T01:16:45.895380+0000 mon.a (mon.0) 777 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/1283064043"}]': finished 2024-04-27T01:16:47.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:46 smithi046 bash[18464]: cluster 2024-04-27T01:16:45.895646+0000 mon.a (mon.0) 778 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-04-27T01:16:47.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:46 smithi046 bash[18464]: audit 2024-04-27T01:16:46.247086+0000 mon.a (mon.0) 779 : audit [INF] from='client.? 172.21.15.42:0/4237664271' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/2103355489"}]: dispatch 2024-04-27T01:16:47.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:46 smithi042 bash[23616]: audit 2024-04-27T01:16:45.895380+0000 mon.a (mon.0) 777 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/1283064043"}]': finished 2024-04-27T01:16:47.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:46 smithi042 bash[23616]: cluster 2024-04-27T01:16:45.895646+0000 mon.a (mon.0) 778 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-04-27T01:16:47.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:46 smithi042 bash[23616]: audit 2024-04-27T01:16:46.247086+0000 mon.a (mon.0) 779 : audit [INF] from='client.? 172.21.15.42:0/4237664271' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/2103355489"}]: dispatch 2024-04-27T01:16:47.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:46 smithi042 bash[18488]: audit 2024-04-27T01:16:45.895380+0000 mon.a (mon.0) 777 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/1283064043"}]': finished 2024-04-27T01:16:47.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:46 smithi042 bash[18488]: cluster 2024-04-27T01:16:45.895646+0000 mon.a (mon.0) 778 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-04-27T01:16:47.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:46 smithi042 bash[18488]: audit 2024-04-27T01:16:46.247086+0000 mon.a (mon.0) 779 : audit [INF] from='client.? 172.21.15.42:0/4237664271' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/2103355489"}]: dispatch 2024-04-27T01:16:48.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:47 smithi046 bash[18464]: audit 2024-04-27T01:16:46.895387+0000 mon.a (mon.0) 780 : audit [INF] from='client.? 172.21.15.42:0/4237664271' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/2103355489"}]': finished 2024-04-27T01:16:48.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:47 smithi046 bash[18464]: cluster 2024-04-27T01:16:46.895602+0000 mon.a (mon.0) 781 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-04-27T01:16:48.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:47 smithi046 bash[18464]: audit 2024-04-27T01:16:47.244576+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.42:0/207211683' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/137347695"}]: dispatch 2024-04-27T01:16:48.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:47 smithi046 bash[18464]: audit 2024-04-27T01:16:47.245902+0000 mon.a (mon.0) 782 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/137347695"}]: dispatch 2024-04-27T01:16:48.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:47 smithi046 bash[18464]: cluster 2024-04-27T01:16:47.480316+0000 mgr.y (mgr.14427) 138 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:16:48.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:47 smithi042 bash[18488]: audit 2024-04-27T01:16:46.895387+0000 mon.a (mon.0) 780 : audit [INF] from='client.? 172.21.15.42:0/4237664271' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/2103355489"}]': finished 2024-04-27T01:16:48.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:47 smithi042 bash[18488]: cluster 2024-04-27T01:16:46.895602+0000 mon.a (mon.0) 781 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-04-27T01:16:48.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:47 smithi042 bash[18488]: audit 2024-04-27T01:16:47.244576+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.42:0/207211683' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/137347695"}]: dispatch 2024-04-27T01:16:48.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:47 smithi042 bash[18488]: audit 2024-04-27T01:16:47.245902+0000 mon.a (mon.0) 782 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/137347695"}]: dispatch 2024-04-27T01:16:48.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:47 smithi042 bash[18488]: cluster 2024-04-27T01:16:47.480316+0000 mgr.y (mgr.14427) 138 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:16:48.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:47 smithi042 bash[23616]: audit 2024-04-27T01:16:46.895387+0000 mon.a (mon.0) 780 : audit [INF] from='client.? 172.21.15.42:0/4237664271' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/2103355489"}]': finished 2024-04-27T01:16:48.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:47 smithi042 bash[23616]: cluster 2024-04-27T01:16:46.895602+0000 mon.a (mon.0) 781 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-04-27T01:16:48.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:47 smithi042 bash[23616]: audit 2024-04-27T01:16:47.244576+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.42:0/207211683' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/137347695"}]: dispatch 2024-04-27T01:16:48.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:47 smithi042 bash[23616]: audit 2024-04-27T01:16:47.245902+0000 mon.a (mon.0) 782 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/137347695"}]: dispatch 2024-04-27T01:16:48.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:47 smithi042 bash[23616]: cluster 2024-04-27T01:16:47.480316+0000 mgr.y (mgr.14427) 138 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:16:49.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:48 smithi046 bash[18464]: audit 2024-04-27T01:16:47.915693+0000 mon.a (mon.0) 783 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/137347695"}]': finished 2024-04-27T01:16:49.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:48 smithi046 bash[18464]: cluster 2024-04-27T01:16:47.915892+0000 mon.a (mon.0) 784 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-04-27T01:16:49.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:48 smithi046 bash[18464]: audit 2024-04-27T01:16:48.265394+0000 mon.c (mon.1) 36 : audit [INF] from='client.? 172.21.15.42:0/2613602486' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/958728601"}]: dispatch 2024-04-27T01:16:49.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:48 smithi046 bash[18464]: audit 2024-04-27T01:16:48.266798+0000 mon.a (mon.0) 785 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/958728601"}]: dispatch 2024-04-27T01:16:49.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:48 smithi042 bash[18488]: audit 2024-04-27T01:16:47.915693+0000 mon.a (mon.0) 783 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/137347695"}]': finished 2024-04-27T01:16:49.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:48 smithi042 bash[18488]: cluster 2024-04-27T01:16:47.915892+0000 mon.a (mon.0) 784 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-04-27T01:16:49.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:48 smithi042 bash[18488]: audit 2024-04-27T01:16:48.265394+0000 mon.c (mon.1) 36 : audit [INF] from='client.? 172.21.15.42:0/2613602486' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/958728601"}]: dispatch 2024-04-27T01:16:49.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:48 smithi042 bash[18488]: audit 2024-04-27T01:16:48.266798+0000 mon.a (mon.0) 785 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/958728601"}]: dispatch 2024-04-27T01:16:49.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:48 smithi042 bash[23616]: audit 2024-04-27T01:16:47.915693+0000 mon.a (mon.0) 783 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/137347695"}]': finished 2024-04-27T01:16:49.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:48 smithi042 bash[23616]: cluster 2024-04-27T01:16:47.915892+0000 mon.a (mon.0) 784 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-04-27T01:16:49.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:48 smithi042 bash[23616]: audit 2024-04-27T01:16:48.265394+0000 mon.c (mon.1) 36 : audit [INF] from='client.? 172.21.15.42:0/2613602486' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/958728601"}]: dispatch 2024-04-27T01:16:49.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:48 smithi042 bash[23616]: audit 2024-04-27T01:16:48.266798+0000 mon.a (mon.0) 785 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/958728601"}]: dispatch 2024-04-27T01:16:50.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:49 smithi046 bash[18464]: audit 2024-04-27T01:16:48.920588+0000 mon.a (mon.0) 786 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/958728601"}]': finished 2024-04-27T01:16:50.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:49 smithi046 bash[18464]: cluster 2024-04-27T01:16:48.920815+0000 mon.a (mon.0) 787 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-04-27T01:16:50.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:49 smithi046 bash[18464]: audit 2024-04-27T01:16:49.266601+0000 mon.c (mon.1) 37 : audit [INF] from='client.? 172.21.15.42:0/2277051634' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2246048154"}]: dispatch 2024-04-27T01:16:50.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:49 smithi046 bash[18464]: audit 2024-04-27T01:16:49.267599+0000 mon.a (mon.0) 788 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2246048154"}]: dispatch 2024-04-27T01:16:50.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:49 smithi046 bash[18464]: cluster 2024-04-27T01:16:49.481200+0000 mgr.y (mgr.14427) 139 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:16:50.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:49 smithi042 bash[18488]: audit 2024-04-27T01:16:48.920588+0000 mon.a (mon.0) 786 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/958728601"}]': finished 2024-04-27T01:16:50.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:49 smithi042 bash[18488]: cluster 2024-04-27T01:16:48.920815+0000 mon.a (mon.0) 787 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-04-27T01:16:50.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:49 smithi042 bash[18488]: audit 2024-04-27T01:16:49.266601+0000 mon.c (mon.1) 37 : audit [INF] from='client.? 172.21.15.42:0/2277051634' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2246048154"}]: dispatch 2024-04-27T01:16:50.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:49 smithi042 bash[18488]: audit 2024-04-27T01:16:49.267599+0000 mon.a (mon.0) 788 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2246048154"}]: dispatch 2024-04-27T01:16:50.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:49 smithi042 bash[18488]: cluster 2024-04-27T01:16:49.481200+0000 mgr.y (mgr.14427) 139 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:16:50.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:49 smithi042 bash[23616]: audit 2024-04-27T01:16:48.920588+0000 mon.a (mon.0) 786 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/958728601"}]': finished 2024-04-27T01:16:50.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:49 smithi042 bash[23616]: cluster 2024-04-27T01:16:48.920815+0000 mon.a (mon.0) 787 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-04-27T01:16:50.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:49 smithi042 bash[23616]: audit 2024-04-27T01:16:49.266601+0000 mon.c (mon.1) 37 : audit [INF] from='client.? 172.21.15.42:0/2277051634' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2246048154"}]: dispatch 2024-04-27T01:16:50.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:49 smithi042 bash[23616]: audit 2024-04-27T01:16:49.267599+0000 mon.a (mon.0) 788 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2246048154"}]: dispatch 2024-04-27T01:16:50.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:49 smithi042 bash[23616]: cluster 2024-04-27T01:16:49.481200+0000 mgr.y (mgr.14427) 139 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:16:51.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:50 smithi042 bash[18488]: audit 2024-04-27T01:16:49.943371+0000 mon.a (mon.0) 789 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2246048154"}]': finished 2024-04-27T01:16:51.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:50 smithi042 bash[18488]: cluster 2024-04-27T01:16:49.943597+0000 mon.a (mon.0) 790 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-04-27T01:16:51.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:50 smithi042 bash[23616]: audit 2024-04-27T01:16:49.943371+0000 mon.a (mon.0) 789 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2246048154"}]': finished 2024-04-27T01:16:51.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:50 smithi042 bash[23616]: cluster 2024-04-27T01:16:49.943597+0000 mon.a (mon.0) 790 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-04-27T01:16:51.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:50 smithi046 bash[18464]: audit 2024-04-27T01:16:49.943371+0000 mon.a (mon.0) 789 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2246048154"}]': finished 2024-04-27T01:16:51.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:50 smithi046 bash[18464]: cluster 2024-04-27T01:16:49.943597+0000 mon.a (mon.0) 790 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-04-27T01:16:52.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:51 smithi046 bash[18464]: cluster 2024-04-27T01:16:51.483056+0000 mgr.y (mgr.14427) 140 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:16:52.445 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:51 smithi042 bash[18488]: cluster 2024-04-27T01:16:51.483056+0000 mgr.y (mgr.14427) 140 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:16:52.445 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:51 smithi042 bash[23616]: cluster 2024-04-27T01:16:51.483056+0000 mgr.y (mgr.14427) 140 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:16:54.674 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:54 smithi046 bash[18464]: cluster 2024-04-27T01:16:53.483805+0000 mgr.y (mgr.14427) 141 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:16:54.675 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:16:54 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:16:54] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:16:54.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:54 smithi042 bash[18488]: cluster 2024-04-27T01:16:53.483805+0000 mgr.y (mgr.14427) 141 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:16:54.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:54 smithi042 bash[23616]: cluster 2024-04-27T01:16:53.483805+0000 mgr.y (mgr.14427) 141 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:16:55.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:55 smithi046 bash[18464]: audit 2024-04-27T01:16:53.629388+0000 mgr.y (mgr.14427) 142 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:16:55.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:55 smithi042 bash[18488]: audit 2024-04-27T01:16:53.629388+0000 mgr.y (mgr.14427) 142 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:16:55.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:55 smithi042 bash[23616]: audit 2024-04-27T01:16:53.629388+0000 mgr.y (mgr.14427) 142 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:16:56.432 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:16:56 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:16:56] "GET /metrics HTTP/1.1" 200 214982 "" "Prometheus/2.33.4" 2024-04-27T01:16:56.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:56 smithi046 bash[18464]: cluster 2024-04-27T01:16:55.485490+0000 mgr.y (mgr.14427) 143 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-04-27T01:16:56.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:56 smithi042 bash[18488]: cluster 2024-04-27T01:16:55.485490+0000 mgr.y (mgr.14427) 143 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-04-27T01:16:56.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:56 smithi042 bash[23616]: cluster 2024-04-27T01:16:55.485490+0000 mgr.y (mgr.14427) 143 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-04-27T01:16:57.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:57 smithi046 bash[18464]: cluster 2024-04-27T01:16:57.486195+0000 mgr.y (mgr.14427) 144 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:16:57.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:57 smithi042 bash[18488]: cluster 2024-04-27T01:16:57.486195+0000 mgr.y (mgr.14427) 144 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:16:57.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:57 smithi042 bash[23616]: cluster 2024-04-27T01:16:57.486195+0000 mgr.y (mgr.14427) 144 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:16:59.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:59 smithi046 bash[18464]: audit 2024-04-27T01:16:59.467062+0000 mon.b (mon.2) 104 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-04-27T01:16:59.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:59 smithi046 bash[18464]: audit 2024-04-27T01:16:59.467941+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-04-27T01:16:59.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:59 smithi046 bash[18464]: audit 2024-04-27T01:16:59.468227+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-04-27T01:16:59.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:59 smithi046 bash[18464]: audit 2024-04-27T01:16:59.468758+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-04-27T01:16:59.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:59 smithi046 bash[18464]: audit 2024-04-27T01:16:59.469658+0000 mon.b (mon.2) 107 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-04-27T01:16:59.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:59 smithi046 bash[18464]: audit 2024-04-27T01:16:59.469757+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-04-27T01:16:59.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:59 smithi046 bash[18464]: audit 2024-04-27T01:16:59.470673+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-04-27T01:16:59.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:59 smithi046 bash[18464]: audit 2024-04-27T01:16:59.471994+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-04-27T01:16:59.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:16:59 smithi046 bash[18464]: cluster 2024-04-27T01:16:59.486866+0000 mgr.y (mgr.14427) 145 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:16:59.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:59 smithi042 bash[18488]: audit 2024-04-27T01:16:59.467062+0000 mon.b (mon.2) 104 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-04-27T01:16:59.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:59 smithi042 bash[18488]: audit 2024-04-27T01:16:59.467941+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-04-27T01:16:59.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:59 smithi042 bash[18488]: audit 2024-04-27T01:16:59.468227+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-04-27T01:16:59.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:59 smithi042 bash[18488]: audit 2024-04-27T01:16:59.468758+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-04-27T01:16:59.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:59 smithi042 bash[18488]: audit 2024-04-27T01:16:59.469658+0000 mon.b (mon.2) 107 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-04-27T01:16:59.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:59 smithi042 bash[18488]: audit 2024-04-27T01:16:59.469757+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-04-27T01:16:59.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:59 smithi042 bash[18488]: audit 2024-04-27T01:16:59.470673+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-04-27T01:16:59.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:59 smithi042 bash[18488]: audit 2024-04-27T01:16:59.471994+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-04-27T01:16:59.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:16:59 smithi042 bash[18488]: cluster 2024-04-27T01:16:59.486866+0000 mgr.y (mgr.14427) 145 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:16:59.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:59 smithi042 bash[23616]: audit 2024-04-27T01:16:59.467062+0000 mon.b (mon.2) 104 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-04-27T01:16:59.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:59 smithi042 bash[23616]: audit 2024-04-27T01:16:59.467941+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-04-27T01:16:59.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:59 smithi042 bash[23616]: audit 2024-04-27T01:16:59.468227+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-04-27T01:16:59.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:59 smithi042 bash[23616]: audit 2024-04-27T01:16:59.468758+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-04-27T01:16:59.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:59 smithi042 bash[23616]: audit 2024-04-27T01:16:59.469658+0000 mon.b (mon.2) 107 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-04-27T01:16:59.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:59 smithi042 bash[23616]: audit 2024-04-27T01:16:59.469757+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-04-27T01:16:59.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:59 smithi042 bash[23616]: audit 2024-04-27T01:16:59.470673+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-04-27T01:16:59.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:59 smithi042 bash[23616]: audit 2024-04-27T01:16:59.471994+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-04-27T01:16:59.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:16:59 smithi042 bash[23616]: cluster 2024-04-27T01:16:59.486866+0000 mgr.y (mgr.14427) 145 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:17:00.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:00 smithi046 bash[18464]: audit 2024-04-27T01:16:59.529359+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]': finished 2024-04-27T01:17:00.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:00 smithi046 bash[18464]: audit 2024-04-27T01:16:59.529701+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2024-04-27T01:17:00.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:00 smithi046 bash[18464]: audit 2024-04-27T01:16:59.530061+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2024-04-27T01:17:00.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:00 smithi046 bash[18464]: audit 2024-04-27T01:16:59.530834+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2024-04-27T01:17:00.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:00 smithi046 bash[18464]: cluster 2024-04-27T01:16:59.531099+0000 mon.a (mon.0) 799 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-04-27T01:17:00.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:00 smithi046 bash[18464]: audit 2024-04-27T01:16:59.558017+0000 mon.b (mon.2) 108 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:17:00.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:00 smithi046 bash[18464]: audit 2024-04-27T01:16:59.561774+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:17:00.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:00 smithi046 bash[18464]: audit 2024-04-27T01:16:59.566237+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:17:00.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:00 smithi046 bash[18464]: audit 2024-04-27T01:16:59.566992+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:17:00.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:00 smithi046 bash[18464]: cluster 2024-04-27T01:17:00.530254+0000 mon.a (mon.0) 802 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-04-27T01:17:00.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:00 smithi042 bash[23616]: audit 2024-04-27T01:16:59.529359+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]': finished 2024-04-27T01:17:00.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:00 smithi042 bash[23616]: audit 2024-04-27T01:16:59.529701+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2024-04-27T01:17:00.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:00 smithi042 bash[23616]: audit 2024-04-27T01:16:59.530061+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2024-04-27T01:17:00.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:00 smithi042 bash[23616]: audit 2024-04-27T01:16:59.530834+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2024-04-27T01:17:00.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:00 smithi042 bash[23616]: cluster 2024-04-27T01:16:59.531099+0000 mon.a (mon.0) 799 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-04-27T01:17:00.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:00 smithi042 bash[23616]: audit 2024-04-27T01:16:59.558017+0000 mon.b (mon.2) 108 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:17:00.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:00 smithi042 bash[23616]: audit 2024-04-27T01:16:59.561774+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:17:00.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:00 smithi042 bash[23616]: audit 2024-04-27T01:16:59.566237+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:17:00.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:00 smithi042 bash[23616]: audit 2024-04-27T01:16:59.566992+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:17:00.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:00 smithi042 bash[23616]: cluster 2024-04-27T01:17:00.530254+0000 mon.a (mon.0) 802 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-04-27T01:17:00.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:00 smithi042 bash[18488]: audit 2024-04-27T01:16:59.529359+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]': finished 2024-04-27T01:17:00.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:00 smithi042 bash[18488]: audit 2024-04-27T01:16:59.529701+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2024-04-27T01:17:00.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:00 smithi042 bash[18488]: audit 2024-04-27T01:16:59.530061+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2024-04-27T01:17:00.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:00 smithi042 bash[18488]: audit 2024-04-27T01:16:59.530834+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2024-04-27T01:17:00.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:00 smithi042 bash[18488]: cluster 2024-04-27T01:16:59.531099+0000 mon.a (mon.0) 799 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-04-27T01:17:00.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:00 smithi042 bash[18488]: audit 2024-04-27T01:16:59.558017+0000 mon.b (mon.2) 108 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:17:00.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:00 smithi042 bash[18488]: audit 2024-04-27T01:16:59.561774+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:17:00.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:00 smithi042 bash[18488]: audit 2024-04-27T01:16:59.566237+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:17:00.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:00 smithi042 bash[18488]: audit 2024-04-27T01:16:59.566992+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:17:00.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:00 smithi042 bash[18488]: cluster 2024-04-27T01:17:00.530254+0000 mon.a (mon.0) 802 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-04-27T01:17:01.846 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:01 smithi046 bash[18464]: cluster 2024-04-27T01:17:01.487707+0000 mgr.y (mgr.14427) 146 : cluster [DBG] pgmap v130: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:01.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:01 smithi042 bash[18488]: cluster 2024-04-27T01:17:01.487707+0000 mgr.y (mgr.14427) 146 : cluster [DBG] pgmap v130: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:01.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:01 smithi042 bash[23616]: cluster 2024-04-27T01:17:01.487707+0000 mgr.y (mgr.14427) 146 : cluster [DBG] pgmap v130: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:03.932 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:17:03 smithi042 bash[42261]: level=warn ts=2024-04-27T01:17:03.557Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.46:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.46 because it doesn't contain any IP SANs" 2024-04-27T01:17:03.933 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:17:03 smithi042 bash[42261]: level=warn ts=2024-04-27T01:17:03.557Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2024-04-27T01:17:04.674 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:17:04 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:17:04] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:17:04.674 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:04 smithi046 bash[18464]: cluster 2024-04-27T01:17:03.488550+0000 mgr.y (mgr.14427) 147 : cluster [DBG] pgmap v131: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-04-27T01:17:04.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:04 smithi042 bash[18488]: cluster 2024-04-27T01:17:03.488550+0000 mgr.y (mgr.14427) 147 : cluster [DBG] pgmap v131: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-04-27T01:17:04.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:04 smithi042 bash[23616]: cluster 2024-04-27T01:17:03.488550+0000 mgr.y (mgr.14427) 147 : cluster [DBG] pgmap v131: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-04-27T01:17:05.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:05 smithi046 bash[18464]: audit 2024-04-27T01:17:03.640722+0000 mgr.y (mgr.14427) 148 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:17:05.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:05 smithi042 bash[18488]: audit 2024-04-27T01:17:03.640722+0000 mgr.y (mgr.14427) 148 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:17:05.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:05 smithi042 bash[23616]: audit 2024-04-27T01:17:03.640722+0000 mgr.y (mgr.14427) 148 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:17:06.432 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:17:06 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:17:06] "GET /metrics HTTP/1.1" 200 214978 "" "Prometheus/2.33.4" 2024-04-27T01:17:06.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:06 smithi046 bash[18464]: cluster 2024-04-27T01:17:05.490255+0000 mgr.y (mgr.14427) 149 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 5 B/s, 0 objects/s recovering 2024-04-27T01:17:06.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:06 smithi042 bash[18488]: cluster 2024-04-27T01:17:05.490255+0000 mgr.y (mgr.14427) 149 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 5 B/s, 0 objects/s recovering 2024-04-27T01:17:06.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:06 smithi042 bash[23616]: cluster 2024-04-27T01:17:05.490255+0000 mgr.y (mgr.14427) 149 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 5 B/s, 0 objects/s recovering 2024-04-27T01:17:07.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:07 smithi046 bash[18464]: cluster 2024-04-27T01:17:07.490946+0000 mgr.y (mgr.14427) 150 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 5 B/s, 0 objects/s recovering 2024-04-27T01:17:07.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:07 smithi042 bash[18488]: cluster 2024-04-27T01:17:07.490946+0000 mgr.y (mgr.14427) 150 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 5 B/s, 0 objects/s recovering 2024-04-27T01:17:07.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:07 smithi042 bash[23616]: cluster 2024-04-27T01:17:07.490946+0000 mgr.y (mgr.14427) 150 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 5 B/s, 0 objects/s recovering 2024-04-27T01:17:09.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:09 smithi046 bash[18464]: cluster 2024-04-27T01:17:09.491640+0000 mgr.y (mgr.14427) 151 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 4 B/s, 0 objects/s recovering 2024-04-27T01:17:09.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:09 smithi042 bash[18488]: cluster 2024-04-27T01:17:09.491640+0000 mgr.y (mgr.14427) 151 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 4 B/s, 0 objects/s recovering 2024-04-27T01:17:09.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:09 smithi042 bash[23616]: cluster 2024-04-27T01:17:09.491640+0000 mgr.y (mgr.14427) 151 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 4 B/s, 0 objects/s recovering 2024-04-27T01:17:11.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:11 smithi046 bash[18464]: cluster 2024-04-27T01:17:11.493380+0000 mgr.y (mgr.14427) 152 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 933 B/s rd, 0 op/s; 4 B/s, 0 objects/s recovering 2024-04-27T01:17:11.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:11 smithi042 bash[23616]: cluster 2024-04-27T01:17:11.493380+0000 mgr.y (mgr.14427) 152 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 933 B/s rd, 0 op/s; 4 B/s, 0 objects/s recovering 2024-04-27T01:17:11.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:11 smithi042 bash[18488]: cluster 2024-04-27T01:17:11.493380+0000 mgr.y (mgr.14427) 152 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 933 B/s rd, 0 op/s; 4 B/s, 0 objects/s recovering 2024-04-27T01:17:13.933 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:17:13 smithi042 bash[42261]: level=error ts=2024-04-27T01:17:13.513Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.46:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.46 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2024-04-27T01:17:13.933 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:17:13 smithi042 bash[42261]: level=warn ts=2024-04-27T01:17: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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2024-04-27T01:17:13.933 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:17:13 smithi042 bash[42261]: level=warn ts=2024-04-27T01:17:13.518Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.46:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.46 because it doesn't contain any IP SANs" 2024-04-27T01:17:14.675 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:14 smithi046 bash[18464]: cluster 2024-04-27T01:17:13.494201+0000 mgr.y (mgr.14427) 153 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 3 B/s, 0 objects/s recovering 2024-04-27T01:17:14.676 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:17:14 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:17:14] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:17:14.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:14 smithi042 bash[18488]: cluster 2024-04-27T01:17:13.494201+0000 mgr.y (mgr.14427) 153 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 3 B/s, 0 objects/s recovering 2024-04-27T01:17:14.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:14 smithi042 bash[23616]: cluster 2024-04-27T01:17:13.494201+0000 mgr.y (mgr.14427) 153 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 3 B/s, 0 objects/s recovering 2024-04-27T01:17:15.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:15 smithi046 bash[18464]: audit 2024-04-27T01:17:13.652065+0000 mgr.y (mgr.14427) 154 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:17:15.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:15 smithi042 bash[18488]: audit 2024-04-27T01:17:13.652065+0000 mgr.y (mgr.14427) 154 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:17:15.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:15 smithi042 bash[23616]: audit 2024-04-27T01:17:13.652065+0000 mgr.y (mgr.14427) 154 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:17:16.433 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:17:16 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:17:16] "GET /metrics HTTP/1.1" 200 214961 "" "Prometheus/2.33.4" 2024-04-27T01:17:16.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:16 smithi046 bash[18464]: cluster 2024-04-27T01:17:15.495875+0000 mgr.y (mgr.14427) 155 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 3 B/s, 0 objects/s recovering 2024-04-27T01:17:16.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:16 smithi042 bash[18488]: cluster 2024-04-27T01:17:15.495875+0000 mgr.y (mgr.14427) 155 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 3 B/s, 0 objects/s recovering 2024-04-27T01:17:16.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:16 smithi042 bash[23616]: cluster 2024-04-27T01:17:15.495875+0000 mgr.y (mgr.14427) 155 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 3 B/s, 0 objects/s recovering 2024-04-27T01:17:17.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:17 smithi046 bash[18464]: cluster 2024-04-27T01:17:17.496618+0000 mgr.y (mgr.14427) 156 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:17.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:17 smithi042 bash[18488]: cluster 2024-04-27T01:17:17.496618+0000 mgr.y (mgr.14427) 156 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:17.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:17 smithi042 bash[23616]: cluster 2024-04-27T01:17:17.496618+0000 mgr.y (mgr.14427) 156 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:19.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:19 smithi046 bash[18464]: cluster 2024-04-27T01:17:19.497361+0000 mgr.y (mgr.14427) 157 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:19.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:19 smithi042 bash[18488]: cluster 2024-04-27T01:17:19.497361+0000 mgr.y (mgr.14427) 157 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:19.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:19 smithi042 bash[23616]: cluster 2024-04-27T01:17:19.497361+0000 mgr.y (mgr.14427) 157 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:21.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:21 smithi046 bash[18464]: cluster 2024-04-27T01:17:21.499112+0000 mgr.y (mgr.14427) 158 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:21.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:21 smithi042 bash[18488]: cluster 2024-04-27T01:17:21.499112+0000 mgr.y (mgr.14427) 158 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:21.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:21 smithi042 bash[23616]: cluster 2024-04-27T01:17:21.499112+0000 mgr.y (mgr.14427) 158 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:23.933 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:17:23 smithi042 bash[42261]: level=error ts=2024-04-27T01:17:23.513Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.46:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.46 because it doesn't contain any IP SANs" 2024-04-27T01:17:23.933 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:17:23 smithi042 bash[42261]: level=warn ts=2024-04-27T01:17:23.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.46:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.46 because it doesn't contain any IP SANs" 2024-04-27T01:17:23.933 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:17:23 smithi042 bash[42261]: level=warn ts=2024-04-27T01:17:23.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2024-04-27T01:17:24.674 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:24 smithi046 bash[18464]: cluster 2024-04-27T01:17:23.499837+0000 mgr.y (mgr.14427) 159 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:24.674 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:17:24 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:17:24] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:17:24.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:24 smithi042 bash[18488]: cluster 2024-04-27T01:17:23.499837+0000 mgr.y (mgr.14427) 159 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:24.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:24 smithi042 bash[23616]: cluster 2024-04-27T01:17:23.499837+0000 mgr.y (mgr.14427) 159 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:25.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:25 smithi046 bash[18464]: audit 2024-04-27T01:17:23.662793+0000 mgr.y (mgr.14427) 160 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:17:25.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:25 smithi042 bash[18488]: audit 2024-04-27T01:17:23.662793+0000 mgr.y (mgr.14427) 160 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:17:25.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:25 smithi042 bash[23616]: audit 2024-04-27T01:17:23.662793+0000 mgr.y (mgr.14427) 160 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:17:26.433 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:17:26 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:17:26] "GET /metrics HTTP/1.1" 200 214961 "" "Prometheus/2.33.4" 2024-04-27T01:17:26.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:26 smithi046 bash[18464]: cluster 2024-04-27T01:17:25.501742+0000 mgr.y (mgr.14427) 161 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:26.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:26 smithi042 bash[18488]: cluster 2024-04-27T01:17:25.501742+0000 mgr.y (mgr.14427) 161 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:26.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:26 smithi042 bash[23616]: cluster 2024-04-27T01:17:25.501742+0000 mgr.y (mgr.14427) 161 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:27.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:27 smithi046 bash[18464]: cluster 2024-04-27T01:17:27.502630+0000 mgr.y (mgr.14427) 162 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:27.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:27 smithi042 bash[18488]: cluster 2024-04-27T01:17:27.502630+0000 mgr.y (mgr.14427) 162 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:27.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:27 smithi042 bash[23616]: cluster 2024-04-27T01:17:27.502630+0000 mgr.y (mgr.14427) 162 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:29.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:29 smithi046 bash[18464]: cluster 2024-04-27T01:17:29.503508+0000 mgr.y (mgr.14427) 163 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:29.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:29 smithi042 bash[18488]: cluster 2024-04-27T01:17:29.503508+0000 mgr.y (mgr.14427) 163 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:29.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:29 smithi042 bash[23616]: cluster 2024-04-27T01:17:29.503508+0000 mgr.y (mgr.14427) 163 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:31.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:31 smithi046 bash[18464]: cluster 2024-04-27T01:17:31.505263+0000 mgr.y (mgr.14427) 164 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:31.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:31 smithi042 bash[18488]: cluster 2024-04-27T01:17:31.505263+0000 mgr.y (mgr.14427) 164 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:31.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:31 smithi042 bash[23616]: cluster 2024-04-27T01:17:31.505263+0000 mgr.y (mgr.14427) 164 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:33.932 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:17:33 smithi042 bash[42261]: level=error ts=2024-04-27T01:17:33.514Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.46:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.46 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2024-04-27T01:17:34.674 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:34 smithi046 bash[18464]: cluster 2024-04-27T01:17:33.506083+0000 mgr.y (mgr.14427) 165 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:34.675 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:17:34 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:17:34] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:17:34.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:34 smithi042 bash[18488]: cluster 2024-04-27T01:17:33.506083+0000 mgr.y (mgr.14427) 165 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:34.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:34 smithi042 bash[23616]: cluster 2024-04-27T01:17:33.506083+0000 mgr.y (mgr.14427) 165 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:35.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:35 smithi046 bash[18464]: audit 2024-04-27T01:17:33.670828+0000 mgr.y (mgr.14427) 166 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:17:35.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:35 smithi046 bash[18464]: audit 2024-04-27T01:17:34.856565+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:17:35.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:35 smithi046 bash[18464]: audit 2024-04-27T01:17:34.858911+0000 mon.b (mon.2) 111 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:17:35.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:35 smithi046 bash[18464]: audit 2024-04-27T01:17:35.168061+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:17:35.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:35 smithi042 bash[18488]: audit 2024-04-27T01:17:33.670828+0000 mgr.y (mgr.14427) 166 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:17:35.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:35 smithi042 bash[18488]: audit 2024-04-27T01:17:34.856565+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:17:35.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:35 smithi042 bash[18488]: audit 2024-04-27T01:17:34.858911+0000 mon.b (mon.2) 111 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:17:35.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:35 smithi042 bash[18488]: audit 2024-04-27T01:17:35.168061+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:17:35.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:35 smithi042 bash[23616]: audit 2024-04-27T01:17:33.670828+0000 mgr.y (mgr.14427) 166 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:17:35.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:35 smithi042 bash[23616]: audit 2024-04-27T01:17:34.856565+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:17:35.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:35 smithi042 bash[23616]: audit 2024-04-27T01:17:34.858911+0000 mon.b (mon.2) 111 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:17:35.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:35 smithi042 bash[23616]: audit 2024-04-27T01:17:35.168061+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:17:36.432 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:17:36 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:17:36] "GET /metrics HTTP/1.1" 200 214952 "" "Prometheus/2.33.4" 2024-04-27T01:17:36.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:36 smithi046 bash[18464]: cluster 2024-04-27T01:17:35.507986+0000 mgr.y (mgr.14427) 167 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:36.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:36 smithi042 bash[18488]: cluster 2024-04-27T01:17:35.507986+0000 mgr.y (mgr.14427) 167 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:36.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:36 smithi042 bash[23616]: cluster 2024-04-27T01:17:35.507986+0000 mgr.y (mgr.14427) 167 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:37.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:37 smithi046 bash[18464]: cluster 2024-04-27T01:17:37.508760+0000 mgr.y (mgr.14427) 168 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:37.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:37 smithi042 bash[18488]: cluster 2024-04-27T01:17:37.508760+0000 mgr.y (mgr.14427) 168 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:37.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:37 smithi042 bash[23616]: cluster 2024-04-27T01:17:37.508760+0000 mgr.y (mgr.14427) 168 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:39.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:39 smithi046 bash[18464]: cluster 2024-04-27T01:17:39.509499+0000 mgr.y (mgr.14427) 169 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:39.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:39 smithi042 bash[18488]: cluster 2024-04-27T01:17:39.509499+0000 mgr.y (mgr.14427) 169 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:39.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:39 smithi042 bash[23616]: cluster 2024-04-27T01:17:39.509499+0000 mgr.y (mgr.14427) 169 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:41.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:41 smithi046 bash[18464]: cluster 2024-04-27T01:17:41.511432+0000 mgr.y (mgr.14427) 170 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:41.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:41 smithi042 bash[18488]: cluster 2024-04-27T01:17:41.511432+0000 mgr.y (mgr.14427) 170 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:41.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:41 smithi042 bash[23616]: cluster 2024-04-27T01:17:41.511432+0000 mgr.y (mgr.14427) 170 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:44.674 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:44 smithi046 bash[18464]: cluster 2024-04-27T01:17:43.512201+0000 mgr.y (mgr.14427) 171 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:44.674 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:17:44 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:17:44] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:17:44.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:44 smithi042 bash[18488]: cluster 2024-04-27T01:17:43.512201+0000 mgr.y (mgr.14427) 171 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:44.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:44 smithi042 bash[23616]: cluster 2024-04-27T01:17:43.512201+0000 mgr.y (mgr.14427) 171 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:45.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:45 smithi046 bash[18464]: audit 2024-04-27T01:17:43.682243+0000 mgr.y (mgr.14427) 172 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:17:45.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:45 smithi042 bash[18488]: audit 2024-04-27T01:17:43.682243+0000 mgr.y (mgr.14427) 172 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:17:45.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:45 smithi042 bash[23616]: audit 2024-04-27T01:17:43.682243+0000 mgr.y (mgr.14427) 172 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:17:46.432 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:17:46 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:17:46] "GET /metrics HTTP/1.1" 200 214941 "" "Prometheus/2.33.4" 2024-04-27T01:17:47.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:47 smithi046 bash[18464]: cluster 2024-04-27T01:17:45.513887+0000 mgr.y (mgr.14427) 173 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:47.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:47 smithi042 bash[23616]: cluster 2024-04-27T01:17:45.513887+0000 mgr.y (mgr.14427) 173 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:47.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:47 smithi042 bash[18488]: cluster 2024-04-27T01:17:45.513887+0000 mgr.y (mgr.14427) 173 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:49.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:49 smithi046 bash[18464]: cluster 2024-04-27T01:17:47.514622+0000 mgr.y (mgr.14427) 174 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:49.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:49 smithi042 bash[18488]: cluster 2024-04-27T01:17:47.514622+0000 mgr.y (mgr.14427) 174 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:49.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:49 smithi042 bash[23616]: cluster 2024-04-27T01:17:47.514622+0000 mgr.y (mgr.14427) 174 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:51.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:51 smithi046 bash[18464]: cluster 2024-04-27T01:17:49.515293+0000 mgr.y (mgr.14427) 175 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:51.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:51 smithi042 bash[18488]: cluster 2024-04-27T01:17:49.515293+0000 mgr.y (mgr.14427) 175 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:51.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:51 smithi042 bash[23616]: cluster 2024-04-27T01:17:49.515293+0000 mgr.y (mgr.14427) 175 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:53.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:53 smithi046 bash[18464]: cluster 2024-04-27T01:17:51.517572+0000 mgr.y (mgr.14427) 176 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:53.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:53 smithi042 bash[18488]: cluster 2024-04-27T01:17:51.517572+0000 mgr.y (mgr.14427) 176 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:53.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:53 smithi042 bash[23616]: cluster 2024-04-27T01:17:51.517572+0000 mgr.y (mgr.14427) 176 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:54.674 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:17:54 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:17:54] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:17:55.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:55 smithi046 bash[18464]: cluster 2024-04-27T01:17:53.518363+0000 mgr.y (mgr.14427) 177 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:55.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:55 smithi046 bash[18464]: audit 2024-04-27T01:17:53.693554+0000 mgr.y (mgr.14427) 178 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:17:55.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:55 smithi042 bash[18488]: cluster 2024-04-27T01:17:53.518363+0000 mgr.y (mgr.14427) 177 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:55.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:55 smithi042 bash[18488]: audit 2024-04-27T01:17:53.693554+0000 mgr.y (mgr.14427) 178 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:17:55.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:55 smithi042 bash[23616]: cluster 2024-04-27T01:17:53.518363+0000 mgr.y (mgr.14427) 177 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:55.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:55 smithi042 bash[23616]: audit 2024-04-27T01:17:53.693554+0000 mgr.y (mgr.14427) 178 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:17:56.432 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:17:56 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:17:56] "GET /metrics HTTP/1.1" 200 214941 "" "Prometheus/2.33.4" 2024-04-27T01:17:57.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:57 smithi046 bash[18464]: cluster 2024-04-27T01:17:55.520028+0000 mgr.y (mgr.14427) 179 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:57.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:57 smithi042 bash[18488]: cluster 2024-04-27T01:17:55.520028+0000 mgr.y (mgr.14427) 179 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:57.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:57 smithi042 bash[23616]: cluster 2024-04-27T01:17:55.520028+0000 mgr.y (mgr.14427) 179 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:17:59.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:17:59 smithi046 bash[18464]: cluster 2024-04-27T01:17:57.520738+0000 mgr.y (mgr.14427) 180 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:59.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:17:59 smithi042 bash[18488]: cluster 2024-04-27T01:17:57.520738+0000 mgr.y (mgr.14427) 180 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:17:59.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:17:59 smithi042 bash[23616]: cluster 2024-04-27T01:17:57.520738+0000 mgr.y (mgr.14427) 180 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:00.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:00 smithi046 bash[18464]: audit 2024-04-27T01:17:59.584333+0000 mon.b (mon.2) 112 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:18:00.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:00 smithi046 bash[18464]: audit 2024-04-27T01:17:59.584933+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:18:00.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:00 smithi046 bash[18464]: audit 2024-04-27T01:17:59.589743+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:18:00.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:00 smithi046 bash[18464]: audit 2024-04-27T01:17:59.590291+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:18:00.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:00 smithi042 bash[18488]: audit 2024-04-27T01:17:59.584333+0000 mon.b (mon.2) 112 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:18:00.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:00 smithi042 bash[18488]: audit 2024-04-27T01:17:59.584933+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:18:00.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:00 smithi042 bash[18488]: audit 2024-04-27T01:17:59.589743+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:18:00.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:00 smithi042 bash[18488]: audit 2024-04-27T01:17:59.590291+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:18:00.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:00 smithi042 bash[23616]: audit 2024-04-27T01:17:59.584333+0000 mon.b (mon.2) 112 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:18:00.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:00 smithi042 bash[23616]: audit 2024-04-27T01:17:59.584933+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:18:00.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:00 smithi042 bash[23616]: audit 2024-04-27T01:17:59.589743+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:18:00.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:00 smithi042 bash[23616]: audit 2024-04-27T01:17:59.590291+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:18:01.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:01 smithi046 bash[18464]: cluster 2024-04-27T01:17:59.521580+0000 mgr.y (mgr.14427) 181 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:01.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:01 smithi042 bash[18488]: cluster 2024-04-27T01:17:59.521580+0000 mgr.y (mgr.14427) 181 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:01.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:01 smithi042 bash[23616]: cluster 2024-04-27T01:17:59.521580+0000 mgr.y (mgr.14427) 181 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:03.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:03 smithi046 bash[18464]: cluster 2024-04-27T01:18:01.523334+0000 mgr.y (mgr.14427) 182 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:03.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:03 smithi042 bash[18488]: cluster 2024-04-27T01:18:01.523334+0000 mgr.y (mgr.14427) 182 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:03.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:03 smithi042 bash[23616]: cluster 2024-04-27T01:18:01.523334+0000 mgr.y (mgr.14427) 182 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:04.673 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:18:04 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:18:04] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:18:05.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:05 smithi046 bash[18464]: cluster 2024-04-27T01:18:03.524043+0000 mgr.y (mgr.14427) 183 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:05.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:05 smithi046 bash[18464]: audit 2024-04-27T01:18:03.704890+0000 mgr.y (mgr.14427) 184 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:18:05.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:05 smithi042 bash[18488]: cluster 2024-04-27T01:18:03.524043+0000 mgr.y (mgr.14427) 183 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:05.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:05 smithi042 bash[18488]: audit 2024-04-27T01:18:03.704890+0000 mgr.y (mgr.14427) 184 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:18:05.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:05 smithi042 bash[23616]: cluster 2024-04-27T01:18:03.524043+0000 mgr.y (mgr.14427) 183 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:05.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:05 smithi042 bash[23616]: audit 2024-04-27T01:18:03.704890+0000 mgr.y (mgr.14427) 184 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:18:06.432 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:18:06 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:18:06] "GET /metrics HTTP/1.1" 200 214947 "" "Prometheus/2.33.4" 2024-04-27T01:18:06.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:06 smithi046 bash[18464]: cluster 2024-04-27T01:18:05.525711+0000 mgr.y (mgr.14427) 185 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:06.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:06 smithi042 bash[18488]: cluster 2024-04-27T01:18:05.525711+0000 mgr.y (mgr.14427) 185 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:06.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:06 smithi042 bash[23616]: cluster 2024-04-27T01:18:05.525711+0000 mgr.y (mgr.14427) 185 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:09.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:09 smithi046 bash[18464]: cluster 2024-04-27T01:18:07.526480+0000 mgr.y (mgr.14427) 186 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:09.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:09 smithi042 bash[18488]: cluster 2024-04-27T01:18:07.526480+0000 mgr.y (mgr.14427) 186 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:09.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:09 smithi042 bash[23616]: cluster 2024-04-27T01:18:07.526480+0000 mgr.y (mgr.14427) 186 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:11.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:11 smithi046 bash[18464]: cluster 2024-04-27T01:18:09.527283+0000 mgr.y (mgr.14427) 187 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:11.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:11 smithi042 bash[18488]: cluster 2024-04-27T01:18:09.527283+0000 mgr.y (mgr.14427) 187 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:11.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:11 smithi042 bash[23616]: cluster 2024-04-27T01:18:09.527283+0000 mgr.y (mgr.14427) 187 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:13.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:13 smithi046 bash[18464]: cluster 2024-04-27T01:18:11.529020+0000 mgr.y (mgr.14427) 188 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:13.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:13 smithi042 bash[18488]: cluster 2024-04-27T01:18:11.529020+0000 mgr.y (mgr.14427) 188 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:13.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:13 smithi042 bash[23616]: cluster 2024-04-27T01:18:11.529020+0000 mgr.y (mgr.14427) 188 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:14.674 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:18:14 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:18:14] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:18:15.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:15 smithi046 bash[18464]: cluster 2024-04-27T01:18:13.529758+0000 mgr.y (mgr.14427) 189 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:15.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:15 smithi046 bash[18464]: audit 2024-04-27T01:18:13.714791+0000 mgr.y (mgr.14427) 190 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:18:15.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:15 smithi042 bash[18488]: cluster 2024-04-27T01:18:13.529758+0000 mgr.y (mgr.14427) 189 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:15.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:15 smithi042 bash[18488]: audit 2024-04-27T01:18:13.714791+0000 mgr.y (mgr.14427) 190 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:18:15.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:15 smithi042 bash[23616]: cluster 2024-04-27T01:18:13.529758+0000 mgr.y (mgr.14427) 189 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:15.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:15 smithi042 bash[23616]: audit 2024-04-27T01:18:13.714791+0000 mgr.y (mgr.14427) 190 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:18:16.432 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:18:16 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:18:16] "GET /metrics HTTP/1.1" 200 214962 "" "Prometheus/2.33.4" 2024-04-27T01:18:17.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:17 smithi046 bash[18464]: cluster 2024-04-27T01:18:15.531653+0000 mgr.y (mgr.14427) 191 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:17.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:17 smithi042 bash[18488]: cluster 2024-04-27T01:18:15.531653+0000 mgr.y (mgr.14427) 191 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:17.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:17 smithi042 bash[23616]: cluster 2024-04-27T01:18:15.531653+0000 mgr.y (mgr.14427) 191 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:19.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:19 smithi046 bash[18464]: cluster 2024-04-27T01:18:17.532411+0000 mgr.y (mgr.14427) 192 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:19.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:19 smithi042 bash[18488]: cluster 2024-04-27T01:18:17.532411+0000 mgr.y (mgr.14427) 192 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:19.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:19 smithi042 bash[23616]: cluster 2024-04-27T01:18:17.532411+0000 mgr.y (mgr.14427) 192 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:21.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:21 smithi046 bash[18464]: cluster 2024-04-27T01:18:19.533128+0000 mgr.y (mgr.14427) 193 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:21.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:21 smithi042 bash[18488]: cluster 2024-04-27T01:18:19.533128+0000 mgr.y (mgr.14427) 193 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:21.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:21 smithi042 bash[23616]: cluster 2024-04-27T01:18:19.533128+0000 mgr.y (mgr.14427) 193 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:23.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:23 smithi046 bash[18464]: cluster 2024-04-27T01:18:21.534871+0000 mgr.y (mgr.14427) 194 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:23.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:23 smithi042 bash[18488]: cluster 2024-04-27T01:18:21.534871+0000 mgr.y (mgr.14427) 194 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:23.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:23 smithi042 bash[23616]: cluster 2024-04-27T01:18:21.534871+0000 mgr.y (mgr.14427) 194 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:24.673 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:18:24 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:18:24] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:18:25.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:25 smithi046 bash[18464]: cluster 2024-04-27T01:18:23.535595+0000 mgr.y (mgr.14427) 195 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:25.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:25 smithi046 bash[18464]: audit 2024-04-27T01:18:23.722758+0000 mgr.y (mgr.14427) 196 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:18:25.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:25 smithi042 bash[18488]: cluster 2024-04-27T01:18:23.535595+0000 mgr.y (mgr.14427) 195 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:25.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:25 smithi042 bash[18488]: audit 2024-04-27T01:18:23.722758+0000 mgr.y (mgr.14427) 196 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:18:25.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:25 smithi042 bash[23616]: cluster 2024-04-27T01:18:23.535595+0000 mgr.y (mgr.14427) 195 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:25.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:25 smithi042 bash[23616]: audit 2024-04-27T01:18:23.722758+0000 mgr.y (mgr.14427) 196 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:18:26.432 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:18:26 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:18:26] "GET /metrics HTTP/1.1" 200 214962 "" "Prometheus/2.33.4" 2024-04-27T01:18:27.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:27 smithi046 bash[18464]: cluster 2024-04-27T01:18:25.537365+0000 mgr.y (mgr.14427) 197 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:27.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:27 smithi042 bash[18488]: cluster 2024-04-27T01:18:25.537365+0000 mgr.y (mgr.14427) 197 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:27.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:27 smithi042 bash[23616]: cluster 2024-04-27T01:18:25.537365+0000 mgr.y (mgr.14427) 197 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:29.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:29 smithi046 bash[18464]: cluster 2024-04-27T01:18:27.538108+0000 mgr.y (mgr.14427) 198 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:29.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:29 smithi042 bash[18488]: cluster 2024-04-27T01:18:27.538108+0000 mgr.y (mgr.14427) 198 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:29.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:29 smithi042 bash[23616]: cluster 2024-04-27T01:18:27.538108+0000 mgr.y (mgr.14427) 198 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:31.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:31 smithi046 bash[18464]: cluster 2024-04-27T01:18:29.538804+0000 mgr.y (mgr.14427) 199 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:31.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:31 smithi042 bash[18488]: cluster 2024-04-27T01:18:29.538804+0000 mgr.y (mgr.14427) 199 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:31.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:31 smithi042 bash[23616]: cluster 2024-04-27T01:18:29.538804+0000 mgr.y (mgr.14427) 199 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:33.721 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:33 smithi042 bash[18488]: cluster 2024-04-27T01:18:31.540515+0000 mgr.y (mgr.14427) 200 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:33.721 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:33 smithi042 bash[23616]: cluster 2024-04-27T01:18:31.540515+0000 mgr.y (mgr.14427) 200 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:33.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:33 smithi046 bash[18464]: cluster 2024-04-27T01:18:31.540515+0000 mgr.y (mgr.14427) 200 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:34.108 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-04-27T01:18:34.673 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:18:34 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:18:34] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:18:35.671 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:35 smithi042 bash[23616]: cluster 2024-04-27T01:18:33.541071+0000 mgr.y (mgr.14427) 201 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:35.671 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:35 smithi042 bash[23616]: audit 2024-04-27T01:18:33.734119+0000 mgr.y (mgr.14427) 202 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:18:35.671 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:35 smithi042 bash[23616]: audit 2024-04-27T01:18:35.177112+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:18:35.671 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:35 smithi042 bash[23616]: audit 2024-04-27T01:18:35.178948+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:18:35.671 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:35 smithi042 bash[23616]: audit 2024-04-27T01:18:35.422858+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:18:35.671 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:35 smithi042 bash[23616]: audit 2024-04-27T01:18:35.437093+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:18:35.672 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:35 smithi042 bash[18488]: cluster 2024-04-27T01:18:33.541071+0000 mgr.y (mgr.14427) 201 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:35.672 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:35 smithi042 bash[18488]: audit 2024-04-27T01:18:33.734119+0000 mgr.y (mgr.14427) 202 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:18:35.672 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:35 smithi042 bash[18488]: audit 2024-04-27T01:18:35.177112+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:18:35.672 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:35 smithi042 bash[18488]: audit 2024-04-27T01:18:35.178948+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:18:35.672 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:35 smithi042 bash[18488]: audit 2024-04-27T01:18:35.422858+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:18:35.672 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:35 smithi042 bash[18488]: audit 2024-04-27T01:18:35.437093+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:18:35.689 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:35 smithi046 bash[18464]: cluster 2024-04-27T01:18:33.541071+0000 mgr.y (mgr.14427) 201 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:35.689 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:35 smithi046 bash[18464]: audit 2024-04-27T01:18:33.734119+0000 mgr.y (mgr.14427) 202 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:18:35.690 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:35 smithi046 bash[18464]: audit 2024-04-27T01:18:35.177112+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:18:35.690 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:35 smithi046 bash[18464]: audit 2024-04-27T01:18:35.178948+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:18:35.690 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:35 smithi046 bash[18464]: audit 2024-04-27T01:18:35.422858+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:18:35.690 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:35 smithi046 bash[18464]: audit 2024-04-27T01:18:35.437093+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:18:36.432 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:18:36 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:18:36] "GET /metrics HTTP/1.1" 200 214965 "" "Prometheus/2.33.4" 2024-04-27T01:18:36.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:36 smithi042 bash[18488]: cluster 2024-04-27T01:18:35.541914+0000 mgr.y (mgr.14427) 203 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:36.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:36 smithi042 bash[18488]: audit 2024-04-27T01:18:35.711956+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:18:36.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:36 smithi042 bash[23616]: cluster 2024-04-27T01:18:35.541914+0000 mgr.y (mgr.14427) 203 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:36.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:36 smithi042 bash[23616]: audit 2024-04-27T01:18:35.711956+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:18:37.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:36 smithi046 bash[18464]: cluster 2024-04-27T01:18:35.541914+0000 mgr.y (mgr.14427) 203 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:37.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:36 smithi046 bash[18464]: audit 2024-04-27T01:18:35.711956+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:18:37.467 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-04-27T01:18:39.729 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:39 smithi042 bash[18488]: cluster 2024-04-27T01:18:37.542581+0000 mgr.y (mgr.14427) 204 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:39.729 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:39 smithi042 bash[23616]: cluster 2024-04-27T01:18:37.542581+0000 mgr.y (mgr.14427) 204 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:39.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:39 smithi046 bash[18464]: cluster 2024-04-27T01:18:37.542581+0000 mgr.y (mgr.14427) 204 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:40.738 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'ceph config set global log_to_journald false --force' 2024-04-27T01:18:41.737 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:41 smithi042 bash[18488]: cluster 2024-04-27T01:18:39.543374+0000 mgr.y (mgr.14427) 205 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:41.737 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:41 smithi042 bash[23616]: cluster 2024-04-27T01:18:39.543374+0000 mgr.y (mgr.14427) 205 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:41.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:41 smithi046 bash[18464]: cluster 2024-04-27T01:18:39.543374+0000 mgr.y (mgr.14427) 205 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:43.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:43 smithi042 bash[18488]: cluster 2024-04-27T01:18:41.545061+0000 mgr.y (mgr.14427) 206 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:43.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:43 smithi042 bash[23616]: cluster 2024-04-27T01:18:41.545061+0000 mgr.y (mgr.14427) 206 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:43.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:43 smithi046 bash[18464]: cluster 2024-04-27T01:18:41.545061+0000 mgr.y (mgr.14427) 206 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:43.967 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-04-27T01:18:44.673 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:18:44 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:18:44] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:18:45.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:45 smithi046 bash[18464]: cluster 2024-04-27T01:18:43.545693+0000 mgr.y (mgr.14427) 207 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:45.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:45 smithi046 bash[18464]: audit 2024-04-27T01:18:43.745388+0000 mgr.y (mgr.14427) 208 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:18:45.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:45 smithi042 bash[18488]: cluster 2024-04-27T01:18:43.545693+0000 mgr.y (mgr.14427) 207 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:45.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:45 smithi042 bash[18488]: audit 2024-04-27T01:18:43.745388+0000 mgr.y (mgr.14427) 208 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:18:45.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:45 smithi042 bash[23616]: cluster 2024-04-27T01:18:43.545693+0000 mgr.y (mgr.14427) 207 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:45.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:45 smithi042 bash[23616]: audit 2024-04-27T01:18:43.745388+0000 mgr.y (mgr.14427) 208 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:18:46.422 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:18:46 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:18:46] "GET /metrics HTTP/1.1" 200 214938 "" "Prometheus/2.33.4" 2024-04-27T01:18:46.774 INFO:teuthology.orchestra.run.smithi042.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T01:18:47.538 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-27T01:18:47.548 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi042.front.sepia.ceph.com 2024-04-27T01:18:47.548 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done' 2024-04-27T01:18:47.750 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:47 smithi042 bash[18488]: cluster 2024-04-27T01:18:45.547436+0000 mgr.y (mgr.14427) 209 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:47.750 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:47 smithi042 bash[18488]: audit 2024-04-27T01:18:46.786794+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:18:47.750 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:47 smithi042 bash[18488]: audit 2024-04-27T01:18:46.813851+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:18:47.750 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:47 smithi042 bash[18488]: audit 2024-04-27T01:18:46.815595+0000 mon.b (mon.2) 117 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:18:47.750 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:47 smithi042 bash[18488]: audit 2024-04-27T01:18:46.821833+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:18:47.751 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:47 smithi042 bash[23616]: cluster 2024-04-27T01:18:45.547436+0000 mgr.y (mgr.14427) 209 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:47.751 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:47 smithi042 bash[23616]: audit 2024-04-27T01:18:46.786794+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:18:47.751 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:47 smithi042 bash[23616]: audit 2024-04-27T01:18:46.813851+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:18:47.751 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:47 smithi042 bash[23616]: audit 2024-04-27T01:18:46.815595+0000 mon.b (mon.2) 117 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:18:47.751 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:47 smithi042 bash[23616]: audit 2024-04-27T01:18:46.821833+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:18:47.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:47 smithi046 bash[18464]: cluster 2024-04-27T01:18:45.547436+0000 mgr.y (mgr.14427) 209 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:47.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:47 smithi046 bash[18464]: audit 2024-04-27T01:18:46.786794+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:18:47.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:47 smithi046 bash[18464]: audit 2024-04-27T01:18:46.813851+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:18:47.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:47 smithi046 bash[18464]: audit 2024-04-27T01:18:46.815595+0000 mon.b (mon.2) 117 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:18:47.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:47 smithi046 bash[18464]: audit 2024-04-27T01:18:46.821833+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:18:48.775 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:48 smithi042 bash[18488]: audit 2024-04-27T01:18:46.778958+0000 mgr.y (mgr.14427) 210 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:18:48.775 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:48 smithi042 bash[18488]: cephadm 2024-04-27T01:18:46.779827+0000 mgr.y (mgr.14427) 211 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T01:18:48.775 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:48 smithi042 bash[18488]: cephadm 2024-04-27T01:18:46.830082+0000 mgr.y (mgr.14427) 212 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T01:18:48.775 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:48 smithi042 bash[23616]: audit 2024-04-27T01:18:46.778958+0000 mgr.y (mgr.14427) 210 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:18:48.775 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:48 smithi042 bash[23616]: cephadm 2024-04-27T01:18:46.779827+0000 mgr.y (mgr.14427) 211 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T01:18:48.775 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:48 smithi042 bash[23616]: cephadm 2024-04-27T01:18:46.830082+0000 mgr.y (mgr.14427) 212 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T01:18:48.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:48 smithi046 bash[18464]: audit 2024-04-27T01:18:46.778958+0000 mgr.y (mgr.14427) 210 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:18:48.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:48 smithi046 bash[18464]: cephadm 2024-04-27T01:18:46.779827+0000 mgr.y (mgr.14427) 211 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T01:18:48.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:48 smithi046 bash[18464]: cephadm 2024-04-27T01:18:46.830082+0000 mgr.y (mgr.14427) 212 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T01:18:49.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:49 smithi046 bash[18464]: cluster 2024-04-27T01:18:47.547928+0000 mgr.y (mgr.14427) 213 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:49.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:49 smithi042 bash[18488]: cluster 2024-04-27T01:18:47.547928+0000 mgr.y (mgr.14427) 213 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:49.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:49 smithi042 bash[23616]: cluster 2024-04-27T01:18:47.547928+0000 mgr.y (mgr.14427) 213 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:51.404 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:18:51.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:51 smithi046 bash[18464]: cluster 2024-04-27T01:18:49.548349+0000 mgr.y (mgr.14427) 214 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:51.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:51 smithi042 bash[18488]: cluster 2024-04-27T01:18:49.548349+0000 mgr.y (mgr.14427) 214 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:51.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:51 smithi042 bash[23616]: cluster 2024-04-27T01:18:49.548349+0000 mgr.y (mgr.14427) 214 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:52.199 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:18:52.199 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (3m) 2m ago 4m 12.8M - ba2b418f427c efe9ae5e411f 2024-04-27T01:18:52.199 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 running (3m) 2m ago 3m 42.0M - 8.3.5 dad864ee21e9 05cfa63558af 2024-04-27T01:18:52.199 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 running (2m) 2m ago 2m - - 3.5 e1d6a67b021e cc829713dbf6 2024-04-27T01:18:52.199 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443 running (9m) 2m ago 9m 399M - 17.2.0 e1d6a67b021e a071abf899be 2024-04-27T01:18:52.199 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:9283 running (11m) 2m ago 11m 444M - 17.2.0 e1d6a67b021e a6731f42c680 2024-04-27T01:18:52.199 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (11m) 2m ago 11m 46.6M 2048M 17.2.0 e1d6a67b021e c3de2f32752a 2024-04-27T01:18:52.199 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (9m) 2m ago 9m 38.3M 2048M 17.2.0 e1d6a67b021e 370efec7cf8d 2024-04-27T01:18:52.199 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (10m) 2m ago 10m 36.7M 2048M 17.2.0 e1d6a67b021e cd53a35f7399 2024-04-27T01:18:52.199 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (4m) 2m ago 4m 9192k - 1dbe0e931976 040ea3f6c3bc 2024-04-27T01:18:52.199 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (4m) 2m ago 4m 9579k - 1dbe0e931976 354480737d9f 2024-04-27T01:18:52.199 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (9m) 2m ago 9m 53.6M 4061M 17.2.0 e1d6a67b021e 5a88875a607d 2024-04-27T01:18:52.199 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (8m) 2m ago 8m 54.5M 4061M 17.2.0 e1d6a67b021e 60ae6a8ced36 2024-04-27T01:18:52.200 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (8m) 2m ago 8m 47.9M 4061M 17.2.0 e1d6a67b021e 1694c06983a4 2024-04-27T01:18:52.200 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (7m) 2m ago 7m 50.7M 4061M 17.2.0 e1d6a67b021e 523b1c99e778 2024-04-27T01:18:52.200 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (7m) 2m ago 7m 52.5M 4317M 17.2.0 e1d6a67b021e 8f9eeee1f917 2024-04-27T01:18:52.200 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (6m) 2m ago 6m 46.8M 4317M 17.2.0 e1d6a67b021e 5c17501020a3 2024-04-27T01:18:52.200 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (5m) 2m ago 5m 47.2M 4317M 17.2.0 e1d6a67b021e 87a6f4ccf8a6 2024-04-27T01:18:52.200 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (5m) 2m ago 5m 49.9M 4317M 17.2.0 e1d6a67b021e 05ee6dbaf5ff 2024-04-27T01:18:52.200 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 running (3m) 2m ago 4m 43.9M - 514e6a882f6e 16ec0fdc8e2e 2024-04-27T01:18:52.200 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (2m) 2m ago 2m 82.6M - 17.2.0 e1d6a67b021e 4022285478bf 2024-04-27T01:18:52.200 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (2m) 2m ago 2m 82.1M - 17.2.0 e1d6a67b021e aab619238956 2024-04-27T01:18:52.200 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (2m) 2m ago 2m 82.8M - 17.2.0 e1d6a67b021e 654b864f6909 2024-04-27T01:18:52.200 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (2m) 2m ago 2m 82.1M - 17.2.0 e1d6a67b021e b896e3222d12 2024-04-27T01:18:52.721 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:18:52.721 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:18:52.721 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-04-27T01:18:52.721 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:18:52.721 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:18:52.721 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-04-27T01:18:52.721 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:18:52.721 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:18:52.721 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-04-27T01:18:52.721 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:18:52.722 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": {}, 2024-04-27T01:18:52.722 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:18:52.722 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-04-27T01:18:52.722 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:18:52.722 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:18:52.722 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2024-04-27T01:18:52.722 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:18:52.722 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:18:52.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:52 smithi046 bash[18464]: audit 2024-04-27T01:18:51.404553+0000 mgr.y (mgr.14427) 215 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:18:52.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:52 smithi042 bash[18488]: audit 2024-04-27T01:18:51.404553+0000 mgr.y (mgr.14427) 215 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:18:52.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:52 smithi042 bash[23616]: audit 2024-04-27T01:18:51.404553+0000 mgr.y (mgr.14427) 215 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:18:53.136 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:18:53.136 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", 2024-04-27T01:18:53.136 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2024-04-27T01:18:53.136 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2024-04-27T01:18:53.136 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "", 2024-04-27T01:18:53.136 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a image" 2024-04-27T01:18:53.136 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:18:53.638 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2024-04-27T01:18:53.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:53 smithi046 bash[18464]: cluster 2024-04-27T01:18:51.549094+0000 mgr.y (mgr.14427) 216 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:53.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:53 smithi046 bash[18464]: audit 2024-04-27T01:18:51.808519+0000 mgr.y (mgr.14427) 217 : audit [DBG] from='client.24907 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:18:53.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:53 smithi046 bash[18464]: audit 2024-04-27T01:18:52.195355+0000 mgr.y (mgr.14427) 218 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:18:53.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:53 smithi046 bash[18464]: audit 2024-04-27T01:18:52.734886+0000 mon.a (mon.0) 811 : audit [DBG] from='client.? 172.21.15.42:0/1208623611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:18:53.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:53 smithi042 bash[18488]: cluster 2024-04-27T01:18:51.549094+0000 mgr.y (mgr.14427) 216 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:53.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:53 smithi042 bash[18488]: audit 2024-04-27T01:18:51.808519+0000 mgr.y (mgr.14427) 217 : audit [DBG] from='client.24907 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:18:53.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:53 smithi042 bash[18488]: audit 2024-04-27T01:18:52.195355+0000 mgr.y (mgr.14427) 218 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:18:53.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:53 smithi042 bash[18488]: audit 2024-04-27T01:18:52.734886+0000 mon.a (mon.0) 811 : audit [DBG] from='client.? 172.21.15.42:0/1208623611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:18:53.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:53 smithi042 bash[23616]: cluster 2024-04-27T01:18:51.549094+0000 mgr.y (mgr.14427) 216 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:53.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:53 smithi042 bash[23616]: audit 2024-04-27T01:18:51.808519+0000 mgr.y (mgr.14427) 217 : audit [DBG] from='client.24907 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:18:53.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:53 smithi042 bash[23616]: audit 2024-04-27T01:18:52.195355+0000 mgr.y (mgr.14427) 218 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:18:53.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:53 smithi042 bash[23616]: audit 2024-04-27T01:18:52.734886+0000 mon.a (mon.0) 811 : audit [DBG] from='client.? 172.21.15.42:0/1208623611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:18:54.673 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:18:54 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:18:54] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:18:54.674 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:54 smithi046 bash[18464]: audit 2024-04-27T01:18:53.149818+0000 mgr.y (mgr.14427) 219 : audit [DBG] from='client.24925 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:18:54.674 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:54 smithi046 bash[18464]: audit 2024-04-27T01:18:53.652395+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.42:0/2992863719' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:18:54.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:54 smithi042 bash[18488]: audit 2024-04-27T01:18:53.149818+0000 mgr.y (mgr.14427) 219 : audit [DBG] from='client.24925 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:18:54.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:54 smithi042 bash[18488]: audit 2024-04-27T01:18:53.652395+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.42:0/2992863719' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:18:54.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:54 smithi042 bash[23616]: audit 2024-04-27T01:18:53.149818+0000 mgr.y (mgr.14427) 219 : audit [DBG] from='client.24925 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:18:54.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:54 smithi042 bash[23616]: audit 2024-04-27T01:18:53.652395+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.42:0/2992863719' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:18:55.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:55 smithi046 bash[18464]: cluster 2024-04-27T01:18:53.549468+0000 mgr.y (mgr.14427) 220 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:55.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:55 smithi046 bash[18464]: audit 2024-04-27T01:18:53.754451+0000 mgr.y (mgr.14427) 221 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:18:55.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:55 smithi042 bash[23616]: cluster 2024-04-27T01:18:53.549468+0000 mgr.y (mgr.14427) 220 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:55.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:55 smithi042 bash[23616]: audit 2024-04-27T01:18:53.754451+0000 mgr.y (mgr.14427) 221 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:18:55.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:55 smithi042 bash[18488]: cluster 2024-04-27T01:18:53.549468+0000 mgr.y (mgr.14427) 220 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:55.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:55 smithi042 bash[18488]: audit 2024-04-27T01:18:53.754451+0000 mgr.y (mgr.14427) 221 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:18:56.432 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:18:56 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:18:56] "GET /metrics HTTP/1.1" 200 214938 "" "Prometheus/2.33.4" 2024-04-27T01:18:57.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:57 smithi046 bash[18464]: cluster 2024-04-27T01:18:55.551261+0000 mgr.y (mgr.14427) 222 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:57.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:57 smithi042 bash[18488]: cluster 2024-04-27T01:18:55.551261+0000 mgr.y (mgr.14427) 222 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:57.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:57 smithi042 bash[23616]: cluster 2024-04-27T01:18:55.551261+0000 mgr.y (mgr.14427) 222 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:18:59.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:18:59 smithi046 bash[18464]: cluster 2024-04-27T01:18:57.552080+0000 mgr.y (mgr.14427) 223 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:59.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:18:59 smithi042 bash[18488]: cluster 2024-04-27T01:18:57.552080+0000 mgr.y (mgr.14427) 223 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:18:59.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:18:59 smithi042 bash[23616]: cluster 2024-04-27T01:18:57.552080+0000 mgr.y (mgr.14427) 223 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:00.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:00 smithi046 bash[18464]: audit 2024-04-27T01:18:59.597595+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:19:00.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:00 smithi046 bash[18464]: audit 2024-04-27T01:18:59.598038+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:19:00.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:00 smithi046 bash[18464]: audit 2024-04-27T01:18:59.618234+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:19:00.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:00 smithi046 bash[18464]: audit 2024-04-27T01:18:59.618634+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:19:00.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:00 smithi042 bash[18488]: audit 2024-04-27T01:18:59.597595+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:19:00.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:00 smithi042 bash[18488]: audit 2024-04-27T01:18:59.598038+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:19:00.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:00 smithi042 bash[18488]: audit 2024-04-27T01:18:59.618234+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:19:00.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:00 smithi042 bash[18488]: audit 2024-04-27T01:18:59.618634+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:19:00.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:00 smithi042 bash[23616]: audit 2024-04-27T01:18:59.597595+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:19:00.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:00 smithi042 bash[23616]: audit 2024-04-27T01:18:59.598038+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:19:00.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:00 smithi042 bash[23616]: audit 2024-04-27T01:18:59.618234+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:19:00.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:00 smithi042 bash[23616]: audit 2024-04-27T01:18:59.618634+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:19:01.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:01 smithi046 bash[18464]: cluster 2024-04-27T01:18:59.552869+0000 mgr.y (mgr.14427) 224 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:01.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:01 smithi042 bash[18488]: cluster 2024-04-27T01:18:59.552869+0000 mgr.y (mgr.14427) 224 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:01.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:01 smithi042 bash[23616]: cluster 2024-04-27T01:18:59.552869+0000 mgr.y (mgr.14427) 224 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:03.749 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:03 smithi042 bash[18488]: cluster 2024-04-27T01:19:01.554747+0000 mgr.y (mgr.14427) 225 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:03.750 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:03 smithi042 bash[23616]: cluster 2024-04-27T01:19:01.554747+0000 mgr.y (mgr.14427) 225 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:03.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:03 smithi046 bash[18464]: cluster 2024-04-27T01:19:01.554747+0000 mgr.y (mgr.14427) 225 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:04.673 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:19:04 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:19:04] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:19:05.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:05 smithi046 bash[18464]: cluster 2024-04-27T01:19:03.555503+0000 mgr.y (mgr.14427) 226 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:05.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:05 smithi046 bash[18464]: audit 2024-04-27T01:19:03.762659+0000 mgr.y (mgr.14427) 227 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:19:05.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:05 smithi042 bash[23616]: cluster 2024-04-27T01:19:03.555503+0000 mgr.y (mgr.14427) 226 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:05.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:05 smithi042 bash[23616]: audit 2024-04-27T01:19:03.762659+0000 mgr.y (mgr.14427) 227 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:19:05.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:05 smithi042 bash[18488]: cluster 2024-04-27T01:19:03.555503+0000 mgr.y (mgr.14427) 226 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:05.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:05 smithi042 bash[18488]: audit 2024-04-27T01:19:03.762659+0000 mgr.y (mgr.14427) 227 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:19:06.432 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:19:06 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:19:06] "GET /metrics HTTP/1.1" 200 214929 "" "Prometheus/2.33.4" 2024-04-27T01:19:07.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:07 smithi046 bash[18464]: cluster 2024-04-27T01:19:05.557234+0000 mgr.y (mgr.14427) 228 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:07.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:07 smithi042 bash[18488]: cluster 2024-04-27T01:19:05.557234+0000 mgr.y (mgr.14427) 228 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:07.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:07 smithi042 bash[23616]: cluster 2024-04-27T01:19:05.557234+0000 mgr.y (mgr.14427) 228 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:09.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:09 smithi046 bash[18464]: cluster 2024-04-27T01:19:07.557716+0000 mgr.y (mgr.14427) 229 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:09.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:09 smithi042 bash[18488]: cluster 2024-04-27T01:19:07.557716+0000 mgr.y (mgr.14427) 229 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:09.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:09 smithi042 bash[23616]: cluster 2024-04-27T01:19:07.557716+0000 mgr.y (mgr.14427) 229 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:11.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:11 smithi046 bash[18464]: cluster 2024-04-27T01:19:09.558092+0000 mgr.y (mgr.14427) 230 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:11.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:11 smithi042 bash[18488]: cluster 2024-04-27T01:19:09.558092+0000 mgr.y (mgr.14427) 230 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:11.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:11 smithi042 bash[23616]: cluster 2024-04-27T01:19:09.558092+0000 mgr.y (mgr.14427) 230 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:13.756 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:13 smithi042 bash[18488]: cluster 2024-04-27T01:19:11.558894+0000 mgr.y (mgr.14427) 231 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:13.757 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:13 smithi042 bash[23616]: cluster 2024-04-27T01:19:11.558894+0000 mgr.y (mgr.14427) 231 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:13.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:13 smithi046 bash[18464]: cluster 2024-04-27T01:19:11.558894+0000 mgr.y (mgr.14427) 231 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:14.673 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:19:14 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:19:14] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:19:15.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:15 smithi046 bash[18464]: cluster 2024-04-27T01:19:13.559268+0000 mgr.y (mgr.14427) 232 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:15.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:15 smithi046 bash[18464]: audit 2024-04-27T01:19:13.770427+0000 mgr.y (mgr.14427) 233 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:19:15.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:15 smithi042 bash[18488]: cluster 2024-04-27T01:19:13.559268+0000 mgr.y (mgr.14427) 232 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:15.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:15 smithi042 bash[18488]: audit 2024-04-27T01:19:13.770427+0000 mgr.y (mgr.14427) 233 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:19:15.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:15 smithi042 bash[23616]: cluster 2024-04-27T01:19:13.559268+0000 mgr.y (mgr.14427) 232 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:15.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:15 smithi042 bash[23616]: audit 2024-04-27T01:19:13.770427+0000 mgr.y (mgr.14427) 233 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:19:16.432 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:19:16 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:19:16] "GET /metrics HTTP/1.1" 200 214896 "" "Prometheus/2.33.4" 2024-04-27T01:19:17.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:17 smithi046 bash[18464]: cluster 2024-04-27T01:19:15.560895+0000 mgr.y (mgr.14427) 234 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:17.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:17 smithi042 bash[18488]: cluster 2024-04-27T01:19:15.560895+0000 mgr.y (mgr.14427) 234 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:17.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:17 smithi042 bash[23616]: cluster 2024-04-27T01:19:15.560895+0000 mgr.y (mgr.14427) 234 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:19.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:19 smithi046 bash[18464]: cluster 2024-04-27T01:19:17.561624+0000 mgr.y (mgr.14427) 235 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:19.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:19 smithi042 bash[18488]: cluster 2024-04-27T01:19:17.561624+0000 mgr.y (mgr.14427) 235 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:19.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:19 smithi042 bash[23616]: cluster 2024-04-27T01:19:17.561624+0000 mgr.y (mgr.14427) 235 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:21.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:21 smithi046 bash[18464]: cluster 2024-04-27T01:19:19.562393+0000 mgr.y (mgr.14427) 236 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-04-27T01:19:22.010 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:21 smithi042 bash[18488]: cluster 2024-04-27T01:19:19.562393+0000 mgr.y (mgr.14427) 236 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-04-27T01:19:22.011 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:21 smithi042 bash[23616]: cluster 2024-04-27T01:19:19.562393+0000 mgr.y (mgr.14427) 236 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-04-27T01:19:23.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:23 smithi046 bash[18464]: cluster 2024-04-27T01:19:21.564092+0000 mgr.y (mgr.14427) 237 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:23.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:23 smithi042 bash[18488]: cluster 2024-04-27T01:19:21.564092+0000 mgr.y (mgr.14427) 237 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:23.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:23 smithi042 bash[23616]: cluster 2024-04-27T01:19:21.564092+0000 mgr.y (mgr.14427) 237 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:24.009 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:19:24.527 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:19:24 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:19:24] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:19:24.725 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:19:24.725 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (4m) 2m ago 4m 12.8M - ba2b418f427c efe9ae5e411f 2024-04-27T01:19:24.725 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 running (4m) 2m ago 4m 42.0M - 8.3.5 dad864ee21e9 05cfa63558af 2024-04-27T01:19:24.725 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 running (2m) 2m ago 2m - - 3.5 e1d6a67b021e cc829713dbf6 2024-04-27T01:19:24.725 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443 running (10m) 2m ago 10m 399M - 17.2.0 e1d6a67b021e a071abf899be 2024-04-27T01:19:24.725 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:9283 running (12m) 2m ago 12m 444M - 17.2.0 e1d6a67b021e a6731f42c680 2024-04-27T01:19:24.725 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (12m) 2m ago 12m 46.6M 2048M 17.2.0 e1d6a67b021e c3de2f32752a 2024-04-27T01:19:24.725 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (10m) 2m ago 10m 38.3M 2048M 17.2.0 e1d6a67b021e 370efec7cf8d 2024-04-27T01:19:24.725 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (10m) 2m ago 10m 36.7M 2048M 17.2.0 e1d6a67b021e cd53a35f7399 2024-04-27T01:19:24.726 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (5m) 2m ago 5m 9192k - 1dbe0e931976 040ea3f6c3bc 2024-04-27T01:19:24.726 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (5m) 2m ago 5m 9579k - 1dbe0e931976 354480737d9f 2024-04-27T01:19:24.726 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (9m) 2m ago 9m 53.6M 4061M 17.2.0 e1d6a67b021e 5a88875a607d 2024-04-27T01:19:24.726 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (9m) 2m ago 9m 54.5M 4061M 17.2.0 e1d6a67b021e 60ae6a8ced36 2024-04-27T01:19:24.726 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (8m) 2m ago 8m 47.9M 4061M 17.2.0 e1d6a67b021e 1694c06983a4 2024-04-27T01:19:24.726 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (8m) 2m ago 8m 50.7M 4061M 17.2.0 e1d6a67b021e 523b1c99e778 2024-04-27T01:19:24.726 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (7m) 2m ago 7m 52.5M 4317M 17.2.0 e1d6a67b021e 8f9eeee1f917 2024-04-27T01:19:24.726 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (7m) 2m ago 7m 46.8M 4317M 17.2.0 e1d6a67b021e 5c17501020a3 2024-04-27T01:19:24.726 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (6m) 2m ago 6m 47.2M 4317M 17.2.0 e1d6a67b021e 87a6f4ccf8a6 2024-04-27T01:19:24.726 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (5m) 2m ago 5m 49.9M 4317M 17.2.0 e1d6a67b021e 05ee6dbaf5ff 2024-04-27T01:19:24.726 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 running (4m) 2m ago 5m 43.9M - 514e6a882f6e 16ec0fdc8e2e 2024-04-27T01:19:24.726 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (3m) 2m ago 3m 82.6M - 17.2.0 e1d6a67b021e 4022285478bf 2024-04-27T01:19:24.726 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (3m) 2m ago 3m 82.1M - 17.2.0 e1d6a67b021e aab619238956 2024-04-27T01:19:24.726 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (3m) 2m ago 3m 82.8M - 17.2.0 e1d6a67b021e 654b864f6909 2024-04-27T01:19:24.726 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (3m) 2m ago 3m 82.1M - 17.2.0 e1d6a67b021e b896e3222d12 2024-04-27T01:19:24.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:24 smithi046 bash[18464]: cluster 2024-04-27T01:19:23.564931+0000 mgr.y (mgr.14427) 238 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:24.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:24 smithi046 bash[18464]: audit 2024-04-27T01:19:23.781126+0000 mgr.y (mgr.14427) 239 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:19:24.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:24 smithi046 bash[18464]: audit 2024-04-27T01:19:24.007494+0000 mgr.y (mgr.14427) 240 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:19:24.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:24 smithi046 bash[18464]: audit 2024-04-27T01:19:24.360676+0000 mgr.y (mgr.14427) 241 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:19:24.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:24 smithi042 bash[18488]: cluster 2024-04-27T01:19:23.564931+0000 mgr.y (mgr.14427) 238 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:24.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:24 smithi042 bash[18488]: audit 2024-04-27T01:19:23.781126+0000 mgr.y (mgr.14427) 239 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:19:24.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:24 smithi042 bash[18488]: audit 2024-04-27T01:19:24.007494+0000 mgr.y (mgr.14427) 240 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:19:24.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:24 smithi042 bash[18488]: audit 2024-04-27T01:19:24.360676+0000 mgr.y (mgr.14427) 241 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:19:24.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:24 smithi042 bash[23616]: cluster 2024-04-27T01:19:23.564931+0000 mgr.y (mgr.14427) 238 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:24.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:24 smithi042 bash[23616]: audit 2024-04-27T01:19:23.781126+0000 mgr.y (mgr.14427) 239 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:19:24.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:24 smithi042 bash[23616]: audit 2024-04-27T01:19:24.007494+0000 mgr.y (mgr.14427) 240 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:19:24.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:24 smithi042 bash[23616]: audit 2024-04-27T01:19:24.360676+0000 mgr.y (mgr.14427) 241 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:19:25.126 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:19:25.126 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:19:25.127 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-04-27T01:19:25.127 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:19:25.127 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:19:25.127 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-04-27T01:19:25.127 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:19:25.127 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:19:25.127 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-04-27T01:19:25.127 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:19:25.127 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": {}, 2024-04-27T01:19:25.127 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:19:25.127 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-04-27T01:19:25.127 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:19:25.127 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:19:25.128 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2024-04-27T01:19:25.128 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:19:25.128 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:19:25.465 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:19:25.465 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", 2024-04-27T01:19:25.465 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2024-04-27T01:19:25.465 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2024-04-27T01:19:25.465 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "", 2024-04-27T01:19:25.465 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a image" 2024-04-27T01:19:25.465 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:19:25.854 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2024-04-27T01:19:25.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:25 smithi046 bash[18464]: audit 2024-04-27T01:19:24.700864+0000 mgr.y (mgr.14427) 242 : audit [DBG] from='client.24949 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:19:25.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:25 smithi046 bash[18464]: audit 2024-04-27T01:19:25.140373+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.42:0/3029761459' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:19:25.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:25 smithi046 bash[18464]: audit 2024-04-27T01:19:25.478684+0000 mgr.y (mgr.14427) 243 : audit [DBG] from='client.24961 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:19:25.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:25 smithi042 bash[18488]: audit 2024-04-27T01:19:24.700864+0000 mgr.y (mgr.14427) 242 : audit [DBG] from='client.24949 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:19:25.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:25 smithi042 bash[18488]: audit 2024-04-27T01:19:25.140373+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.42:0/3029761459' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:19:25.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:25 smithi042 bash[18488]: audit 2024-04-27T01:19:25.478684+0000 mgr.y (mgr.14427) 243 : audit [DBG] from='client.24961 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:19:25.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:25 smithi042 bash[23616]: audit 2024-04-27T01:19:24.700864+0000 mgr.y (mgr.14427) 242 : audit [DBG] from='client.24949 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:19:25.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:25 smithi042 bash[23616]: audit 2024-04-27T01:19:25.140373+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.42:0/3029761459' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:19:25.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:25 smithi042 bash[23616]: audit 2024-04-27T01:19:25.478684+0000 mgr.y (mgr.14427) 243 : audit [DBG] from='client.24961 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:19:26.432 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:19:26 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:19:26] "GET /metrics HTTP/1.1" 200 214896 "" "Prometheus/2.33.4" 2024-04-27T01:19:26.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:26 smithi046 bash[18464]: cluster 2024-04-27T01:19:25.565816+0000 mgr.y (mgr.14427) 244 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:26.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:26 smithi046 bash[18464]: audit 2024-04-27T01:19:25.868568+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.42:0/1312667643' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:19:26.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:26 smithi042 bash[18488]: cluster 2024-04-27T01:19:25.565816+0000 mgr.y (mgr.14427) 244 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:26.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:26 smithi042 bash[18488]: audit 2024-04-27T01:19:25.868568+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.42:0/1312667643' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:19:26.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:26 smithi042 bash[23616]: cluster 2024-04-27T01:19:25.565816+0000 mgr.y (mgr.14427) 244 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:26.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:26 smithi042 bash[23616]: audit 2024-04-27T01:19:25.868568+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.42:0/1312667643' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:19:29.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:29 smithi046 bash[18464]: cluster 2024-04-27T01:19:27.566528+0000 mgr.y (mgr.14427) 245 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:29.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:29 smithi046 bash[18464]: audit 2024-04-27T01:19:29.388686+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:19:29.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:29 smithi046 bash[18464]: audit 2024-04-27T01:19:29.392342+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:19:29.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:29 smithi046 bash[18464]: audit 2024-04-27T01:19:29.411334+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:19:29.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:29 smithi042 bash[18488]: cluster 2024-04-27T01:19:27.566528+0000 mgr.y (mgr.14427) 245 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:29.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:29 smithi042 bash[18488]: audit 2024-04-27T01:19:29.388686+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:19:29.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:29 smithi042 bash[18488]: audit 2024-04-27T01:19:29.392342+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:19:29.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:29 smithi042 bash[18488]: audit 2024-04-27T01:19:29.411334+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:19:29.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:29 smithi042 bash[23616]: cluster 2024-04-27T01:19:27.566528+0000 mgr.y (mgr.14427) 245 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:29.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:29 smithi042 bash[23616]: audit 2024-04-27T01:19:29.388686+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:19:29.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:29 smithi042 bash[23616]: audit 2024-04-27T01:19:29.392342+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:19:29.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:29 smithi042 bash[23616]: audit 2024-04-27T01:19:29.411334+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:19:30.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:30 smithi046 bash[18464]: cephadm 2024-04-27T01:19:29.389735+0000 mgr.y (mgr.14427) 246 : cephadm [INF] Upgrade: Target is version 19.0.0-2447-gb22e2ebd (unknown) 2024-04-27T01:19:30.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:30 smithi046 bash[18464]: cephadm 2024-04-27T01:19:29.389894+0000 mgr.y (mgr.14427) 247 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:265587011b499c966b9dbaf00ce5756e85851e17df544df961d9e3203c8e39d6'] 2024-04-27T01:19:30.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:30 smithi046 bash[18464]: cephadm 2024-04-27T01:19:29.414018+0000 mgr.y (mgr.14427) 248 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-04-27T01:19:30.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:30 smithi042 bash[18488]: cephadm 2024-04-27T01:19:29.389735+0000 mgr.y (mgr.14427) 246 : cephadm [INF] Upgrade: Target is version 19.0.0-2447-gb22e2ebd (unknown) 2024-04-27T01:19:30.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:30 smithi042 bash[18488]: cephadm 2024-04-27T01:19:29.389894+0000 mgr.y (mgr.14427) 247 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:265587011b499c966b9dbaf00ce5756e85851e17df544df961d9e3203c8e39d6'] 2024-04-27T01:19:30.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:30 smithi042 bash[18488]: cephadm 2024-04-27T01:19:29.414018+0000 mgr.y (mgr.14427) 248 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-04-27T01:19:30.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:30 smithi042 bash[23616]: cephadm 2024-04-27T01:19:29.389735+0000 mgr.y (mgr.14427) 246 : cephadm [INF] Upgrade: Target is version 19.0.0-2447-gb22e2ebd (unknown) 2024-04-27T01:19:30.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:30 smithi042 bash[23616]: cephadm 2024-04-27T01:19:29.389894+0000 mgr.y (mgr.14427) 247 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:265587011b499c966b9dbaf00ce5756e85851e17df544df961d9e3203c8e39d6'] 2024-04-27T01:19:30.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:30 smithi042 bash[23616]: cephadm 2024-04-27T01:19:29.414018+0000 mgr.y (mgr.14427) 248 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-04-27T01:19:31.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:31 smithi046 bash[18464]: cluster 2024-04-27T01:19:29.567201+0000 mgr.y (mgr.14427) 249 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:31.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:31 smithi046 bash[18464]: cephadm 2024-04-27T01:19:29.655942+0000 mgr.y (mgr.14427) 250 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a on smithi046 2024-04-27T01:19:31.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:31 smithi042 bash[18488]: cluster 2024-04-27T01:19:29.567201+0000 mgr.y (mgr.14427) 249 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:31.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:31 smithi042 bash[18488]: cephadm 2024-04-27T01:19:29.655942+0000 mgr.y (mgr.14427) 250 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a on smithi046 2024-04-27T01:19:31.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:31 smithi042 bash[23616]: cluster 2024-04-27T01:19:29.567201+0000 mgr.y (mgr.14427) 249 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:31.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:31 smithi042 bash[23616]: cephadm 2024-04-27T01:19:29.655942+0000 mgr.y (mgr.14427) 250 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a on smithi046 2024-04-27T01:19:33.777 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:33 smithi042 bash[18488]: cluster 2024-04-27T01:19:31.568942+0000 mgr.y (mgr.14427) 251 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:33.778 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:19:33 smithi042 bash[42261]: level=warn ts=2024-04-27T01:19:33.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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2024-04-27T01:19:33.778 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:19:33 smithi042 bash[42261]: level=warn ts=2024-04-27T01:19:33.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.46:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.46 because it doesn't contain any IP SANs" 2024-04-27T01:19:33.778 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:33 smithi042 bash[23616]: cluster 2024-04-27T01:19:31.568942+0000 mgr.y (mgr.14427) 251 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:33.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:33 smithi046 bash[18464]: cluster 2024-04-27T01:19:31.568942+0000 mgr.y (mgr.14427) 251 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:34.673 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:19:34 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:19:34] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:19:35.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:35 smithi046 bash[18464]: cluster 2024-04-27T01:19:33.569645+0000 mgr.y (mgr.14427) 252 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:35.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:35 smithi046 bash[18464]: audit 2024-04-27T01:19:33.790745+0000 mgr.y (mgr.14427) 253 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:19:35.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:35 smithi042 bash[18488]: cluster 2024-04-27T01:19:33.569645+0000 mgr.y (mgr.14427) 252 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:35.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:35 smithi042 bash[18488]: audit 2024-04-27T01:19:33.790745+0000 mgr.y (mgr.14427) 253 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:19:35.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:35 smithi042 bash[23616]: cluster 2024-04-27T01:19:33.569645+0000 mgr.y (mgr.14427) 252 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:35.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:35 smithi042 bash[23616]: audit 2024-04-27T01:19:33.790745+0000 mgr.y (mgr.14427) 253 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:19:36.432 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:19:36 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:19:36] "GET /metrics HTTP/1.1" 200 214896 "" "Prometheus/2.33.4" 2024-04-27T01:19:37.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:37 smithi046 bash[18464]: cluster 2024-04-27T01:19:35.571503+0000 mgr.y (mgr.14427) 254 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:37.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:37 smithi042 bash[18488]: cluster 2024-04-27T01:19:35.571503+0000 mgr.y (mgr.14427) 254 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:37.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:37 smithi042 bash[23616]: cluster 2024-04-27T01:19:35.571503+0000 mgr.y (mgr.14427) 254 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:39.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:39 smithi046 bash[18464]: cluster 2024-04-27T01:19:37.572224+0000 mgr.y (mgr.14427) 255 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:39.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:39 smithi042 bash[18488]: cluster 2024-04-27T01:19:37.572224+0000 mgr.y (mgr.14427) 255 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:39.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:39 smithi042 bash[23616]: cluster 2024-04-27T01:19:37.572224+0000 mgr.y (mgr.14427) 255 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:41.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:41 smithi046 bash[18464]: cluster 2024-04-27T01:19:39.572909+0000 mgr.y (mgr.14427) 256 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:41.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:41 smithi042 bash[23616]: cluster 2024-04-27T01:19:39.572909+0000 mgr.y (mgr.14427) 256 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:41.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:41 smithi042 bash[18488]: cluster 2024-04-27T01:19:39.572909+0000 mgr.y (mgr.14427) 256 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:43.789 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:43 smithi042 bash[18488]: cluster 2024-04-27T01:19:41.574645+0000 mgr.y (mgr.14427) 257 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:43.789 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:43 smithi042 bash[23616]: cluster 2024-04-27T01:19:41.574645+0000 mgr.y (mgr.14427) 257 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:43.789 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:19:43 smithi042 bash[42261]: level=error ts=2024-04-27T01:19:43.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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.46:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.46 because it doesn't contain any IP SANs" 2024-04-27T01:19:43.790 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:19:43 smithi042 bash[42261]: level=warn ts=2024-04-27T01:19: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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2024-04-27T01:19:43.790 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:19:43 smithi042 bash[42261]: level=warn ts=2024-04-27T01:19:43.520Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.46:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.46 because it doesn't contain any IP SANs" 2024-04-27T01:19:43.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:43 smithi046 bash[18464]: cluster 2024-04-27T01:19:41.574645+0000 mgr.y (mgr.14427) 257 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:44.673 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:19:44 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:19:44] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:19:45.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:45 smithi046 bash[18464]: cluster 2024-04-27T01:19:43.575353+0000 mgr.y (mgr.14427) 258 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:45.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:45 smithi046 bash[18464]: audit 2024-04-27T01:19:43.802108+0000 mgr.y (mgr.14427) 259 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:19:45.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:45 smithi042 bash[18488]: cluster 2024-04-27T01:19:43.575353+0000 mgr.y (mgr.14427) 258 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:45.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:45 smithi042 bash[18488]: audit 2024-04-27T01:19:43.802108+0000 mgr.y (mgr.14427) 259 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:19:45.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:45 smithi042 bash[23616]: cluster 2024-04-27T01:19:43.575353+0000 mgr.y (mgr.14427) 258 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:45.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:45 smithi042 bash[23616]: audit 2024-04-27T01:19:43.802108+0000 mgr.y (mgr.14427) 259 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:19:46.432 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:19:46 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:19:46] "GET /metrics HTTP/1.1" 200 214904 "" "Prometheus/2.33.4" 2024-04-27T01:19:47.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:47 smithi046 bash[18464]: cluster 2024-04-27T01:19:45.577053+0000 mgr.y (mgr.14427) 260 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:47.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:47 smithi042 bash[18488]: cluster 2024-04-27T01:19:45.577053+0000 mgr.y (mgr.14427) 260 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:47.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:47 smithi042 bash[23616]: cluster 2024-04-27T01:19:45.577053+0000 mgr.y (mgr.14427) 260 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:49.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:49 smithi046 bash[18464]: cluster 2024-04-27T01:19:47.577798+0000 mgr.y (mgr.14427) 261 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:49.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:49 smithi042 bash[18488]: cluster 2024-04-27T01:19:47.577798+0000 mgr.y (mgr.14427) 261 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:49.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:49 smithi042 bash[23616]: cluster 2024-04-27T01:19:47.577798+0000 mgr.y (mgr.14427) 261 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:51.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:51 smithi046 bash[18464]: cluster 2024-04-27T01:19:49.578523+0000 mgr.y (mgr.14427) 262 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:51.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:51 smithi042 bash[18488]: cluster 2024-04-27T01:19:49.578523+0000 mgr.y (mgr.14427) 262 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:51.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:51 smithi042 bash[23616]: cluster 2024-04-27T01:19:49.578523+0000 mgr.y (mgr.14427) 262 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:53.797 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:53 smithi042 bash[18488]: cluster 2024-04-27T01:19:51.580224+0000 mgr.y (mgr.14427) 263 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:53.798 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:53 smithi042 bash[23616]: cluster 2024-04-27T01:19:51.580224+0000 mgr.y (mgr.14427) 263 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:53.798 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:19:53 smithi042 bash[42261]: level=error ts=2024-04-27T01:19:53.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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.46:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.46 because it doesn't contain any IP SANs" 2024-04-27T01:19:53.798 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:19:53 smithi042 bash[42261]: level=warn ts=2024-04-27T01:19:53.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.46:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.46 because it doesn't contain any IP SANs" 2024-04-27T01:19:53.798 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:19:53 smithi042 bash[42261]: level=warn ts=2024-04-27T01:19:53.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2024-04-27T01:19:53.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:53 smithi046 bash[18464]: cluster 2024-04-27T01:19:51.580224+0000 mgr.y (mgr.14427) 263 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:54.673 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:19:54 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:19:54] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:19:55.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:55 smithi046 bash[18464]: cluster 2024-04-27T01:19:53.580966+0000 mgr.y (mgr.14427) 264 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:55.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:55 smithi046 bash[18464]: audit 2024-04-27T01:19:53.810721+0000 mgr.y (mgr.14427) 265 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:19:55.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:55 smithi042 bash[18488]: cluster 2024-04-27T01:19:53.580966+0000 mgr.y (mgr.14427) 264 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:55.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:55 smithi042 bash[18488]: audit 2024-04-27T01:19:53.810721+0000 mgr.y (mgr.14427) 265 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:19:55.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:55 smithi042 bash[23616]: cluster 2024-04-27T01:19:53.580966+0000 mgr.y (mgr.14427) 264 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:55.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:55 smithi042 bash[23616]: audit 2024-04-27T01:19:53.810721+0000 mgr.y (mgr.14427) 265 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:19:56.219 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:19:56.432 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:19:56 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:19:56] "GET /metrics HTTP/1.1" 200 214904 "" "Prometheus/2.33.4" 2024-04-27T01:19:56.918 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:19:56.918 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (4m) 3m ago 5m 12.8M - ba2b418f427c efe9ae5e411f 2024-04-27T01:19:56.918 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 running (4m) 3m ago 4m 42.0M - 8.3.5 dad864ee21e9 05cfa63558af 2024-04-27T01:19:56.919 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 running (3m) 3m ago 3m - - 3.5 e1d6a67b021e cc829713dbf6 2024-04-27T01:19:56.919 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443 running (10m) 3m ago 10m 399M - 17.2.0 e1d6a67b021e a071abf899be 2024-04-27T01:19:56.919 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:9283 running (12m) 3m ago 12m 444M - 17.2.0 e1d6a67b021e a6731f42c680 2024-04-27T01:19:56.919 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (12m) 3m ago 12m 46.6M 2048M 17.2.0 e1d6a67b021e c3de2f32752a 2024-04-27T01:19:56.919 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (11m) 3m ago 11m 38.3M 2048M 17.2.0 e1d6a67b021e 370efec7cf8d 2024-04-27T01:19:56.919 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (11m) 3m ago 11m 36.7M 2048M 17.2.0 e1d6a67b021e cd53a35f7399 2024-04-27T01:19:56.919 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (5m) 3m ago 5m 9192k - 1dbe0e931976 040ea3f6c3bc 2024-04-27T01:19:56.919 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (5m) 3m ago 5m 9579k - 1dbe0e931976 354480737d9f 2024-04-27T01:19:56.919 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (10m) 3m ago 10m 53.6M 4061M 17.2.0 e1d6a67b021e 5a88875a607d 2024-04-27T01:19:56.919 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (9m) 3m ago 9m 54.5M 4061M 17.2.0 e1d6a67b021e 60ae6a8ced36 2024-04-27T01:19:56.919 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (9m) 3m ago 9m 47.9M 4061M 17.2.0 e1d6a67b021e 1694c06983a4 2024-04-27T01:19:56.919 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (8m) 3m ago 8m 50.7M 4061M 17.2.0 e1d6a67b021e 523b1c99e778 2024-04-27T01:19:56.919 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (8m) 3m ago 8m 52.5M 4317M 17.2.0 e1d6a67b021e 8f9eeee1f917 2024-04-27T01:19:56.919 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (7m) 3m ago 7m 46.8M 4317M 17.2.0 e1d6a67b021e 5c17501020a3 2024-04-27T01:19:56.919 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (7m) 3m ago 7m 47.2M 4317M 17.2.0 e1d6a67b021e 87a6f4ccf8a6 2024-04-27T01:19:56.920 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (6m) 3m ago 6m 49.9M 4317M 17.2.0 e1d6a67b021e 05ee6dbaf5ff 2024-04-27T01:19:56.920 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 running (4m) 3m ago 5m 43.9M - 514e6a882f6e 16ec0fdc8e2e 2024-04-27T01:19:56.920 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (3m) 3m ago 3m 82.6M - 17.2.0 e1d6a67b021e 4022285478bf 2024-04-27T01:19:56.920 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (3m) 3m ago 3m 82.1M - 17.2.0 e1d6a67b021e aab619238956 2024-04-27T01:19:56.920 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (3m) 3m ago 3m 82.8M - 17.2.0 e1d6a67b021e 654b864f6909 2024-04-27T01:19:56.920 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (3m) 3m ago 3m 82.1M - 17.2.0 e1d6a67b021e b896e3222d12 2024-04-27T01:19:57.298 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:19:57.298 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:19:57.298 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-04-27T01:19:57.298 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:19:57.298 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:19:57.298 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-04-27T01:19:57.298 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:19:57.299 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:19:57.299 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-04-27T01:19:57.299 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:19:57.299 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": {}, 2024-04-27T01:19:57.299 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:19:57.299 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-04-27T01:19:57.299 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:19:57.299 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:19:57.299 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2024-04-27T01:19:57.299 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:19:57.299 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:19:57.643 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:19:57.643 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", 2024-04-27T01:19:57.643 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2024-04-27T01:19:57.644 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2024-04-27T01:19:57.644 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "0/23 daemons upgraded", 2024-04-27T01:19:57.644 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a image on host smithi046" 2024-04-27T01:19:57.644 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:19:57.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:57 smithi046 bash[18464]: cluster 2024-04-27T01:19:55.582653+0000 mgr.y (mgr.14427) 266 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:57.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:57 smithi046 bash[18464]: audit 2024-04-27T01:19:56.217889+0000 mgr.y (mgr.14427) 267 : audit [DBG] from='client.24973 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:19:57.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:57 smithi046 bash[18464]: audit 2024-04-27T01:19:57.311722+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.42:0/60095781' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:19:57.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:57 smithi042 bash[18488]: cluster 2024-04-27T01:19:55.582653+0000 mgr.y (mgr.14427) 266 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:57.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:57 smithi042 bash[18488]: audit 2024-04-27T01:19:56.217889+0000 mgr.y (mgr.14427) 267 : audit [DBG] from='client.24973 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:19:57.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:57 smithi042 bash[18488]: audit 2024-04-27T01:19:57.311722+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.42:0/60095781' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:19:57.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:57 smithi042 bash[23616]: cluster 2024-04-27T01:19:55.582653+0000 mgr.y (mgr.14427) 266 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:19:57.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:57 smithi042 bash[23616]: audit 2024-04-27T01:19:56.217889+0000 mgr.y (mgr.14427) 267 : audit [DBG] from='client.24973 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:19:57.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:57 smithi042 bash[23616]: audit 2024-04-27T01:19:57.311722+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.42:0/60095781' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:19:58.037 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2024-04-27T01:19:58.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:58 smithi046 bash[18464]: audit 2024-04-27T01:19:56.559966+0000 mgr.y (mgr.14427) 268 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:19:58.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:58 smithi046 bash[18464]: audit 2024-04-27T01:19:56.890544+0000 mgr.y (mgr.14427) 269 : audit [DBG] from='client.24985 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:19:58.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:58 smithi046 bash[18464]: audit 2024-04-27T01:19:58.051208+0000 mon.a (mon.0) 816 : audit [DBG] from='client.? 172.21.15.42:0/1595360968' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:19:58.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:58 smithi042 bash[18488]: audit 2024-04-27T01:19:56.559966+0000 mgr.y (mgr.14427) 268 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:19:58.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:58 smithi042 bash[18488]: audit 2024-04-27T01:19:56.890544+0000 mgr.y (mgr.14427) 269 : audit [DBG] from='client.24985 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:19:58.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:58 smithi042 bash[18488]: audit 2024-04-27T01:19:58.051208+0000 mon.a (mon.0) 816 : audit [DBG] from='client.? 172.21.15.42:0/1595360968' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:19:58.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:58 smithi042 bash[23616]: audit 2024-04-27T01:19:56.559966+0000 mgr.y (mgr.14427) 268 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:19:58.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:58 smithi042 bash[23616]: audit 2024-04-27T01:19:56.890544+0000 mgr.y (mgr.14427) 269 : audit [DBG] from='client.24985 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:19:58.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:58 smithi042 bash[23616]: audit 2024-04-27T01:19:58.051208+0000 mon.a (mon.0) 816 : audit [DBG] from='client.? 172.21.15.42:0/1595360968' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:19:59.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:59 smithi046 bash[18464]: cluster 2024-04-27T01:19:57.583321+0000 mgr.y (mgr.14427) 270 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:59.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:19:59 smithi046 bash[18464]: audit 2024-04-27T01:19:57.657007+0000 mgr.y (mgr.14427) 271 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:19:59.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:59 smithi042 bash[18488]: cluster 2024-04-27T01:19:57.583321+0000 mgr.y (mgr.14427) 270 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:59.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:19:59 smithi042 bash[18488]: audit 2024-04-27T01:19:57.657007+0000 mgr.y (mgr.14427) 271 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:19:59.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:59 smithi042 bash[23616]: cluster 2024-04-27T01:19:57.583321+0000 mgr.y (mgr.14427) 270 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:19:59.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:19:59 smithi042 bash[23616]: audit 2024-04-27T01:19:57.657007+0000 mgr.y (mgr.14427) 271 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:20:00.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:00 smithi046 bash[18464]: audit 2024-04-27T01:19:59.635649+0000 mon.b (mon.2) 121 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:20:00.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:00 smithi046 bash[18464]: audit 2024-04-27T01:19:59.636129+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:20:00.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:00 smithi046 bash[18464]: audit 2024-04-27T01:19:59.648794+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:20:00.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:00 smithi046 bash[18464]: audit 2024-04-27T01:19:59.649141+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:20:00.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:00 smithi046 bash[18464]: cluster 2024-04-27T01:20:00.000157+0000 mon.a (mon.0) 819 : cluster [INF] overall HEALTH_OK 2024-04-27T01:20:00.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:00 smithi042 bash[18488]: audit 2024-04-27T01:19:59.635649+0000 mon.b (mon.2) 121 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:20:00.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:00 smithi042 bash[18488]: audit 2024-04-27T01:19:59.636129+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:20:00.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:00 smithi042 bash[18488]: audit 2024-04-27T01:19:59.648794+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:20:00.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:00 smithi042 bash[18488]: audit 2024-04-27T01:19:59.649141+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:20:00.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:00 smithi042 bash[18488]: cluster 2024-04-27T01:20:00.000157+0000 mon.a (mon.0) 819 : cluster [INF] overall HEALTH_OK 2024-04-27T01:20:00.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:00 smithi042 bash[23616]: audit 2024-04-27T01:19:59.635649+0000 mon.b (mon.2) 121 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:20:00.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:00 smithi042 bash[23616]: audit 2024-04-27T01:19:59.636129+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:20:00.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:00 smithi042 bash[23616]: audit 2024-04-27T01:19:59.648794+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:20:00.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:00 smithi042 bash[23616]: audit 2024-04-27T01:19:59.649141+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:20:00.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:00 smithi042 bash[23616]: cluster 2024-04-27T01:20:00.000157+0000 mon.a (mon.0) 819 : cluster [INF] overall HEALTH_OK 2024-04-27T01:20:01.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:01 smithi046 bash[18464]: cluster 2024-04-27T01:19:59.583975+0000 mgr.y (mgr.14427) 272 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:01.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:01 smithi042 bash[18488]: cluster 2024-04-27T01:19:59.583975+0000 mgr.y (mgr.14427) 272 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:01.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:01 smithi042 bash[23616]: cluster 2024-04-27T01:19:59.583975+0000 mgr.y (mgr.14427) 272 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:03.802 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:03 smithi042 bash[18488]: cluster 2024-04-27T01:20:01.585622+0000 mgr.y (mgr.14427) 273 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:03.802 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:03 smithi042 bash[23616]: cluster 2024-04-27T01:20:01.585622+0000 mgr.y (mgr.14427) 273 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:03.802 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:20:03 smithi042 bash[42261]: level=error ts=2024-04-27T01:20:03.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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.46:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.46 because it doesn't contain any IP SANs" 2024-04-27T01:20:03.802 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:20:03 smithi042 bash[42261]: level=warn ts=2024-04-27T01:20:03.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.46:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.46 because it doesn't contain any IP SANs" 2024-04-27T01:20:03.802 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:20:03 smithi042 bash[42261]: level=warn ts=2024-04-27T01:20:03.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2024-04-27T01:20:03.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:03 smithi046 bash[18464]: cluster 2024-04-27T01:20:01.585622+0000 mgr.y (mgr.14427) 273 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:04.673 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:04 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:20:04] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:20:05.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:05 smithi046 bash[18464]: cluster 2024-04-27T01:20:03.586386+0000 mgr.y (mgr.14427) 274 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:05.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:05 smithi046 bash[18464]: audit 2024-04-27T01:20:03.815125+0000 mgr.y (mgr.14427) 275 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:20:05.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:05 smithi042 bash[18488]: cluster 2024-04-27T01:20:03.586386+0000 mgr.y (mgr.14427) 274 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:05.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:05 smithi042 bash[18488]: audit 2024-04-27T01:20:03.815125+0000 mgr.y (mgr.14427) 275 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:20:05.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:05 smithi042 bash[23616]: cluster 2024-04-27T01:20:03.586386+0000 mgr.y (mgr.14427) 274 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:05.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:05 smithi042 bash[23616]: audit 2024-04-27T01:20:03.815125+0000 mgr.y (mgr.14427) 275 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:20:06.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:06 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:20:06] "GET /metrics HTTP/1.1" 200 214907 "" "Prometheus/2.33.4" 2024-04-27T01:20:06.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:06 smithi046 bash[18464]: cluster 2024-04-27T01:20:05.588085+0000 mgr.y (mgr.14427) 276 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:06.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:06 smithi042 bash[18488]: cluster 2024-04-27T01:20:05.588085+0000 mgr.y (mgr.14427) 276 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:06.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:06 smithi042 bash[23616]: cluster 2024-04-27T01:20:05.588085+0000 mgr.y (mgr.14427) 276 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:09.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:09 smithi046 bash[18464]: cluster 2024-04-27T01:20:07.588844+0000 mgr.y (mgr.14427) 277 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:09.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:09 smithi042 bash[18488]: cluster 2024-04-27T01:20:07.588844+0000 mgr.y (mgr.14427) 277 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:09.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:09 smithi042 bash[23616]: cluster 2024-04-27T01:20:07.588844+0000 mgr.y (mgr.14427) 277 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:11.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:11 smithi046 bash[18464]: cluster 2024-04-27T01:20:09.589609+0000 mgr.y (mgr.14427) 278 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:11.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:11 smithi042 bash[18488]: cluster 2024-04-27T01:20:09.589609+0000 mgr.y (mgr.14427) 278 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:11.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:11 smithi042 bash[23616]: cluster 2024-04-27T01:20:09.589609+0000 mgr.y (mgr.14427) 278 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:13.809 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:13 smithi042 bash[18488]: cluster 2024-04-27T01:20:11.591367+0000 mgr.y (mgr.14427) 279 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:13.809 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:13 smithi042 bash[23616]: cluster 2024-04-27T01:20:11.591367+0000 mgr.y (mgr.14427) 279 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:13.810 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:20:13 smithi042 bash[42261]: level=error ts=2024-04-27T01:20:13.515Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=6 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.46:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.46 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2024-04-27T01:20:13.810 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:20:13 smithi042 bash[42261]: level=warn ts=2024-04-27T01:20:13.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.46:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.46 because it doesn't contain any IP SANs" 2024-04-27T01:20:13.810 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:20:13 smithi042 bash[42261]: level=warn ts=2024-04-27T01:20:13.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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2024-04-27T01:20:13.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:13 smithi046 bash[18464]: cluster 2024-04-27T01:20:11.591367+0000 mgr.y (mgr.14427) 279 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:14.673 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:14 smithi046 bash[19307]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:20:14] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:20:15.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:15 smithi046 bash[18464]: cluster 2024-04-27T01:20:13.592103+0000 mgr.y (mgr.14427) 280 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:15.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:15 smithi046 bash[18464]: audit 2024-04-27T01:20:13.822721+0000 mgr.y (mgr.14427) 281 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:20:15.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:15 smithi042 bash[18488]: cluster 2024-04-27T01:20:13.592103+0000 mgr.y (mgr.14427) 280 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:15.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:15 smithi042 bash[18488]: audit 2024-04-27T01:20:13.822721+0000 mgr.y (mgr.14427) 281 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:20:15.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:15 smithi042 bash[23616]: cluster 2024-04-27T01:20:13.592103+0000 mgr.y (mgr.14427) 280 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:15.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:15 smithi042 bash[23616]: audit 2024-04-27T01:20:13.822721+0000 mgr.y (mgr.14427) 281 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:20:16.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:16 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:20:16] "GET /metrics HTTP/1.1" 200 214911 "" "Prometheus/2.33.4" 2024-04-27T01:20:17.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:17 smithi046 bash[18464]: cluster 2024-04-27T01:20:15.593819+0000 mgr.y (mgr.14427) 282 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:17.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:17 smithi042 bash[18488]: cluster 2024-04-27T01:20:15.593819+0000 mgr.y (mgr.14427) 282 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:17.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:17 smithi042 bash[23616]: cluster 2024-04-27T01:20:15.593819+0000 mgr.y (mgr.14427) 282 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:19.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:19 smithi046 bash[18464]: cluster 2024-04-27T01:20:17.594575+0000 mgr.y (mgr.14427) 283 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:19.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:19 smithi042 bash[18488]: cluster 2024-04-27T01:20:17.594575+0000 mgr.y (mgr.14427) 283 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:19.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:19 smithi042 bash[23616]: cluster 2024-04-27T01:20:17.594575+0000 mgr.y (mgr.14427) 283 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:21.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:21 smithi046 bash[18464]: cluster 2024-04-27T01:20:19.595297+0000 mgr.y (mgr.14427) 284 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:21.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:21 smithi046 bash[18464]: audit 2024-04-27T01:20:21.105905+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:20:21.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:21 smithi046 bash[18464]: audit 2024-04-27T01:20:21.108924+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:20:21.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:21 smithi046 bash[18464]: audit 2024-04-27T01:20:21.109044+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:20:21.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:21 smithi046 bash[18464]: audit 2024-04-27T01:20:21.112083+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T01:20:21.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:21 smithi046 bash[18464]: audit 2024-04-27T01:20:21.114271+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:20:21.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:21 smithi042 bash[18488]: cluster 2024-04-27T01:20:19.595297+0000 mgr.y (mgr.14427) 284 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:21.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:21 smithi042 bash[18488]: audit 2024-04-27T01:20:21.105905+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:20:21.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:21 smithi042 bash[18488]: audit 2024-04-27T01:20:21.108924+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:20:21.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:21 smithi042 bash[18488]: audit 2024-04-27T01:20:21.109044+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:20:21.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:21 smithi042 bash[18488]: audit 2024-04-27T01:20:21.112083+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T01:20:21.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:21 smithi042 bash[18488]: audit 2024-04-27T01:20:21.114271+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:20:21.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:21 smithi042 bash[23616]: cluster 2024-04-27T01:20:19.595297+0000 mgr.y (mgr.14427) 284 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:21.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:21 smithi042 bash[23616]: audit 2024-04-27T01:20:21.105905+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:20:21.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:21 smithi042 bash[23616]: audit 2024-04-27T01:20:21.108924+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:20:21.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:21 smithi042 bash[23616]: audit 2024-04-27T01:20:21.109044+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:20:21.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:21 smithi042 bash[23616]: audit 2024-04-27T01:20:21.112083+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T01:20:21.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:21 smithi042 bash[23616]: audit 2024-04-27T01:20:21.114271+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:20:22.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:22 smithi046 bash[18464]: cephadm 2024-04-27T01:20:21.095785+0000 mgr.y (mgr.14427) 285 : cephadm [INF] Upgrade: Updating mgr.x 2024-04-27T01:20:22.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:22 smithi046 bash[18464]: cephadm 2024-04-27T01:20:21.115767+0000 mgr.y (mgr.14427) 286 : cephadm [INF] Deploying daemon mgr.x on smithi046 2024-04-27T01:20:22.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:22 smithi042 bash[18488]: cephadm 2024-04-27T01:20:21.095785+0000 mgr.y (mgr.14427) 285 : cephadm [INF] Upgrade: Updating mgr.x 2024-04-27T01:20:22.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:22 smithi042 bash[18488]: cephadm 2024-04-27T01:20:21.115767+0000 mgr.y (mgr.14427) 286 : cephadm [INF] Deploying daemon mgr.x on smithi046 2024-04-27T01:20:22.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:22 smithi042 bash[23616]: cephadm 2024-04-27T01:20:21.095785+0000 mgr.y (mgr.14427) 285 : cephadm [INF] Upgrade: Updating mgr.x 2024-04-27T01:20:22.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:22 smithi042 bash[23616]: cephadm 2024-04-27T01:20:21.115767+0000 mgr.y (mgr.14427) 286 : cephadm [INF] Deploying daemon mgr.x on smithi046 2024-04-27T01:20:23.112 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:23 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:20:23.112 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:20:23 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:20:23.113 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:20:23 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:20:23.113 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:23 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:20:23.113 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:20:23 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:20:23.113 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:20:23 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:20:23.114 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:20:23 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:20:23.114 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:20:23 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:20:23.114 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:20:23 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:20:23.423 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:23 smithi046 systemd[1]: Stopping Ceph mgr.x for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:20:23.423 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:23 smithi046 bash[37731]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-mgr.x 2024-04-27T01:20:23.722 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:23 smithi046 bash[18464]: cluster 2024-04-27T01:20:21.597116+0000 mgr.y (mgr.14427) 287 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:23.820 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:23 smithi042 bash[18488]: cluster 2024-04-27T01:20:21.597116+0000 mgr.y (mgr.14427) 287 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:23.821 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:23 smithi042 bash[23616]: cluster 2024-04-27T01:20:21.597116+0000 mgr.y (mgr.14427) 287 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:23.821 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:20:23 smithi042 bash[42261]: level=error ts=2024-04-27T01:20:23.516Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=6 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.46:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.46 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2024-04-27T01:20:23.821 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:20:23 smithi042 bash[42261]: level=warn ts=2024-04-27T01:20:23.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.46:8443/api/prometheus_receiver\": dial tcp 172.21.15.46:8443: connect: connection refused" 2024-04-27T01:20:23.821 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:20:23 smithi042 bash[42261]: level=warn ts=2024-04-27T01:20:23.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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2024-04-27T01:20:24.089 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:23 smithi046 bash[37740]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-mgr-x 2024-04-27T01:20:24.089 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:23 smithi046 bash[37777]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-mgr.x 2024-04-27T01:20:24.090 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:23 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-04-27T01:20:24.090 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:23 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mgr.x.service: Failed with result 'exit-code'. 2024-04-27T01:20:24.090 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:23 smithi046 systemd[1]: Stopped Ceph mgr.x for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:20:24.423 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:20:24 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:20:24.423 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:20:24 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:20:24.423 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:20:24 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:20:24.424 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:20:24 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:20:24.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:24 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:20:24.424 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:24 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:20:24.424 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:24 smithi046 systemd[1]: Started Ceph mgr.x for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:20:24.425 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:20:24 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:20:24.425 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:20:24 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:20:24.425 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:20:24 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:20:25.423 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:25 smithi046 bash[37833]: debug 2024-04-27T01:20:25.255+0000 7f7b15482700 1 -- 172.21.15.46:0/470678062 <== mon.2 v2:172.21.15.46:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x561e2b10a5a0 con 0x561e2be8ac00 2024-04-27T01:20:25.423 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:25 smithi046 bash[37833]: debug 2024-04-27T01:20:25.407+0000 7f7b1f689200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-27T01:20:25.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:25 smithi046 bash[18464]: cluster 2024-04-27T01:20:23.597986+0000 mgr.y (mgr.14427) 288 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:25.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:25 smithi046 bash[18464]: audit 2024-04-27T01:20:23.834083+0000 mgr.y (mgr.14427) 289 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:20:25.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:25 smithi046 bash[18464]: audit 2024-04-27T01:20:24.268975+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:20:25.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:25 smithi046 bash[18464]: audit 2024-04-27T01:20:24.272756+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:20:25.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:25 smithi046 bash[18464]: audit 2024-04-27T01:20:24.274452+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:20:25.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:25 smithi042 bash[18488]: cluster 2024-04-27T01:20:23.597986+0000 mgr.y (mgr.14427) 288 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:25.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:25 smithi042 bash[18488]: audit 2024-04-27T01:20:23.834083+0000 mgr.y (mgr.14427) 289 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:20:25.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:25 smithi042 bash[18488]: audit 2024-04-27T01:20:24.268975+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:20:25.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:25 smithi042 bash[18488]: audit 2024-04-27T01:20:24.272756+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:20:25.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:25 smithi042 bash[18488]: audit 2024-04-27T01:20:24.274452+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:20:25.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:25 smithi042 bash[23616]: cluster 2024-04-27T01:20:23.597986+0000 mgr.y (mgr.14427) 288 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:25.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:25 smithi042 bash[23616]: audit 2024-04-27T01:20:23.834083+0000 mgr.y (mgr.14427) 289 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:20:25.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:25 smithi042 bash[23616]: audit 2024-04-27T01:20:24.268975+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:20:25.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:25 smithi042 bash[23616]: audit 2024-04-27T01:20:24.272756+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:20:25.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:25 smithi042 bash[23616]: audit 2024-04-27T01:20:24.274452+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:20:26.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:26 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:20:26] "GET /metrics HTTP/1.1" 200 214911 "" "Prometheus/2.33.4" 2024-04-27T01:20:27.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:27 smithi046 bash[18464]: cluster 2024-04-27T01:20:25.599810+0000 mgr.y (mgr.14427) 290 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:27.423 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:27 smithi046 bash[37833]: debug 2024-04-27T01:20:27.071+0000 7f7b1f689200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-27T01:20:27.423 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:27 smithi046 bash[37833]: debug 2024-04-27T01:20:27.179+0000 7f7b1f689200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-27T01:20:27.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:27 smithi042 bash[18488]: cluster 2024-04-27T01:20:25.599810+0000 mgr.y (mgr.14427) 290 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:27.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:27 smithi042 bash[23616]: cluster 2024-04-27T01:20:25.599810+0000 mgr.y (mgr.14427) 290 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:27.889 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:27 smithi046 bash[37833]: debug 2024-04-27T01:20:27.443+0000 7f7b1f689200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-27T01:20:28.406 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:20:28.442 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:28 smithi046 bash[37833]: debug 2024-04-27T01:20:28.339+0000 7f7b1f689200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-27T01:20:28.923 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:28 smithi046 bash[37833]: debug 2024-04-27T01:20:28.455+0000 7f7b1f689200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-27T01:20:28.923 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:28 smithi046 bash[37833]: debug 2024-04-27T01:20:28.567+0000 7f7b1f689200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-27T01:20:29.084 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:20:29.084 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (5m) 3m ago 5m 12.8M - ba2b418f427c efe9ae5e411f 2024-04-27T01:20:29.084 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 running (5m) 1s ago 5m 42.8M - 8.3.5 dad864ee21e9 05cfa63558af 2024-04-27T01:20:29.085 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 running (3m) 3m ago 3m - - 3.5 e1d6a67b021e cc829713dbf6 2024-04-27T01:20:29.085 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443,9283 running (4s) 1s ago 11m 107M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 30b6d7df8a5d 2024-04-27T01:20:29.085 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:9283 running (13m) 3m ago 13m 444M - 17.2.0 e1d6a67b021e a6731f42c680 2024-04-27T01:20:29.085 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (13m) 3m ago 13m 46.6M 2048M 17.2.0 e1d6a67b021e c3de2f32752a 2024-04-27T01:20:29.085 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (11m) 1s ago 11m 40.8M 2048M 17.2.0 e1d6a67b021e 370efec7cf8d 2024-04-27T01:20:29.085 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (11m) 3m ago 11m 36.7M 2048M 17.2.0 e1d6a67b021e cd53a35f7399 2024-04-27T01:20:29.085 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (6m) 3m ago 6m 9192k - 1dbe0e931976 040ea3f6c3bc 2024-04-27T01:20:29.085 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (6m) 1s ago 6m 9255k - 1dbe0e931976 354480737d9f 2024-04-27T01:20:29.085 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (10m) 3m ago 10m 53.6M 4061M 17.2.0 e1d6a67b021e 5a88875a607d 2024-04-27T01:20:29.085 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (10m) 3m ago 10m 54.5M 4061M 17.2.0 e1d6a67b021e 60ae6a8ced36 2024-04-27T01:20:29.085 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (9m) 3m ago 9m 47.9M 4061M 17.2.0 e1d6a67b021e 1694c06983a4 2024-04-27T01:20:29.085 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (9m) 3m ago 9m 50.7M 4061M 17.2.0 e1d6a67b021e 523b1c99e778 2024-04-27T01:20:29.085 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (8m) 1s ago 8m 56.2M 4317M 17.2.0 e1d6a67b021e 8f9eeee1f917 2024-04-27T01:20:29.085 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (8m) 1s ago 8m 51.1M 4317M 17.2.0 e1d6a67b021e 5c17501020a3 2024-04-27T01:20:29.086 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (7m) 1s ago 7m 49.3M 4317M 17.2.0 e1d6a67b021e 87a6f4ccf8a6 2024-04-27T01:20:29.086 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (7m) 1s ago 7m 53.3M 4317M 17.2.0 e1d6a67b021e 05ee6dbaf5ff 2024-04-27T01:20:29.086 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 running (5m) 1s ago 6m 57.2M - 514e6a882f6e 16ec0fdc8e2e 2024-04-27T01:20:29.086 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (4m) 3m ago 4m 82.6M - 17.2.0 e1d6a67b021e 4022285478bf 2024-04-27T01:20:29.086 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (4m) 1s ago 4m 83.9M - 17.2.0 e1d6a67b021e aab619238956 2024-04-27T01:20:29.086 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (4m) 3m ago 4m 82.8M - 17.2.0 e1d6a67b021e 654b864f6909 2024-04-27T01:20:29.086 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (4m) 1s ago 4m 84.0M - 17.2.0 e1d6a67b021e b896e3222d12 2024-04-27T01:20:29.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:28 smithi042 bash[18488]: cluster 2024-04-27T01:20:27.600574+0000 mgr.y (mgr.14427) 291 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:29.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:28 smithi042 bash[18488]: audit 2024-04-27T01:20:27.947558+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:20:29.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:28 smithi042 bash[18488]: audit 2024-04-27T01:20:28.403619+0000 mgr.y (mgr.14427) 292 : audit [DBG] from='client.15123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:20:29.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:28 smithi042 bash[18488]: audit 2024-04-27T01:20:28.415165+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:20:29.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:28 smithi042 bash[23616]: cluster 2024-04-27T01:20:27.600574+0000 mgr.y (mgr.14427) 291 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:29.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:28 smithi042 bash[23616]: audit 2024-04-27T01:20:27.947558+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:20:29.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:28 smithi042 bash[23616]: audit 2024-04-27T01:20:28.403619+0000 mgr.y (mgr.14427) 292 : audit [DBG] from='client.15123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:20:29.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:28 smithi042 bash[23616]: audit 2024-04-27T01:20:28.415165+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:20:29.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:28 smithi046 bash[18464]: cluster 2024-04-27T01:20:27.600574+0000 mgr.y (mgr.14427) 291 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:29.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:28 smithi046 bash[18464]: audit 2024-04-27T01:20:27.947558+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:20:29.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:28 smithi046 bash[18464]: audit 2024-04-27T01:20:28.403619+0000 mgr.y (mgr.14427) 292 : audit [DBG] from='client.15123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:20:29.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:28 smithi046 bash[18464]: audit 2024-04-27T01:20:28.415165+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:20:29.423 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:28 smithi046 bash[37833]: debug 2024-04-27T01:20:28.943+0000 7f7b1f689200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-27T01:20:29.424 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:29 smithi046 bash[37833]: debug 2024-04-27T01:20:29.063+0000 7f7b1f689200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-27T01:20:29.424 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:29 smithi046 bash[37833]: debug 2024-04-27T01:20:29.171+0000 7f7b1f689200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-27T01:20:29.488 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:20:29.489 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:20:29.489 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-04-27T01:20:29.489 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:20:29.489 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:20:29.489 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-04-27T01:20:29.489 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:20:29.489 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:20:29.489 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-04-27T01:20:29.489 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:20:29.489 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": {}, 2024-04-27T01:20:29.489 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:20:29.489 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-04-27T01:20:29.490 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:20:29.490 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:20:29.490 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2024-04-27T01:20:29.490 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:20:29.490 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:20:29.825 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:20:29.826 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", 2024-04-27T01:20:29.826 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2024-04-27T01:20:29.826 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2024-04-27T01:20:29.826 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "1/23 daemons upgraded", 2024-04-27T01:20:29.826 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading mgr daemons" 2024-04-27T01:20:29.826 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:20:29.923 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:29 smithi046 bash[37833]: debug 2024-04-27T01:20:29.547+0000 7f7b1f689200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-27T01:20:29.923 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:29 smithi046 bash[37833]: debug 2024-04-27T01:20:29.795+0000 7f7b1f689200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-27T01:20:30.214 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2024-04-27T01:20:30.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:29 smithi046 bash[18464]: audit 2024-04-27T01:20:28.746364+0000 mgr.y (mgr.14427) 293 : audit [DBG] from='client.15129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:20:30.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:29 smithi046 bash[18464]: audit 2024-04-27T01:20:29.083481+0000 mgr.y (mgr.14427) 294 : audit [DBG] from='client.25024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:20:30.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:29 smithi046 bash[18464]: audit 2024-04-27T01:20:29.502484+0000 mon.c (mon.1) 42 : audit [DBG] from='client.? 172.21.15.42:0/3568074981' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:20:30.423 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:30 smithi046 bash[37833]: debug 2024-04-27T01:20:30.071+0000 7f7b1f689200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-27T01:20:30.423 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:30 smithi046 bash[37833]: debug 2024-04-27T01:20:30.195+0000 7f7b1f689200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-27T01:20:30.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:29 smithi042 bash[18488]: audit 2024-04-27T01:20:28.746364+0000 mgr.y (mgr.14427) 293 : audit [DBG] from='client.15129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:20:30.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:29 smithi042 bash[18488]: audit 2024-04-27T01:20:29.083481+0000 mgr.y (mgr.14427) 294 : audit [DBG] from='client.25024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:20:30.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:29 smithi042 bash[18488]: audit 2024-04-27T01:20:29.502484+0000 mon.c (mon.1) 42 : audit [DBG] from='client.? 172.21.15.42:0/3568074981' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:20:30.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:29 smithi042 bash[23616]: audit 2024-04-27T01:20:28.746364+0000 mgr.y (mgr.14427) 293 : audit [DBG] from='client.15129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:20:30.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:29 smithi042 bash[23616]: audit 2024-04-27T01:20:29.083481+0000 mgr.y (mgr.14427) 294 : audit [DBG] from='client.25024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:20:30.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:29 smithi042 bash[23616]: audit 2024-04-27T01:20:29.502484+0000 mon.c (mon.1) 42 : audit [DBG] from='client.? 172.21.15.42:0/3568074981' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:20:30.899 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:30 smithi046 bash[37833]: debug 2024-04-27T01:20:30.483+0000 7f7b1f689200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-27T01:20:31.152 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:30 smithi046 bash[37833]: debug 2024-04-27T01:20:30.911+0000 7f7b1f689200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:20:31.152 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:30 smithi046 bash[18464]: cluster 2024-04-27T01:20:29.601076+0000 mgr.y (mgr.14427) 295 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:31.153 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:30 smithi046 bash[18464]: audit 2024-04-27T01:20:29.838999+0000 mgr.y (mgr.14427) 296 : audit [DBG] from='client.25036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:20:31.153 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:30 smithi046 bash[18464]: audit 2024-04-27T01:20:30.228938+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.42:0/2954487698' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:20:31.423 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:31 smithi046 bash[37833]: debug 2024-04-27T01:20:31.163+0000 7f7b1f689200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-27T01:20:31.423 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:31 smithi046 bash[37833]: debug 2024-04-27T01:20:31.291+0000 7f7b1f689200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-27T01:20:31.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:30 smithi042 bash[18488]: cluster 2024-04-27T01:20:29.601076+0000 mgr.y (mgr.14427) 295 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:31.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:30 smithi042 bash[18488]: audit 2024-04-27T01:20:29.838999+0000 mgr.y (mgr.14427) 296 : audit [DBG] from='client.25036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:20:31.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:30 smithi042 bash[18488]: audit 2024-04-27T01:20:30.228938+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.42:0/2954487698' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:20:31.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:30 smithi042 bash[23616]: cluster 2024-04-27T01:20:29.601076+0000 mgr.y (mgr.14427) 295 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:31.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:30 smithi042 bash[23616]: audit 2024-04-27T01:20:29.838999+0000 mgr.y (mgr.14427) 296 : audit [DBG] from='client.25036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:20:31.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:30 smithi042 bash[23616]: audit 2024-04-27T01:20:30.228938+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.42:0/2954487698' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:20:31.923 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:31 smithi046 bash[37833]: debug 2024-04-27T01:20:31.559+0000 7f7b1f689200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:20:32.923 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:32 smithi046 bash[37833]: debug 2024-04-27T01:20:32.627+0000 7f7b1f689200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-27T01:20:32.923 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:32 smithi046 bash[37833]: debug 2024-04-27T01:20:32.751+0000 7f7b1f689200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-27T01:20:33.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:32 smithi046 bash[18464]: cluster 2024-04-27T01:20:31.602916+0000 mgr.y (mgr.14427) 297 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:33.423 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:33 smithi046 bash[37833]: debug 2024-04-27T01:20:33.067+0000 7f7b1f689200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-27T01:20:33.423 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:33 smithi046 bash[37833]: debug 2024-04-27T01:20:33.183+0000 7f7b1f689200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-27T01:20:33.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:32 smithi042 bash[18488]: cluster 2024-04-27T01:20:31.602916+0000 mgr.y (mgr.14427) 297 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:33.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:32 smithi042 bash[23616]: cluster 2024-04-27T01:20:31.602916+0000 mgr.y (mgr.14427) 297 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:33.830 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:20:33 smithi042 bash[42261]: level=error ts=2024-04-27T01:20: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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.46:8443/api/prometheus_receiver\": dial tcp 172.21.15.46:8443: connect: connection refused" 2024-04-27T01:20:33.830 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:20:33 smithi042 bash[42261]: level=warn ts=2024-04-27T01:20: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.46:8443/api/prometheus_receiver\": dial tcp 172.21.15.46:8443: connect: connection refused" 2024-04-27T01:20:33.830 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:20:33 smithi042 bash[42261]: level=warn ts=2024-04-27T01:20:33.522Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2024-04-27T01:20:33.911 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:33 smithi046 bash[37833]: debug 2024-04-27T01:20:33.659+0000 7f7b1f689200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-27T01:20:33.911 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:33 smithi046 bash[37833]: debug 2024-04-27T01:20:33.791+0000 7f7b1f689200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-27T01:20:33.912 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:33 smithi046 bash[37833]: [27/Apr/2024:01:20:33] ENGINE Bus STARTING 2024-04-27T01:20:34.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:33 smithi046 bash[37833]: CherryPy Checker: 2024-04-27T01:20:34.173 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:33 smithi046 bash[37833]: The Application mounted at '' has an empty config. 2024-04-27T01:20:34.173 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:33 smithi046 bash[37833]: [27/Apr/2024:01:20:33] ENGINE Serving on http://:::9283 2024-04-27T01:20:34.173 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:33 smithi046 bash[37833]: [27/Apr/2024:01:20:33] ENGINE Bus STARTED 2024-04-27T01:20:34.498 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:20:34 smithi042 bash[42261]: level=warn ts=2024-04-27T01:20:34.227Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=2 err="Post \"https://172.21.15.46:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.46 because it doesn't contain any IP SANs" 2024-04-27T01:20:34.673 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:34 smithi046 bash[37833]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:20:34] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:20:34.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:34 smithi046 bash[18464]: cluster 2024-04-27T01:20:33.815010+0000 mon.a (mon.0) 825 : cluster [DBG] Standby manager daemon x restarted 2024-04-27T01:20:34.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:34 smithi046 bash[18464]: cluster 2024-04-27T01:20:33.815236+0000 mon.a (mon.0) 826 : cluster [DBG] Standby manager daemon x started 2024-04-27T01:20:34.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:34 smithi046 bash[18464]: audit 2024-04-27T01:20:33.818305+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.? 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-04-27T01:20:34.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:34 smithi046 bash[18464]: audit 2024-04-27T01:20:33.820251+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.? 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T01:20:34.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:34 smithi046 bash[18464]: audit 2024-04-27T01:20:33.823843+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.? 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-04-27T01:20:34.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:34 smithi046 bash[18464]: audit 2024-04-27T01:20:33.825960+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.? 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T01:20:34.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:34 smithi042 bash[18488]: cluster 2024-04-27T01:20:33.815010+0000 mon.a (mon.0) 825 : cluster [DBG] Standby manager daemon x restarted 2024-04-27T01:20:34.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:34 smithi042 bash[18488]: cluster 2024-04-27T01:20:33.815236+0000 mon.a (mon.0) 826 : cluster [DBG] Standby manager daemon x started 2024-04-27T01:20:34.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:34 smithi042 bash[18488]: audit 2024-04-27T01:20:33.818305+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.? 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-04-27T01:20:34.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:34 smithi042 bash[18488]: audit 2024-04-27T01:20:33.820251+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.? 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T01:20:34.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:34 smithi042 bash[18488]: audit 2024-04-27T01:20:33.823843+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.? 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-04-27T01:20:34.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:34 smithi042 bash[18488]: audit 2024-04-27T01:20:33.825960+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.? 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T01:20:34.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:34 smithi042 bash[23616]: cluster 2024-04-27T01:20:33.815010+0000 mon.a (mon.0) 825 : cluster [DBG] Standby manager daemon x restarted 2024-04-27T01:20:34.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:34 smithi042 bash[23616]: cluster 2024-04-27T01:20:33.815236+0000 mon.a (mon.0) 826 : cluster [DBG] Standby manager daemon x started 2024-04-27T01:20:34.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:34 smithi042 bash[23616]: audit 2024-04-27T01:20:33.818305+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.? 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-04-27T01:20:34.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:34 smithi042 bash[23616]: audit 2024-04-27T01:20:33.820251+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.? 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T01:20:34.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:34 smithi042 bash[23616]: audit 2024-04-27T01:20:33.823843+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.? 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-04-27T01:20:34.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:34 smithi042 bash[23616]: audit 2024-04-27T01:20:33.825960+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.? 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T01:20:35.905 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:35 smithi046 bash[18464]: cluster 2024-04-27T01:20:33.603815+0000 mgr.y (mgr.14427) 298 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:35.905 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:35 smithi046 bash[18464]: audit 2024-04-27T01:20:33.842762+0000 mgr.y (mgr.14427) 299 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:20:35.905 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:35 smithi046 bash[18464]: cluster 2024-04-27T01:20:34.537259+0000 mon.a (mon.0) 827 : cluster [DBG] mgrmap e21: y(active, since 6m), standbys: x 2024-04-27T01:20:35.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:35 smithi042 bash[23616]: cluster 2024-04-27T01:20:33.603815+0000 mgr.y (mgr.14427) 298 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:35.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:35 smithi042 bash[23616]: audit 2024-04-27T01:20:33.842762+0000 mgr.y (mgr.14427) 299 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:20:35.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:35 smithi042 bash[23616]: cluster 2024-04-27T01:20:34.537259+0000 mon.a (mon.0) 827 : cluster [DBG] mgrmap e21: y(active, since 6m), standbys: x 2024-04-27T01:20:35.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:35 smithi042 bash[18488]: cluster 2024-04-27T01:20:33.603815+0000 mgr.y (mgr.14427) 298 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:35.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:35 smithi042 bash[18488]: audit 2024-04-27T01:20:33.842762+0000 mgr.y (mgr.14427) 299 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:20:35.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:35 smithi042 bash[18488]: cluster 2024-04-27T01:20:34.537259+0000 mon.a (mon.0) 827 : cluster [DBG] mgrmap e21: y(active, since 6m), standbys: x 2024-04-27T01:20:36.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:36 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:20:36] "GET /metrics HTTP/1.1" 200 214915 "" "Prometheus/2.33.4" 2024-04-27T01:20:37.181 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[42261]: level=warn ts=2024-04-27T01:20:37.062Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=5 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": dial tcp 172.21.15.42:8443: connect: connection refused" 2024-04-27T01:20:37.182 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:36 smithi042 bash[18746]: debug 2024-04-27T01:20:36.977+0000 7f165991b700 -1 mgr handle_mgr_map I was active but no longer am 2024-04-27T01:20:37.182 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18746]: ignoring --setuser ceph since I am not root 2024-04-27T01:20:37.182 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18746]: ignoring --setgroup ceph since I am not root 2024-04-27T01:20:37.182 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18746]: debug 2024-04-27T01:20:37.033+0000 7f8e5d940700 1 -- 172.21.15.42:0/2760324407 <== mon.1 v2:172.21.15.42:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c2dca90340 con 0x55c2dd80c400 2024-04-27T01:20:37.182 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18746]: debug 2024-04-27T01:20:37.181+0000 7f8e6639c000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-27T01:20:37.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:36 smithi042 bash[18488]: cluster 2024-04-27T01:20:35.605673+0000 mgr.y (mgr.14427) 300 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:37.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:36 smithi042 bash[18488]: audit 2024-04-27T01:20:35.942253+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:20:37.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:36 smithi042 bash[18488]: audit 2024-04-27T01:20:35.954420+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:20:37.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:36 smithi042 bash[18488]: audit 2024-04-27T01:20:35.971564+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:20:37.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:36 smithi042 bash[18488]: cephadm 2024-04-27T01:20:35.976613+0000 mgr.y (mgr.14427) 301 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-04-27T01:20:37.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:36 smithi042 bash[18488]: cephadm 2024-04-27T01:20:35.983502+0000 mgr.y (mgr.14427) 302 : cephadm [INF] Failing over to other MGR 2024-04-27T01:20:37.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:36 smithi042 bash[18488]: audit 2024-04-27T01:20:35.984834+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-04-27T01:20:37.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:36 smithi042 bash[18488]: audit 2024-04-27T01:20:35.985080+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-04-27T01:20:37.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:36 smithi042 bash[18488]: cluster 2024-04-27T01:20:35.995178+0000 mon.a (mon.0) 831 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-04-27T01:20:37.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:36 smithi042 bash[18488]: cluster 2024-04-27T01:20:35.998547+0000 mon.a (mon.0) 832 : cluster [DBG] Standby manager daemon y started 2024-04-27T01:20:37.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:36 smithi042 bash[23616]: cluster 2024-04-27T01:20:35.605673+0000 mgr.y (mgr.14427) 300 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:37.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:36 smithi042 bash[23616]: audit 2024-04-27T01:20:35.942253+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:20:37.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:36 smithi042 bash[23616]: audit 2024-04-27T01:20:35.954420+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:20:37.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:36 smithi042 bash[23616]: audit 2024-04-27T01:20:35.971564+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:20:37.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:36 smithi042 bash[23616]: cephadm 2024-04-27T01:20:35.976613+0000 mgr.y (mgr.14427) 301 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-04-27T01:20:37.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:36 smithi042 bash[23616]: cephadm 2024-04-27T01:20:35.983502+0000 mgr.y (mgr.14427) 302 : cephadm [INF] Failing over to other MGR 2024-04-27T01:20:37.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:36 smithi042 bash[23616]: audit 2024-04-27T01:20:35.984834+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-04-27T01:20:37.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:36 smithi042 bash[23616]: audit 2024-04-27T01:20:35.985080+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-04-27T01:20:37.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:36 smithi042 bash[23616]: cluster 2024-04-27T01:20:35.995178+0000 mon.a (mon.0) 831 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-04-27T01:20:37.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:36 smithi042 bash[23616]: cluster 2024-04-27T01:20:35.998547+0000 mon.a (mon.0) 832 : cluster [DBG] Standby manager daemon y started 2024-04-27T01:20:37.185 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:36 smithi046 bash[37833]: [27/Apr/2024:01:20:36] ENGINE Bus STOPPING 2024-04-27T01:20:37.185 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[37833]: [27/Apr/2024:01:20:37] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-27T01:20:37.185 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[37833]: [27/Apr/2024:01:20:37] ENGINE Bus STOPPED 2024-04-27T01:20:37.185 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[37833]: [27/Apr/2024:01:20:37] ENGINE Bus STARTING 2024-04-27T01:20:37.185 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:36 smithi046 bash[18464]: cluster 2024-04-27T01:20:35.605673+0000 mgr.y (mgr.14427) 300 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:37.185 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:36 smithi046 bash[18464]: audit 2024-04-27T01:20:35.942253+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:20:37.185 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:36 smithi046 bash[18464]: audit 2024-04-27T01:20:35.954420+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14427 ' entity='mgr.y' 2024-04-27T01:20:37.186 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:36 smithi046 bash[18464]: audit 2024-04-27T01:20:35.971564+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:20:37.186 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:36 smithi046 bash[18464]: cephadm 2024-04-27T01:20:35.976613+0000 mgr.y (mgr.14427) 301 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-04-27T01:20:37.186 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:36 smithi046 bash[18464]: cephadm 2024-04-27T01:20:35.983502+0000 mgr.y (mgr.14427) 302 : cephadm [INF] Failing over to other MGR 2024-04-27T01:20:37.186 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:36 smithi046 bash[18464]: audit 2024-04-27T01:20:35.984834+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.14427 172.21.15.42:0/1430013006' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-04-27T01:20:37.186 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:36 smithi046 bash[18464]: audit 2024-04-27T01:20:35.985080+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-04-27T01:20:37.186 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:36 smithi046 bash[18464]: cluster 2024-04-27T01:20:35.995178+0000 mon.a (mon.0) 831 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-04-27T01:20:37.186 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:36 smithi046 bash[18464]: cluster 2024-04-27T01:20:35.998547+0000 mon.a (mon.0) 832 : cluster [DBG] Standby manager daemon y started 2024-04-27T01:20:37.672 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[37833]: [27/Apr/2024:01:20:37] ENGINE Serving on http://:::9283 2024-04-27T01:20:37.673 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[37833]: [27/Apr/2024:01:20:37] ENGINE Bus STARTED 2024-04-27T01:20:38.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:36.968945+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-04-27T01:20:38.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: cluster 2024-04-27T01:20:36.969192+0000 mon.a (mon.0) 834 : cluster [DBG] mgrmap e22: x(active, starting, since 0.98269s), standbys: y 2024-04-27T01:20:38.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:36.975268+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:20:38.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:36.975733+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:20:38.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:36.976235+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:20:38.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:36.979297+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-27T01:20:38.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:36.980343+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-04-27T01:20:38.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:36.981245+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:20:38.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:36.982207+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:20:38.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:36.982819+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:20:38.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:36.983436+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:20:38.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:36.984055+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:20:38.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:36.984663+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:20:38.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:36.985343+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:20:38.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:36.986262+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:20:38.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:36.987142+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T01:20:38.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:36.987671+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T01:20:38.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:36.988958+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T01:20:38.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: cluster 2024-04-27T01:20:37.039371+0000 mon.a (mon.0) 835 : cluster [INF] Manager daemon x is now available 2024-04-27T01:20:38.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:37.096426+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:38.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: cephadm 2024-04-27T01:20:37.097735+0000 mgr.x (mgr.24647) 1 : cephadm [INF] Queued rgw.foo for migration 2024-04-27T01:20:38.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:37.101924+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:38.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: cephadm 2024-04-27T01:20:37.103210+0000 mgr.x (mgr.24647) 2 : cephadm [INF] Queued rgw.smpl for migration 2024-04-27T01:20:38.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: cephadm 2024-04-27T01:20:37.103895+0000 mgr.x (mgr.24647) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2024-04-27T01:20:38.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: cephadm 2024-04-27T01:20:37.103994+0000 mgr.x (mgr.24647) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2024-04-27T01:20:38.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:37.108802+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:38.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:37.147634+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:20:38.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:37.161271+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:20:38.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:37.161281+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:20:38.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:37.195906+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-27T01:20:38.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:37 smithi046 bash[18464]: audit 2024-04-27T01:20:37.196011+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-27T01:20:38.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:36.968945+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-04-27T01:20:38.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: cluster 2024-04-27T01:20:36.969192+0000 mon.a (mon.0) 834 : cluster [DBG] mgrmap e22: x(active, starting, since 0.98269s), standbys: y 2024-04-27T01:20:38.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:36.975268+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:20:38.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:36.975733+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:20:38.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:36.976235+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:20:38.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:36.979297+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-27T01:20:38.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:36.980343+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-04-27T01:20:38.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:36.981245+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:20:38.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:36.982207+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:20:38.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:36.982819+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:20:38.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:36.983436+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:20:38.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:36.984055+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:20:38.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:36.984663+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:20:38.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:36.985343+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:20:38.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:36.986262+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:20:38.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:36.987142+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T01:20:38.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:36.987671+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T01:20:38.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:36.988958+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T01:20:38.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: cluster 2024-04-27T01:20:37.039371+0000 mon.a (mon.0) 835 : cluster [INF] Manager daemon x is now available 2024-04-27T01:20:38.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:36.968945+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14427 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-04-27T01:20:38.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: cluster 2024-04-27T01:20:36.969192+0000 mon.a (mon.0) 834 : cluster [DBG] mgrmap e22: x(active, starting, since 0.98269s), standbys: y 2024-04-27T01:20:38.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:36.975268+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:20:38.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:36.975733+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:20:38.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:36.976235+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:20:38.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:36.979297+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-27T01:20:38.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:36.980343+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-04-27T01:20:38.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:36.981245+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:20:38.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:36.982207+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:20:38.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:36.982819+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:20:38.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:36.983436+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:20:38.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:36.984055+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:20:38.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:36.984663+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:20:38.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:36.985343+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:20:38.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:36.986262+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:20:38.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:36.987142+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T01:20:38.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:36.987671+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T01:20:38.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:36.988958+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T01:20:38.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: cluster 2024-04-27T01:20:37.039371+0000 mon.a (mon.0) 835 : cluster [INF] Manager daemon x is now available 2024-04-27T01:20:38.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:37.096426+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:38.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: cephadm 2024-04-27T01:20:37.097735+0000 mgr.x (mgr.24647) 1 : cephadm [INF] Queued rgw.foo for migration 2024-04-27T01:20:38.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:37.101924+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:38.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: cephadm 2024-04-27T01:20:37.103210+0000 mgr.x (mgr.24647) 2 : cephadm [INF] Queued rgw.smpl for migration 2024-04-27T01:20:38.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: cephadm 2024-04-27T01:20:37.103895+0000 mgr.x (mgr.24647) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2024-04-27T01:20:38.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: cephadm 2024-04-27T01:20:37.103994+0000 mgr.x (mgr.24647) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2024-04-27T01:20:38.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:37.108802+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:38.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:37.147634+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:20:38.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:37.161271+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:20:38.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:37.161281+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:20:38.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:37.195906+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-27T01:20:38.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[18488]: audit 2024-04-27T01:20:37.196011+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-27T01:20:38.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:37.096426+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:38.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: cephadm 2024-04-27T01:20:37.097735+0000 mgr.x (mgr.24647) 1 : cephadm [INF] Queued rgw.foo for migration 2024-04-27T01:20:38.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:37.101924+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:38.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: cephadm 2024-04-27T01:20:37.103210+0000 mgr.x (mgr.24647) 2 : cephadm [INF] Queued rgw.smpl for migration 2024-04-27T01:20:38.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: cephadm 2024-04-27T01:20:37.103895+0000 mgr.x (mgr.24647) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2024-04-27T01:20:38.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: cephadm 2024-04-27T01:20:37.103994+0000 mgr.x (mgr.24647) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2024-04-27T01:20:38.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:37.108802+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:38.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:37.147634+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:20:38.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:37.161271+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:20:38.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:37.161281+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:20:38.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:37.195906+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-27T01:20:38.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:37 smithi042 bash[23616]: audit 2024-04-27T01:20:37.196011+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-27T01:20:39.133 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:38 smithi042 bash[18746]: debug 2024-04-27T01:20:38.789+0000 7f8e6639c000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-27T01:20:39.133 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:38 smithi042 bash[18746]: debug 2024-04-27T01:20:38.889+0000 7f8e6639c000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-27T01:20:39.134 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:38 smithi042 bash[23616]: cephadm 2024-04-27T01:20:37.603189+0000 mgr.x (mgr.24647) 5 : cephadm [INF] Deploying cephadm binary to smithi046 2024-04-27T01:20:39.134 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:38 smithi042 bash[23616]: cephadm 2024-04-27T01:20:37.614764+0000 mgr.x (mgr.24647) 6 : cephadm [INF] Deploying cephadm binary to smithi042 2024-04-27T01:20:39.134 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:38 smithi042 bash[23616]: cluster 2024-04-27T01:20:37.966375+0000 mon.a (mon.0) 841 : cluster [DBG] mgrmap e23: x(active, since 1.97988s), standbys: y 2024-04-27T01:20:39.134 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:38 smithi042 bash[23616]: cluster 2024-04-27T01:20:38.005699+0000 mgr.x (mgr.24647) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:20:39.134 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:38 smithi042 bash[23616]: audit 2024-04-27T01:20:38.561399+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:39.134 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:38 smithi042 bash[23616]: audit 2024-04-27T01:20:38.588780+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:39.134 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:38 smithi042 bash[18488]: cephadm 2024-04-27T01:20:37.603189+0000 mgr.x (mgr.24647) 5 : cephadm [INF] Deploying cephadm binary to smithi046 2024-04-27T01:20:39.134 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:38 smithi042 bash[18488]: cephadm 2024-04-27T01:20:37.614764+0000 mgr.x (mgr.24647) 6 : cephadm [INF] Deploying cephadm binary to smithi042 2024-04-27T01:20:39.134 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:38 smithi042 bash[18488]: cluster 2024-04-27T01:20:37.966375+0000 mon.a (mon.0) 841 : cluster [DBG] mgrmap e23: x(active, since 1.97988s), standbys: y 2024-04-27T01:20:39.134 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:38 smithi042 bash[18488]: cluster 2024-04-27T01:20:38.005699+0000 mgr.x (mgr.24647) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:20:39.135 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:38 smithi042 bash[18488]: audit 2024-04-27T01:20:38.561399+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:39.135 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:38 smithi042 bash[18488]: audit 2024-04-27T01:20:38.588780+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:39.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:38 smithi046 bash[18464]: cephadm 2024-04-27T01:20:37.603189+0000 mgr.x (mgr.24647) 5 : cephadm [INF] Deploying cephadm binary to smithi046 2024-04-27T01:20:39.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:38 smithi046 bash[18464]: cephadm 2024-04-27T01:20:37.614764+0000 mgr.x (mgr.24647) 6 : cephadm [INF] Deploying cephadm binary to smithi042 2024-04-27T01:20:39.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:38 smithi046 bash[18464]: cluster 2024-04-27T01:20:37.966375+0000 mon.a (mon.0) 841 : cluster [DBG] mgrmap e23: x(active, since 1.97988s), standbys: y 2024-04-27T01:20:39.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:38 smithi046 bash[18464]: cluster 2024-04-27T01:20:38.005699+0000 mgr.x (mgr.24647) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:20:39.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:38 smithi046 bash[18464]: audit 2024-04-27T01:20:38.561399+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:39.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:38 smithi046 bash[18464]: audit 2024-04-27T01:20:38.588780+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:39.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:39 smithi042 bash[18746]: debug 2024-04-27T01:20:39.145+0000 7f8e6639c000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-27T01:20:40.182 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:39 smithi042 bash[18746]: debug 2024-04-27T01:20:39.913+0000 7f8e6639c000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-27T01:20:40.182 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:40 smithi042 bash[18746]: debug 2024-04-27T01:20:40.029+0000 7f8e6639c000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-27T01:20:40.182 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:40 smithi042 bash[18746]: debug 2024-04-27T01:20:40.141+0000 7f8e6639c000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-27T01:20:40.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:39 smithi042 bash[18488]: cluster 2024-04-27T01:20:38.985904+0000 mgr.x (mgr.24647) 8 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:20:40.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:39 smithi042 bash[18488]: cephadm 2024-04-27T01:20:39.044731+0000 mgr.x (mgr.24647) 9 : cephadm [INF] [27/Apr/2024:01:20:39] ENGINE Bus STARTING 2024-04-27T01:20:40.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:39 smithi042 bash[18488]: cephadm 2024-04-27T01:20:39.217392+0000 mgr.x (mgr.24647) 10 : cephadm [INF] [27/Apr/2024:01:20:39] ENGINE Serving on https://172.21.15.46:7150 2024-04-27T01:20:40.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:39 smithi042 bash[23616]: cluster 2024-04-27T01:20:38.985904+0000 mgr.x (mgr.24647) 8 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:20:40.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:39 smithi042 bash[23616]: cephadm 2024-04-27T01:20:39.044731+0000 mgr.x (mgr.24647) 9 : cephadm [INF] [27/Apr/2024:01:20:39] ENGINE Bus STARTING 2024-04-27T01:20:40.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:39 smithi042 bash[23616]: cephadm 2024-04-27T01:20:39.217392+0000 mgr.x (mgr.24647) 10 : cephadm [INF] [27/Apr/2024:01:20:39] ENGINE Serving on https://172.21.15.46:7150 2024-04-27T01:20:40.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:39 smithi046 bash[18464]: cluster 2024-04-27T01:20:38.985904+0000 mgr.x (mgr.24647) 8 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:20:40.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:39 smithi046 bash[18464]: cephadm 2024-04-27T01:20:39.044731+0000 mgr.x (mgr.24647) 9 : cephadm [INF] [27/Apr/2024:01:20:39] ENGINE Bus STARTING 2024-04-27T01:20:40.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:39 smithi046 bash[18464]: cephadm 2024-04-27T01:20:39.217392+0000 mgr.x (mgr.24647) 10 : cephadm [INF] [27/Apr/2024:01:20:39] ENGINE Serving on https://172.21.15.46:7150 2024-04-27T01:20:40.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:40 smithi042 bash[18746]: debug 2024-04-27T01:20:40.257+0000 7f8e6639c000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-27T01:20:40.682 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:40 smithi042 bash[18746]: debug 2024-04-27T01:20:40.477+0000 7f8e6639c000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-27T01:20:41.055 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:40 smithi042 bash[18746]: debug 2024-04-27T01:20:40.769+0000 7f8e6639c000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-27T01:20:41.055 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:40 smithi042 bash[18746]: debug 2024-04-27T01:20:40.877+0000 7f8e6639c000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-27T01:20:41.056 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:41 smithi042 bash[23616]: cephadm 2024-04-27T01:20:39.337744+0000 mgr.x (mgr.24647) 11 : cephadm [INF] [27/Apr/2024:01:20:39] ENGINE Serving on http://172.21.15.46:8765 2024-04-27T01:20:41.056 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:41 smithi042 bash[23616]: cephadm 2024-04-27T01:20:39.338000+0000 mgr.x (mgr.24647) 12 : cephadm [INF] [27/Apr/2024:01:20:39] ENGINE Bus STARTED 2024-04-27T01:20:41.056 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:41 smithi042 bash[23616]: cluster 2024-04-27T01:20:40.007621+0000 mon.a (mon.0) 844 : cluster [DBG] mgrmap e24: x(active, since 4s), standbys: y 2024-04-27T01:20:41.056 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:41 smithi042 bash[18488]: cephadm 2024-04-27T01:20:39.337744+0000 mgr.x (mgr.24647) 11 : cephadm [INF] [27/Apr/2024:01:20:39] ENGINE Serving on http://172.21.15.46:8765 2024-04-27T01:20:41.056 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:41 smithi042 bash[18488]: cephadm 2024-04-27T01:20:39.338000+0000 mgr.x (mgr.24647) 12 : cephadm [INF] [27/Apr/2024:01:20:39] ENGINE Bus STARTED 2024-04-27T01:20:41.056 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:41 smithi042 bash[18488]: cluster 2024-04-27T01:20:40.007621+0000 mon.a (mon.0) 844 : cluster [DBG] mgrmap e24: x(active, since 4s), standbys: y 2024-04-27T01:20:41.308 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:41 smithi042 bash[18746]: debug 2024-04-27T01:20:41.065+0000 7f8e6639c000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-27T01:20:41.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:41 smithi046 bash[18464]: cephadm 2024-04-27T01:20:39.337744+0000 mgr.x (mgr.24647) 11 : cephadm [INF] [27/Apr/2024:01:20:39] ENGINE Serving on http://172.21.15.46:8765 2024-04-27T01:20:41.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:41 smithi046 bash[18464]: cephadm 2024-04-27T01:20:39.338000+0000 mgr.x (mgr.24647) 12 : cephadm [INF] [27/Apr/2024:01:20:39] ENGINE Bus STARTED 2024-04-27T01:20:41.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:41 smithi046 bash[18464]: cluster 2024-04-27T01:20:40.007621+0000 mon.a (mon.0) 844 : cluster [DBG] mgrmap e24: x(active, since 4s), standbys: y 2024-04-27T01:20:41.592 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:41 smithi042 bash[18746]: debug 2024-04-27T01:20:41.321+0000 7f8e6639c000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-27T01:20:41.931 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:41 smithi042 bash[18746]: debug 2024-04-27T01:20:41.601+0000 7f8e6639c000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-27T01:20:41.931 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:41 smithi042 bash[18746]: debug 2024-04-27T01:20:41.777+0000 7f8e6639c000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:20:42.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:42 smithi046 bash[18464]: cluster 2024-04-27T01:20:40.986569+0000 mgr.x (mgr.24647) 13 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:20:42.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:42 smithi042 bash[18746]: debug 2024-04-27T01:20:42.021+0000 7f8e6639c000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-27T01:20:42.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:42 smithi042 bash[18746]: debug 2024-04-27T01:20:42.145+0000 7f8e6639c000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-27T01:20:42.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:42 smithi042 bash[18488]: cluster 2024-04-27T01:20:40.986569+0000 mgr.x (mgr.24647) 13 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:20:42.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:42 smithi042 bash[23616]: cluster 2024-04-27T01:20:40.986569+0000 mgr.x (mgr.24647) 13 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:20:42.931 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:42 smithi042 bash[18746]: debug 2024-04-27T01:20:42.489+0000 7f8e6639c000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:20:43.504 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:43 smithi042 bash[18746]: debug 2024-04-27T01:20:43.261+0000 7f8e6639c000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-27T01:20:43.504 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:43 smithi042 bash[18746]: debug 2024-04-27T01:20:43.381+0000 7f8e6639c000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-27T01:20:43.840 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:43 smithi042 bash[18746]: debug 2024-04-27T01:20:43.605+0000 7f8e6639c000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-27T01:20:43.840 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:20:43 smithi042 bash[42261]: level=error ts=2024-04-27T01:20:43.518Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=11 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": dial tcp 172.21.15.42:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.46:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.46 because it doesn't contain any IP SANs" 2024-04-27T01:20:43.840 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:20:43 smithi042 bash[42261]: level=warn ts=2024-04-27T01:20:43.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": dial tcp 172.21.15.42:8443: connect: connection refused" 2024-04-27T01:20:43.840 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:20:43 smithi042 bash[42261]: level=warn ts=2024-04-27T01:20: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.46:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.46 because it doesn't contain any IP SANs" 2024-04-27T01:20:44.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:44 smithi042 bash[18488]: cluster 2024-04-27T01:20:42.987663+0000 mgr.x (mgr.24647) 14 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:20:44.182 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:43 smithi042 bash[18746]: debug 2024-04-27T01:20:43.937+0000 7f8e6639c000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-27T01:20:44.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:44 smithi042 bash[23616]: cluster 2024-04-27T01:20:42.987663+0000 mgr.x (mgr.24647) 14 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:20:44.274 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:44 smithi046 bash[18464]: cluster 2024-04-27T01:20:42.987663+0000 mgr.x (mgr.24647) 14 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:20:44.574 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:44 smithi042 bash[18746]: debug 2024-04-27T01:20:44.333+0000 7f8e6639c000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-27T01:20:44.574 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:44 smithi042 bash[18746]: debug 2024-04-27T01:20:44.457+0000 7f8e6639c000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-27T01:20:44.574 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:44 smithi042 bash[18746]: [27/Apr/2024:01:20:44] ENGINE Bus STARTING 2024-04-27T01:20:44.672 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:44 smithi046 bash[37833]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:20:44] "GET /metrics HTTP/1.1" 200 35343 "" "Prometheus/2.33.4" 2024-04-27T01:20:44.931 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:20:44 smithi042 bash[42261]: level=warn ts=2024-04-27T01:20:44.780Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=3 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2024-04-27T01:20:44.932 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:44 smithi042 bash[18746]: CherryPy Checker: 2024-04-27T01:20:44.932 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:44 smithi042 bash[18746]: The Application mounted at '' has an empty config. 2024-04-27T01:20:44.932 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:44 smithi042 bash[18746]: [27/Apr/2024:01:20:44] ENGINE Serving on http://:::9283 2024-04-27T01:20:44.932 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:44 smithi042 bash[18746]: [27/Apr/2024:01:20:44] ENGINE Bus STARTED 2024-04-27T01:20:45.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:45 smithi046 bash[18464]: audit 2024-04-27T01:20:43.854748+0000 mgr.x (mgr.24647) 15 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:20:45.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:45 smithi046 bash[18464]: cluster 2024-04-27T01:20:44.480889+0000 mon.a (mon.0) 845 : cluster [DBG] Standby manager daemon y restarted 2024-04-27T01:20:45.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:45 smithi046 bash[18464]: cluster 2024-04-27T01:20:44.481143+0000 mon.a (mon.0) 846 : cluster [DBG] Standby manager daemon y started 2024-04-27T01:20:45.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:45 smithi046 bash[18464]: audit 2024-04-27T01:20:44.482961+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.? 172.21.15.42:0/1389922437' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-04-27T01:20:45.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:45 smithi046 bash[18464]: audit 2024-04-27T01:20:44.489143+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.? 172.21.15.42:0/1389922437' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T01:20:45.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:45 smithi046 bash[18464]: audit 2024-04-27T01:20:44.490391+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.? 172.21.15.42:0/1389922437' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-04-27T01:20:45.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:45 smithi046 bash[18464]: audit 2024-04-27T01:20:44.490770+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.? 172.21.15.42:0/1389922437' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T01:20:45.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:45 smithi042 bash[18488]: audit 2024-04-27T01:20:43.854748+0000 mgr.x (mgr.24647) 15 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:20:45.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:45 smithi042 bash[18488]: cluster 2024-04-27T01:20:44.480889+0000 mon.a (mon.0) 845 : cluster [DBG] Standby manager daemon y restarted 2024-04-27T01:20:45.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:45 smithi042 bash[18488]: cluster 2024-04-27T01:20:44.481143+0000 mon.a (mon.0) 846 : cluster [DBG] Standby manager daemon y started 2024-04-27T01:20:45.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:45 smithi042 bash[18488]: audit 2024-04-27T01:20:44.482961+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.? 172.21.15.42:0/1389922437' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-04-27T01:20:45.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:45 smithi042 bash[18488]: audit 2024-04-27T01:20:44.489143+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.? 172.21.15.42:0/1389922437' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T01:20:45.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:45 smithi042 bash[18488]: audit 2024-04-27T01:20:44.490391+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.? 172.21.15.42:0/1389922437' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-04-27T01:20:45.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:45 smithi042 bash[18488]: audit 2024-04-27T01:20:44.490770+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.? 172.21.15.42:0/1389922437' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T01:20:45.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:45 smithi042 bash[23616]: audit 2024-04-27T01:20:43.854748+0000 mgr.x (mgr.24647) 15 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:20:45.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:45 smithi042 bash[23616]: cluster 2024-04-27T01:20:44.480889+0000 mon.a (mon.0) 845 : cluster [DBG] Standby manager daemon y restarted 2024-04-27T01:20:45.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:45 smithi042 bash[23616]: cluster 2024-04-27T01:20:44.481143+0000 mon.a (mon.0) 846 : cluster [DBG] Standby manager daemon y started 2024-04-27T01:20:45.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:45 smithi042 bash[23616]: audit 2024-04-27T01:20:44.482961+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.? 172.21.15.42:0/1389922437' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-04-27T01:20:45.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:45 smithi042 bash[23616]: audit 2024-04-27T01:20:44.489143+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.? 172.21.15.42:0/1389922437' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T01:20:45.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:45 smithi042 bash[23616]: audit 2024-04-27T01:20:44.490391+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.? 172.21.15.42:0/1389922437' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-04-27T01:20:45.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:45 smithi042 bash[23616]: audit 2024-04-27T01:20:44.490770+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.? 172.21.15.42:0/1389922437' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T01:20:46.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:46 smithi046 bash[18464]: cluster 2024-04-27T01:20:44.988963+0000 mgr.x (mgr.24647) 16 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-04-27T01:20:46.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:46 smithi046 bash[18464]: cluster 2024-04-27T01:20:45.033352+0000 mon.a (mon.0) 847 : cluster [DBG] mgrmap e25: x(active, since 9s), standbys: y 2024-04-27T01:20:46.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:46 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:20:46] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:20:46.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:46 smithi042 bash[18488]: cluster 2024-04-27T01:20:44.988963+0000 mgr.x (mgr.24647) 16 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-04-27T01:20:46.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:46 smithi042 bash[18488]: cluster 2024-04-27T01:20:45.033352+0000 mon.a (mon.0) 847 : cluster [DBG] mgrmap e25: x(active, since 9s), standbys: y 2024-04-27T01:20:46.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:46 smithi042 bash[23616]: cluster 2024-04-27T01:20:44.988963+0000 mgr.x (mgr.24647) 16 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-04-27T01:20:46.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:46 smithi042 bash[23616]: cluster 2024-04-27T01:20:45.033352+0000 mon.a (mon.0) 847 : cluster [DBG] mgrmap e25: x(active, since 9s), standbys: y 2024-04-27T01:20:48.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:48 smithi046 bash[18464]: cluster 2024-04-27T01:20:46.989852+0000 mgr.x (mgr.24647) 17 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2024-04-27T01:20:48.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:48 smithi042 bash[18488]: cluster 2024-04-27T01:20:46.989852+0000 mgr.x (mgr.24647) 17 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2024-04-27T01:20:48.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:48 smithi042 bash[23616]: cluster 2024-04-27T01:20:46.989852+0000 mgr.x (mgr.24647) 17 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2024-04-27T01:20:49.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:49 smithi046 bash[18464]: cluster 2024-04-27T01:20:48.991742+0000 mgr.x (mgr.24647) 18 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-04-27T01:20:49.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:49 smithi042 bash[18488]: cluster 2024-04-27T01:20:48.991742+0000 mgr.x (mgr.24647) 18 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-04-27T01:20:49.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:49 smithi042 bash[23616]: cluster 2024-04-27T01:20:48.991742+0000 mgr.x (mgr.24647) 18 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-04-27T01:20:52.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:51 smithi046 bash[18464]: audit 2024-04-27T01:20:50.962063+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:52.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:51 smithi046 bash[18464]: audit 2024-04-27T01:20:50.972059+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:52.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:51 smithi046 bash[18464]: cluster 2024-04-27T01:20:50.992261+0000 mgr.x (mgr.24647) 19 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:20:52.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:51 smithi046 bash[18464]: audit 2024-04-27T01:20:51.062009+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:52.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:51 smithi046 bash[18464]: audit 2024-04-27T01:20:51.074785+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:52.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:51 smithi042 bash[18488]: audit 2024-04-27T01:20:50.962063+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:52.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:51 smithi042 bash[18488]: audit 2024-04-27T01:20:50.972059+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:52.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:51 smithi042 bash[18488]: cluster 2024-04-27T01:20:50.992261+0000 mgr.x (mgr.24647) 19 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:20:52.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:51 smithi042 bash[18488]: audit 2024-04-27T01:20:51.062009+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:52.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:51 smithi042 bash[18488]: audit 2024-04-27T01:20:51.074785+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:52.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:51 smithi042 bash[23616]: audit 2024-04-27T01:20:50.962063+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:52.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:51 smithi042 bash[23616]: audit 2024-04-27T01:20:50.972059+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:52.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:51 smithi042 bash[23616]: cluster 2024-04-27T01:20:50.992261+0000 mgr.x (mgr.24647) 19 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:20:52.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:51 smithi042 bash[23616]: audit 2024-04-27T01:20:51.062009+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:52.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:51 smithi042 bash[23616]: audit 2024-04-27T01:20:51.074785+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:53.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:53 smithi046 bash[18464]: audit 2024-04-27T01:20:52.125123+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:53.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:53 smithi046 bash[18464]: audit 2024-04-27T01:20:52.134749+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:53.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:53 smithi046 bash[18464]: audit 2024-04-27T01:20:52.148799+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:20:53.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:53 smithi046 bash[18464]: audit 2024-04-27T01:20:52.513905+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:53.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:53 smithi046 bash[18464]: audit 2024-04-27T01:20:52.527093+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:53.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:53 smithi046 bash[18464]: audit 2024-04-27T01:20:52.531354+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:20:53.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:53 smithi046 bash[18464]: audit 2024-04-27T01:20:52.531357+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:20:53.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:53 smithi046 bash[18464]: audit 2024-04-27T01:20:52.533756+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:20:53.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:53 smithi046 bash[18464]: audit 2024-04-27T01:20:52.533916+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:20:53.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:53 smithi046 bash[18464]: audit 2024-04-27T01:20:52.535936+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:20:53.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:53 smithi046 bash[18464]: audit 2024-04-27T01:20:52.536093+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:20:53.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:53 smithi046 bash[18464]: audit 2024-04-27T01:20:52.538126+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:20:53.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:53 smithi046 bash[18464]: audit 2024-04-27T01:20:52.538319+0000 mon.b (mon.2) 157 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:20:53.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:53 smithi046 bash[18464]: audit 2024-04-27T01:20:52.548910+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:53.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[18488]: audit 2024-04-27T01:20:52.125123+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:53.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[18488]: audit 2024-04-27T01:20:52.134749+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:53.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[18488]: audit 2024-04-27T01:20:52.148799+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:20:53.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[18488]: audit 2024-04-27T01:20:52.513905+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:53.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[18488]: audit 2024-04-27T01:20:52.527093+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:53.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[18488]: audit 2024-04-27T01:20:52.531354+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:20:53.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[18488]: audit 2024-04-27T01:20:52.531357+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:20:53.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[18488]: audit 2024-04-27T01:20:52.533756+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:20:53.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[18488]: audit 2024-04-27T01:20:52.533916+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:20:53.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[18488]: audit 2024-04-27T01:20:52.535936+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:20:53.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[18488]: audit 2024-04-27T01:20:52.536093+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:20:53.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[18488]: audit 2024-04-27T01:20:52.538126+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:20:53.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[18488]: audit 2024-04-27T01:20:52.538319+0000 mon.b (mon.2) 157 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:20:53.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[18488]: audit 2024-04-27T01:20:52.548910+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:53.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[23616]: audit 2024-04-27T01:20:52.125123+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:53.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[23616]: audit 2024-04-27T01:20:52.134749+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:53.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[23616]: audit 2024-04-27T01:20:52.148799+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:20:53.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[23616]: audit 2024-04-27T01:20:52.513905+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:53.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[23616]: audit 2024-04-27T01:20:52.527093+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:53.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[23616]: audit 2024-04-27T01:20:52.531354+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:20:53.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[23616]: audit 2024-04-27T01:20:52.531357+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:20:53.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[23616]: audit 2024-04-27T01:20:52.533756+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:20:53.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[23616]: audit 2024-04-27T01:20:52.533916+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:20:53.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[23616]: audit 2024-04-27T01:20:52.535936+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:20:53.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[23616]: audit 2024-04-27T01:20:52.536093+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:20:53.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[23616]: audit 2024-04-27T01:20:52.538126+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:20:53.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[23616]: audit 2024-04-27T01:20:52.538319+0000 mon.b (mon.2) 157 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:20:53.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[23616]: audit 2024-04-27T01:20:52.548910+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:20:53.845 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[42261]: level=error ts=2024-04-27T01:20:53.519Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=11 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.46:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.46 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2024-04-27T01:20:53.846 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[42261]: level=warn ts=2024-04-27T01:20:53.525Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2024-04-27T01:20:53.846 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:20:53 smithi042 bash[42261]: level=warn ts=2024-04-27T01:20:53.525Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.46:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.46 because it doesn't contain any IP SANs" 2024-04-27T01:20:54.422 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:20:54 smithi046 bash[37833]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:20:54] "GET /metrics HTTP/1.1" 200 38142 "" "Prometheus/2.33.4" 2024-04-27T01:20:54.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:54 smithi046 bash[18464]: cephadm 2024-04-27T01:20:52.540210+0000 mgr.x (mgr.24647) 20 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 2781M 2024-04-27T01:20:54.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:54 smithi046 bash[18464]: cluster 2024-04-27T01:20:52.993262+0000 mgr.x (mgr.24647) 21 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:20:54.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:54 smithi042 bash[23616]: cephadm 2024-04-27T01:20:52.540210+0000 mgr.x (mgr.24647) 20 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 2781M 2024-04-27T01:20:54.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:54 smithi042 bash[23616]: cluster 2024-04-27T01:20:52.993262+0000 mgr.x (mgr.24647) 21 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:20:54.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:54 smithi042 bash[18488]: cephadm 2024-04-27T01:20:52.540210+0000 mgr.x (mgr.24647) 20 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 2781M 2024-04-27T01:20:54.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:54 smithi042 bash[18488]: cluster 2024-04-27T01:20:52.993262+0000 mgr.x (mgr.24647) 21 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:20:55.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:55 smithi046 bash[18464]: audit 2024-04-27T01:20:53.858418+0000 mgr.x (mgr.24647) 22 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:20:55.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:55 smithi042 bash[18488]: audit 2024-04-27T01:20:53.858418+0000 mgr.x (mgr.24647) 22 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:20:55.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:55 smithi042 bash[23616]: audit 2024-04-27T01:20:53.858418+0000 mgr.x (mgr.24647) 22 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:20:56.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:56 smithi046 bash[18464]: cluster 2024-04-27T01:20:54.994415+0000 mgr.x (mgr.24647) 23 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:20:56.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:56 smithi042 bash[18488]: cluster 2024-04-27T01:20:54.994415+0000 mgr.x (mgr.24647) 23 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:20:56.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:20:56 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:20:56] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:20:56.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:56 smithi042 bash[23616]: cluster 2024-04-27T01:20:54.994415+0000 mgr.x (mgr.24647) 23 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:20:58.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:58 smithi046 bash[18464]: cluster 2024-04-27T01:20:56.995232+0000 mgr.x (mgr.24647) 24 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:58.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:58 smithi042 bash[18488]: cluster 2024-04-27T01:20:56.995232+0000 mgr.x (mgr.24647) 24 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:58.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:58 smithi042 bash[23616]: cluster 2024-04-27T01:20:56.995232+0000 mgr.x (mgr.24647) 24 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:20:59.767 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:20:59 smithi046 bash[18464]: cluster 2024-04-27T01:20:58.996962+0000 mgr.x (mgr.24647) 25 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:59.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:20:59 smithi042 bash[18488]: cluster 2024-04-27T01:20:58.996962+0000 mgr.x (mgr.24647) 25 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:20:59.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:20:59 smithi042 bash[23616]: cluster 2024-04-27T01:20:58.996962+0000 mgr.x (mgr.24647) 25 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:00.610 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:21:01.379 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:21:01.379 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (5m) 10s ago 6m 16.6M - 0.23.0 ba2b418f427c efe9ae5e411f 2024-04-27T01:21:01.379 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 running (6m) 10s ago 6m 42.7M - 8.3.5 dad864ee21e9 05cfa63558af 2024-04-27T01:21:01.379 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 running (4m) 10s ago 4m 43.1M - 3.5 e1d6a67b021e cc829713dbf6 2024-04-27T01:21:01.379 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443,9283 running (37s) 10s ago 11m 481M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 30b6d7df8a5d 2024-04-27T01:21:01.379 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:9283 running (13m) 10s ago 13m 398M - 17.2.0 e1d6a67b021e a6731f42c680 2024-04-27T01:21:01.379 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (13m) 10s ago 13m 53.0M 2048M 17.2.0 e1d6a67b021e c3de2f32752a 2024-04-27T01:21:01.379 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (12m) 10s ago 12m 43.7M 2048M 17.2.0 e1d6a67b021e 370efec7cf8d 2024-04-27T01:21:01.379 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (12m) 10s ago 12m 41.5M 2048M 17.2.0 e1d6a67b021e cd53a35f7399 2024-04-27T01:21:01.379 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (6m) 10s ago 6m 9.81M - 1.3.1 1dbe0e931976 040ea3f6c3bc 2024-04-27T01:21:01.380 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (6m) 10s ago 6m 9748k - 1.3.1 1dbe0e931976 354480737d9f 2024-04-27T01:21:01.380 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (11m) 10s ago 11m 56.6M 2781M 17.2.0 e1d6a67b021e 5a88875a607d 2024-04-27T01:21:01.380 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (10m) 10s ago 10m 58.6M 2781M 17.2.0 e1d6a67b021e 60ae6a8ced36 2024-04-27T01:21:01.380 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (10m) 10s ago 10m 50.2M 2781M 17.2.0 e1d6a67b021e 1694c06983a4 2024-04-27T01:21:01.380 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (9m) 10s ago 9m 55.2M 2781M 17.2.0 e1d6a67b021e 523b1c99e778 2024-04-27T01:21:01.380 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (9m) 10s ago 9m 56.8M 4317M 17.2.0 e1d6a67b021e 8f9eeee1f917 2024-04-27T01:21:01.380 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (8m) 10s ago 8m 51.8M 4317M 17.2.0 e1d6a67b021e 5c17501020a3 2024-04-27T01:21:01.380 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (8m) 10s ago 8m 50.1M 4317M 17.2.0 e1d6a67b021e 87a6f4ccf8a6 2024-04-27T01:21:01.380 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (7m) 10s ago 7m 54.1M 4317M 17.2.0 e1d6a67b021e 05ee6dbaf5ff 2024-04-27T01:21:01.380 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 running (5m) 10s ago 6m 57.7M - 2.33.4 514e6a882f6e 16ec0fdc8e2e 2024-04-27T01:21:01.380 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (4m) 10s ago 4m 84.9M - 17.2.0 e1d6a67b021e 4022285478bf 2024-04-27T01:21:01.380 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (4m) 10s ago 4m 84.6M - 17.2.0 e1d6a67b021e aab619238956 2024-04-27T01:21:01.380 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (4m) 10s ago 4m 84.9M - 17.2.0 e1d6a67b021e 654b864f6909 2024-04-27T01:21:01.380 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (4m) 10s ago 4m 85.2M - 17.2.0 e1d6a67b021e b896e3222d12 2024-04-27T01:21:01.819 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:21:01.819 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:21:01.819 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-04-27T01:21:01.819 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:21:01.819 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:21:01.819 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-04-27T01:21:01.819 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 1 2024-04-27T01:21:01.819 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:21:01.819 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:21:01.819 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-04-27T01:21:01.819 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:21:01.820 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": {}, 2024-04-27T01:21:01.820 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:21:01.820 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-04-27T01:21:01.820 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:21:01.820 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:21:01.820 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2024-04-27T01:21:01.820 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 1 2024-04-27T01:21:01.820 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:21:01.820 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:21:02.198 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:21:02.198 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", 2024-04-27T01:21:02.198 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2024-04-27T01:21:02.198 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-27T01:21:02.198 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2024-04-27T01:21:02.198 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "1/23 daemons upgraded", 2024-04-27T01:21:02.198 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "", 2024-04-27T01:21:02.198 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2024-04-27T01:21:02.198 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:21:02.300 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:02 smithi046 bash[18464]: audit 2024-04-27T01:21:00.611197+0000 mgr.x (mgr.24647) 26 : audit [DBG] from='client.15189 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:21:02.300 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:02 smithi046 bash[18464]: audit 2024-04-27T01:21:00.984563+0000 mgr.x (mgr.24647) 27 : audit [DBG] from='client.25084 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:21:02.300 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:02 smithi046 bash[18464]: cluster 2024-04-27T01:21:00.997752+0000 mgr.x (mgr.24647) 28 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:02.300 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:02 smithi046 bash[18464]: audit 2024-04-27T01:21:01.737069+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:02.300 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:02 smithi046 bash[18464]: audit 2024-04-27T01:21:01.751759+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:02.300 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:02 smithi046 bash[18464]: audit 2024-04-27T01:21:01.756335+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:21:02.300 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:02 smithi046 bash[18464]: audit 2024-04-27T01:21:01.756378+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:21:02.301 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:02 smithi046 bash[18464]: audit 2024-04-27T01:21:01.758986+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:21:02.301 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:02 smithi046 bash[18464]: audit 2024-04-27T01:21:01.759073+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:21:02.301 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:02 smithi046 bash[18464]: audit 2024-04-27T01:21:01.761249+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:21:02.301 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:02 smithi046 bash[18464]: audit 2024-04-27T01:21:01.761422+0000 mon.b (mon.2) 160 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:21:02.301 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:02 smithi046 bash[18464]: audit 2024-04-27T01:21:01.763621+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:21:02.301 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:02 smithi046 bash[18464]: audit 2024-04-27T01:21:01.763718+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:21:02.301 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:02 smithi046 bash[18464]: audit 2024-04-27T01:21:01.776597+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:02.301 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:02 smithi046 bash[18464]: audit 2024-04-27T01:21:01.780499+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:21:02.301 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:02 smithi046 bash[18464]: audit 2024-04-27T01:21:01.782760+0000 mon.b (mon.2) 163 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:21:02.301 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:02 smithi046 bash[18464]: audit 2024-04-27T01:21:01.833178+0000 mon.a (mon.0) 868 : audit [DBG] from='client.? 172.21.15.42:0/2569865411' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:21:02.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[23616]: audit 2024-04-27T01:21:00.611197+0000 mgr.x (mgr.24647) 26 : audit [DBG] from='client.15189 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:21:02.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[23616]: audit 2024-04-27T01:21:00.984563+0000 mgr.x (mgr.24647) 27 : audit [DBG] from='client.25084 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:21:02.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[23616]: cluster 2024-04-27T01:21:00.997752+0000 mgr.x (mgr.24647) 28 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:02.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[23616]: audit 2024-04-27T01:21:01.737069+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:02.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[23616]: audit 2024-04-27T01:21:01.751759+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:02.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[23616]: audit 2024-04-27T01:21:01.756335+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:21:02.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[23616]: audit 2024-04-27T01:21:01.756378+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:21:02.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[23616]: audit 2024-04-27T01:21:01.758986+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:21:02.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[23616]: audit 2024-04-27T01:21:01.759073+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:21:02.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[23616]: audit 2024-04-27T01:21:01.761249+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:21:02.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[23616]: audit 2024-04-27T01:21:01.761422+0000 mon.b (mon.2) 160 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:21:02.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[23616]: audit 2024-04-27T01:21:01.763621+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:21:02.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[23616]: audit 2024-04-27T01:21:01.763718+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:21:02.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[23616]: audit 2024-04-27T01:21:01.776597+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:02.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[23616]: audit 2024-04-27T01:21:01.780499+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:21:02.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[23616]: audit 2024-04-27T01:21:01.782760+0000 mon.b (mon.2) 163 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:21:02.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[23616]: audit 2024-04-27T01:21:01.833178+0000 mon.a (mon.0) 868 : audit [DBG] from='client.? 172.21.15.42:0/2569865411' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:21:02.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[18488]: audit 2024-04-27T01:21:00.611197+0000 mgr.x (mgr.24647) 26 : audit [DBG] from='client.15189 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:21:02.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[18488]: audit 2024-04-27T01:21:00.984563+0000 mgr.x (mgr.24647) 27 : audit [DBG] from='client.25084 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:21:02.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[18488]: cluster 2024-04-27T01:21:00.997752+0000 mgr.x (mgr.24647) 28 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:02.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[18488]: audit 2024-04-27T01:21:01.737069+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:02.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[18488]: audit 2024-04-27T01:21:01.751759+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:02.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[18488]: audit 2024-04-27T01:21:01.756335+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:21:02.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[18488]: audit 2024-04-27T01:21:01.756378+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:21:02.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[18488]: audit 2024-04-27T01:21:01.758986+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:21:02.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[18488]: audit 2024-04-27T01:21:01.759073+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:21:02.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[18488]: audit 2024-04-27T01:21:01.761249+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:21:02.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[18488]: audit 2024-04-27T01:21:01.761422+0000 mon.b (mon.2) 160 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:21:02.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[18488]: audit 2024-04-27T01:21:01.763621+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:21:02.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[18488]: audit 2024-04-27T01:21:01.763718+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-27T01:21:02.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[18488]: audit 2024-04-27T01:21:01.776597+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:02.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[18488]: audit 2024-04-27T01:21:01.780499+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:21:02.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[18488]: audit 2024-04-27T01:21:01.782760+0000 mon.b (mon.2) 163 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:21:02.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:02 smithi042 bash[18488]: audit 2024-04-27T01:21:01.833178+0000 mon.a (mon.0) 868 : audit [DBG] from='client.? 172.21.15.42:0/2569865411' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:21:02.635 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2024-04-27T01:21:02.672 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:02 smithi046 bash[34331]: ts=2024-04-27T01:21: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.46:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.42:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:21:03.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:03 smithi046 bash[18464]: audit 2024-04-27T01:21:01.346353+0000 mgr.x (mgr.24647) 29 : audit [DBG] from='client.25090 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:21:03.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:03 smithi046 bash[18464]: cephadm 2024-04-27T01:21:01.765796+0000 mgr.x (mgr.24647) 30 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 3037M 2024-04-27T01:21:03.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:03 smithi046 bash[18464]: cephadm 2024-04-27T01:21:01.785677+0000 mgr.x (mgr.24647) 31 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2024-04-27T01:21:03.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:03 smithi046 bash[18464]: cephadm 2024-04-27T01:21:01.786153+0000 mgr.x (mgr.24647) 32 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-27T01:21:03.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:03 smithi046 bash[18464]: cephadm 2024-04-27T01:21:02.053515+0000 mgr.x (mgr.24647) 33 : cephadm [INF] Updating smithi042:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T01:21:03.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:03 smithi046 bash[18464]: cephadm 2024-04-27T01:21:02.053977+0000 mgr.x (mgr.24647) 34 : cephadm [INF] Updating smithi046:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T01:21:03.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:03 smithi046 bash[18464]: audit 2024-04-27T01:21:02.212783+0000 mgr.x (mgr.24647) 35 : audit [DBG] from='client.15213 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:21:03.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:03 smithi046 bash[18464]: cephadm 2024-04-27T01:21:02.218562+0000 mgr.x (mgr.24647) 36 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:21:03.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:03 smithi046 bash[18464]: cephadm 2024-04-27T01:21:02.218774+0000 mgr.x (mgr.24647) 37 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:21:03.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:03 smithi046 bash[18464]: audit 2024-04-27T01:21:02.554643+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:03 smithi046 bash[18464]: audit 2024-04-27T01:21:02.559858+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:03 smithi046 bash[18464]: audit 2024-04-27T01:21:02.569213+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:03 smithi046 bash[18464]: audit 2024-04-27T01:21:02.574988+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:03 smithi046 bash[18464]: audit 2024-04-27T01:21:02.583546+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:03 smithi046 bash[18464]: audit 2024-04-27T01:21:02.649943+0000 mon.a (mon.0) 874 : audit [DBG] from='client.? 172.21.15.42:0/3342013341' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:21:03.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:03 smithi046 bash[18464]: audit 2024-04-27T01:21:02.667771+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:03 smithi046 bash[18464]: audit 2024-04-27T01:21:02.674494+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:03 smithi046 bash[18464]: audit 2024-04-27T01:21:02.683834+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:03 smithi046 bash[18464]: audit 2024-04-27T01:21:02.690817+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.432 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:03 smithi042 systemd[1]: Stopping Ceph node-exporter.a for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:21:03.432 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[51275]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-node-exporter.a 2024-04-27T01:21:03.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[18488]: audit 2024-04-27T01:21:01.346353+0000 mgr.x (mgr.24647) 29 : audit [DBG] from='client.25090 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:21:03.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[18488]: cephadm 2024-04-27T01:21:01.765796+0000 mgr.x (mgr.24647) 30 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 3037M 2024-04-27T01:21:03.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[18488]: cephadm 2024-04-27T01:21:01.785677+0000 mgr.x (mgr.24647) 31 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2024-04-27T01:21:03.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[18488]: cephadm 2024-04-27T01:21:01.786153+0000 mgr.x (mgr.24647) 32 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-27T01:21:03.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[18488]: cephadm 2024-04-27T01:21:02.053515+0000 mgr.x (mgr.24647) 33 : cephadm [INF] Updating smithi042:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T01:21:03.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[18488]: cephadm 2024-04-27T01:21:02.053977+0000 mgr.x (mgr.24647) 34 : cephadm [INF] Updating smithi046:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T01:21:03.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[18488]: audit 2024-04-27T01:21:02.212783+0000 mgr.x (mgr.24647) 35 : audit [DBG] from='client.15213 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:21:03.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[18488]: cephadm 2024-04-27T01:21:02.218562+0000 mgr.x (mgr.24647) 36 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:21:03.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[18488]: cephadm 2024-04-27T01:21:02.218774+0000 mgr.x (mgr.24647) 37 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:21:03.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[18488]: audit 2024-04-27T01:21:02.554643+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[18488]: audit 2024-04-27T01:21:02.559858+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[18488]: audit 2024-04-27T01:21:02.569213+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[18488]: audit 2024-04-27T01:21:02.574988+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[18488]: audit 2024-04-27T01:21:02.583546+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[18488]: audit 2024-04-27T01:21:02.649943+0000 mon.a (mon.0) 874 : audit [DBG] from='client.? 172.21.15.42:0/3342013341' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:21:03.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[18488]: audit 2024-04-27T01:21:02.667771+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[18488]: audit 2024-04-27T01:21:02.674494+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[18488]: audit 2024-04-27T01:21:02.683834+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.434 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[18488]: audit 2024-04-27T01:21:02.690817+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[23616]: audit 2024-04-27T01:21:01.346353+0000 mgr.x (mgr.24647) 29 : audit [DBG] from='client.25090 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:21:03.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[23616]: cephadm 2024-04-27T01:21:01.765796+0000 mgr.x (mgr.24647) 30 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 3037M 2024-04-27T01:21:03.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[23616]: cephadm 2024-04-27T01:21:01.785677+0000 mgr.x (mgr.24647) 31 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2024-04-27T01:21:03.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[23616]: cephadm 2024-04-27T01:21:01.786153+0000 mgr.x (mgr.24647) 32 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-27T01:21:03.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[23616]: cephadm 2024-04-27T01:21:02.053515+0000 mgr.x (mgr.24647) 33 : cephadm [INF] Updating smithi042:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T01:21:03.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[23616]: cephadm 2024-04-27T01:21:02.053977+0000 mgr.x (mgr.24647) 34 : cephadm [INF] Updating smithi046:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T01:21:03.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[23616]: audit 2024-04-27T01:21:02.212783+0000 mgr.x (mgr.24647) 35 : audit [DBG] from='client.15213 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:21:03.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[23616]: cephadm 2024-04-27T01:21:02.218562+0000 mgr.x (mgr.24647) 36 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:21:03.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[23616]: cephadm 2024-04-27T01:21:02.218774+0000 mgr.x (mgr.24647) 37 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:21:03.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[23616]: audit 2024-04-27T01:21:02.554643+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[23616]: audit 2024-04-27T01:21:02.559858+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[23616]: audit 2024-04-27T01:21:02.569213+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[23616]: audit 2024-04-27T01:21:02.574988+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[23616]: audit 2024-04-27T01:21:02.583546+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[23616]: audit 2024-04-27T01:21:02.649943+0000 mon.a (mon.0) 874 : audit [DBG] from='client.? 172.21.15.42:0/3342013341' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:21:03.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[23616]: audit 2024-04-27T01:21:02.667771+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[23616]: audit 2024-04-27T01:21:02.674494+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[23616]: audit 2024-04-27T01:21:02.683834+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[23616]: audit 2024-04-27T01:21:02.690817+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:03.746 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[42261]: level=error ts=2024-04-27T01:21:03.519Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=11 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.46:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.46 because it doesn't contain any IP SANs" 2024-04-27T01:21:03.746 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[42261]: level=warn ts=2024-04-27T01:21:03.527Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.46:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.46 because it doesn't contain any IP SANs" 2024-04-27T01:21:03.746 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[42261]: level=warn ts=2024-04-27T01:21:03.528Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2024-04-27T01:21:04.041 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[51284]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-node-exporter-a 2024-04-27T01:21:04.041 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:03 smithi042 bash[51317]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-node-exporter.a 2024-04-27T01:21:04.041 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:03 smithi042 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-04-27T01:21:04.041 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:03 smithi042 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@node-exporter.a.service: Failed with result 'exit-code'. 2024-04-27T01:21:04.041 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:03 smithi042 systemd[1]: Stopped Ceph node-exporter.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:21:04.041 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:03 smithi042 systemd[1]: Started Ceph node-exporter.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:21:04.423 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:21:04 smithi046 bash[37833]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:21:04] "GET /metrics HTTP/1.1" 200 38142 "" "Prometheus/2.33.4" 2024-04-27T01:21:04.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:04 smithi046 bash[18464]: cephadm 2024-04-27T01:21:02.383293+0000 mgr.x (mgr.24647) 38 : cephadm [INF] Updating smithi046:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T01:21:04.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:04 smithi046 bash[18464]: cephadm 2024-04-27T01:21:02.384140+0000 mgr.x (mgr.24647) 39 : cephadm [INF] Updating smithi042:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T01:21:04.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:04 smithi046 bash[18464]: cephadm 2024-04-27T01:21:02.694695+0000 mgr.x (mgr.24647) 40 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2024-04-27T01:21:04.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:04 smithi046 bash[18464]: cephadm 2024-04-27T01:21:02.695484+0000 mgr.x (mgr.24647) 41 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi042 2024-04-27T01:21:04.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:04 smithi046 bash[18464]: cluster 2024-04-27T01:21:02.998962+0000 mgr.x (mgr.24647) 42 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:04.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:04 smithi046 bash[18464]: audit 2024-04-27T01:21:04.009984+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:04.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:04 smithi046 bash[18464]: audit 2024-04-27T01:21:04.021450+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:04.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[23616]: cephadm 2024-04-27T01:21:02.383293+0000 mgr.x (mgr.24647) 38 : cephadm [INF] Updating smithi046:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T01:21:04.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[23616]: cephadm 2024-04-27T01:21:02.384140+0000 mgr.x (mgr.24647) 39 : cephadm [INF] Updating smithi042:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T01:21:04.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[23616]: cephadm 2024-04-27T01:21:02.694695+0000 mgr.x (mgr.24647) 40 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2024-04-27T01:21:04.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[23616]: cephadm 2024-04-27T01:21:02.695484+0000 mgr.x (mgr.24647) 41 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi042 2024-04-27T01:21:04.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[23616]: cluster 2024-04-27T01:21:02.998962+0000 mgr.x (mgr.24647) 42 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:04.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[23616]: audit 2024-04-27T01:21:04.009984+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:04.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[23616]: audit 2024-04-27T01:21:04.021450+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:04.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[18488]: cephadm 2024-04-27T01:21:02.383293+0000 mgr.x (mgr.24647) 38 : cephadm [INF] Updating smithi046:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T01:21:04.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[18488]: cephadm 2024-04-27T01:21:02.384140+0000 mgr.x (mgr.24647) 39 : cephadm [INF] Updating smithi042:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T01:21:04.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[18488]: cephadm 2024-04-27T01:21:02.694695+0000 mgr.x (mgr.24647) 40 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2024-04-27T01:21:04.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[18488]: cephadm 2024-04-27T01:21:02.695484+0000 mgr.x (mgr.24647) 41 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi042 2024-04-27T01:21:04.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[18488]: cluster 2024-04-27T01:21:02.998962+0000 mgr.x (mgr.24647) 42 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:04.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[18488]: audit 2024-04-27T01:21:04.009984+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:04.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[18488]: audit 2024-04-27T01:21:04.021450+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:05.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:05 smithi042 bash[18488]: audit 2024-04-27T01:21:03.861612+0000 mgr.x (mgr.24647) 43 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:21:05.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:05 smithi042 bash[18488]: cephadm 2024-04-27T01:21:04.065684+0000 mgr.x (mgr.24647) 44 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-04-27T01:21:05.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:05 smithi042 bash[18488]: cephadm 2024-04-27T01:21:04.101890+0000 mgr.x (mgr.24647) 45 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi042 2024-04-27T01:21:05.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:05 smithi042 bash[23616]: audit 2024-04-27T01:21:03.861612+0000 mgr.x (mgr.24647) 43 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:21:05.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:05 smithi042 bash[23616]: cephadm 2024-04-27T01:21:04.065684+0000 mgr.x (mgr.24647) 44 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-04-27T01:21:05.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:05 smithi042 bash[23616]: cephadm 2024-04-27T01:21:04.101890+0000 mgr.x (mgr.24647) 45 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi042 2024-04-27T01:21:05.183 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.976Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-04-27T01:21:05.183 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.976Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-04-27T01:21:05.183 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.976Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2024-04-27T01:21:05.183 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.976Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-04-27T01:21:05.183 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-04-27T01:21:05.183 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=arp 2024-04-27T01:21:05.183 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=bcache 2024-04-27T01:21:05.183 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=bonding 2024-04-27T01:21:05.183 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=btrfs 2024-04-27T01:21:05.183 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=conntrack 2024-04-27T01:21:05.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=cpu 2024-04-27T01:21:05.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-04-27T01:21:05.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=diskstats 2024-04-27T01:21:05.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=dmi 2024-04-27T01:21:05.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=edac 2024-04-27T01:21:05.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=entropy 2024-04-27T01:21:05.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-04-27T01:21:05.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=filefd 2024-04-27T01:21:05.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=filesystem 2024-04-27T01:21:05.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=hwmon 2024-04-27T01:21:05.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=infiniband 2024-04-27T01:21:05.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=ipvs 2024-04-27T01:21:05.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=loadavg 2024-04-27T01:21:05.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=mdadm 2024-04-27T01:21:05.185 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=meminfo 2024-04-27T01:21:05.185 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=netclass 2024-04-27T01:21:05.185 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=netdev 2024-04-27T01:21:05.185 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=netstat 2024-04-27T01:21:05.185 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=nfs 2024-04-27T01:21:05.185 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=nfsd 2024-04-27T01:21:05.185 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=nvme 2024-04-27T01:21:05.185 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=os 2024-04-27T01:21:05.185 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-04-27T01:21:05.185 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=pressure 2024-04-27T01:21:05.185 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=rapl 2024-04-27T01:21:05.185 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=schedstat 2024-04-27T01:21:05.185 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=sockstat 2024-04-27T01:21:05.186 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=softnet 2024-04-27T01:21:05.186 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=stat 2024-04-27T01:21:05.186 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=tapestats 2024-04-27T01:21:05.186 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=textfile 2024-04-27T01:21:05.186 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-04-27T01:21:05.186 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=time 2024-04-27T01:21:05.186 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-04-27T01:21:05.186 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=uname 2024-04-27T01:21:05.186 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=vmstat 2024-04-27T01:21:05.186 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=xfs 2024-04-27T01:21:05.186 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:115 level=info collector=zfs 2024-04-27T01:21:05.186 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-04-27T01:21:05.186 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:04 smithi042 bash[51348]: ts=2024-04-27T01:21:04.978Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-04-27T01:21:05.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:05 smithi046 bash[18464]: audit 2024-04-27T01:21:03.861612+0000 mgr.x (mgr.24647) 43 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:21:05.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:05 smithi046 bash[18464]: cephadm 2024-04-27T01:21:04.065684+0000 mgr.x (mgr.24647) 44 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-04-27T01:21:05.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:05 smithi046 bash[18464]: cephadm 2024-04-27T01:21:04.101890+0000 mgr.x (mgr.24647) 45 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi042 2024-04-27T01:21:06.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:06 smithi046 bash[18464]: cluster 2024-04-27T01:21:05.000291+0000 mgr.x (mgr.24647) 46 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:06.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:06 smithi042 bash[18488]: cluster 2024-04-27T01:21:05.000291+0000 mgr.x (mgr.24647) 46 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:06.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:06 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:21:06] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:21:06.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:06 smithi042 bash[23616]: cluster 2024-04-27T01:21:05.000291+0000 mgr.x (mgr.24647) 46 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:08.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:08 smithi046 bash[18464]: cluster 2024-04-27T01:21:07.001015+0000 mgr.x (mgr.24647) 47 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:08.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:08 smithi046 bash[18464]: audit 2024-04-27T01:21:07.149262+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:21:08.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:08 smithi042 bash[18488]: cluster 2024-04-27T01:21:07.001015+0000 mgr.x (mgr.24647) 47 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:08.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:08 smithi042 bash[18488]: audit 2024-04-27T01:21:07.149262+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:21:08.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:08 smithi042 bash[23616]: cluster 2024-04-27T01:21:07.001015+0000 mgr.x (mgr.24647) 47 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:08.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:08 smithi042 bash[23616]: audit 2024-04-27T01:21:07.149262+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:21:09.783 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:09 smithi042 bash[18488]: cluster 2024-04-27T01:21:09.002740+0000 mgr.x (mgr.24647) 48 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:09.783 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:09 smithi042 bash[23616]: cluster 2024-04-27T01:21:09.002740+0000 mgr.x (mgr.24647) 48 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:09.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:09 smithi046 bash[18464]: cluster 2024-04-27T01:21:09.002740+0000 mgr.x (mgr.24647) 48 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:12.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:12 smithi042 bash[18488]: cluster 2024-04-27T01:21:11.003514+0000 mgr.x (mgr.24647) 49 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:12.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:12 smithi042 bash[23616]: cluster 2024-04-27T01:21:11.003514+0000 mgr.x (mgr.24647) 49 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:12.182 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:21:11 smithi042 systemd[1]: Stopping Ceph alertmanager.a for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:21:12.182 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:21:11 smithi042 bash[51590]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-alertmanager.a 2024-04-27T01:21:12.182 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:21:12 smithi042 bash[42261]: level=info ts=2024-04-27T01:21:12.030Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-04-27T01:21:12.300 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:12 smithi046 bash[18464]: cluster 2024-04-27T01:21:11.003514+0000 mgr.x (mgr.24647) 49 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:12.672 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:12 smithi046 bash[34331]: ts=2024-04-27T01:21:12.315Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.46:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.42:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:21:12.931 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:21:12 smithi042 bash[51599]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-alertmanager-a 2024-04-27T01:21:12.931 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:21:12 smithi042 bash[51634]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-alertmanager.a 2024-04-27T01:21:12.932 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:21:12 smithi042 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-04-27T01:21:12.932 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:21:12 smithi042 systemd[1]: Stopped Ceph alertmanager.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:21:12.932 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:21:12 smithi042 systemd[1]: Started Ceph alertmanager.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:21:14.158 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:13 smithi042 bash[23616]: audit 2024-04-27T01:21:12.757766+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:14.158 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:13 smithi042 bash[23616]: audit 2024-04-27T01:21:12.769717+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:14.158 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:13 smithi042 bash[23616]: cephadm 2024-04-27T01:21:12.819319+0000 mgr.x (mgr.24647) 50 : cephadm [INF] Reconfiguring iscsi.foo.smithi042.vknosz (dependencies changed)... 2024-04-27T01:21:14.158 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:13 smithi042 bash[23616]: audit 2024-04-27T01:21:12.820097+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.vknosz", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-04-27T01:21:14.158 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:13 smithi042 bash[23616]: audit 2024-04-27T01:21:12.820124+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.vknosz", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-04-27T01:21:14.158 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:13 smithi042 bash[23616]: audit 2024-04-27T01:21:12.835124+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:21:14.158 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:13 smithi042 bash[23616]: cephadm 2024-04-27T01:21:12.837365+0000 mgr.x (mgr.24647) 51 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi042.vknosz on smithi042 2024-04-27T01:21:14.158 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:13 smithi042 bash[23616]: cluster 2024-04-27T01:21:13.004830+0000 mgr.x (mgr.24647) 52 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:14.159 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:13 smithi042 bash[18488]: audit 2024-04-27T01:21:12.757766+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:14.159 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:13 smithi042 bash[18488]: audit 2024-04-27T01:21:12.769717+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:14.159 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:13 smithi042 bash[18488]: cephadm 2024-04-27T01:21:12.819319+0000 mgr.x (mgr.24647) 50 : cephadm [INF] Reconfiguring iscsi.foo.smithi042.vknosz (dependencies changed)... 2024-04-27T01:21:14.159 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:13 smithi042 bash[18488]: audit 2024-04-27T01:21:12.820097+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.vknosz", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-04-27T01:21:14.159 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:13 smithi042 bash[18488]: audit 2024-04-27T01:21:12.820124+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.vknosz", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-04-27T01:21:14.159 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:13 smithi042 bash[18488]: audit 2024-04-27T01:21:12.835124+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:21:14.159 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:13 smithi042 bash[18488]: cephadm 2024-04-27T01:21:12.837365+0000 mgr.x (mgr.24647) 51 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi042.vknosz on smithi042 2024-04-27T01:21:14.159 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:13 smithi042 bash[18488]: cluster 2024-04-27T01:21:13.004830+0000 mgr.x (mgr.24647) 52 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:14.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:13 smithi046 bash[18464]: audit 2024-04-27T01:21:12.757766+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:14.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:13 smithi046 bash[18464]: audit 2024-04-27T01:21:12.769717+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:14.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:13 smithi046 bash[18464]: cephadm 2024-04-27T01:21:12.819319+0000 mgr.x (mgr.24647) 50 : cephadm [INF] Reconfiguring iscsi.foo.smithi042.vknosz (dependencies changed)... 2024-04-27T01:21:14.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:13 smithi046 bash[18464]: audit 2024-04-27T01:21:12.820097+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.vknosz", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-04-27T01:21:14.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:13 smithi046 bash[18464]: audit 2024-04-27T01:21:12.820124+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.vknosz", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-04-27T01:21:14.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:13 smithi046 bash[18464]: audit 2024-04-27T01:21:12.835124+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:21:14.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:13 smithi046 bash[18464]: cephadm 2024-04-27T01:21:12.837365+0000 mgr.x (mgr.24647) 51 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi042.vknosz on smithi042 2024-04-27T01:21:14.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:13 smithi046 bash[18464]: cluster 2024-04-27T01:21:13.004830+0000 mgr.x (mgr.24647) 52 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:14.431 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:21:14 smithi042 bash[51663]: level=info ts=2024-04-27T01:21:14.265Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-04-27T01:21:14.432 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:21:14 smithi042 bash[51663]: level=info ts=2024-04-27T01:21:14.265Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-04-27T01:21:14.432 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:21:14 smithi042 bash[51663]: level=info ts=2024-04-27T01:21:14.268Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.42 port=9094 2024-04-27T01:21:14.432 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:21:14 smithi042 bash[51663]: level=info ts=2024-04-27T01:21:14.271Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-04-27T01:21:14.432 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:21:14 smithi042 bash[51663]: level=info ts=2024-04-27T01:21:14.309Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-04-27T01:21:14.432 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:21:14 smithi042 bash[51663]: level=info ts=2024-04-27T01:21:14.309Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-04-27T01:21:14.432 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:21:14 smithi042 bash[51663]: level=info ts=2024-04-27T01:21:14.312Z caller=main.go:518 msg=Listening address=:9093 2024-04-27T01:21:14.432 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:21:14 smithi042 bash[51663]: level=info ts=2024-04-27T01:21:14.312Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-04-27T01:21:14.672 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:21:14 smithi046 bash[37833]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:21:14] "GET /metrics HTTP/1.1" 200 38138 "" "Prometheus/2.33.4" 2024-04-27T01:21:15.029 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:14 smithi042 bash[18488]: audit 2024-04-27T01:21:13.873030+0000 mgr.x (mgr.24647) 53 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:21:15.029 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:14 smithi042 bash[23616]: audit 2024-04-27T01:21:13.873030+0000 mgr.x (mgr.24647) 53 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:21:15.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:14 smithi046 bash[18464]: audit 2024-04-27T01:21:13.873030+0000 mgr.x (mgr.24647) 53 : audit [DBG] from='client.24766 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:21:16.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:15 smithi042 bash[18488]: cluster 2024-04-27T01:21:15.006179+0000 mgr.x (mgr.24647) 54 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:16.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:15 smithi042 bash[23616]: cluster 2024-04-27T01:21:15.006179+0000 mgr.x (mgr.24647) 54 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:16.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:15 smithi046 bash[18464]: cluster 2024-04-27T01:21:15.006179+0000 mgr.x (mgr.24647) 54 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:16.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:16 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:21:16] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:21:16.431 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:21:16 smithi042 bash[51663]: level=info ts=2024-04-27T01:21:16.271Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000402815s 2024-04-27T01:21:17.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:17 smithi046 bash[18464]: audit 2024-04-27T01:21:16.351344+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:17.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:17 smithi046 bash[18464]: audit 2024-04-27T01:21:16.364812+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:17.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:17 smithi046 bash[18464]: cephadm 2024-04-27T01:21:16.412382+0000 mgr.x (mgr.24647) 55 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-04-27T01:21:17.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:17 smithi046 bash[18464]: cephadm 2024-04-27T01:21:16.727256+0000 mgr.x (mgr.24647) 56 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi046 2024-04-27T01:21:17.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:17 smithi046 bash[18464]: cluster 2024-04-27T01:21:17.006895+0000 mgr.x (mgr.24647) 57 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:17.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:17 smithi042 bash[18488]: audit 2024-04-27T01:21:16.351344+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:17.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:17 smithi042 bash[18488]: audit 2024-04-27T01:21:16.364812+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:17.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:17 smithi042 bash[18488]: cephadm 2024-04-27T01:21:16.412382+0000 mgr.x (mgr.24647) 55 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-04-27T01:21:17.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:17 smithi042 bash[18488]: cephadm 2024-04-27T01:21:16.727256+0000 mgr.x (mgr.24647) 56 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi046 2024-04-27T01:21:17.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:17 smithi042 bash[18488]: cluster 2024-04-27T01:21:17.006895+0000 mgr.x (mgr.24647) 57 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:17.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:17 smithi042 bash[23616]: audit 2024-04-27T01:21:16.351344+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:17.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:17 smithi042 bash[23616]: audit 2024-04-27T01:21:16.364812+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:17.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:17 smithi042 bash[23616]: cephadm 2024-04-27T01:21:16.412382+0000 mgr.x (mgr.24647) 55 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-04-27T01:21:17.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:17 smithi042 bash[23616]: cephadm 2024-04-27T01:21:16.727256+0000 mgr.x (mgr.24647) 56 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi046 2024-04-27T01:21:17.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:17 smithi042 bash[23616]: cluster 2024-04-27T01:21:17.006895+0000 mgr.x (mgr.24647) 57 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:18.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:18 smithi046 bash[18464]: audit 2024-04-27T01:21:18.050661+0000 mon.a (mon.0) 886 : audit [DBG] from='client.? 172.21.15.42:0/633095372' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-04-27T01:21:18.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:18 smithi042 bash[18488]: audit 2024-04-27T01:21:18.050661+0000 mon.a (mon.0) 886 : audit [DBG] from='client.? 172.21.15.42:0/633095372' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-04-27T01:21:18.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:18 smithi042 bash[23616]: audit 2024-04-27T01:21:18.050661+0000 mon.a (mon.0) 886 : audit [DBG] from='client.? 172.21.15.42:0/633095372' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-04-27T01:21:19.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:19 smithi046 bash[18464]: audit 2024-04-27T01:21:18.424875+0000 mon.a (mon.0) 887 : audit [INF] from='client.? 172.21.15.42:0/2175987522' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/3785572581"}]: dispatch 2024-04-27T01:21:19.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:19 smithi046 bash[18464]: cluster 2024-04-27T01:21:19.007855+0000 mgr.x (mgr.24647) 58 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:19.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:19 smithi042 bash[18488]: audit 2024-04-27T01:21:18.424875+0000 mon.a (mon.0) 887 : audit [INF] from='client.? 172.21.15.42:0/2175987522' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/3785572581"}]: dispatch 2024-04-27T01:21:19.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:19 smithi042 bash[18488]: cluster 2024-04-27T01:21:19.007855+0000 mgr.x (mgr.24647) 58 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:19.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:19 smithi042 bash[23616]: audit 2024-04-27T01:21:18.424875+0000 mon.a (mon.0) 887 : audit [INF] from='client.? 172.21.15.42:0/2175987522' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/3785572581"}]: dispatch 2024-04-27T01:21:19.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:19 smithi042 bash[23616]: cluster 2024-04-27T01:21:19.007855+0000 mgr.x (mgr.24647) 58 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:20.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:20 smithi046 bash[18464]: audit 2024-04-27T01:21:19.380638+0000 mon.a (mon.0) 888 : audit [INF] from='client.? 172.21.15.42:0/2175987522' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/3785572581"}]': finished 2024-04-27T01:21:20.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:20 smithi046 bash[18464]: cluster 2024-04-27T01:21:19.380825+0000 mon.a (mon.0) 889 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-04-27T01:21:20.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:20 smithi046 bash[18464]: audit 2024-04-27T01:21:19.767072+0000 mon.a (mon.0) 890 : audit [INF] from='client.? 172.21.15.42:0/2351456315' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1629173198"}]: dispatch 2024-04-27T01:21:20.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:20 smithi042 bash[18488]: audit 2024-04-27T01:21:19.380638+0000 mon.a (mon.0) 888 : audit [INF] from='client.? 172.21.15.42:0/2175987522' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/3785572581"}]': finished 2024-04-27T01:21:20.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:20 smithi042 bash[18488]: cluster 2024-04-27T01:21:19.380825+0000 mon.a (mon.0) 889 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-04-27T01:21:20.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:20 smithi042 bash[18488]: audit 2024-04-27T01:21:19.767072+0000 mon.a (mon.0) 890 : audit [INF] from='client.? 172.21.15.42:0/2351456315' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1629173198"}]: dispatch 2024-04-27T01:21:20.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:20 smithi042 bash[23616]: audit 2024-04-27T01:21:19.380638+0000 mon.a (mon.0) 888 : audit [INF] from='client.? 172.21.15.42:0/2175987522' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/3785572581"}]': finished 2024-04-27T01:21:20.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:20 smithi042 bash[23616]: cluster 2024-04-27T01:21:19.380825+0000 mon.a (mon.0) 889 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-04-27T01:21:20.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:20 smithi042 bash[23616]: audit 2024-04-27T01:21:19.767072+0000 mon.a (mon.0) 890 : audit [INF] from='client.? 172.21.15.42:0/2351456315' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1629173198"}]: dispatch 2024-04-27T01:21:21.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:21 smithi046 bash[18464]: audit 2024-04-27T01:21:20.534247+0000 mon.a (mon.0) 891 : audit [INF] from='client.? 172.21.15.42:0/2351456315' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1629173198"}]': finished 2024-04-27T01:21:21.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:21 smithi046 bash[18464]: cluster 2024-04-27T01:21:20.534438+0000 mon.a (mon.0) 892 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-04-27T01:21:21.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:21 smithi046 bash[18464]: audit 2024-04-27T01:21:20.914867+0000 mon.a (mon.0) 893 : audit [INF] from='client.? 172.21.15.42:0/2136495573' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/968278415"}]: dispatch 2024-04-27T01:21:21.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:21 smithi046 bash[18464]: cluster 2024-04-27T01:21:21.008496+0000 mgr.x (mgr.24647) 59 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:21:21.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:21 smithi042 bash[18488]: audit 2024-04-27T01:21:20.534247+0000 mon.a (mon.0) 891 : audit [INF] from='client.? 172.21.15.42:0/2351456315' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1629173198"}]': finished 2024-04-27T01:21:21.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:21 smithi042 bash[18488]: cluster 2024-04-27T01:21:20.534438+0000 mon.a (mon.0) 892 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-04-27T01:21:21.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:21 smithi042 bash[18488]: audit 2024-04-27T01:21:20.914867+0000 mon.a (mon.0) 893 : audit [INF] from='client.? 172.21.15.42:0/2136495573' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/968278415"}]: dispatch 2024-04-27T01:21:21.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:21 smithi042 bash[18488]: cluster 2024-04-27T01:21:21.008496+0000 mgr.x (mgr.24647) 59 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:21:21.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:21 smithi042 bash[23616]: audit 2024-04-27T01:21:20.534247+0000 mon.a (mon.0) 891 : audit [INF] from='client.? 172.21.15.42:0/2351456315' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1629173198"}]': finished 2024-04-27T01:21:21.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:21 smithi042 bash[23616]: cluster 2024-04-27T01:21:20.534438+0000 mon.a (mon.0) 892 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-04-27T01:21:21.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:21 smithi042 bash[23616]: audit 2024-04-27T01:21:20.914867+0000 mon.a (mon.0) 893 : audit [INF] from='client.? 172.21.15.42:0/2136495573' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/968278415"}]: dispatch 2024-04-27T01:21:21.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:21 smithi042 bash[23616]: cluster 2024-04-27T01:21:21.008496+0000 mgr.x (mgr.24647) 59 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:21:22.672 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:22 smithi046 bash[34331]: ts=2024-04-27T01:21:22.315Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.46:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.42:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:21:22.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:22 smithi046 bash[18464]: audit 2024-04-27T01:21:21.545837+0000 mon.a (mon.0) 894 : audit [INF] from='client.? 172.21.15.42:0/2136495573' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/968278415"}]': finished 2024-04-27T01:21:22.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:22 smithi046 bash[18464]: cluster 2024-04-27T01:21:21.546069+0000 mon.a (mon.0) 895 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-04-27T01:21:22.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:22 smithi046 bash[18464]: audit 2024-04-27T01:21:21.912184+0000 mon.a (mon.0) 896 : audit [INF] from='client.? 172.21.15.42:0/916731992' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/25953395"}]: dispatch 2024-04-27T01:21:22.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:22 smithi046 bash[18464]: audit 2024-04-27T01:21:22.149783+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:21:22.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:22 smithi042 bash[18488]: audit 2024-04-27T01:21:21.545837+0000 mon.a (mon.0) 894 : audit [INF] from='client.? 172.21.15.42:0/2136495573' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/968278415"}]': finished 2024-04-27T01:21:22.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:22 smithi042 bash[18488]: cluster 2024-04-27T01:21:21.546069+0000 mon.a (mon.0) 895 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-04-27T01:21:22.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:22 smithi042 bash[18488]: audit 2024-04-27T01:21:21.912184+0000 mon.a (mon.0) 896 : audit [INF] from='client.? 172.21.15.42:0/916731992' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/25953395"}]: dispatch 2024-04-27T01:21:22.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:22 smithi042 bash[18488]: audit 2024-04-27T01:21:22.149783+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:21:22.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:22 smithi042 bash[23616]: audit 2024-04-27T01:21:21.545837+0000 mon.a (mon.0) 894 : audit [INF] from='client.? 172.21.15.42:0/2136495573' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/968278415"}]': finished 2024-04-27T01:21:22.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:22 smithi042 bash[23616]: cluster 2024-04-27T01:21:21.546069+0000 mon.a (mon.0) 895 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-04-27T01:21:22.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:22 smithi042 bash[23616]: audit 2024-04-27T01:21:21.912184+0000 mon.a (mon.0) 896 : audit [INF] from='client.? 172.21.15.42:0/916731992' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/25953395"}]: dispatch 2024-04-27T01:21:22.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:22 smithi042 bash[23616]: audit 2024-04-27T01:21:22.149783+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:21:23.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:23 smithi046 bash[18464]: audit 2024-04-27T01:21:22.545911+0000 mon.a (mon.0) 897 : audit [INF] from='client.? 172.21.15.42:0/916731992' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/25953395"}]': finished 2024-04-27T01:21:23.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:23 smithi046 bash[18464]: cluster 2024-04-27T01:21:22.546163+0000 mon.a (mon.0) 898 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-04-27T01:21:23.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:23 smithi046 bash[18464]: audit 2024-04-27T01:21:22.915873+0000 mon.a (mon.0) 899 : audit [INF] from='client.? 172.21.15.42:0/2748132570' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/3785572581"}]: dispatch 2024-04-27T01:21:23.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:23 smithi046 bash[18464]: cluster 2024-04-27T01:21:23.009764+0000 mgr.x (mgr.24647) 60 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:21:23.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:23 smithi042 bash[23616]: audit 2024-04-27T01:21:22.545911+0000 mon.a (mon.0) 897 : audit [INF] from='client.? 172.21.15.42:0/916731992' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/25953395"}]': finished 2024-04-27T01:21:23.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:23 smithi042 bash[23616]: cluster 2024-04-27T01:21:22.546163+0000 mon.a (mon.0) 898 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-04-27T01:21:23.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:23 smithi042 bash[23616]: audit 2024-04-27T01:21:22.915873+0000 mon.a (mon.0) 899 : audit [INF] from='client.? 172.21.15.42:0/2748132570' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/3785572581"}]: dispatch 2024-04-27T01:21:23.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:23 smithi042 bash[23616]: cluster 2024-04-27T01:21:23.009764+0000 mgr.x (mgr.24647) 60 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:21:23.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:23 smithi042 bash[18488]: audit 2024-04-27T01:21:22.545911+0000 mon.a (mon.0) 897 : audit [INF] from='client.? 172.21.15.42:0/916731992' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/25953395"}]': finished 2024-04-27T01:21:23.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:23 smithi042 bash[18488]: cluster 2024-04-27T01:21:22.546163+0000 mon.a (mon.0) 898 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-04-27T01:21:23.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:23 smithi042 bash[18488]: audit 2024-04-27T01:21:22.915873+0000 mon.a (mon.0) 899 : audit [INF] from='client.? 172.21.15.42:0/2748132570' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/3785572581"}]: dispatch 2024-04-27T01:21:23.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:23 smithi042 bash[18488]: cluster 2024-04-27T01:21:23.009764+0000 mgr.x (mgr.24647) 60 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:21:24.560 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:21:24 smithi042 bash[51663]: level=info ts=2024-04-27T01:21:24.274Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.003259015s 2024-04-27T01:21:24.560 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:21:24 smithi046 bash[37833]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:21:24] "GET /metrics HTTP/1.1" 200 38137 "" "Prometheus/2.33.4" 2024-04-27T01:21:24.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:24 smithi046 bash[18464]: audit 2024-04-27T01:21:23.566552+0000 mon.a (mon.0) 900 : audit [INF] from='client.? 172.21.15.42:0/2748132570' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/3785572581"}]': finished 2024-04-27T01:21:24.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:24 smithi046 bash[18464]: cluster 2024-04-27T01:21:23.566729+0000 mon.a (mon.0) 901 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-04-27T01:21:24.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:24 smithi046 bash[18464]: audit 2024-04-27T01:21:23.947591+0000 mon.a (mon.0) 902 : audit [INF] from='client.? 172.21.15.42:0/2743325883' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/714330440"}]: dispatch 2024-04-27T01:21:24.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:24 smithi042 bash[18488]: audit 2024-04-27T01:21:23.566552+0000 mon.a (mon.0) 900 : audit [INF] from='client.? 172.21.15.42:0/2748132570' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/3785572581"}]': finished 2024-04-27T01:21:24.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:24 smithi042 bash[18488]: cluster 2024-04-27T01:21:23.566729+0000 mon.a (mon.0) 901 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-04-27T01:21:24.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:24 smithi042 bash[18488]: audit 2024-04-27T01:21:23.947591+0000 mon.a (mon.0) 902 : audit [INF] from='client.? 172.21.15.42:0/2743325883' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/714330440"}]: dispatch 2024-04-27T01:21:24.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:24 smithi042 bash[23616]: audit 2024-04-27T01:21:23.566552+0000 mon.a (mon.0) 900 : audit [INF] from='client.? 172.21.15.42:0/2748132570' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/3785572581"}]': finished 2024-04-27T01:21:24.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:24 smithi042 bash[23616]: cluster 2024-04-27T01:21:23.566729+0000 mon.a (mon.0) 901 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-04-27T01:21:24.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:24 smithi042 bash[23616]: audit 2024-04-27T01:21:23.947591+0000 mon.a (mon.0) 902 : audit [INF] from='client.? 172.21.15.42:0/2743325883' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/714330440"}]: dispatch 2024-04-27T01:21:25.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:25 smithi046 bash[18464]: audit 2024-04-27T01:21:24.569399+0000 mon.a (mon.0) 903 : audit [INF] from='client.? 172.21.15.42:0/2743325883' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/714330440"}]': finished 2024-04-27T01:21:25.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:25 smithi046 bash[18464]: cluster 2024-04-27T01:21:24.569593+0000 mon.a (mon.0) 904 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-04-27T01:21:25.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:25 smithi046 bash[18464]: audit 2024-04-27T01:21:24.960047+0000 mon.a (mon.0) 905 : audit [INF] from='client.? 172.21.15.42:0/2753379017' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/998174744"}]: dispatch 2024-04-27T01:21:25.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:25 smithi046 bash[18464]: cluster 2024-04-27T01:21:25.010387+0000 mgr.x (mgr.24647) 61 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:25.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:25 smithi042 bash[18488]: audit 2024-04-27T01:21:24.569399+0000 mon.a (mon.0) 903 : audit [INF] from='client.? 172.21.15.42:0/2743325883' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/714330440"}]': finished 2024-04-27T01:21:25.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:25 smithi042 bash[18488]: cluster 2024-04-27T01:21:24.569593+0000 mon.a (mon.0) 904 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-04-27T01:21:25.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:25 smithi042 bash[18488]: audit 2024-04-27T01:21:24.960047+0000 mon.a (mon.0) 905 : audit [INF] from='client.? 172.21.15.42:0/2753379017' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/998174744"}]: dispatch 2024-04-27T01:21:25.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:25 smithi042 bash[18488]: cluster 2024-04-27T01:21:25.010387+0000 mgr.x (mgr.24647) 61 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:25.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:25 smithi042 bash[23616]: audit 2024-04-27T01:21:24.569399+0000 mon.a (mon.0) 903 : audit [INF] from='client.? 172.21.15.42:0/2743325883' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/714330440"}]': finished 2024-04-27T01:21:25.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:25 smithi042 bash[23616]: cluster 2024-04-27T01:21:24.569593+0000 mon.a (mon.0) 904 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-04-27T01:21:25.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:25 smithi042 bash[23616]: audit 2024-04-27T01:21:24.960047+0000 mon.a (mon.0) 905 : audit [INF] from='client.? 172.21.15.42:0/2753379017' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/998174744"}]: dispatch 2024-04-27T01:21:25.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:25 smithi042 bash[23616]: cluster 2024-04-27T01:21:25.010387+0000 mgr.x (mgr.24647) 61 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:26.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:26 smithi042 bash[18746]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:21:26] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:21:26.842 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:26 smithi046 bash[18464]: audit 2024-04-27T01:21:25.582021+0000 mon.a (mon.0) 906 : audit [INF] from='client.? 172.21.15.42:0/2753379017' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/998174744"}]': finished 2024-04-27T01:21:26.842 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:26 smithi046 bash[18464]: cluster 2024-04-27T01:21:25.582245+0000 mon.a (mon.0) 907 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-04-27T01:21:26.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:26 smithi042 bash[18488]: audit 2024-04-27T01:21:25.582021+0000 mon.a (mon.0) 906 : audit [INF] from='client.? 172.21.15.42:0/2753379017' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/998174744"}]': finished 2024-04-27T01:21:26.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:26 smithi042 bash[18488]: cluster 2024-04-27T01:21:25.582245+0000 mon.a (mon.0) 907 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-04-27T01:21:26.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:26 smithi042 bash[23616]: audit 2024-04-27T01:21:25.582021+0000 mon.a (mon.0) 906 : audit [INF] from='client.? 172.21.15.42:0/2753379017' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/998174744"}]': finished 2024-04-27T01:21:26.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:26 smithi042 bash[23616]: cluster 2024-04-27T01:21:25.582245+0000 mon.a (mon.0) 907 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-04-27T01:21:27.581 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:27 smithi046 systemd[1]: Stopping Ceph prometheus.a for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:21:27.581 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:27 smithi046 bash[39730]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-prometheus.a 2024-04-27T01:21:27.581 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:27 smithi046 bash[34331]: ts=2024-04-27T01:21:27.454Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-04-27T01:21:27.581 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:27 smithi046 bash[34331]: ts=2024-04-27T01:21:27.454Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-04-27T01:21:27.581 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:27 smithi046 bash[34331]: ts=2024-04-27T01:21:27.454Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-04-27T01:21:27.581 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:27 smithi046 bash[34331]: ts=2024-04-27T01:21:27.454Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-04-27T01:21:27.581 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:27 smithi046 bash[34331]: ts=2024-04-27T01:21:27.454Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-04-27T01:21:27.581 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:27 smithi046 bash[34331]: ts=2024-04-27T01:21:27.454Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-04-27T01:21:27.582 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:27 smithi046 bash[34331]: ts=2024-04-27T01:21:27.454Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-04-27T01:21:27.582 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:27 smithi046 bash[34331]: ts=2024-04-27T01:21:27.454Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-04-27T01:21:27.582 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:27 smithi046 bash[34331]: ts=2024-04-27T01:21:27.454Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-04-27T01:21:27.582 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:27 smithi046 bash[34331]: ts=2024-04-27T01:21:27.455Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-04-27T01:21:27.582 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:27 smithi046 bash[34331]: ts=2024-04-27T01:21:27.455Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-04-27T01:21:27.582 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:27 smithi046 bash[34331]: ts=2024-04-27T01:21:27.455Z caller=main.go:1066 level=info msg="See you next time!" 2024-04-27T01:21:27.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:27 smithi046 bash[18464]: cluster 2024-04-27T01:21:27.011145+0000 mgr.x (mgr.24647) 62 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:21:27.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:27 smithi042 bash[23616]: cluster 2024-04-27T01:21:27.011145+0000 mgr.x (mgr.24647) 62 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:21:27.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:27 smithi042 bash[18488]: cluster 2024-04-27T01:21:27.011145+0000 mgr.x (mgr.24647) 62 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:21:28.234 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:27 smithi046 bash[39739]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-prometheus-a 2024-04-27T01:21:28.235 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:28 smithi046 bash[39773]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-prometheus.a 2024-04-27T01:21:28.235 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:28 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-04-27T01:21:28.235 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:28 smithi046 systemd[1]: Stopped Ceph prometheus.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:21:28.235 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:28 smithi046 systemd[1]: Started Ceph prometheus.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:21:28.922 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:28 smithi046 systemd[1]: Stopping Ceph node-exporter.b for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:21:28.922 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:28 smithi046 bash[39823]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-node-exporter.b 2024-04-27T01:21:29.466 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[18464]: audit 2024-04-27T01:21:27.724898+0000 mgr.x (mgr.24647) 63 : audit [DBG] from='client.25123 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:21:29.466 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[18464]: audit 2024-04-27T01:21:28.252324+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:29.466 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[18464]: audit 2024-04-27T01:21:28.263189+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:29.466 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[18464]: cephadm 2024-04-27T01:21:28.266250+0000 mgr.x (mgr.24647) 64 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2024-04-27T01:21:29.466 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[18464]: cephadm 2024-04-27T01:21:28.266683+0000 mgr.x (mgr.24647) 65 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi046 2024-04-27T01:21:29.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:29 smithi042 bash[23616]: audit 2024-04-27T01:21:27.724898+0000 mgr.x (mgr.24647) 63 : audit [DBG] from='client.25123 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:21:29.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:29 smithi042 bash[23616]: audit 2024-04-27T01:21:28.252324+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:29.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:29 smithi042 bash[23616]: audit 2024-04-27T01:21:28.263189+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:29.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:29 smithi042 bash[23616]: cephadm 2024-04-27T01:21:28.266250+0000 mgr.x (mgr.24647) 64 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2024-04-27T01:21:29.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:29 smithi042 bash[23616]: cephadm 2024-04-27T01:21:28.266683+0000 mgr.x (mgr.24647) 65 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi046 2024-04-27T01:21:29.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:29 smithi042 bash[18488]: audit 2024-04-27T01:21:27.724898+0000 mgr.x (mgr.24647) 63 : audit [DBG] from='client.25123 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:21:29.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:29 smithi042 bash[18488]: audit 2024-04-27T01:21:28.252324+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:29.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:29 smithi042 bash[18488]: audit 2024-04-27T01:21:28.263189+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:29.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:29 smithi042 bash[18488]: cephadm 2024-04-27T01:21:28.266250+0000 mgr.x (mgr.24647) 64 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2024-04-27T01:21:29.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:29 smithi042 bash[18488]: cephadm 2024-04-27T01:21:28.266683+0000 mgr.x (mgr.24647) 65 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi046 2024-04-27T01:21:29.736 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[39801]: ts=2024-04-27T01:21:29.496Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-04-27T01:21:29.736 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[39801]: ts=2024-04-27T01:21:29.496Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-04-27T01:21:29.736 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[39801]: ts=2024-04-27T01:21:29.496Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-04-27T01:21:29.737 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[39801]: ts=2024-04-27T01:21:29.496Z caller=main.go:518 level=info host_details="(Linux 5.15.0-105-generic #115-Ubuntu SMP Mon Apr 15 09:52:04 UTC 2024 x86_64 smithi046 (none))" 2024-04-27T01:21:29.737 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[39801]: ts=2024-04-27T01:21:29.496Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-04-27T01:21:29.737 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[39801]: ts=2024-04-27T01:21:29.496Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-04-27T01:21:29.737 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[39801]: ts=2024-04-27T01:21:29.498Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-04-27T01:21:29.737 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[39801]: ts=2024-04-27T01:21:29.498Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-04-27T01:21:29.737 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[39801]: ts=2024-04-27T01:21:29.500Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-04-27T01:21:29.737 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[39801]: ts=2024-04-27T01:21:29.503Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-04-27T01:21:29.738 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[39801]: ts=2024-04-27T01:21:29.503Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.899µs 2024-04-27T01:21:29.738 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[39801]: ts=2024-04-27T01:21:29.503Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-04-27T01:21:29.738 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[39801]: ts=2024-04-27T01:21:29.667Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-04-27T01:21:30.172 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[39832]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-node-exporter-b 2024-04-27T01:21:30.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[39923]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-node-exporter.b 2024-04-27T01:21:30.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:29 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-04-27T01:21:30.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:29 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@node-exporter.b.service: Failed with result 'exit-code'. 2024-04-27T01:21:30.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:29 smithi046 systemd[1]: Stopped Ceph node-exporter.b for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:21:30.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:29 smithi046 systemd[1]: Started Ceph node-exporter.b for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:21:30.173 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[39801]: ts=2024-04-27T01:21:29.916Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-04-27T01:21:30.173 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[39801]: ts=2024-04-27T01:21:29.916Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-04-27T01:21:30.173 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[39801]: ts=2024-04-27T01:21:29.916Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=36.417µs wal_replay_duration=413.569988ms total_replay_duration=413.621993ms 2024-04-27T01:21:30.173 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[39801]: ts=2024-04-27T01:21:29.920Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-04-27T01:21:30.173 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[39801]: ts=2024-04-27T01:21:29.920Z caller=main.go:947 level=info msg="TSDB started" 2024-04-27T01:21:30.173 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[39801]: ts=2024-04-27T01:21:29.920Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-04-27T01:21:30.174 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[39801]: ts=2024-04-27T01:21:29.950Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=29.33445ms db_storage=855ns remote_storage=1.904µs web_handler=479ns query_engine=1.339µs scrape=300.637µs scrape_sd=140.552µs notify=18.265µs notify_sd=12.716µs rules=28.454932ms 2024-04-27T01:21:30.174 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:29 smithi046 bash[39801]: ts=2024-04-27T01:21:29.950Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-04-27T01:21:30.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[18464]: cluster 2024-04-27T01:21:29.012245+0000 mgr.x (mgr.24647) 66 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-04-27T01:21:30.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[18464]: audit 2024-04-27T01:21:29.954865+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:30.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[18464]: audit 2024-04-27T01:21:29.965079+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:30.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[18464]: audit 2024-04-27T01:21:30.110020+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:30.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[18464]: audit 2024-04-27T01:21:30.118589+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:30.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[18464]: audit 2024-04-27T01:21:30.122993+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-27T01:21:30.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:30 smithi042 bash[18488]: cluster 2024-04-27T01:21:29.012245+0000 mgr.x (mgr.24647) 66 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-04-27T01:21:30.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:30 smithi042 bash[18488]: audit 2024-04-27T01:21:29.954865+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:30.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:30 smithi042 bash[18488]: audit 2024-04-27T01:21:29.965079+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:30.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:30 smithi042 bash[18488]: audit 2024-04-27T01:21:30.110020+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:30.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:30 smithi042 bash[18488]: audit 2024-04-27T01:21:30.118589+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:30.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:30 smithi042 bash[18488]: audit 2024-04-27T01:21:30.122993+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-27T01:21:30.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:30 smithi042 bash[23616]: cluster 2024-04-27T01:21:29.012245+0000 mgr.x (mgr.24647) 66 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-04-27T01:21:30.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:30 smithi042 bash[23616]: audit 2024-04-27T01:21:29.954865+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:30.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:30 smithi042 bash[23616]: audit 2024-04-27T01:21:29.965079+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:30.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:30 smithi042 bash[23616]: audit 2024-04-27T01:21:30.110020+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:30.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:30 smithi042 bash[23616]: audit 2024-04-27T01:21:30.118589+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:30.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:30 smithi042 bash[23616]: audit 2024-04-27T01:21:30.122993+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-27T01:21:31.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.798Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-04-27T01:21:31.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.798Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-04-27T01:21:31.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2024-04-27T01:21:31.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-04-27T01:21:31.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-04-27T01:21:31.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=arp 2024-04-27T01:21:31.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=bcache 2024-04-27T01:21:31.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=bonding 2024-04-27T01:21:31.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=btrfs 2024-04-27T01:21:31.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=conntrack 2024-04-27T01:21:31.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=cpu 2024-04-27T01:21:31.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-04-27T01:21:31.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=diskstats 2024-04-27T01:21:31.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=dmi 2024-04-27T01:21:31.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=edac 2024-04-27T01:21:31.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=entropy 2024-04-27T01:21:31.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-04-27T01:21:31.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=filefd 2024-04-27T01:21:31.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=filesystem 2024-04-27T01:21:31.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=hwmon 2024-04-27T01:21:31.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=infiniband 2024-04-27T01:21:31.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=ipvs 2024-04-27T01:21:31.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=loadavg 2024-04-27T01:21:31.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=mdadm 2024-04-27T01:21:31.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=meminfo 2024-04-27T01:21:31.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=netclass 2024-04-27T01:21:31.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=netdev 2024-04-27T01:21:31.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=netstat 2024-04-27T01:21:31.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=nfs 2024-04-27T01:21:31.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=nfsd 2024-04-27T01:21:31.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=nvme 2024-04-27T01:21:31.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=os 2024-04-27T01:21:31.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-04-27T01:21:31.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=pressure 2024-04-27T01:21:31.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=rapl 2024-04-27T01:21:31.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=schedstat 2024-04-27T01:21:31.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=sockstat 2024-04-27T01:21:31.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=softnet 2024-04-27T01:21:31.176 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=stat 2024-04-27T01:21:31.176 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=tapestats 2024-04-27T01:21:31.176 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=textfile 2024-04-27T01:21:31.176 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-04-27T01:21:31.176 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.799Z caller=node_exporter.go:115 level=info collector=time 2024-04-27T01:21:31.176 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.800Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-04-27T01:21:31.176 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.800Z caller=node_exporter.go:115 level=info collector=uname 2024-04-27T01:21:31.176 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.800Z caller=node_exporter.go:115 level=info collector=vmstat 2024-04-27T01:21:31.176 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.800Z caller=node_exporter.go:115 level=info collector=xfs 2024-04-27T01:21:31.176 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.800Z caller=node_exporter.go:115 level=info collector=zfs 2024-04-27T01:21:31.176 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.800Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-04-27T01:21:31.176 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:21:30 smithi046 bash[39953]: ts=2024-04-27T01:21:30.800Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-04-27T01:21:31.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:31 smithi046 bash[18464]: cephadm 2024-04-27T01:21:29.991907+0000 mgr.x (mgr.24647) 67 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2024-04-27T01:21:31.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:31 smithi046 bash[18464]: cephadm 2024-04-27T01:21:30.002308+0000 mgr.x (mgr.24647) 68 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-27T01:21:31.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:31 smithi046 bash[18464]: audit 2024-04-27T01:21:30.123984+0000 mgr.x (mgr.24647) 69 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-27T01:21:31.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:31 smithi046 bash[18464]: cephadm 2024-04-27T01:21:30.129609+0000 mgr.x (mgr.24647) 70 : cephadm [INF] Reconfiguring daemon grafana.a on smithi046 2024-04-27T01:21:31.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:31 smithi042 bash[18488]: cephadm 2024-04-27T01:21:29.991907+0000 mgr.x (mgr.24647) 67 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2024-04-27T01:21:31.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:31 smithi042 bash[18488]: cephadm 2024-04-27T01:21:30.002308+0000 mgr.x (mgr.24647) 68 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-27T01:21:31.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:31 smithi042 bash[18488]: audit 2024-04-27T01:21:30.123984+0000 mgr.x (mgr.24647) 69 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-27T01:21:31.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:31 smithi042 bash[18488]: cephadm 2024-04-27T01:21:30.129609+0000 mgr.x (mgr.24647) 70 : cephadm [INF] Reconfiguring daemon grafana.a on smithi046 2024-04-27T01:21:31.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:31 smithi042 bash[23616]: cephadm 2024-04-27T01:21:29.991907+0000 mgr.x (mgr.24647) 67 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2024-04-27T01:21:31.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:31 smithi042 bash[23616]: cephadm 2024-04-27T01:21:30.002308+0000 mgr.x (mgr.24647) 68 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-27T01:21:31.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:31 smithi042 bash[23616]: audit 2024-04-27T01:21:30.123984+0000 mgr.x (mgr.24647) 69 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-27T01:21:31.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:31 smithi042 bash[23616]: cephadm 2024-04-27T01:21:30.129609+0000 mgr.x (mgr.24647) 70 : cephadm [INF] Reconfiguring daemon grafana.a on smithi046 2024-04-27T01:21:32.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:32 smithi046 bash[18464]: cluster 2024-04-27T01:21:31.012753+0000 mgr.x (mgr.24647) 71 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 687 B/s rd, 0 op/s 2024-04-27T01:21:32.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:32 smithi042 bash[18488]: cluster 2024-04-27T01:21:31.012753+0000 mgr.x (mgr.24647) 71 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 687 B/s rd, 0 op/s 2024-04-27T01:21:32.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:32 smithi042 bash[23616]: cluster 2024-04-27T01:21:31.012753+0000 mgr.x (mgr.24647) 71 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 687 B/s rd, 0 op/s 2024-04-27T01:21:33.031 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:21:33.773 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:21:33.773 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 starting - - - - 2024-04-27T01:21:33.773 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 running (6m) 42s ago 6m 42.7M - 8.3.5 dad864ee21e9 05cfa63558af 2024-04-27T01:21:33.773 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 starting - - - - 2024-04-27T01:21:33.773 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443,9283 running (69s) 42s ago 12m 481M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 30b6d7df8a5d 2024-04-27T01:21:33.773 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:9283 running (14m) 42s ago 14m 398M - 17.2.0 e1d6a67b021e a6731f42c680 2024-04-27T01:21:33.773 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (14m) 42s ago 14m 53.0M 2048M 17.2.0 e1d6a67b021e c3de2f32752a 2024-04-27T01:21:33.773 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (12m) 42s ago 12m 43.7M 2048M 17.2.0 e1d6a67b021e 370efec7cf8d 2024-04-27T01:21:33.773 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (12m) 42s ago 12m 41.5M 2048M 17.2.0 e1d6a67b021e cd53a35f7399 2024-04-27T01:21:33.773 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 starting - - - - 2024-04-27T01:21:33.773 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 starting - - - - 2024-04-27T01:21:33.773 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (11m) 42s ago 11m 56.6M 2781M 17.2.0 e1d6a67b021e 5a88875a607d 2024-04-27T01:21:33.773 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (11m) 42s ago 11m 58.6M 2781M 17.2.0 e1d6a67b021e 60ae6a8ced36 2024-04-27T01:21:33.773 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (10m) 42s ago 10m 50.2M 2781M 17.2.0 e1d6a67b021e 1694c06983a4 2024-04-27T01:21:33.774 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (10m) 42s ago 10m 55.2M 2781M 17.2.0 e1d6a67b021e 523b1c99e778 2024-04-27T01:21:33.774 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (9m) 42s ago 9m 56.8M 3037M 17.2.0 e1d6a67b021e 8f9eeee1f917 2024-04-27T01:21:33.774 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (9m) 42s ago 9m 51.8M 3037M 17.2.0 e1d6a67b021e 5c17501020a3 2024-04-27T01:21:33.774 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (8m) 42s ago 8m 50.1M 3037M 17.2.0 e1d6a67b021e 87a6f4ccf8a6 2024-04-27T01:21:33.774 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (8m) 42s ago 8m 54.1M 3037M 17.2.0 e1d6a67b021e 05ee6dbaf5ff 2024-04-27T01:21:33.774 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 starting - - - - 2024-04-27T01:21:33.774 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (5m) 42s ago 5m 84.9M - 17.2.0 e1d6a67b021e 4022285478bf 2024-04-27T01:21:33.774 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (5m) 42s ago 5m 84.6M - 17.2.0 e1d6a67b021e aab619238956 2024-04-27T01:21:33.774 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (5m) 42s ago 5m 84.9M - 17.2.0 e1d6a67b021e 654b864f6909 2024-04-27T01:21:33.774 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (5m) 42s ago 5m 85.2M - 17.2.0 e1d6a67b021e b896e3222d12 2024-04-27T01:21:34.206 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:21:34.206 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:21:34.207 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-04-27T01:21:34.207 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:21:34.207 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:21:34.207 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-04-27T01:21:34.207 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 1 2024-04-27T01:21:34.207 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:21:34.207 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:21:34.207 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-04-27T01:21:34.207 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:21:34.207 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": {}, 2024-04-27T01:21:34.207 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:21:34.207 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-04-27T01:21:34.207 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:21:34.207 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:21:34.208 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2024-04-27T01:21:34.208 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 1 2024-04-27T01:21:34.208 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:21:34.208 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:21:34.566 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:21:34.566 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", 2024-04-27T01:21:34.566 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2024-04-27T01:21:34.566 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-27T01:21:34.566 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2024-04-27T01:21:34.566 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "1/23 daemons upgraded", 2024-04-27T01:21:34.566 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "", 2024-04-27T01:21:34.566 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2024-04-27T01:21:34.566 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:21:34.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:34 smithi046 bash[18464]: cluster 2024-04-27T01:21:33.014393+0000 mgr.x (mgr.24647) 72 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:34.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:34 smithi046 bash[18464]: audit 2024-04-27T01:21:33.030615+0000 mgr.x (mgr.24647) 73 : audit [DBG] from='client.25180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:21:34.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:34 smithi046 bash[18464]: audit 2024-04-27T01:21:34.220844+0000 mon.a (mon.0) 914 : audit [DBG] from='client.? 172.21.15.42:0/360942717' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:21:34.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:34 smithi042 bash[23616]: cluster 2024-04-27T01:21:33.014393+0000 mgr.x (mgr.24647) 72 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:34.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:34 smithi042 bash[23616]: audit 2024-04-27T01:21:33.030615+0000 mgr.x (mgr.24647) 73 : audit [DBG] from='client.25180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:21:34.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:34 smithi042 bash[23616]: audit 2024-04-27T01:21:34.220844+0000 mon.a (mon.0) 914 : audit [DBG] from='client.? 172.21.15.42:0/360942717' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:21:34.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:34 smithi042 bash[18488]: cluster 2024-04-27T01:21:33.014393+0000 mgr.x (mgr.24647) 72 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:34.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:34 smithi042 bash[18488]: audit 2024-04-27T01:21:33.030615+0000 mgr.x (mgr.24647) 73 : audit [DBG] from='client.25180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:21:34.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:34 smithi042 bash[18488]: audit 2024-04-27T01:21:34.220844+0000 mon.a (mon.0) 914 : audit [DBG] from='client.? 172.21.15.42:0/360942717' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:21:34.991 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2024-04-27T01:21:35.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:35 smithi046 bash[18464]: audit 2024-04-27T01:21:33.411143+0000 mgr.x (mgr.24647) 74 : audit [DBG] from='client.25186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:21:35.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:35 smithi046 bash[18464]: audit 2024-04-27T01:21:33.768351+0000 mgr.x (mgr.24647) 75 : audit [DBG] from='client.15303 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:21:35.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:35 smithi046 bash[18464]: audit 2024-04-27T01:21:35.006409+0000 mon.a (mon.0) 915 : audit [DBG] from='client.? 172.21.15.42:0/168798915' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:21:35.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:35 smithi042 bash[18488]: audit 2024-04-27T01:21:33.411143+0000 mgr.x (mgr.24647) 74 : audit [DBG] from='client.25186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:21:35.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:35 smithi042 bash[18488]: audit 2024-04-27T01:21:33.768351+0000 mgr.x (mgr.24647) 75 : audit [DBG] from='client.15303 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:21:35.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:35 smithi042 bash[18488]: audit 2024-04-27T01:21:35.006409+0000 mon.a (mon.0) 915 : audit [DBG] from='client.? 172.21.15.42:0/168798915' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:21:35.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:35 smithi042 bash[23616]: audit 2024-04-27T01:21:33.411143+0000 mgr.x (mgr.24647) 74 : audit [DBG] from='client.25186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:21:35.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:35 smithi042 bash[23616]: audit 2024-04-27T01:21:33.768351+0000 mgr.x (mgr.24647) 75 : audit [DBG] from='client.15303 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:21:35.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:35 smithi042 bash[23616]: audit 2024-04-27T01:21:35.006409+0000 mon.a (mon.0) 915 : audit [DBG] from='client.? 172.21.15.42:0/168798915' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:21:36.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:36 smithi046 bash[18464]: audit 2024-04-27T01:21:34.580546+0000 mgr.x (mgr.24647) 76 : audit [DBG] from='client.25204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:21:36.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:36 smithi046 bash[18464]: cluster 2024-04-27T01:21:35.014858+0000 mgr.x (mgr.24647) 77 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:21:36.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:36 smithi042 bash[18488]: audit 2024-04-27T01:21:34.580546+0000 mgr.x (mgr.24647) 76 : audit [DBG] from='client.25204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:21:36.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:36 smithi042 bash[18488]: cluster 2024-04-27T01:21:35.014858+0000 mgr.x (mgr.24647) 77 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:21:36.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:36 smithi042 bash[23616]: audit 2024-04-27T01:21:34.580546+0000 mgr.x (mgr.24647) 76 : audit [DBG] from='client.25204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:21:36.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:36 smithi042 bash[23616]: cluster 2024-04-27T01:21:35.014858+0000 mgr.x (mgr.24647) 77 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:21:37.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:37 smithi046 bash[18464]: audit 2024-04-27T01:21:37.151322+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:21:37.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:37 smithi042 bash[18488]: audit 2024-04-27T01:21:37.151322+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:21:37.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:37 smithi042 bash[23616]: audit 2024-04-27T01:21:37.151322+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:21:38.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:38 smithi046 bash[18464]: cluster 2024-04-27T01:21:37.015651+0000 mgr.x (mgr.24647) 78 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 0 op/s 2024-04-27T01:21:38.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:38 smithi046 bash[18464]: audit 2024-04-27T01:21:37.736465+0000 mgr.x (mgr.24647) 79 : audit [DBG] from='client.25123 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:21:38.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:38 smithi042 bash[18488]: cluster 2024-04-27T01:21:37.015651+0000 mgr.x (mgr.24647) 78 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 0 op/s 2024-04-27T01:21:38.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:38 smithi042 bash[18488]: audit 2024-04-27T01:21:37.736465+0000 mgr.x (mgr.24647) 79 : audit [DBG] from='client.25123 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:21:38.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:38 smithi042 bash[23616]: cluster 2024-04-27T01:21:37.015651+0000 mgr.x (mgr.24647) 78 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 0 op/s 2024-04-27T01:21:38.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:38 smithi042 bash[23616]: audit 2024-04-27T01:21:37.736465+0000 mgr.x (mgr.24647) 79 : audit [DBG] from='client.25123 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:21:39.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:39 smithi046 bash[18464]: cluster 2024-04-27T01:21:39.017472+0000 mgr.x (mgr.24647) 80 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:39.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:39 smithi042 bash[18488]: cluster 2024-04-27T01:21:39.017472+0000 mgr.x (mgr.24647) 80 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:39.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:39 smithi042 bash[23616]: cluster 2024-04-27T01:21:39.017472+0000 mgr.x (mgr.24647) 80 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:42.099 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:42 smithi046 bash[18464]: cluster 2024-04-27T01:21:41.018210+0000 mgr.x (mgr.24647) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:42.393 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:21:42 smithi046 bash[37833]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:21:42] "GET /metrics HTTP/1.1" 200 38138 "" "Prometheus/2.33.4" 2024-04-27T01:21:42.393 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:21:42 smithi046 systemd[1]: Stopping Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:21:42.394 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:21:42 smithi046 bash[40219]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-grafana.a 2024-04-27T01:21:42.394 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:21:42 smithi046 bash[33715]: t=2024-04-27T01:21:42+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2024-04-27T01:21:42.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:42 smithi042 bash[18488]: cluster 2024-04-27T01:21:41.018210+0000 mgr.x (mgr.24647) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:42.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:42 smithi042 bash[23616]: cluster 2024-04-27T01:21:41.018210+0000 mgr.x (mgr.24647) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:43.172 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:21:42 smithi046 bash[40228]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-grafana-a 2024-04-27T01:21:43.172 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:21:42 smithi046 bash[40261]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-grafana.a 2024-04-27T01:21:43.172 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:21:43 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Deactivated successfully. 2024-04-27T01:21:43.172 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:21:43 smithi046 systemd[1]: Stopped Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:21:43.172 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:21:43 smithi046 systemd[1]: Started Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:21:43.466 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:21:43 smithi046 bash[37833]: [27/Apr/2024:01:21:43] ENGINE Bus STOPPING 2024-04-27T01:21:43.466 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:21:43 smithi046 bash[37833]: [27/Apr/2024:01:21:43] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-27T01:21:43.467 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:21:43 smithi046 bash[37833]: [27/Apr/2024:01:21:43] ENGINE Bus STOPPED 2024-04-27T01:21:43.467 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:21:43 smithi046 bash[37833]: [27/Apr/2024:01:21:43] ENGINE Bus STARTING 2024-04-27T01:21:43.467 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:21:43 smithi046 bash[37833]: [27/Apr/2024:01:21:43] ENGINE Serving on http://:::9283 2024-04-27T01:21:43.467 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:21:43 smithi046 bash[37833]: [27/Apr/2024:01:21:43] ENGINE Bus STARTED 2024-04-27T01:21:43.467 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:21:43 smithi046 bash[37833]: [27/Apr/2024:01:21:43] ENGINE Bus STOPPING 2024-04-27T01:21:43.467 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:21:43 smithi046 bash[37833]: [27/Apr/2024:01:21:43] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-27T01:21:43.467 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:21:43 smithi046 bash[37833]: [27/Apr/2024:01:21:43] ENGINE Bus STOPPED 2024-04-27T01:21:43.467 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:21:43 smithi046 bash[37833]: [27/Apr/2024:01:21:43] ENGINE Bus STARTING 2024-04-27T01:21:43.467 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:21:43 smithi046 bash[37833]: [27/Apr/2024:01:21:43] ENGINE Serving on http://:::9283 2024-04-27T01:21:43.467 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:21:43 smithi046 bash[37833]: [27/Apr/2024:01:21:43] ENGINE Bus STARTED 2024-04-27T01:21:43.467 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:21:43 smithi046 bash[37833]: [27/Apr/2024:01:21:43] ENGINE Bus STOPPING 2024-04-27T01:21:43.467 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:21:43 smithi046 bash[37833]: [27/Apr/2024:01:21:43] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-27T01:21:43.467 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:21:43 smithi046 bash[37833]: [27/Apr/2024:01:21:43] ENGINE Bus STOPPED 2024-04-27T01:21:43.868 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:21:43 smithi046 bash[37833]: [27/Apr/2024:01:21:43] ENGINE Bus STARTING 2024-04-27T01:21:43.868 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:21:43 smithi046 bash[37833]: [27/Apr/2024:01:21:43] ENGINE Serving on http://:::9283 2024-04-27T01:21:43.868 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:21:43 smithi046 bash[37833]: [27/Apr/2024:01:21:43] ENGINE Bus STARTED 2024-04-27T01:21:44.129 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:21:43 smithi046 bash[40290]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-04-27T01:21:44.129 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:21:43 smithi046 bash[40290]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-04-27T01:21:44.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: cluster 2024-04-27T01:21:43.019199+0000 mgr.x (mgr.24647) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:44.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: audit 2024-04-27T01:21:43.143894+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:44.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: audit 2024-04-27T01:21:43.154974+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:44.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: audit 2024-04-27T01:21:43.204509+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T01:21:44.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: audit 2024-04-27T01:21:43.205015+0000 mgr.x (mgr.24647) 83 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T01:21:44.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: audit 2024-04-27T01:21:43.206374+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi042.front.sepia.ceph.com:9093"}]: dispatch 2024-04-27T01:21:44.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: audit 2024-04-27T01:21:43.206765+0000 mgr.x (mgr.24647) 84 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi042.front.sepia.ceph.com:9093"}]: dispatch 2024-04-27T01:21:44.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: audit 2024-04-27T01:21:43.215061+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:44.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: audit 2024-04-27T01:21:43.224941+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-04-27T01:21:44.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: audit 2024-04-27T01:21:43.226430+0000 mgr.x (mgr.24647) 85 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-04-27T01:21:44.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: audit 2024-04-27T01:21:43.248164+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:44.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: cephadm 2024-04-27T01:21:43.251329+0000 mgr.x (mgr.24647) 86 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.42:5000 to Dashboard 2024-04-27T01:21:44.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: audit 2024-04-27T01:21:43.251890+0000 mon.b (mon.2) 173 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-04-27T01:21:44.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: audit 2024-04-27T01:21:43.252502+0000 mgr.x (mgr.24647) 87 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-04-27T01:21:44.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: audit 2024-04-27T01:21:43.254789+0000 mon.b (mon.2) 174 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2024-04-27T01:21:44.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: audit 2024-04-27T01:21:43.255375+0000 mgr.x (mgr.24647) 88 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2024-04-27T01:21:44.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: audit 2024-04-27T01:21:43.261446+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:44.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: audit 2024-04-27T01:21:43.266668+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T01:21:44.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: audit 2024-04-27T01:21:43.267176+0000 mgr.x (mgr.24647) 89 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T01:21:44.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: audit 2024-04-27T01:21:43.268277+0000 mon.b (mon.2) 176 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi046.front.sepia.ceph.com:9095"}]: dispatch 2024-04-27T01:21:44.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: audit 2024-04-27T01:21:43.268714+0000 mgr.x (mgr.24647) 90 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi046.front.sepia.ceph.com:9095"}]: dispatch 2024-04-27T01:21:44.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: audit 2024-04-27T01:21:43.277102+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:44.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: audit 2024-04-27T01:21:43.287723+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T01:21:44.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: audit 2024-04-27T01:21:43.291186+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046.front.sepia.ceph.com:3000"}]: dispatch 2024-04-27T01:21:44.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: audit 2024-04-27T01:21:43.299768+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:44.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:44 smithi046 bash[18464]: audit 2024-04-27T01:21:43.320856+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:21:44.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: cluster 2024-04-27T01:21:43.019199+0000 mgr.x (mgr.24647) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:44.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: audit 2024-04-27T01:21:43.143894+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:44.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: audit 2024-04-27T01:21:43.154974+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:44.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: audit 2024-04-27T01:21:43.204509+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T01:21:44.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: audit 2024-04-27T01:21:43.205015+0000 mgr.x (mgr.24647) 83 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T01:21:44.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: audit 2024-04-27T01:21:43.206374+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi042.front.sepia.ceph.com:9093"}]: dispatch 2024-04-27T01:21:44.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: audit 2024-04-27T01:21:43.206765+0000 mgr.x (mgr.24647) 84 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi042.front.sepia.ceph.com:9093"}]: dispatch 2024-04-27T01:21:44.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: audit 2024-04-27T01:21:43.215061+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:44.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: audit 2024-04-27T01:21:43.224941+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-04-27T01:21:44.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: audit 2024-04-27T01:21:43.226430+0000 mgr.x (mgr.24647) 85 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-04-27T01:21:44.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: audit 2024-04-27T01:21:43.248164+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:44.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: cephadm 2024-04-27T01:21:43.251329+0000 mgr.x (mgr.24647) 86 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.42:5000 to Dashboard 2024-04-27T01:21:44.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: audit 2024-04-27T01:21:43.251890+0000 mon.b (mon.2) 173 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-04-27T01:21:44.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: audit 2024-04-27T01:21:43.252502+0000 mgr.x (mgr.24647) 87 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-04-27T01:21:44.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: audit 2024-04-27T01:21:43.254789+0000 mon.b (mon.2) 174 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2024-04-27T01:21:44.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: audit 2024-04-27T01:21:43.255375+0000 mgr.x (mgr.24647) 88 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2024-04-27T01:21:44.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: audit 2024-04-27T01:21:43.261446+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:44.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: audit 2024-04-27T01:21:43.266668+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T01:21:44.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: audit 2024-04-27T01:21:43.267176+0000 mgr.x (mgr.24647) 89 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T01:21:44.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: cluster 2024-04-27T01:21:43.019199+0000 mgr.x (mgr.24647) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:44.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: audit 2024-04-27T01:21:43.143894+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:44.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: audit 2024-04-27T01:21:43.154974+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:44.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: audit 2024-04-27T01:21:43.204509+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T01:21:44.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: audit 2024-04-27T01:21:43.205015+0000 mgr.x (mgr.24647) 83 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T01:21:44.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: audit 2024-04-27T01:21:43.206374+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi042.front.sepia.ceph.com:9093"}]: dispatch 2024-04-27T01:21:44.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: audit 2024-04-27T01:21:43.206765+0000 mgr.x (mgr.24647) 84 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi042.front.sepia.ceph.com:9093"}]: dispatch 2024-04-27T01:21:44.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: audit 2024-04-27T01:21:43.215061+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:44.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: audit 2024-04-27T01:21:43.224941+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-04-27T01:21:44.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: audit 2024-04-27T01:21:43.226430+0000 mgr.x (mgr.24647) 85 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-04-27T01:21:44.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: audit 2024-04-27T01:21:43.248164+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:44.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: cephadm 2024-04-27T01:21:43.251329+0000 mgr.x (mgr.24647) 86 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.42:5000 to Dashboard 2024-04-27T01:21:44.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: audit 2024-04-27T01:21:43.251890+0000 mon.b (mon.2) 173 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-04-27T01:21:44.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: audit 2024-04-27T01:21:43.252502+0000 mgr.x (mgr.24647) 87 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-04-27T01:21:44.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: audit 2024-04-27T01:21:43.254789+0000 mon.b (mon.2) 174 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2024-04-27T01:21:44.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: audit 2024-04-27T01:21:43.255375+0000 mgr.x (mgr.24647) 88 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2024-04-27T01:21:44.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: audit 2024-04-27T01:21:43.261446+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:44.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: audit 2024-04-27T01:21:43.266668+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T01:21:44.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: audit 2024-04-27T01:21:43.267176+0000 mgr.x (mgr.24647) 89 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T01:21:44.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: audit 2024-04-27T01:21:43.268277+0000 mon.b (mon.2) 176 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi046.front.sepia.ceph.com:9095"}]: dispatch 2024-04-27T01:21:44.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: audit 2024-04-27T01:21:43.268714+0000 mgr.x (mgr.24647) 90 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi046.front.sepia.ceph.com:9095"}]: dispatch 2024-04-27T01:21:44.435 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: audit 2024-04-27T01:21:43.277102+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:44.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: audit 2024-04-27T01:21:43.287723+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T01:21:44.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: audit 2024-04-27T01:21:43.291186+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046.front.sepia.ceph.com:3000"}]: dispatch 2024-04-27T01:21:44.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: audit 2024-04-27T01:21:43.299768+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:44.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[18488]: audit 2024-04-27T01:21:43.320856+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:21:44.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: audit 2024-04-27T01:21:43.268277+0000 mon.b (mon.2) 176 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi046.front.sepia.ceph.com:9095"}]: dispatch 2024-04-27T01:21:44.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: audit 2024-04-27T01:21:43.268714+0000 mgr.x (mgr.24647) 90 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi046.front.sepia.ceph.com:9095"}]: dispatch 2024-04-27T01:21:44.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: audit 2024-04-27T01:21:43.277102+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:44.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: audit 2024-04-27T01:21:43.287723+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T01:21:44.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: audit 2024-04-27T01:21:43.291186+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046.front.sepia.ceph.com:3000"}]: dispatch 2024-04-27T01:21:44.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: audit 2024-04-27T01:21:43.299768+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:44.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:44 smithi042 bash[23616]: audit 2024-04-27T01:21:43.320856+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:21:45.137 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:21:44 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-04-27T01:21:45.137 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:21:44 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-04-27T01:21:45.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:45 smithi046 bash[18464]: audit 2024-04-27T01:21:43.288231+0000 mgr.x (mgr.24647) 91 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T01:21:45.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:45 smithi046 bash[18464]: audit 2024-04-27T01:21:43.291699+0000 mgr.x (mgr.24647) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046.front.sepia.ceph.com:3000"}]: dispatch 2024-04-27T01:21:45.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:45 smithi046 bash[18464]: cephadm 2024-04-27T01:21:43.322343+0000 mgr.x (mgr.24647) 93 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-04-27T01:21:45.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:45 smithi046 bash[18464]: cephadm 2024-04-27T01:21:43.323091+0000 mgr.x (mgr.24647) 94 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-04-27T01:21:45.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:45 smithi042 bash[23616]: audit 2024-04-27T01:21:43.288231+0000 mgr.x (mgr.24647) 91 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T01:21:45.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:45 smithi042 bash[23616]: audit 2024-04-27T01:21:43.291699+0000 mgr.x (mgr.24647) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046.front.sepia.ceph.com:3000"}]: dispatch 2024-04-27T01:21:45.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:45 smithi042 bash[23616]: cephadm 2024-04-27T01:21:43.322343+0000 mgr.x (mgr.24647) 93 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-04-27T01:21:45.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:45 smithi042 bash[23616]: cephadm 2024-04-27T01:21:43.323091+0000 mgr.x (mgr.24647) 94 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-04-27T01:21:45.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:45 smithi042 bash[18488]: audit 2024-04-27T01:21:43.288231+0000 mgr.x (mgr.24647) 91 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T01:21:45.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:45 smithi042 bash[18488]: audit 2024-04-27T01:21:43.291699+0000 mgr.x (mgr.24647) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046.front.sepia.ceph.com:3000"}]: dispatch 2024-04-27T01:21:45.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:45 smithi042 bash[18488]: cephadm 2024-04-27T01:21:43.322343+0000 mgr.x (mgr.24647) 93 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-04-27T01:21:45.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:45 smithi042 bash[18488]: cephadm 2024-04-27T01:21:43.323091+0000 mgr.x (mgr.24647) 94 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-04-27T01:21:46.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:46 smithi046 bash[18464]: cluster 2024-04-27T01:21:45.019973+0000 mgr.x (mgr.24647) 95 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:46.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:46 smithi046 bash[18464]: audit 2024-04-27T01:21:45.402693+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:46.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:46 smithi046 bash[18464]: audit 2024-04-27T01:21:45.405838+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:21:46.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:46 smithi046 bash[18464]: audit 2024-04-27T01:21:45.406048+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:21:46.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:46 smithi046 bash[18464]: audit 2024-04-27T01:21:45.409395+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T01:21:46.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:46 smithi046 bash[18464]: audit 2024-04-27T01:21:45.411253+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:21:46.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:46 smithi042 bash[18488]: cluster 2024-04-27T01:21:45.019973+0000 mgr.x (mgr.24647) 95 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:46.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:46 smithi042 bash[18488]: audit 2024-04-27T01:21:45.402693+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:46.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:46 smithi042 bash[18488]: audit 2024-04-27T01:21:45.405838+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:21:46.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:46 smithi042 bash[18488]: audit 2024-04-27T01:21:45.406048+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:21:46.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:46 smithi042 bash[18488]: audit 2024-04-27T01:21:45.409395+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T01:21:46.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:46 smithi042 bash[18488]: audit 2024-04-27T01:21:45.411253+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:21:46.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:46 smithi042 bash[23616]: cluster 2024-04-27T01:21:45.019973+0000 mgr.x (mgr.24647) 95 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:46.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:46 smithi042 bash[23616]: audit 2024-04-27T01:21:45.402693+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:46.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:46 smithi042 bash[23616]: audit 2024-04-27T01:21:45.405838+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:21:46.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:46 smithi042 bash[23616]: audit 2024-04-27T01:21:45.406048+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:21:46.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:46 smithi042 bash[23616]: audit 2024-04-27T01:21:45.409395+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T01:21:46.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:46 smithi042 bash[23616]: audit 2024-04-27T01:21:45.411253+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:21:47.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:47 smithi046 bash[18464]: cephadm 2024-04-27T01:21:45.392814+0000 mgr.x (mgr.24647) 96 : cephadm [INF] Upgrade: Updating mgr.y 2024-04-27T01:21:47.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:47 smithi046 bash[18464]: cephadm 2024-04-27T01:21:45.413260+0000 mgr.x (mgr.24647) 97 : cephadm [INF] Deploying daemon mgr.y on smithi042 2024-04-27T01:21:47.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:47 smithi042 bash[18488]: cephadm 2024-04-27T01:21:45.392814+0000 mgr.x (mgr.24647) 96 : cephadm [INF] Upgrade: Updating mgr.y 2024-04-27T01:21:47.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:47 smithi042 bash[18488]: cephadm 2024-04-27T01:21:45.413260+0000 mgr.x (mgr.24647) 97 : cephadm [INF] Deploying daemon mgr.y on smithi042 2024-04-27T01:21:47.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:47 smithi042 bash[23616]: cephadm 2024-04-27T01:21:45.392814+0000 mgr.x (mgr.24647) 96 : cephadm [INF] Upgrade: Updating mgr.y 2024-04-27T01:21:47.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:47 smithi042 bash[23616]: cephadm 2024-04-27T01:21:45.413260+0000 mgr.x (mgr.24647) 97 : cephadm [INF] Deploying daemon mgr.y on smithi042 2024-04-27T01:21:47.799 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:47 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:21:47.800 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:47 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:21:47.800 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:21:47 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:21:47.801 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:21:47 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:21:47.801 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:21:47 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:21:47.802 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:21:47 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:21:47.802 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:47 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:21:47.802 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:47 smithi042 systemd[1]: Stopping Ceph mgr.y for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:21:47.803 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:21:47 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:21:47.803 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:47 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:21:48.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:48 smithi046 bash[18464]: cluster 2024-04-27T01:21:47.020652+0000 mgr.x (mgr.24647) 98 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:48.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:48 smithi042 bash[52648]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-mgr-y 2024-04-27T01:21:48.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:48 smithi042 bash[18488]: cluster 2024-04-27T01:21:47.020652+0000 mgr.x (mgr.24647) 98 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:48.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:48 smithi042 bash[23616]: cluster 2024-04-27T01:21:47.020652+0000 mgr.x (mgr.24647) 98 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:48.762 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:48 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:21:48.762 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:21:48 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:21:48.762 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:48 smithi042 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mgr.y.service: Main process exited, code=exited, status=143/n/a 2024-04-27T01:21:48.763 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:48 smithi042 bash[52707]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-mgr-y 2024-04-27T01:21:48.763 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:48 smithi042 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mgr.y.service: Failed with result 'exit-code'. 2024-04-27T01:21:48.763 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:48 smithi042 systemd[1]: Stopped Ceph mgr.y for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:21:48.763 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:48 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:21:48.763 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:21:48 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:21:48.763 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:21:48 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:21:48.764 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:48 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:21:48.764 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:21:48 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:21:48.764 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:21:48 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:21:48.765 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:21:48 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:21:48.922 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:48 smithi046 bash[39801]: ts=2024-04-27T01:21:48.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi046:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.46:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:21:49.162 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:48 smithi042 systemd[1]: Started Ceph mgr.y for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:21:49.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:49 smithi046 bash[18464]: audit 2024-04-27T01:21:47.747454+0000 mgr.x (mgr.24647) 99 : audit [DBG] from='client.25123 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:21:49.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:49 smithi046 bash[18464]: audit 2024-04-27T01:21:48.828484+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:49.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:49 smithi046 bash[18464]: audit 2024-04-27T01:21:48.839274+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:49.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:49 smithi042 bash[18488]: audit 2024-04-27T01:21:47.747454+0000 mgr.x (mgr.24647) 99 : audit [DBG] from='client.25123 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:21:49.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:49 smithi042 bash[18488]: audit 2024-04-27T01:21:48.828484+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:49.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:49 smithi042 bash[18488]: audit 2024-04-27T01:21:48.839274+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:49.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:49 smithi042 bash[23616]: audit 2024-04-27T01:21:47.747454+0000 mgr.x (mgr.24647) 99 : audit [DBG] from='client.25123 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:21:49.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:49 smithi042 bash[23616]: audit 2024-04-27T01:21:48.828484+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:49.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:49 smithi042 bash[23616]: audit 2024-04-27T01:21:48.839274+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:49.847 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:49 smithi042 bash[52765]: debug 2024-04-27T01:21:49.704+0000 7f58dafa9700 1 -- 172.21.15.42:0/3406691260 <== mon.0 v2:172.21.15.42:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x564fc6cf25a0 con 0x564fc7a72800 2024-04-27T01:21:50.164 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:49 smithi042 bash[52765]: debug 2024-04-27T01:21:49.856+0000 7f58e51b0200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-27T01:21:50.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:50 smithi046 bash[18464]: cluster 2024-04-27T01:21:49.022264+0000 mgr.x (mgr.24647) 100 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:50.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:50 smithi042 bash[18488]: cluster 2024-04-27T01:21:49.022264+0000 mgr.x (mgr.24647) 100 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:50.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:50 smithi042 bash[23616]: cluster 2024-04-27T01:21:49.022264+0000 mgr.x (mgr.24647) 100 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:51.867 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:51 smithi042 bash[52765]: debug 2024-04-27T01:21:51.516+0000 7f58e51b0200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-27T01:21:51.867 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:51 smithi042 bash[52765]: debug 2024-04-27T01:21:51.620+0000 7f58e51b0200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-27T01:21:52.167 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:51 smithi042 bash[52765]: debug 2024-04-27T01:21:51.876+0000 7f58e51b0200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-27T01:21:52.422 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:21:52 smithi046 bash[37833]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:21:52] "GET /metrics HTTP/1.1" 200 38138 "" "Prometheus/2.33.4" 2024-04-27T01:21:52.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:52 smithi046 bash[18464]: cluster 2024-04-27T01:21:51.023002+0000 mgr.x (mgr.24647) 101 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:52.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:52 smithi046 bash[18464]: audit 2024-04-27T01:21:52.151701+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:21:52.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:52 smithi042 bash[18488]: cluster 2024-04-27T01:21:51.023002+0000 mgr.x (mgr.24647) 101 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:52.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:52 smithi042 bash[18488]: audit 2024-04-27T01:21:52.151701+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:21:52.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:52 smithi042 bash[23616]: cluster 2024-04-27T01:21:51.023002+0000 mgr.x (mgr.24647) 101 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:52.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:52 smithi042 bash[23616]: audit 2024-04-27T01:21:52.151701+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:21:53.181 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:52 smithi042 bash[52765]: debug 2024-04-27T01:21:52.724+0000 7f58e51b0200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-27T01:21:53.181 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:52 smithi042 bash[52765]: debug 2024-04-27T01:21:52.844+0000 7f58e51b0200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-27T01:21:53.181 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:52 smithi042 bash[52765]: debug 2024-04-27T01:21:52.952+0000 7f58e51b0200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-27T01:21:53.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:53 smithi042 bash[52765]: debug 2024-04-27T01:21:53.324+0000 7f58e51b0200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-27T01:21:53.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:53 smithi042 bash[52765]: debug 2024-04-27T01:21:53.448+0000 7f58e51b0200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-27T01:21:53.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:53 smithi042 bash[52765]: debug 2024-04-27T01:21:53.560+0000 7f58e51b0200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-27T01:21:54.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:54 smithi042 bash[18488]: cluster 2024-04-27T01:21:53.024745+0000 mgr.x (mgr.24647) 102 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:54.181 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:53 smithi042 bash[52765]: debug 2024-04-27T01:21:53.940+0000 7f58e51b0200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-27T01:21:54.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:54 smithi042 bash[23616]: cluster 2024-04-27T01:21:53.024745+0000 mgr.x (mgr.24647) 102 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:54.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:54 smithi046 bash[18464]: cluster 2024-04-27T01:21:53.024745+0000 mgr.x (mgr.24647) 102 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:21:54.474 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:54 smithi042 bash[52765]: debug 2024-04-27T01:21:54.200+0000 7f58e51b0200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-27T01:21:54.909 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:54 smithi042 bash[52765]: debug 2024-04-27T01:21:54.484+0000 7f58e51b0200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-27T01:21:54.909 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:54 smithi042 bash[52765]: debug 2024-04-27T01:21:54.616+0000 7f58e51b0200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-27T01:21:55.172 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:21:54 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Scheduled restart job, restart counter is at 1. 2024-04-27T01:21:55.172 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:21:54 smithi046 systemd[1]: Stopped Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:21:55.172 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:21:54 smithi046 systemd[1]: Started Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:21:55.181 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:54 smithi042 bash[52765]: debug 2024-04-27T01:21:54.920+0000 7f58e51b0200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-27T01:21:55.620 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:55 smithi042 bash[52765]: debug 2024-04-27T01:21:55.372+0000 7f58e51b0200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:21:55.923 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:21:55 smithi046 bash[40803]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-04-27T01:21:55.923 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:21:55 smithi046 bash[40803]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-04-27T01:21:55.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:55 smithi046 bash[18464]: audit 2024-04-27T01:21:54.834025+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:55.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:55 smithi046 bash[18464]: audit 2024-04-27T01:21:54.843159+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:55.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:55 smithi046 bash[18464]: audit 2024-04-27T01:21:54.989921+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:55.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:55 smithi046 bash[18464]: audit 2024-04-27T01:21:55.002533+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:55.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:55 smithi046 bash[18464]: cluster 2024-04-27T01:21:55.025615+0000 mgr.x (mgr.24647) 103 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:55.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:55 smithi042 bash[18488]: audit 2024-04-27T01:21:54.834025+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:55.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:55 smithi042 bash[18488]: audit 2024-04-27T01:21:54.843159+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:55.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:55 smithi042 bash[18488]: audit 2024-04-27T01:21:54.989921+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:55.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:55 smithi042 bash[18488]: audit 2024-04-27T01:21:55.002533+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:55.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:55 smithi042 bash[18488]: cluster 2024-04-27T01:21:55.025615+0000 mgr.x (mgr.24647) 103 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:55.932 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:55 smithi042 bash[52765]: debug 2024-04-27T01:21:55.632+0000 7f58e51b0200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-27T01:21:55.932 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:55 smithi042 bash[52765]: debug 2024-04-27T01:21:55.764+0000 7f58e51b0200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-27T01:21:55.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:55 smithi042 bash[23616]: audit 2024-04-27T01:21:54.834025+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:55.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:55 smithi042 bash[23616]: audit 2024-04-27T01:21:54.843159+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:55.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:55 smithi042 bash[23616]: audit 2024-04-27T01:21:54.989921+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:55.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:55 smithi042 bash[23616]: audit 2024-04-27T01:21:55.002533+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:55.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:55 smithi042 bash[23616]: cluster 2024-04-27T01:21:55.025615+0000 mgr.x (mgr.24647) 103 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:56.277 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:21:56 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-04-27T01:21:56.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:56 smithi042 bash[52765]: debug 2024-04-27T01:21:56.036+0000 7f58e51b0200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:21:56.672 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:21:56 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-04-27T01:21:57.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:57 smithi046 bash[18464]: audit 2024-04-27T01:21:56.109938+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:57.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:57 smithi046 bash[18464]: audit 2024-04-27T01:21:56.121788+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:57.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:57 smithi042 bash[23616]: audit 2024-04-27T01:21:56.109938+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:57.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:57 smithi042 bash[23616]: audit 2024-04-27T01:21:56.121788+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:57.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:57 smithi042 bash[18488]: audit 2024-04-27T01:21:56.109938+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:57.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:57 smithi042 bash[18488]: audit 2024-04-27T01:21:56.121788+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:21:57.432 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:57 smithi042 bash[52765]: debug 2024-04-27T01:21:57.112+0000 7f58e51b0200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-27T01:21:57.432 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:57 smithi042 bash[52765]: debug 2024-04-27T01:21:57.236+0000 7f58e51b0200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-27T01:21:57.931 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:57 smithi042 bash[52765]: debug 2024-04-27T01:21:57.552+0000 7f58e51b0200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-27T01:21:57.931 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:57 smithi042 bash[52765]: debug 2024-04-27T01:21:57.680+0000 7f58e51b0200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-27T01:21:58.414 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:58 smithi042 bash[23616]: cluster 2024-04-27T01:21:57.026380+0000 mgr.x (mgr.24647) 104 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:58.414 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:58 smithi042 bash[18488]: cluster 2024-04-27T01:21:57.026380+0000 mgr.x (mgr.24647) 104 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:58.414 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:58 smithi042 bash[52765]: debug 2024-04-27T01:21:58.164+0000 7f58e51b0200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-27T01:21:58.415 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:58 smithi042 bash[52765]: debug 2024-04-27T01:21:58.292+0000 7f58e51b0200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-27T01:21:58.415 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:58 smithi042 bash[52765]: [27/Apr/2024:01:21:58] ENGINE Bus STARTING 2024-04-27T01:21:58.415 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:58 smithi042 bash[52765]: CherryPy Checker: 2024-04-27T01:21:58.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:58 smithi046 bash[18464]: cluster 2024-04-27T01:21:57.026380+0000 mgr.x (mgr.24647) 104 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:21:58.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:58 smithi042 bash[52765]: The Application mounted at '' has an empty config. 2024-04-27T01:21:58.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:58 smithi042 bash[52765]: [27/Apr/2024:01:21:58] ENGINE Serving on http://:::9283 2024-04-27T01:21:58.682 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:21:58 smithi042 bash[52765]: [27/Apr/2024:01:21:58] ENGINE Bus STARTED 2024-04-27T01:21:58.922 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:21:58 smithi046 bash[39801]: ts=2024-04-27T01:21:58.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi046:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.46:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:21:59.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:59 smithi046 bash[18464]: audit 2024-04-27T01:21:57.755979+0000 mgr.x (mgr.24647) 105 : audit [DBG] from='client.25123 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:21:59.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:59 smithi046 bash[18464]: cluster 2024-04-27T01:21:58.316296+0000 mon.a (mon.0) 933 : cluster [DBG] Standby manager daemon y restarted 2024-04-27T01:21:59.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:59 smithi046 bash[18464]: cluster 2024-04-27T01:21:58.316499+0000 mon.a (mon.0) 934 : cluster [DBG] Standby manager daemon y started 2024-04-27T01:21:59.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:59 smithi046 bash[18464]: audit 2024-04-27T01:21:58.320368+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.? 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-04-27T01:21:59.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:59 smithi046 bash[18464]: audit 2024-04-27T01:21:58.321516+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.? 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T01:21:59.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:59 smithi046 bash[18464]: audit 2024-04-27T01:21:58.325021+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.? 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-04-27T01:21:59.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:21:59 smithi046 bash[18464]: audit 2024-04-27T01:21:58.325622+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.? 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T01:21:59.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:59 smithi042 bash[18488]: audit 2024-04-27T01:21:57.755979+0000 mgr.x (mgr.24647) 105 : audit [DBG] from='client.25123 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:21:59.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:59 smithi042 bash[18488]: cluster 2024-04-27T01:21:58.316296+0000 mon.a (mon.0) 933 : cluster [DBG] Standby manager daemon y restarted 2024-04-27T01:21:59.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:59 smithi042 bash[18488]: cluster 2024-04-27T01:21:58.316499+0000 mon.a (mon.0) 934 : cluster [DBG] Standby manager daemon y started 2024-04-27T01:21:59.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:59 smithi042 bash[18488]: audit 2024-04-27T01:21:58.320368+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.? 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-04-27T01:21:59.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:59 smithi042 bash[18488]: audit 2024-04-27T01:21:58.321516+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.? 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T01:21:59.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:59 smithi042 bash[18488]: audit 2024-04-27T01:21:58.325021+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.? 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-04-27T01:21:59.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:21:59 smithi042 bash[18488]: audit 2024-04-27T01:21:58.325622+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.? 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T01:21:59.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:59 smithi042 bash[23616]: audit 2024-04-27T01:21:57.755979+0000 mgr.x (mgr.24647) 105 : audit [DBG] from='client.25123 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:21:59.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:59 smithi042 bash[23616]: cluster 2024-04-27T01:21:58.316296+0000 mon.a (mon.0) 933 : cluster [DBG] Standby manager daemon y restarted 2024-04-27T01:21:59.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:59 smithi042 bash[23616]: cluster 2024-04-27T01:21:58.316499+0000 mon.a (mon.0) 934 : cluster [DBG] Standby manager daemon y started 2024-04-27T01:21:59.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:59 smithi042 bash[23616]: audit 2024-04-27T01:21:58.320368+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.? 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-04-27T01:21:59.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:59 smithi042 bash[23616]: audit 2024-04-27T01:21:58.321516+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.? 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T01:21:59.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:59 smithi042 bash[23616]: audit 2024-04-27T01:21:58.325021+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.? 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-04-27T01:21:59.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:21:59 smithi042 bash[23616]: audit 2024-04-27T01:21:58.325622+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.? 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T01:22:00.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:00 smithi046 bash[18464]: cluster 2024-04-27T01:21:59.028192+0000 mgr.x (mgr.24647) 106 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:22:00.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:00 smithi046 bash[18464]: cluster 2024-04-27T01:21:59.139483+0000 mon.a (mon.0) 939 : cluster [DBG] mgrmap e26: x(active, since 83s), standbys: y 2024-04-27T01:22:00.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:00 smithi042 bash[18488]: cluster 2024-04-27T01:21:59.028192+0000 mgr.x (mgr.24647) 106 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:22:00.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:00 smithi042 bash[18488]: cluster 2024-04-27T01:21:59.139483+0000 mon.a (mon.0) 939 : cluster [DBG] mgrmap e26: x(active, since 83s), standbys: y 2024-04-27T01:22:00.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:00 smithi042 bash[23616]: cluster 2024-04-27T01:21:59.028192+0000 mgr.x (mgr.24647) 106 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:22:00.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:00 smithi042 bash[23616]: cluster 2024-04-27T01:21:59.139483+0000 mon.a (mon.0) 939 : cluster [DBG] mgrmap e26: x(active, since 83s), standbys: y 2024-04-27T01:22:02.313 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:02 smithi042 bash[18488]: cluster 2024-04-27T01:22:01.029086+0000 mgr.x (mgr.24647) 107 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:22:02.314 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:02 smithi042 bash[23616]: cluster 2024-04-27T01:22:01.029086+0000 mgr.x (mgr.24647) 107 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:22:02.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:02 smithi046 bash[18464]: cluster 2024-04-27T01:22:01.029086+0000 mgr.x (mgr.24647) 107 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:22:02.423 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:02 smithi046 bash[37833]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:22:02] "GET /metrics HTTP/1.1" 200 38139 "" "Prometheus/2.33.4" 2024-04-27T01:22:04.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:04 smithi046 bash[18464]: cluster 2024-04-27T01:22:03.030850+0000 mgr.x (mgr.24647) 108 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:22:04.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:04 smithi042 bash[18488]: cluster 2024-04-27T01:22:03.030850+0000 mgr.x (mgr.24647) 108 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:22:04.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:04 smithi042 bash[23616]: cluster 2024-04-27T01:22:03.030850+0000 mgr.x (mgr.24647) 108 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:22:05.391 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:22:06.183 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:22:06.183 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (53s) 11s ago 7m 14.0M - 0.23.0 ba2b418f427c 0f0b55d975d0 2024-04-27T01:22:06.183 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 unknown 11s ago 7m - - 2024-04-27T01:22:06.183 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 running (49s) 11s ago 5m 41.3M - 3.5 e1d6a67b021e 25ff5801625b 2024-04-27T01:22:06.183 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443,9283 running (101s) 11s ago 12m 497M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 30b6d7df8a5d 2024-04-27T01:22:06.183 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (17s) 11s ago 14m 142M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 60e39f55c7ea 2024-04-27T01:22:06.183 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (14m) 11s ago 14m 53.2M 2048M 17.2.0 e1d6a67b021e c3de2f32752a 2024-04-27T01:22:06.184 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (13m) 11s ago 13m 45.9M 2048M 17.2.0 e1d6a67b021e 370efec7cf8d 2024-04-27T01:22:06.184 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (13m) 11s ago 13m 44.0M 2048M 17.2.0 e1d6a67b021e cd53a35f7399 2024-04-27T01:22:06.184 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (62s) 11s ago 7m 8676k - 1.3.1 1dbe0e931976 ea2d213e0f7a 2024-04-27T01:22:06.184 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (36s) 11s ago 7m 8183k - 1.3.1 1dbe0e931976 e95126faf566 2024-04-27T01:22:06.184 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (12m) 11s ago 12m 57.3M 2781M 17.2.0 e1d6a67b021e 5a88875a607d 2024-04-27T01:22:06.184 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (11m) 11s ago 11m 59.2M 2781M 17.2.0 e1d6a67b021e 60ae6a8ced36 2024-04-27T01:22:06.184 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (11m) 11s ago 11m 51.0M 2781M 17.2.0 e1d6a67b021e 1694c06983a4 2024-04-27T01:22:06.184 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (10m) 11s ago 10m 55.2M 2781M 17.2.0 e1d6a67b021e 523b1c99e778 2024-04-27T01:22:06.184 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (10m) 11s ago 10m 57.5M 3037M 17.2.0 e1d6a67b021e 8f9eeee1f917 2024-04-27T01:22:06.184 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (9m) 11s ago 9m 52.5M 3037M 17.2.0 e1d6a67b021e 5c17501020a3 2024-04-27T01:22:06.184 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (9m) 11s ago 9m 50.9M 3037M 17.2.0 e1d6a67b021e 87a6f4ccf8a6 2024-04-27T01:22:06.184 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (8m) 11s ago 8m 55.0M 3037M 17.2.0 e1d6a67b021e 05ee6dbaf5ff 2024-04-27T01:22:06.184 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 running (37s) 11s ago 7m 48.9M - 2.33.4 514e6a882f6e a2a0e189b64f 2024-04-27T01:22:06.184 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (5m) 11s ago 5m 84.9M - 17.2.0 e1d6a67b021e 4022285478bf 2024-04-27T01:22:06.184 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (5m) 11s ago 5m 84.8M - 17.2.0 e1d6a67b021e aab619238956 2024-04-27T01:22:06.184 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (5m) 11s ago 5m 84.9M - 17.2.0 e1d6a67b021e 654b864f6909 2024-04-27T01:22:06.185 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (5m) 11s ago 5m 85.4M - 17.2.0 e1d6a67b021e b896e3222d12 2024-04-27T01:22:06.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:06 smithi046 bash[18464]: cluster 2024-04-27T01:22:05.031647+0000 mgr.x (mgr.24647) 109 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:22:06.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:06 smithi046 bash[18464]: audit 2024-04-27T01:22:05.873492+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:22:06.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:06 smithi046 bash[18464]: audit 2024-04-27T01:22:05.886878+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:22:06.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:06 smithi046 bash[18464]: audit 2024-04-27T01:22:05.892027+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:22:06.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:06 smithi046 bash[18464]: audit 2024-04-27T01:22:05.894051+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:22:06.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:06 smithi046 bash[18464]: audit 2024-04-27T01:22:05.903868+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:22:06.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:06 smithi046 bash[18464]: audit 2024-04-27T01:22:06.004738+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:22:06.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:06 smithi046 bash[18464]: audit 2024-04-27T01:22:06.016355+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-04-27T01:22:06.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:06 smithi046 bash[18464]: audit 2024-04-27T01:22:06.016452+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-04-27T01:22:06.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:06 smithi046 bash[18464]: cluster 2024-04-27T01:22:06.026067+0000 mon.a (mon.0) 944 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-04-27T01:22:06.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:06 smithi042 bash[18488]: cluster 2024-04-27T01:22:05.031647+0000 mgr.x (mgr.24647) 109 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:22:06.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:06 smithi042 bash[18488]: audit 2024-04-27T01:22:05.873492+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:22:06.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:06 smithi042 bash[18488]: audit 2024-04-27T01:22:05.886878+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:22:06.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:06 smithi042 bash[18488]: audit 2024-04-27T01:22:05.892027+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:22:06.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:06 smithi042 bash[18488]: audit 2024-04-27T01:22:05.894051+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:22:06.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:06 smithi042 bash[18488]: audit 2024-04-27T01:22:05.903868+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:22:06.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:06 smithi042 bash[18488]: audit 2024-04-27T01:22:06.004738+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:22:06.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:06 smithi042 bash[18488]: audit 2024-04-27T01:22:06.016355+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-04-27T01:22:06.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:06 smithi042 bash[18488]: audit 2024-04-27T01:22:06.016452+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-04-27T01:22:06.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:06 smithi042 bash[18488]: cluster 2024-04-27T01:22:06.026067+0000 mon.a (mon.0) 944 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-04-27T01:22:06.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:06 smithi042 bash[23616]: cluster 2024-04-27T01:22:05.031647+0000 mgr.x (mgr.24647) 109 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:22:06.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:06 smithi042 bash[23616]: audit 2024-04-27T01:22:05.873492+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:22:06.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:06 smithi042 bash[23616]: audit 2024-04-27T01:22:05.886878+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:22:06.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:06 smithi042 bash[23616]: audit 2024-04-27T01:22:05.892027+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:22:06.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:06 smithi042 bash[23616]: audit 2024-04-27T01:22:05.894051+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:22:06.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:06 smithi042 bash[23616]: audit 2024-04-27T01:22:05.903868+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.24647 ' entity='mgr.x' 2024-04-27T01:22:06.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:06 smithi042 bash[23616]: audit 2024-04-27T01:22:06.004738+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:22:06.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:06 smithi042 bash[23616]: audit 2024-04-27T01:22:06.016355+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.24647 172.21.15.46:0/1300624086' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-04-27T01:22:06.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:06 smithi042 bash[23616]: audit 2024-04-27T01:22:06.016452+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-04-27T01:22:06.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:06 smithi042 bash[23616]: cluster 2024-04-27T01:22:06.026067+0000 mon.a (mon.0) 944 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-04-27T01:22:06.637 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:22:06.637 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:22:06.637 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-04-27T01:22:06.637 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:22:06.638 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:22:06.638 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 2 2024-04-27T01:22:06.638 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:22:06.638 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:22:06.638 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-04-27T01:22:06.638 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:22:06.638 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": {}, 2024-04-27T01:22:06.638 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:22:06.638 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-04-27T01:22:06.638 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:22:06.638 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:22:06.638 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2024-04-27T01:22:06.638 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 2 2024-04-27T01:22:06.638 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:22:06.639 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:22:06.908 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:06 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Scheduled restart job, restart counter is at 2. 2024-04-27T01:22:06.908 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:06 smithi046 systemd[1]: Stopped Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:22:06.908 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:06 smithi046 systemd[1]: Started Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:22:07.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:06 smithi046 bash[37833]: debug 2024-04-27T01:22:06.918+0000 7f7b12c7d700 -1 mgr handle_mgr_map I was active but no longer am 2024-04-27T01:22:07.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:06 smithi046 bash[37833]: ignoring --setuser ceph since I am not root 2024-04-27T01:22:07.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:06 smithi046 bash[37833]: ignoring --setgroup ceph since I am not root 2024-04-27T01:22:07.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:06 smithi046 bash[37833]: debug 2024-04-27T01:22:06.982+0000 7f61d9a11700 1 -- 172.21.15.46:0/1624925891 <== mon.2 v2:172.21.15.46:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x555ddb5b65a0 con 0x555ddc334800 2024-04-27T01:22:07.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[37833]: debug 2024-04-27T01:22:07.130+0000 7f61e37fa200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-27T01:22:07.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:05.390519+0000 mgr.x (mgr.24647) 110 : audit [DBG] from='client.25222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:22:07.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:05.768089+0000 mgr.x (mgr.24647) 111 : audit [DBG] from='client.25228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:22:07.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: cluster 2024-04-27T01:22:05.897506+0000 mgr.x (mgr.24647) 112 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 941 B/s rd, 0 op/s 2024-04-27T01:22:07.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: cephadm 2024-04-27T01:22:06.007662+0000 mgr.x (mgr.24647) 113 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-04-27T01:22:07.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: cephadm 2024-04-27T01:22:06.009079+0000 mgr.x (mgr.24647) 114 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-04-27T01:22:07.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: cephadm 2024-04-27T01:22:06.015762+0000 mgr.x (mgr.24647) 115 : cephadm [INF] Failing over to other MGR 2024-04-27T01:22:07.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:06.151173+0000 mgr.x (mgr.24647) 116 : audit [DBG] from='client.15345 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:22:07.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: cluster 2024-04-27T01:22:06.634555+0000 mon.a (mon.0) 945 : cluster [DBG] Standby manager daemon x started 2024-04-27T01:22:07.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:06.651613+0000 mon.a (mon.0) 946 : audit [DBG] from='client.? 172.21.15.42:0/2925929049' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:22:07.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: cluster 2024-04-27T01:22:06.884080+0000 mon.a (mon.0) 947 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-27T01:22:07.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:06.922343+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-04-27T01:22:07.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: cluster 2024-04-27T01:22:06.922452+0000 mon.a (mon.0) 949 : cluster [DBG] mgrmap e27: y(active, starting, since 0.904647s), standbys: x 2024-04-27T01:22:07.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:06.925782+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:22:07.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:06.926230+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:22:07.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:06.926785+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:22:07.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:06.928802+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-04-27T01:22:07.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:06.929374+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-27T01:22:07.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:06.929894+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:22:07.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:06.930759+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:22:07.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:06.931532+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:22:07.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:06.932241+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:22:07.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:06.932924+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:22:07.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:06.933603+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:22:07.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:06.934352+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:22:07.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:06.935022+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:22:07.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:06.935738+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T01:22:07.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:06.936250+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T01:22:07.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:06.937564+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T01:22:07.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: cluster 2024-04-27T01:22:06.977836+0000 mon.a (mon.0) 950 : cluster [INF] Manager daemon y is now available 2024-04-27T01:22:07.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:07.060593+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:07.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:07.063105+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:22:07.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:07.064142+0000 mon.c (mon.1) 65 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:22:07.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:07.064581+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.15327 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:22:07.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:07.113005+0000 mon.c (mon.1) 66 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:22:07.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[18464]: audit 2024-04-27T01:22:07.113422+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.15327 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:22:07.180 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:22:06 smithi042 bash[52765]: [27/Apr/2024:01:22:06] ENGINE Bus STOPPING 2024-04-27T01:22:07.180 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:22:06 smithi042 bash[52765]: [27/Apr/2024:01:22:06] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-27T01:22:07.180 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:22:06 smithi042 bash[52765]: [27/Apr/2024:01:22:06] ENGINE Bus STOPPED 2024-04-27T01:22:07.180 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[52765]: [27/Apr/2024:01:22:07] ENGINE Bus STARTING 2024-04-27T01:22:07.181 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[52765]: [27/Apr/2024:01:22:07] ENGINE Serving on http://:::9283 2024-04-27T01:22:07.181 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[52765]: [27/Apr/2024:01:22:07] ENGINE Bus STARTED 2024-04-27T01:22:07.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:05.390519+0000 mgr.x (mgr.24647) 110 : audit [DBG] from='client.25222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:22:07.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:05.768089+0000 mgr.x (mgr.24647) 111 : audit [DBG] from='client.25228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:22:07.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: cluster 2024-04-27T01:22:05.897506+0000 mgr.x (mgr.24647) 112 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 941 B/s rd, 0 op/s 2024-04-27T01:22:07.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: cephadm 2024-04-27T01:22:06.007662+0000 mgr.x (mgr.24647) 113 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-04-27T01:22:07.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: cephadm 2024-04-27T01:22:06.009079+0000 mgr.x (mgr.24647) 114 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-04-27T01:22:07.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: cephadm 2024-04-27T01:22:06.015762+0000 mgr.x (mgr.24647) 115 : cephadm [INF] Failing over to other MGR 2024-04-27T01:22:07.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:06.151173+0000 mgr.x (mgr.24647) 116 : audit [DBG] from='client.15345 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:22:07.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: cluster 2024-04-27T01:22:06.634555+0000 mon.a (mon.0) 945 : cluster [DBG] Standby manager daemon x started 2024-04-27T01:22:07.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:06.651613+0000 mon.a (mon.0) 946 : audit [DBG] from='client.? 172.21.15.42:0/2925929049' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:22:07.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: cluster 2024-04-27T01:22:06.884080+0000 mon.a (mon.0) 947 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-27T01:22:07.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:06.922343+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-04-27T01:22:07.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: cluster 2024-04-27T01:22:06.922452+0000 mon.a (mon.0) 949 : cluster [DBG] mgrmap e27: y(active, starting, since 0.904647s), standbys: x 2024-04-27T01:22:07.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:06.925782+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:22:07.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:06.926230+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:22:07.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:06.926785+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:22:07.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:06.928802+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-04-27T01:22:07.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:06.929374+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-27T01:22:07.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:06.929894+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:22:07.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:06.930759+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:22:07.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:06.931532+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:22:07.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:05.390519+0000 mgr.x (mgr.24647) 110 : audit [DBG] from='client.25222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:22:07.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:05.768089+0000 mgr.x (mgr.24647) 111 : audit [DBG] from='client.25228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:22:07.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: cluster 2024-04-27T01:22:05.897506+0000 mgr.x (mgr.24647) 112 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 941 B/s rd, 0 op/s 2024-04-27T01:22:07.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: cephadm 2024-04-27T01:22:06.007662+0000 mgr.x (mgr.24647) 113 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-04-27T01:22:07.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: cephadm 2024-04-27T01:22:06.009079+0000 mgr.x (mgr.24647) 114 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-04-27T01:22:07.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: cephadm 2024-04-27T01:22:06.015762+0000 mgr.x (mgr.24647) 115 : cephadm [INF] Failing over to other MGR 2024-04-27T01:22:07.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:06.151173+0000 mgr.x (mgr.24647) 116 : audit [DBG] from='client.15345 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:22:07.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: cluster 2024-04-27T01:22:06.634555+0000 mon.a (mon.0) 945 : cluster [DBG] Standby manager daemon x started 2024-04-27T01:22:07.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:06.651613+0000 mon.a (mon.0) 946 : audit [DBG] from='client.? 172.21.15.42:0/2925929049' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:22:07.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: cluster 2024-04-27T01:22:06.884080+0000 mon.a (mon.0) 947 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-27T01:22:07.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:06.922343+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.24647 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-04-27T01:22:07.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: cluster 2024-04-27T01:22:06.922452+0000 mon.a (mon.0) 949 : cluster [DBG] mgrmap e27: y(active, starting, since 0.904647s), standbys: x 2024-04-27T01:22:07.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:06.925782+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:22:07.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:06.926230+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:22:07.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:06.926785+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:22:07.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:06.928802+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-04-27T01:22:07.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:06.929374+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-27T01:22:07.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:06.929894+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:22:07.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:06.930759+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:22:07.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:06.931532+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:22:07.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:06.932241+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:22:07.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:06.932924+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:22:07.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:06.933603+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:22:07.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:06.934352+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:22:07.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:06.935022+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:22:07.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:06.935738+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T01:22:07.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:06.936250+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T01:22:07.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:06.937564+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T01:22:07.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: cluster 2024-04-27T01:22:06.977836+0000 mon.a (mon.0) 950 : cluster [INF] Manager daemon y is now available 2024-04-27T01:22:07.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:07.060593+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:07.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:07.063105+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:22:07.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:07.064142+0000 mon.c (mon.1) 65 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:22:07.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:07.064581+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.15327 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:22:07.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:07.113005+0000 mon.c (mon.1) 66 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:22:07.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[23616]: audit 2024-04-27T01:22:07.113422+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.15327 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:22:07.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:06.932241+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:22:07.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:06.932924+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:22:07.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:06.933603+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:22:07.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:06.934352+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:22:07.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:06.935022+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:22:07.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:06.935738+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T01:22:07.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:06.936250+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T01:22:07.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:06.937564+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T01:22:07.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: cluster 2024-04-27T01:22:06.977836+0000 mon.a (mon.0) 950 : cluster [INF] Manager daemon y is now available 2024-04-27T01:22:07.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:07.060593+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:07.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:07.063105+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:22:07.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:07.064142+0000 mon.c (mon.1) 65 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:22:07.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:07.064581+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.15327 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:22:07.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:07.113005+0000 mon.c (mon.1) 66 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:22:07.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:07 smithi042 bash[18488]: audit 2024-04-27T01:22:07.113422+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.15327 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:22:07.543 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[40931]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-04-27T01:22:07.543 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:07 smithi046 bash[40931]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-04-27T01:22:07.938 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:22:07.939 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", 2024-04-27T01:22:07.939 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2024-04-27T01:22:07.939 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-27T01:22:07.939 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2024-04-27T01:22:07.939 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr" 2024-04-27T01:22:07.939 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2024-04-27T01:22:07.939 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "2/23 daemons upgraded", 2024-04-27T01:22:07.939 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "", 2024-04-27T01:22:07.939 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2024-04-27T01:22:07.939 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:22:08.364 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:22:08.364 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:22:08.364 INFO:teuthology.orchestra.run.smithi042.stdout: daemon grafana.a on smithi046 is in unknown state 2024-04-27T01:22:08.422 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:08 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-04-27T01:22:08.422 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:08 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-04-27T01:22:08.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:08 smithi046 bash[18464]: cephadm 2024-04-27T01:22:07.549105+0000 mgr.y (mgr.15327) 1 : cephadm [INF] [27/Apr/2024:01:22:07] ENGINE Bus STARTING 2024-04-27T01:22:08.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:08 smithi046 bash[18464]: cephadm 2024-04-27T01:22:07.668300+0000 mgr.y (mgr.15327) 2 : cephadm [INF] [27/Apr/2024:01:22:07] ENGINE Serving on https://172.21.15.42:7150 2024-04-27T01:22:08.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:08 smithi046 bash[18464]: cluster 2024-04-27T01:22:07.920256+0000 mon.a (mon.0) 954 : cluster [DBG] mgrmap e28: y(active, since 1.90245s), standbys: x 2024-04-27T01:22:08.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:08 smithi042 bash[18488]: cephadm 2024-04-27T01:22:07.549105+0000 mgr.y (mgr.15327) 1 : cephadm [INF] [27/Apr/2024:01:22:07] ENGINE Bus STARTING 2024-04-27T01:22:08.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:08 smithi042 bash[18488]: cephadm 2024-04-27T01:22:07.668300+0000 mgr.y (mgr.15327) 2 : cephadm [INF] [27/Apr/2024:01:22:07] ENGINE Serving on https://172.21.15.42:7150 2024-04-27T01:22:08.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:08 smithi042 bash[18488]: cluster 2024-04-27T01:22:07.920256+0000 mon.a (mon.0) 954 : cluster [DBG] mgrmap e28: y(active, since 1.90245s), standbys: x 2024-04-27T01:22:08.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:08 smithi042 bash[23616]: cephadm 2024-04-27T01:22:07.549105+0000 mgr.y (mgr.15327) 1 : cephadm [INF] [27/Apr/2024:01:22:07] ENGINE Bus STARTING 2024-04-27T01:22:08.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:08 smithi042 bash[23616]: cephadm 2024-04-27T01:22:07.668300+0000 mgr.y (mgr.15327) 2 : cephadm [INF] [27/Apr/2024:01:22:07] ENGINE Serving on https://172.21.15.42:7150 2024-04-27T01:22:08.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:08 smithi042 bash[23616]: cluster 2024-04-27T01:22:07.920256+0000 mon.a (mon.0) 954 : cluster [DBG] mgrmap e28: y(active, since 1.90245s), standbys: x 2024-04-27T01:22:08.915 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:08 smithi046 bash[37833]: debug 2024-04-27T01:22:08.822+0000 7f61e37fa200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-27T01:22:08.916 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:08 smithi046 bash[39801]: ts=2024-04-27T01:22:08.660Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi046:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.46:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:22:09.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:08 smithi046 bash[37833]: debug 2024-04-27T01:22:08.926+0000 7f61e37fa200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-27T01:22:09.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:09 smithi046 bash[18464]: cephadm 2024-04-27T01:22:07.770390+0000 mgr.y (mgr.15327) 3 : cephadm [INF] [27/Apr/2024:01:22:07] ENGINE Serving on http://172.21.15.42:8765 2024-04-27T01:22:09.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:09 smithi046 bash[18464]: cephadm 2024-04-27T01:22:07.770641+0000 mgr.y (mgr.15327) 4 : cephadm [INF] [27/Apr/2024:01:22:07] ENGINE Bus STARTED 2024-04-27T01:22:09.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:09 smithi046 bash[18464]: audit 2024-04-27T01:22:07.948984+0000 mgr.y (mgr.15327) 5 : audit [DBG] from='client.25123 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:22:09.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:09 smithi046 bash[18464]: audit 2024-04-27T01:22:07.952457+0000 mgr.y (mgr.15327) 6 : audit [DBG] from='client.25246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:22:09.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:09 smithi046 bash[18464]: cluster 2024-04-27T01:22:07.953867+0000 mgr.y (mgr.15327) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:22:09.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:09 smithi046 bash[18464]: audit 2024-04-27T01:22:08.378513+0000 mon.c (mon.1) 67 : audit [DBG] from='client.? 172.21.15.42:0/3421540101' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:22:09.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:09 smithi046 bash[18464]: cluster 2024-04-27T01:22:08.909484+0000 mon.a (mon.0) 955 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-27T01:22:09.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:09 smithi046 bash[18464]: cluster 2024-04-27T01:22:08.909537+0000 mon.a (mon.0) 956 : cluster [INF] Cluster is now healthy 2024-04-27T01:22:09.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:09 smithi042 bash[23616]: cephadm 2024-04-27T01:22:07.770390+0000 mgr.y (mgr.15327) 3 : cephadm [INF] [27/Apr/2024:01:22:07] ENGINE Serving on http://172.21.15.42:8765 2024-04-27T01:22:09.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:09 smithi042 bash[23616]: cephadm 2024-04-27T01:22:07.770641+0000 mgr.y (mgr.15327) 4 : cephadm [INF] [27/Apr/2024:01:22:07] ENGINE Bus STARTED 2024-04-27T01:22:09.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:09 smithi042 bash[23616]: audit 2024-04-27T01:22:07.948984+0000 mgr.y (mgr.15327) 5 : audit [DBG] from='client.25123 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:22:09.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:09 smithi042 bash[23616]: audit 2024-04-27T01:22:07.952457+0000 mgr.y (mgr.15327) 6 : audit [DBG] from='client.25246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:22:09.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:09 smithi042 bash[23616]: cluster 2024-04-27T01:22:07.953867+0000 mgr.y (mgr.15327) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:22:09.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:09 smithi042 bash[23616]: audit 2024-04-27T01:22:08.378513+0000 mon.c (mon.1) 67 : audit [DBG] from='client.? 172.21.15.42:0/3421540101' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:22:09.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:09 smithi042 bash[23616]: cluster 2024-04-27T01:22:08.909484+0000 mon.a (mon.0) 955 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-27T01:22:09.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:09 smithi042 bash[23616]: cluster 2024-04-27T01:22:08.909537+0000 mon.a (mon.0) 956 : cluster [INF] Cluster is now healthy 2024-04-27T01:22:09.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:09 smithi042 bash[18488]: cephadm 2024-04-27T01:22:07.770390+0000 mgr.y (mgr.15327) 3 : cephadm [INF] [27/Apr/2024:01:22:07] ENGINE Serving on http://172.21.15.42:8765 2024-04-27T01:22:09.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:09 smithi042 bash[18488]: cephadm 2024-04-27T01:22:07.770641+0000 mgr.y (mgr.15327) 4 : cephadm [INF] [27/Apr/2024:01:22:07] ENGINE Bus STARTED 2024-04-27T01:22:09.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:09 smithi042 bash[18488]: audit 2024-04-27T01:22:07.948984+0000 mgr.y (mgr.15327) 5 : audit [DBG] from='client.25123 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:22:09.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:09 smithi042 bash[18488]: audit 2024-04-27T01:22:07.952457+0000 mgr.y (mgr.15327) 6 : audit [DBG] from='client.25246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:22:09.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:09 smithi042 bash[18488]: cluster 2024-04-27T01:22:07.953867+0000 mgr.y (mgr.15327) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:22:09.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:09 smithi042 bash[18488]: audit 2024-04-27T01:22:08.378513+0000 mon.c (mon.1) 67 : audit [DBG] from='client.? 172.21.15.42:0/3421540101' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:22:09.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:09 smithi042 bash[18488]: cluster 2024-04-27T01:22:08.909484+0000 mon.a (mon.0) 955 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-27T01:22:09.433 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:09 smithi042 bash[18488]: cluster 2024-04-27T01:22:08.909537+0000 mon.a (mon.0) 956 : cluster [INF] Cluster is now healthy 2024-04-27T01:22:09.672 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:09 smithi046 bash[37833]: debug 2024-04-27T01:22:09.194+0000 7f61e37fa200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-27T01:22:10.422 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:10 smithi046 bash[37833]: debug 2024-04-27T01:22:10.026+0000 7f61e37fa200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-27T01:22:10.422 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:10 smithi046 bash[37833]: debug 2024-04-27T01:22:10.142+0000 7f61e37fa200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-27T01:22:10.422 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:10 smithi046 bash[37833]: debug 2024-04-27T01:22:10.254+0000 7f61e37fa200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-27T01:22:10.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:10 smithi046 bash[18464]: cluster 2024-04-27T01:22:08.930932+0000 mgr.y (mgr.15327) 8 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:22:10.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:10 smithi046 bash[18464]: cluster 2024-04-27T01:22:09.170252+0000 mon.a (mon.0) 957 : cluster [DBG] mgrmap e29: y(active, since 3s), standbys: x 2024-04-27T01:22:10.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:10 smithi042 bash[18488]: cluster 2024-04-27T01:22:08.930932+0000 mgr.y (mgr.15327) 8 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:22:10.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:10 smithi042 bash[18488]: cluster 2024-04-27T01:22:09.170252+0000 mon.a (mon.0) 957 : cluster [DBG] mgrmap e29: y(active, since 3s), standbys: x 2024-04-27T01:22:10.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:10 smithi042 bash[23616]: cluster 2024-04-27T01:22:08.930932+0000 mgr.y (mgr.15327) 8 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:22:10.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:10 smithi042 bash[23616]: cluster 2024-04-27T01:22:09.170252+0000 mon.a (mon.0) 957 : cluster [DBG] mgrmap e29: y(active, since 3s), standbys: x 2024-04-27T01:22:10.922 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:10 smithi046 bash[37833]: debug 2024-04-27T01:22:10.622+0000 7f61e37fa200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-27T01:22:10.922 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:10 smithi046 bash[37833]: debug 2024-04-27T01:22:10.742+0000 7f61e37fa200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-27T01:22:10.922 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:10 smithi046 bash[37833]: debug 2024-04-27T01:22:10.850+0000 7f61e37fa200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-27T01:22:11.672 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:11 smithi046 bash[37833]: debug 2024-04-27T01:22:11.230+0000 7f61e37fa200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-27T01:22:11.672 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:11 smithi046 bash[37833]: debug 2024-04-27T01:22:11.478+0000 7f61e37fa200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-27T01:22:12.149 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:11 smithi046 bash[37833]: debug 2024-04-27T01:22:11.754+0000 7f61e37fa200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-27T01:22:12.149 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:11 smithi046 bash[37833]: debug 2024-04-27T01:22:11.870+0000 7f61e37fa200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-27T01:22:12.422 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:12 smithi046 bash[37833]: debug 2024-04-27T01:22:12.162+0000 7f61e37fa200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-27T01:22:12.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:12 smithi046 bash[18464]: cluster 2024-04-27T01:22:10.931624+0000 mgr.y (mgr.15327) 9 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:22:12.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:12 smithi046 bash[18464]: cluster 2024-04-27T01:22:11.185542+0000 mon.a (mon.0) 958 : cluster [DBG] mgrmap e30: y(active, since 5s), standbys: x 2024-04-27T01:22:12.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:12 smithi042 bash[18488]: cluster 2024-04-27T01:22:10.931624+0000 mgr.y (mgr.15327) 9 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:22:12.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:12 smithi042 bash[18488]: cluster 2024-04-27T01:22:11.185542+0000 mon.a (mon.0) 958 : cluster [DBG] mgrmap e30: y(active, since 5s), standbys: x 2024-04-27T01:22:12.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:12 smithi042 bash[23616]: cluster 2024-04-27T01:22:10.931624+0000 mgr.y (mgr.15327) 9 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:22:12.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:12 smithi042 bash[23616]: cluster 2024-04-27T01:22:11.185542+0000 mon.a (mon.0) 958 : cluster [DBG] mgrmap e30: y(active, since 5s), standbys: x 2024-04-27T01:22:12.853 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:12 smithi046 bash[37833]: debug 2024-04-27T01:22:12.598+0000 7f61e37fa200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:22:13.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:12 smithi046 bash[37833]: debug 2024-04-27T01:22:12.866+0000 7f61e37fa200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-27T01:22:13.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:13 smithi046 bash[37833]: debug 2024-04-27T01:22:12.998+0000 7f61e37fa200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-27T01:22:13.672 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:13 smithi046 bash[37833]: debug 2024-04-27T01:22:13.286+0000 7f61e37fa200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:22:14.672 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:14 smithi046 bash[37833]: debug 2024-04-27T01:22:14.366+0000 7f61e37fa200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-27T01:22:14.672 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:14 smithi046 bash[37833]: debug 2024-04-27T01:22:14.490+0000 7f61e37fa200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-27T01:22:14.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:14 smithi046 bash[18464]: cluster 2024-04-27T01:22:12.932324+0000 mgr.y (mgr.15327) 10 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:22:14.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:14 smithi046 bash[18464]: audit 2024-04-27T01:22:13.300215+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:14.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:14 smithi046 bash[18464]: audit 2024-04-27T01:22:13.306621+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:14.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:14 smithi046 bash[18464]: audit 2024-04-27T01:22:13.568071+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:14.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:14 smithi046 bash[18464]: audit 2024-04-27T01:22:13.579591+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:14.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:14 smithi042 bash[18488]: cluster 2024-04-27T01:22:12.932324+0000 mgr.y (mgr.15327) 10 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:22:14.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:14 smithi042 bash[18488]: audit 2024-04-27T01:22:13.300215+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:14.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:14 smithi042 bash[18488]: audit 2024-04-27T01:22:13.306621+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:14.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:14 smithi042 bash[18488]: audit 2024-04-27T01:22:13.568071+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:14.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:14 smithi042 bash[18488]: audit 2024-04-27T01:22:13.579591+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:14.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:14 smithi042 bash[23616]: cluster 2024-04-27T01:22:12.932324+0000 mgr.y (mgr.15327) 10 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:22:14.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:14 smithi042 bash[23616]: audit 2024-04-27T01:22:13.300215+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:14.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:14 smithi042 bash[23616]: audit 2024-04-27T01:22:13.306621+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:14.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:14 smithi042 bash[23616]: audit 2024-04-27T01:22:13.568071+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:14.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:14 smithi042 bash[23616]: audit 2024-04-27T01:22:13.579591+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:15.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:14 smithi046 bash[37833]: debug 2024-04-27T01:22:14.806+0000 7f61e37fa200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-27T01:22:15.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:14 smithi046 bash[37833]: debug 2024-04-27T01:22:14.926+0000 7f61e37fa200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-27T01:22:15.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:15 smithi046 bash[18464]: audit 2024-04-27T01:22:14.424425+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:15.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:15 smithi046 bash[18464]: audit 2024-04-27T01:22:14.436699+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:15.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:15 smithi046 bash[18464]: audit 2024-04-27T01:22:14.645173+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:15.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:15 smithi046 bash[18464]: audit 2024-04-27T01:22:14.658314+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:15.673 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:15 smithi046 bash[37833]: debug 2024-04-27T01:22:15.406+0000 7f61e37fa200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-27T01:22:15.673 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:15 smithi046 bash[37833]: debug 2024-04-27T01:22:15.538+0000 7f61e37fa200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-27T01:22:15.673 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:15 smithi046 bash[37833]: [27/Apr/2024:01:22:15] ENGINE Bus STARTING 2024-04-27T01:22:15.673 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:15 smithi046 bash[37833]: CherryPy Checker: 2024-04-27T01:22:15.673 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:15 smithi046 bash[37833]: The Application mounted at '' has an empty config. 2024-04-27T01:22:15.673 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:15 smithi046 bash[37833]: [27/Apr/2024:01:22:15] ENGINE Serving on http://:::9283 2024-04-27T01:22:15.673 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:15 smithi046 bash[37833]: [27/Apr/2024:01:22:15] ENGINE Bus STARTED 2024-04-27T01:22:15.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:15 smithi042 bash[23616]: audit 2024-04-27T01:22:14.424425+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:15.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:15 smithi042 bash[23616]: audit 2024-04-27T01:22:14.436699+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:15.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:15 smithi042 bash[23616]: audit 2024-04-27T01:22:14.645173+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:15.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:15 smithi042 bash[23616]: audit 2024-04-27T01:22:14.658314+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:15.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:15 smithi042 bash[18488]: audit 2024-04-27T01:22:14.424425+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:15.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:15 smithi042 bash[18488]: audit 2024-04-27T01:22:14.436699+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:15.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:15 smithi042 bash[18488]: audit 2024-04-27T01:22:14.645173+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:15.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:15 smithi042 bash[18488]: audit 2024-04-27T01:22:14.658314+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:16.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:16 smithi046 bash[18464]: cluster 2024-04-27T01:22:14.933345+0000 mgr.y (mgr.15327) 11 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-04-27T01:22:16.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:16 smithi046 bash[18464]: cluster 2024-04-27T01:22:15.546350+0000 mon.a (mon.0) 967 : cluster [DBG] Standby manager daemon x restarted 2024-04-27T01:22:16.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:16 smithi046 bash[18464]: cluster 2024-04-27T01:22:15.546571+0000 mon.a (mon.0) 968 : cluster [DBG] Standby manager daemon x started 2024-04-27T01:22:16.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:16 smithi046 bash[18464]: audit 2024-04-27T01:22:15.551468+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.? 172.21.15.46:0/3038282130' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-04-27T01:22:16.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:16 smithi046 bash[18464]: audit 2024-04-27T01:22:15.552792+0000 mon.b (mon.2) 189 : audit [DBG] from='mgr.? 172.21.15.46:0/3038282130' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T01:22:16.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:16 smithi046 bash[18464]: audit 2024-04-27T01:22:15.556557+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.? 172.21.15.46:0/3038282130' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-04-27T01:22:16.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:16 smithi046 bash[18464]: audit 2024-04-27T01:22:15.557142+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.? 172.21.15.46:0/3038282130' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T01:22:16.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:16 smithi042 bash[23616]: cluster 2024-04-27T01:22:14.933345+0000 mgr.y (mgr.15327) 11 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-04-27T01:22:16.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:16 smithi042 bash[23616]: cluster 2024-04-27T01:22:15.546350+0000 mon.a (mon.0) 967 : cluster [DBG] Standby manager daemon x restarted 2024-04-27T01:22:16.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:16 smithi042 bash[23616]: cluster 2024-04-27T01:22:15.546571+0000 mon.a (mon.0) 968 : cluster [DBG] Standby manager daemon x started 2024-04-27T01:22:16.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:16 smithi042 bash[23616]: audit 2024-04-27T01:22:15.551468+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.? 172.21.15.46:0/3038282130' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-04-27T01:22:16.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:16 smithi042 bash[23616]: audit 2024-04-27T01:22:15.552792+0000 mon.b (mon.2) 189 : audit [DBG] from='mgr.? 172.21.15.46:0/3038282130' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T01:22:16.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:16 smithi042 bash[23616]: audit 2024-04-27T01:22:15.556557+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.? 172.21.15.46:0/3038282130' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-04-27T01:22:16.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:16 smithi042 bash[23616]: audit 2024-04-27T01:22:15.557142+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.? 172.21.15.46:0/3038282130' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T01:22:16.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:16 smithi042 bash[18488]: cluster 2024-04-27T01:22:14.933345+0000 mgr.y (mgr.15327) 11 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-04-27T01:22:16.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:16 smithi042 bash[18488]: cluster 2024-04-27T01:22:15.546350+0000 mon.a (mon.0) 967 : cluster [DBG] Standby manager daemon x restarted 2024-04-27T01:22:16.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:16 smithi042 bash[18488]: cluster 2024-04-27T01:22:15.546571+0000 mon.a (mon.0) 968 : cluster [DBG] Standby manager daemon x started 2024-04-27T01:22:16.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:16 smithi042 bash[18488]: audit 2024-04-27T01:22:15.551468+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.? 172.21.15.46:0/3038282130' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-04-27T01:22:16.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:16 smithi042 bash[18488]: audit 2024-04-27T01:22:15.552792+0000 mon.b (mon.2) 189 : audit [DBG] from='mgr.? 172.21.15.46:0/3038282130' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T01:22:16.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:16 smithi042 bash[18488]: audit 2024-04-27T01:22:15.556557+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.? 172.21.15.46:0/3038282130' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-04-27T01:22:16.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:16 smithi042 bash[18488]: audit 2024-04-27T01:22:15.557142+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.? 172.21.15.46:0/3038282130' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T01:22:17.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:17 smithi042 bash[18488]: cluster 2024-04-27T01:22:16.454231+0000 mon.a (mon.0) 969 : cluster [DBG] mgrmap e31: y(active, since 10s), standbys: x 2024-04-27T01:22:17.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:17 smithi042 bash[23616]: cluster 2024-04-27T01:22:16.454231+0000 mon.a (mon.0) 969 : cluster [DBG] mgrmap e31: y(active, since 10s), standbys: x 2024-04-27T01:22:17.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:17 smithi046 bash[18464]: cluster 2024-04-27T01:22:16.454231+0000 mon.a (mon.0) 969 : cluster [DBG] mgrmap e31: y(active, since 10s), standbys: x 2024-04-27T01:22:18.433 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:18 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Scheduled restart job, restart counter is at 3. 2024-04-27T01:22:18.433 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:18 smithi046 systemd[1]: Stopped Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:22:18.433 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:18 smithi046 systemd[1]: Started Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:22:18.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:18 smithi046 bash[18464]: cluster 2024-04-27T01:22:16.934100+0000 mgr.y (mgr.15327) 12 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2024-04-27T01:22:18.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:18 smithi042 bash[18488]: cluster 2024-04-27T01:22:16.934100+0000 mgr.y (mgr.15327) 12 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2024-04-27T01:22:18.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:18 smithi042 bash[23616]: cluster 2024-04-27T01:22:16.934100+0000 mgr.y (mgr.15327) 12 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2024-04-27T01:22:19.418 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:19 smithi046 bash[41567]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-04-27T01:22:19.418 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:19 smithi046 bash[41567]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-04-27T01:22:19.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:19 smithi046 bash[18464]: audit 2024-04-27T01:22:17.959431+0000 mgr.y (mgr.15327) 13 : audit [DBG] from='client.25123 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:22:19.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:19 smithi042 bash[18488]: audit 2024-04-27T01:22:17.959431+0000 mgr.y (mgr.15327) 13 : audit [DBG] from='client.25123 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:22:19.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:19 smithi042 bash[23616]: audit 2024-04-27T01:22:17.959431+0000 mgr.y (mgr.15327) 13 : audit [DBG] from='client.25123 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:22:20.172 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:19 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-04-27T01:22:20.172 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:19 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-04-27T01:22:20.862 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:20 smithi042 bash[18488]: cluster 2024-04-27T01:22:18.935788+0000 mgr.y (mgr.15327) 14 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-04-27T01:22:20.862 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:20 smithi042 bash[23616]: cluster 2024-04-27T01:22:18.935788+0000 mgr.y (mgr.15327) 14 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-04-27T01:22:20.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:20 smithi046 bash[18464]: cluster 2024-04-27T01:22:18.935788+0000 mgr.y (mgr.15327) 14 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-04-27T01:22:22.422 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:22 smithi046 bash[37833]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:22:22] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:22:22.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:22 smithi046 bash[18464]: cluster 2024-04-27T01:22:20.936531+0000 mgr.y (mgr.15327) 15 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:22:22.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:22 smithi046 bash[18464]: audit 2024-04-27T01:22:22.063724+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:22.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:22 smithi046 bash[18464]: audit 2024-04-27T01:22:22.066508+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:22:22.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:22 smithi042 bash[23616]: cluster 2024-04-27T01:22:20.936531+0000 mgr.y (mgr.15327) 15 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:22:22.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:22 smithi042 bash[23616]: audit 2024-04-27T01:22:22.063724+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:22.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:22 smithi042 bash[23616]: audit 2024-04-27T01:22:22.066508+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:22:22.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:22 smithi042 bash[18488]: cluster 2024-04-27T01:22:20.936531+0000 mgr.y (mgr.15327) 15 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:22:22.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:22 smithi042 bash[18488]: audit 2024-04-27T01:22:22.063724+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:22.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:22 smithi042 bash[18488]: audit 2024-04-27T01:22:22.066508+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:22:24.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:24 smithi046 bash[18464]: cluster 2024-04-27T01:22:22.937377+0000 mgr.y (mgr.15327) 16 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:22:24.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:24 smithi046 bash[18464]: audit 2024-04-27T01:22:24.166632+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:24.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:24 smithi046 bash[18464]: audit 2024-04-27T01:22:24.180385+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:24.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:24 smithi046 bash[18464]: audit 2024-04-27T01:22:24.184918+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:22:24.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:24 smithi046 bash[18464]: audit 2024-04-27T01:22:24.186869+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:22:24.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:24 smithi042 bash[18488]: cluster 2024-04-27T01:22:22.937377+0000 mgr.y (mgr.15327) 16 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:22:24.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:24 smithi042 bash[18488]: audit 2024-04-27T01:22:24.166632+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:24.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:24 smithi042 bash[18488]: audit 2024-04-27T01:22:24.180385+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:24.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:24 smithi042 bash[18488]: audit 2024-04-27T01:22:24.184918+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:22:24.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:24 smithi042 bash[18488]: audit 2024-04-27T01:22:24.186869+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:22:24.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:24 smithi042 bash[23616]: cluster 2024-04-27T01:22:22.937377+0000 mgr.y (mgr.15327) 16 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:22:24.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:24 smithi042 bash[23616]: audit 2024-04-27T01:22:24.166632+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:24.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:24 smithi042 bash[23616]: audit 2024-04-27T01:22:24.180385+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:24.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:24 smithi042 bash[23616]: audit 2024-04-27T01:22:24.184918+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:22:24.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:24 smithi042 bash[23616]: audit 2024-04-27T01:22:24.186869+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:22:25.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:25 smithi046 bash[18464]: cephadm 2024-04-27T01:22:24.189243+0000 mgr.y (mgr.15327) 17 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2024-04-27T01:22:25.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:25 smithi046 bash[18464]: cephadm 2024-04-27T01:22:24.189707+0000 mgr.y (mgr.15327) 18 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-27T01:22:25.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:25 smithi046 bash[18464]: cephadm 2024-04-27T01:22:24.405322+0000 mgr.y (mgr.15327) 19 : cephadm [INF] Updating smithi042:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T01:22:25.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:25 smithi046 bash[18464]: cephadm 2024-04-27T01:22:24.405643+0000 mgr.y (mgr.15327) 20 : cephadm [INF] Updating smithi046:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T01:22:25.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:25 smithi046 bash[18464]: cephadm 2024-04-27T01:22:24.570329+0000 mgr.y (mgr.15327) 21 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:22:25.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:25 smithi046 bash[18464]: cephadm 2024-04-27T01:22:24.572642+0000 mgr.y (mgr.15327) 22 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:22:25.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:25 smithi046 bash[18464]: audit 2024-04-27T01:22:24.908574+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:25.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:25 smithi046 bash[18464]: audit 2024-04-27T01:22:24.914366+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:25.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:25 smithi046 bash[18464]: audit 2024-04-27T01:22:24.925409+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:25.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:25 smithi046 bash[18464]: audit 2024-04-27T01:22:24.931699+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:25.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:25 smithi046 bash[18464]: audit 2024-04-27T01:22:24.941502+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:25.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:25 smithi046 bash[18464]: audit 2024-04-27T01:22:25.023080+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.vknosz", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-04-27T01:22:25.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:25 smithi046 bash[18464]: audit 2024-04-27T01:22:25.023938+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.15327 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.vknosz", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-04-27T01:22:25.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:25 smithi046 bash[18464]: audit 2024-04-27T01:22:25.040256+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:22:25.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[18488]: cephadm 2024-04-27T01:22:24.189243+0000 mgr.y (mgr.15327) 17 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2024-04-27T01:22:25.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[18488]: cephadm 2024-04-27T01:22:24.189707+0000 mgr.y (mgr.15327) 18 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-27T01:22:25.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[18488]: cephadm 2024-04-27T01:22:24.405322+0000 mgr.y (mgr.15327) 19 : cephadm [INF] Updating smithi042:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T01:22:25.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[18488]: cephadm 2024-04-27T01:22:24.405643+0000 mgr.y (mgr.15327) 20 : cephadm [INF] Updating smithi046:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T01:22:25.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[18488]: cephadm 2024-04-27T01:22:24.570329+0000 mgr.y (mgr.15327) 21 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:22:25.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[18488]: cephadm 2024-04-27T01:22:24.572642+0000 mgr.y (mgr.15327) 22 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:22:25.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[18488]: audit 2024-04-27T01:22:24.908574+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:25.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[18488]: audit 2024-04-27T01:22:24.914366+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:25.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[18488]: audit 2024-04-27T01:22:24.925409+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:25.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[18488]: audit 2024-04-27T01:22:24.931699+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:25.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[18488]: audit 2024-04-27T01:22:24.941502+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:25.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[18488]: audit 2024-04-27T01:22:25.023080+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.vknosz", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-04-27T01:22:25.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[18488]: audit 2024-04-27T01:22:25.023938+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.15327 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.vknosz", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-04-27T01:22:25.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[18488]: audit 2024-04-27T01:22:25.040256+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:22:25.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[23616]: cephadm 2024-04-27T01:22:24.189243+0000 mgr.y (mgr.15327) 17 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2024-04-27T01:22:25.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[23616]: cephadm 2024-04-27T01:22:24.189707+0000 mgr.y (mgr.15327) 18 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-27T01:22:25.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[23616]: cephadm 2024-04-27T01:22:24.405322+0000 mgr.y (mgr.15327) 19 : cephadm [INF] Updating smithi042:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T01:22:25.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[23616]: cephadm 2024-04-27T01:22:24.405643+0000 mgr.y (mgr.15327) 20 : cephadm [INF] Updating smithi046:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T01:22:25.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[23616]: cephadm 2024-04-27T01:22:24.570329+0000 mgr.y (mgr.15327) 21 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:22:25.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[23616]: cephadm 2024-04-27T01:22:24.572642+0000 mgr.y (mgr.15327) 22 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:22:25.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[23616]: audit 2024-04-27T01:22:24.908574+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:25.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[23616]: audit 2024-04-27T01:22:24.914366+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:25.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[23616]: audit 2024-04-27T01:22:24.925409+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:25.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[23616]: audit 2024-04-27T01:22:24.931699+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:25.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[23616]: audit 2024-04-27T01:22:24.941502+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:25.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[23616]: audit 2024-04-27T01:22:25.023080+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.vknosz", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-04-27T01:22:25.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[23616]: audit 2024-04-27T01:22:25.023938+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.15327 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.vknosz", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-04-27T01:22:25.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:25 smithi042 bash[23616]: audit 2024-04-27T01:22:25.040256+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:22:26.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:26 smithi042 bash[18488]: cephadm 2024-04-27T01:22:24.734939+0000 mgr.y (mgr.15327) 23 : cephadm [INF] Updating smithi042:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T01:22:26.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:26 smithi042 bash[18488]: cephadm 2024-04-27T01:22:24.737616+0000 mgr.y (mgr.15327) 24 : cephadm [INF] Updating smithi046:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T01:22:26.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:26 smithi042 bash[18488]: cluster 2024-04-27T01:22:24.936284+0000 mgr.y (mgr.15327) 25 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:22:26.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:26 smithi042 bash[18488]: cephadm 2024-04-27T01:22:25.022180+0000 mgr.y (mgr.15327) 26 : cephadm [INF] Reconfiguring iscsi.foo.smithi042.vknosz (dependencies changed)... 2024-04-27T01:22:26.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:26 smithi042 bash[18488]: cephadm 2024-04-27T01:22:25.043273+0000 mgr.y (mgr.15327) 27 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi042.vknosz on smithi042 2024-04-27T01:22:26.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:26 smithi042 bash[18488]: cluster 2024-04-27T01:22:25.929324+0000 mon.a (mon.0) 979 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-27T01:22:26.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:26 smithi042 bash[23616]: cephadm 2024-04-27T01:22:24.734939+0000 mgr.y (mgr.15327) 23 : cephadm [INF] Updating smithi042:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T01:22:26.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:26 smithi042 bash[23616]: cephadm 2024-04-27T01:22:24.737616+0000 mgr.y (mgr.15327) 24 : cephadm [INF] Updating smithi046:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T01:22:26.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:26 smithi042 bash[23616]: cluster 2024-04-27T01:22:24.936284+0000 mgr.y (mgr.15327) 25 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:22:26.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:26 smithi042 bash[23616]: cephadm 2024-04-27T01:22:25.022180+0000 mgr.y (mgr.15327) 26 : cephadm [INF] Reconfiguring iscsi.foo.smithi042.vknosz (dependencies changed)... 2024-04-27T01:22:26.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:26 smithi042 bash[23616]: cephadm 2024-04-27T01:22:25.043273+0000 mgr.y (mgr.15327) 27 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi042.vknosz on smithi042 2024-04-27T01:22:26.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:26 smithi042 bash[23616]: cluster 2024-04-27T01:22:25.929324+0000 mon.a (mon.0) 979 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-27T01:22:26.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:26 smithi046 bash[18464]: cephadm 2024-04-27T01:22:24.734939+0000 mgr.y (mgr.15327) 23 : cephadm [INF] Updating smithi042:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T01:22:26.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:26 smithi046 bash[18464]: cephadm 2024-04-27T01:22:24.737616+0000 mgr.y (mgr.15327) 24 : cephadm [INF] Updating smithi046:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T01:22:26.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:26 smithi046 bash[18464]: cluster 2024-04-27T01:22:24.936284+0000 mgr.y (mgr.15327) 25 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:22:26.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:26 smithi046 bash[18464]: cephadm 2024-04-27T01:22:25.022180+0000 mgr.y (mgr.15327) 26 : cephadm [INF] Reconfiguring iscsi.foo.smithi042.vknosz (dependencies changed)... 2024-04-27T01:22:26.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:26 smithi046 bash[18464]: cephadm 2024-04-27T01:22:25.043273+0000 mgr.y (mgr.15327) 27 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi042.vknosz on smithi042 2024-04-27T01:22:26.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:26 smithi046 bash[18464]: cluster 2024-04-27T01:22:25.929324+0000 mon.a (mon.0) 979 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-27T01:22:28.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:28 smithi046 bash[18464]: cluster 2024-04-27T01:22:26.937067+0000 mgr.y (mgr.15327) 28 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-04-27T01:22:28.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:28 smithi046 bash[18464]: audit 2024-04-27T01:22:28.433803+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:28.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:28 smithi046 bash[18464]: audit 2024-04-27T01:22:28.441726+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:28.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:28 smithi042 bash[18488]: cluster 2024-04-27T01:22:26.937067+0000 mgr.y (mgr.15327) 28 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-04-27T01:22:28.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:28 smithi042 bash[18488]: audit 2024-04-27T01:22:28.433803+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:28.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:28 smithi042 bash[18488]: audit 2024-04-27T01:22:28.441726+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:28.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:28 smithi042 bash[23616]: cluster 2024-04-27T01:22:26.937067+0000 mgr.y (mgr.15327) 28 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-04-27T01:22:28.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:28 smithi042 bash[23616]: audit 2024-04-27T01:22:28.433803+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:28.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:28 smithi042 bash[23616]: audit 2024-04-27T01:22:28.441726+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:29.912 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:29 smithi046 bash[18464]: cephadm 2024-04-27T01:22:28.467073+0000 mgr.y (mgr.15327) 29 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-04-27T01:22:29.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:29 smithi042 bash[18488]: cephadm 2024-04-27T01:22:28.467073+0000 mgr.y (mgr.15327) 29 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-04-27T01:22:29.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:29 smithi042 bash[23616]: cephadm 2024-04-27T01:22:28.467073+0000 mgr.y (mgr.15327) 29 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-04-27T01:22:30.172 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:29 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Scheduled restart job, restart counter is at 4. 2024-04-27T01:22:30.172 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:29 smithi046 systemd[1]: Stopped Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:22:30.172 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:29 smithi046 systemd[1]: Started Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:22:30.173 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:29 smithi046 bash[39801]: ts=2024-04-27T01:22:29.927Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.46:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.46:8765: connect: connection refused" 2024-04-27T01:22:30.173 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:29 smithi046 bash[39801]: ts=2024-04-27T01:22:29.939Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.46:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.46:8765: connect: connection refused" 2024-04-27T01:22:30.173 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:29 smithi046 bash[39801]: ts=2024-04-27T01:22:29.946Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.46:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.46:8765: connect: connection refused" 2024-04-27T01:22:30.173 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:29 smithi046 bash[39801]: ts=2024-04-27T01:22:29.946Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.46:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.46:8765: connect: connection refused" 2024-04-27T01:22:30.173 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:29 smithi046 bash[39801]: ts=2024-04-27T01:22:29.946Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.46:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.46:8765: connect: connection refused" 2024-04-27T01:22:30.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:30 smithi046 bash[18464]: cephadm 2024-04-27T01:22:28.730220+0000 mgr.y (mgr.15327) 30 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi046 2024-04-27T01:22:30.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:30 smithi046 bash[18464]: cluster 2024-04-27T01:22:28.938795+0000 mgr.y (mgr.15327) 31 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:22:30.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:30 smithi046 bash[18464]: audit 2024-04-27T01:22:30.362729+0000 mon.c (mon.1) 73 : audit [DBG] from='client.? 172.21.15.42:0/218103754' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-04-27T01:22:30.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:30 smithi042 bash[18488]: cephadm 2024-04-27T01:22:28.730220+0000 mgr.y (mgr.15327) 30 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi046 2024-04-27T01:22:30.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:30 smithi042 bash[18488]: cluster 2024-04-27T01:22:28.938795+0000 mgr.y (mgr.15327) 31 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:22:30.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:30 smithi042 bash[18488]: audit 2024-04-27T01:22:30.362729+0000 mon.c (mon.1) 73 : audit [DBG] from='client.? 172.21.15.42:0/218103754' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-04-27T01:22:30.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:30 smithi042 bash[23616]: cephadm 2024-04-27T01:22:28.730220+0000 mgr.y (mgr.15327) 30 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi046 2024-04-27T01:22:30.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:30 smithi042 bash[23616]: cluster 2024-04-27T01:22:28.938795+0000 mgr.y (mgr.15327) 31 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:22:30.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:30 smithi042 bash[23616]: audit 2024-04-27T01:22:30.362729+0000 mon.c (mon.1) 73 : audit [DBG] from='client.? 172.21.15.42:0/218103754' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-04-27T01:22:31.675 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:31 smithi046 bash[41742]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-04-27T01:22:31.675 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:31 smithi046 bash[41742]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-04-27T01:22:32.389 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:32 smithi046 bash[37833]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:22:32] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-27T01:22:32.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:32 smithi046 bash[18464]: cluster 2024-04-27T01:22:30.939567+0000 mgr.y (mgr.15327) 32 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:22:32.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:32 smithi042 bash[18488]: cluster 2024-04-27T01:22:30.939567+0000 mgr.y (mgr.15327) 32 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:22:32.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:32 smithi042 bash[23616]: cluster 2024-04-27T01:22:30.939567+0000 mgr.y (mgr.15327) 32 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:22:33.025 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:32 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-04-27T01:22:33.025 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:32 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-04-27T01:22:33.792 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:33 smithi046 systemd[1]: Stopping Ceph prometheus.a for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:22:33.793 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:33 smithi046 bash[41962]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-prometheus.a 2024-04-27T01:22:33.793 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:33 smithi046 bash[39801]: ts=2024-04-27T01:22:33.634Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-04-27T01:22:33.793 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:33 smithi046 bash[39801]: ts=2024-04-27T01:22:33.634Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-04-27T01:22:33.793 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:33 smithi046 bash[39801]: ts=2024-04-27T01:22:33.634Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-04-27T01:22:33.793 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:33 smithi046 bash[39801]: ts=2024-04-27T01:22:33.634Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-04-27T01:22:33.793 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:33 smithi046 bash[39801]: ts=2024-04-27T01:22:33.635Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-04-27T01:22:33.793 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:33 smithi046 bash[39801]: ts=2024-04-27T01:22:33.635Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-04-27T01:22:33.793 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:33 smithi046 bash[39801]: ts=2024-04-27T01:22:33.635Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-04-27T01:22:33.793 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:33 smithi046 bash[39801]: ts=2024-04-27T01:22:33.635Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-04-27T01:22:33.793 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:33 smithi046 bash[39801]: ts=2024-04-27T01:22:33.635Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-04-27T01:22:33.793 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:33 smithi046 bash[39801]: ts=2024-04-27T01:22:33.635Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-04-27T01:22:33.793 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:33 smithi046 bash[39801]: ts=2024-04-27T01:22:33.635Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-04-27T01:22:33.793 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:33 smithi046 bash[39801]: ts=2024-04-27T01:22:33.635Z caller=main.go:1066 level=info msg="See you next time!" 2024-04-27T01:22:34.050 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:34 smithi046 bash[41970]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-prometheus-a 2024-04-27T01:22:34.422 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:34 smithi046 bash[42005]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-prometheus.a 2024-04-27T01:22:34.422 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:34 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-04-27T01:22:34.422 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:34 smithi046 systemd[1]: Stopped Ceph prometheus.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:22:34.422 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:34 smithi046 systemd[1]: Started Ceph prometheus.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:22:34.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:34 smithi042 bash[18488]: cluster 2024-04-27T01:22:32.940555+0000 mgr.y (mgr.15327) 33 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-04-27T01:22:34.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:34 smithi042 bash[18488]: audit 2024-04-27T01:22:34.297378+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:34.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:34 smithi042 bash[18488]: audit 2024-04-27T01:22:34.310991+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:34.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:34 smithi042 bash[18488]: audit 2024-04-27T01:22:34.328063+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-04-27T01:22:34.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:34 smithi042 bash[18488]: audit 2024-04-27T01:22:34.349533+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:34.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:34 smithi042 bash[18488]: audit 2024-04-27T01:22:34.354695+0000 mon.c (mon.1) 75 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-04-27T01:22:34.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:34 smithi042 bash[18488]: audit 2024-04-27T01:22:34.359459+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2024-04-27T01:22:34.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:34 smithi042 bash[18488]: audit 2024-04-27T01:22:34.367254+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:34.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:34 smithi042 bash[18488]: audit 2024-04-27T01:22:34.377817+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T01:22:34.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:34 smithi042 bash[18488]: audit 2024-04-27T01:22:34.389185+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:22:34.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:34 smithi042 bash[23616]: cluster 2024-04-27T01:22:32.940555+0000 mgr.y (mgr.15327) 33 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-04-27T01:22:34.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:34 smithi042 bash[23616]: audit 2024-04-27T01:22:34.297378+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:34.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:34 smithi042 bash[23616]: audit 2024-04-27T01:22:34.310991+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:34.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:34 smithi042 bash[23616]: audit 2024-04-27T01:22:34.328063+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-04-27T01:22:34.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:34 smithi042 bash[23616]: audit 2024-04-27T01:22:34.349533+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:34.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:34 smithi042 bash[23616]: audit 2024-04-27T01:22:34.354695+0000 mon.c (mon.1) 75 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-04-27T01:22:34.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:34 smithi042 bash[23616]: audit 2024-04-27T01:22:34.359459+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2024-04-27T01:22:34.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:34 smithi042 bash[23616]: audit 2024-04-27T01:22:34.367254+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:34.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:34 smithi042 bash[23616]: audit 2024-04-27T01:22:34.377817+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T01:22:34.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:34 smithi042 bash[23616]: audit 2024-04-27T01:22:34.389185+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:22:34.837 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:34 smithi046 bash[18464]: cluster 2024-04-27T01:22:32.940555+0000 mgr.y (mgr.15327) 33 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-04-27T01:22:34.837 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:34 smithi046 bash[18464]: audit 2024-04-27T01:22:34.297378+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:34.837 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:34 smithi046 bash[18464]: audit 2024-04-27T01:22:34.310991+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:34.837 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:34 smithi046 bash[18464]: audit 2024-04-27T01:22:34.328063+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-04-27T01:22:34.837 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:34 smithi046 bash[18464]: audit 2024-04-27T01:22:34.349533+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:34.837 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:34 smithi046 bash[18464]: audit 2024-04-27T01:22:34.354695+0000 mon.c (mon.1) 75 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-04-27T01:22:34.837 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:34 smithi046 bash[18464]: audit 2024-04-27T01:22:34.359459+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2024-04-27T01:22:34.837 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:34 smithi046 bash[18464]: audit 2024-04-27T01:22:34.367254+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:34.837 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:34 smithi046 bash[18464]: audit 2024-04-27T01:22:34.377817+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T01:22:34.837 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:34 smithi046 bash[18464]: audit 2024-04-27T01:22:34.389185+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:22:35.796 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:35 smithi046 bash[18464]: audit 2024-04-27T01:22:34.329724+0000 mgr.y (mgr.15327) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-04-27T01:22:35.796 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:35 smithi046 bash[18464]: cephadm 2024-04-27T01:22:34.354194+0000 mgr.y (mgr.15327) 35 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.42:5000 to Dashboard 2024-04-27T01:22:35.796 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:35 smithi046 bash[18464]: audit 2024-04-27T01:22:34.355809+0000 mgr.y (mgr.15327) 36 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-04-27T01:22:35.796 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:35 smithi046 bash[18464]: audit 2024-04-27T01:22:34.360799+0000 mgr.y (mgr.15327) 37 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2024-04-27T01:22:35.796 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:35 smithi046 bash[18464]: audit 2024-04-27T01:22:34.378982+0000 mgr.y (mgr.15327) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T01:22:35.796 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:35 smithi046 bash[42033]: ts=2024-04-27T01:22:35.641Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-04-27T01:22:35.796 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:35 smithi046 bash[42033]: ts=2024-04-27T01:22:35.641Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-04-27T01:22:35.796 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:35 smithi046 bash[42033]: ts=2024-04-27T01:22:35.641Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-04-27T01:22:35.796 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:35 smithi046 bash[42033]: ts=2024-04-27T01:22:35.641Z caller=main.go:518 level=info host_details="(Linux 5.15.0-105-generic #115-Ubuntu SMP Mon Apr 15 09:52:04 UTC 2024 x86_64 smithi046 (none))" 2024-04-27T01:22:35.796 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:35 smithi046 bash[42033]: ts=2024-04-27T01:22:35.641Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-04-27T01:22:35.796 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:35 smithi046 bash[42033]: ts=2024-04-27T01:22:35.641Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-04-27T01:22:35.797 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:35 smithi046 bash[42033]: ts=2024-04-27T01:22:35.643Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-04-27T01:22:35.797 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:35 smithi046 bash[42033]: ts=2024-04-27T01:22:35.643Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-04-27T01:22:35.797 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:35 smithi046 bash[42033]: ts=2024-04-27T01:22:35.644Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-04-27T01:22:35.797 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:35 smithi046 bash[42033]: ts=2024-04-27T01:22:35.647Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-04-27T01:22:35.797 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:35 smithi046 bash[42033]: ts=2024-04-27T01:22:35.647Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.242µs 2024-04-27T01:22:35.797 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:35 smithi046 bash[42033]: ts=2024-04-27T01:22:35.647Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-04-27T01:22:35.797 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:35 smithi046 bash[42033]: ts=2024-04-27T01:22:35.811Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2024-04-27T01:22:35.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:35 smithi042 bash[18488]: audit 2024-04-27T01:22:34.329724+0000 mgr.y (mgr.15327) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-04-27T01:22:35.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:35 smithi042 bash[18488]: cephadm 2024-04-27T01:22:34.354194+0000 mgr.y (mgr.15327) 35 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.42:5000 to Dashboard 2024-04-27T01:22:35.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:35 smithi042 bash[18488]: audit 2024-04-27T01:22:34.355809+0000 mgr.y (mgr.15327) 36 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-04-27T01:22:35.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:35 smithi042 bash[18488]: audit 2024-04-27T01:22:34.360799+0000 mgr.y (mgr.15327) 37 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2024-04-27T01:22:35.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:35 smithi042 bash[18488]: audit 2024-04-27T01:22:34.378982+0000 mgr.y (mgr.15327) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T01:22:35.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:35 smithi042 bash[23616]: audit 2024-04-27T01:22:34.329724+0000 mgr.y (mgr.15327) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-04-27T01:22:35.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:35 smithi042 bash[23616]: cephadm 2024-04-27T01:22:34.354194+0000 mgr.y (mgr.15327) 35 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.42:5000 to Dashboard 2024-04-27T01:22:35.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:35 smithi042 bash[23616]: audit 2024-04-27T01:22:34.355809+0000 mgr.y (mgr.15327) 36 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-04-27T01:22:35.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:35 smithi042 bash[23616]: audit 2024-04-27T01:22:34.360799+0000 mgr.y (mgr.15327) 37 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2024-04-27T01:22:35.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:35 smithi042 bash[23616]: audit 2024-04-27T01:22:34.378982+0000 mgr.y (mgr.15327) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T01:22:36.422 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:36 smithi046 bash[42033]: ts=2024-04-27T01:22:36.082Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2024-04-27T01:22:36.422 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:36 smithi046 bash[42033]: ts=2024-04-27T01:22:36.125Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2024-04-27T01:22:36.423 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:36 smithi046 bash[42033]: ts=2024-04-27T01:22:36.127Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2024-04-27T01:22:36.423 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:36 smithi046 bash[42033]: ts=2024-04-27T01:22:36.127Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=97.35µs wal_replay_duration=479.767363ms total_replay_duration=479.877391ms 2024-04-27T01:22:36.423 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:36 smithi046 bash[42033]: ts=2024-04-27T01:22:36.141Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-04-27T01:22:36.423 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:36 smithi046 bash[42033]: ts=2024-04-27T01:22:36.141Z caller=main.go:947 level=info msg="TSDB started" 2024-04-27T01:22:36.423 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:36 smithi046 bash[42033]: ts=2024-04-27T01:22:36.141Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-04-27T01:22:36.423 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:36 smithi046 bash[42033]: ts=2024-04-27T01:22:36.172Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=31.544177ms db_storage=1.314µs remote_storage=3.28µs web_handler=727ns query_engine=1.413µs scrape=692.393µs scrape_sd=321.593µs notify=30.893µs notify_sd=25.222µs rules=29.625222ms 2024-04-27T01:22:36.423 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:36 smithi046 bash[42033]: ts=2024-04-27T01:22:36.172Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-04-27T01:22:36.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:36 smithi046 bash[18464]: cluster 2024-04-27T01:22:34.942188+0000 mgr.y (mgr.15327) 39 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:22:36.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:36 smithi042 bash[23616]: cluster 2024-04-27T01:22:34.942188+0000 mgr.y (mgr.15327) 39 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:22:36.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:36 smithi042 bash[18488]: cluster 2024-04-27T01:22:34.942188+0000 mgr.y (mgr.15327) 39 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:22:37.865 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:37 smithi046 bash[18464]: cephadm 2024-04-27T01:22:36.614980+0000 mgr.y (mgr.15327) 40 : cephadm [INF] Upgrade: Updating mgr.x 2024-04-27T01:22:37.865 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:37 smithi046 bash[18464]: audit 2024-04-27T01:22:36.615786+0000 mon.c (mon.1) 79 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:22:37.865 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:37 smithi046 bash[18464]: audit 2024-04-27T01:22:36.616569+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.15327 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:22:37.865 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:37 smithi046 bash[18464]: audit 2024-04-27T01:22:36.619086+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T01:22:37.865 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:37 smithi046 bash[18464]: audit 2024-04-27T01:22:36.621295+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:22:37.865 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:37 smithi046 bash[18464]: cephadm 2024-04-27T01:22:36.623502+0000 mgr.y (mgr.15327) 41 : cephadm [INF] Deploying daemon mgr.x on smithi046 2024-04-27T01:22:37.865 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:37 smithi046 bash[18464]: audit 2024-04-27T01:22:37.063681+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:37.865 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:37 smithi046 bash[18464]: audit 2024-04-27T01:22:37.066583+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:22:37.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:37 smithi042 bash[18488]: cephadm 2024-04-27T01:22:36.614980+0000 mgr.y (mgr.15327) 40 : cephadm [INF] Upgrade: Updating mgr.x 2024-04-27T01:22:37.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:37 smithi042 bash[18488]: audit 2024-04-27T01:22:36.615786+0000 mon.c (mon.1) 79 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:22:37.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:37 smithi042 bash[18488]: audit 2024-04-27T01:22:36.616569+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.15327 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:22:37.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:37 smithi042 bash[18488]: audit 2024-04-27T01:22:36.619086+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T01:22:37.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:37 smithi042 bash[18488]: audit 2024-04-27T01:22:36.621295+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:22:37.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:37 smithi042 bash[18488]: cephadm 2024-04-27T01:22:36.623502+0000 mgr.y (mgr.15327) 41 : cephadm [INF] Deploying daemon mgr.x on smithi046 2024-04-27T01:22:37.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:37 smithi042 bash[18488]: audit 2024-04-27T01:22:37.063681+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:37.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:37 smithi042 bash[18488]: audit 2024-04-27T01:22:37.066583+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:22:37.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:37 smithi042 bash[23616]: cephadm 2024-04-27T01:22:36.614980+0000 mgr.y (mgr.15327) 40 : cephadm [INF] Upgrade: Updating mgr.x 2024-04-27T01:22:37.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:37 smithi042 bash[23616]: audit 2024-04-27T01:22:36.615786+0000 mon.c (mon.1) 79 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:22:37.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:37 smithi042 bash[23616]: audit 2024-04-27T01:22:36.616569+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.15327 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:22:37.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:37 smithi042 bash[23616]: audit 2024-04-27T01:22:36.619086+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T01:22:37.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:37 smithi042 bash[23616]: audit 2024-04-27T01:22:36.621295+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:22:37.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:37 smithi042 bash[23616]: cephadm 2024-04-27T01:22:36.623502+0000 mgr.y (mgr.15327) 41 : cephadm [INF] Deploying daemon mgr.x on smithi046 2024-04-27T01:22:37.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:37 smithi042 bash[23616]: audit 2024-04-27T01:22:37.063681+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:37.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:37 smithi042 bash[23616]: audit 2024-04-27T01:22:37.066583+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:22:38.768 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:22:38.897 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:38 smithi046 bash[18464]: cluster 2024-04-27T01:22:36.942917+0000 mgr.y (mgr.15327) 42 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-04-27T01:22:38.897 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:38 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:22:38.897 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:38 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:22:38.897 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:22:38 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:22:38.898 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:22:38 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:22:38.898 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:22:38 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:22:38.898 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:38 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:22:38.899 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:38 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:22:38.899 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:22:38 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:22:38.899 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:22:38 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:22:38.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:38 smithi042 bash[18488]: cluster 2024-04-27T01:22:36.942917+0000 mgr.y (mgr.15327) 42 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-04-27T01:22:38.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:38 smithi042 bash[23616]: cluster 2024-04-27T01:22:36.942917+0000 mgr.y (mgr.15327) 42 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-04-27T01:22:39.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:38 smithi046 systemd[1]: Stopping Ceph mgr.x for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:22:39.550 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:22:39.550 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (86s) 25s ago 8m 14.0M - 0.23.0 ba2b418f427c 0f0b55d975d0 2024-04-27T01:22:39.551 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 unknown 26s ago 7m - - 2024-04-27T01:22:39.551 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 starting - - - - 2024-04-27T01:22:39.551 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443,9283 running (2m) 26s ago 13m 194M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 30b6d7df8a5d 2024-04-27T01:22:39.551 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (50s) 25s ago 15m 473M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 60e39f55c7ea 2024-04-27T01:22:39.551 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (15m) 25s ago 15m 56.4M 2048M 17.2.0 e1d6a67b021e c3de2f32752a 2024-04-27T01:22:39.551 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (13m) 26s ago 13m 50.5M 2048M 17.2.0 e1d6a67b021e 370efec7cf8d 2024-04-27T01:22:39.551 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (13m) 25s ago 13m 47.7M 2048M 17.2.0 e1d6a67b021e cd53a35f7399 2024-04-27T01:22:39.551 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (95s) 25s ago 8m 11.1M - 1.3.1 1dbe0e931976 ea2d213e0f7a 2024-04-27T01:22:39.551 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (69s) 26s ago 8m 8015k - 1.3.1 1dbe0e931976 e95126faf566 2024-04-27T01:22:39.551 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (13m) 25s ago 13m 57.8M 2781M 17.2.0 e1d6a67b021e 5a88875a607d 2024-04-27T01:22:39.551 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (12m) 25s ago 12m 59.5M 2781M 17.2.0 e1d6a67b021e 60ae6a8ced36 2024-04-27T01:22:39.551 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (11m) 25s ago 11m 51.4M 2781M 17.2.0 e1d6a67b021e 1694c06983a4 2024-04-27T01:22:39.551 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (11m) 25s ago 11m 55.7M 2781M 17.2.0 e1d6a67b021e 523b1c99e778 2024-04-27T01:22:39.551 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (10m) 26s ago 10m 58.1M 3037M 17.2.0 e1d6a67b021e 8f9eeee1f917 2024-04-27T01:22:39.551 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (10m) 26s ago 10m 52.8M 3037M 17.2.0 e1d6a67b021e 5c17501020a3 2024-04-27T01:22:39.552 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (9m) 26s ago 9m 51.4M 3037M 17.2.0 e1d6a67b021e 87a6f4ccf8a6 2024-04-27T01:22:39.552 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (9m) 26s ago 9m 55.6M 3037M 17.2.0 e1d6a67b021e 05ee6dbaf5ff 2024-04-27T01:22:39.552 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 starting - - - - 2024-04-27T01:22:39.552 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (6m) 25s ago 6m 85.6M - 17.2.0 e1d6a67b021e 4022285478bf 2024-04-27T01:22:39.552 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (6m) 26s ago 6m 85.6M - 17.2.0 e1d6a67b021e aab619238956 2024-04-27T01:22:39.552 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (6m) 25s ago 6m 85.7M - 17.2.0 e1d6a67b021e 654b864f6909 2024-04-27T01:22:39.552 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (6m) 26s ago 6m 86.2M - 17.2.0 e1d6a67b021e b896e3222d12 2024-04-27T01:22:39.911 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:39 smithi046 bash[42313]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-mgr-x 2024-04-27T01:22:39.912 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:39 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-04-27T01:22:39.912 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:39 smithi046 bash[42374]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-mgr-x 2024-04-27T01:22:39.912 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:39 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mgr.x.service: Failed with result 'exit-code'. 2024-04-27T01:22:39.912 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:39 smithi046 systemd[1]: Stopped Ceph mgr.x for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:22:39.999 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:22:39.999 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:22:39.999 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-04-27T01:22:39.999 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:22:39.999 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:22:39.999 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 2 2024-04-27T01:22:39.999 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:22:40.000 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:22:40.000 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-04-27T01:22:40.000 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:22:40.000 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": {}, 2024-04-27T01:22:40.000 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:22:40.000 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-04-27T01:22:40.000 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:22:40.000 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:22:40.000 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2024-04-27T01:22:40.000 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 2 2024-04-27T01:22:40.000 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:22:40.000 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:22:40.172 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:22:39 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:22:40.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:39 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:22:40.172 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:22:39 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:22:40.173 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:22:39 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:22:40.173 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:39 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:22:40.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:22:39 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:22:40.173 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:39 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:22:40.174 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:22:39 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:22:40.174 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:39 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:22:40.174 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:40 smithi046 systemd[1]: Started Ceph mgr.x for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:22:40.377 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:22:40.377 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", 2024-04-27T01:22:40.378 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2024-04-27T01:22:40.378 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-27T01:22:40.378 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2024-04-27T01:22:40.378 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "", 2024-04-27T01:22:40.378 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading mgr daemons", 2024-04-27T01:22:40.378 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2024-04-27T01:22:40.378 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:22:40.819 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:22:40.820 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:22:40.820 INFO:teuthology.orchestra.run.smithi042.stdout: daemon grafana.a on smithi046 is in unknown state 2024-04-27T01:22:40.902 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:40 smithi046 bash[18464]: audit 2024-04-27T01:22:38.768173+0000 mgr.y (mgr.15327) 43 : audit [DBG] from='client.15423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:22:40.903 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:40 smithi046 bash[18464]: cluster 2024-04-27T01:22:38.944259+0000 mgr.y (mgr.15327) 44 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:22:40.903 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:40 smithi046 bash[18464]: audit 2024-04-27T01:22:39.146907+0000 mgr.y (mgr.15327) 45 : audit [DBG] from='client.15429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:22:40.903 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:40 smithi046 bash[18464]: audit 2024-04-27T01:22:39.516599+0000 mgr.y (mgr.15327) 46 : audit [DBG] from='client.15435 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:22:40.903 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:40 smithi046 bash[18464]: audit 2024-04-27T01:22:40.013696+0000 mon.a (mon.0) 988 : audit [DBG] from='client.? 172.21.15.42:0/3724289640' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:22:40.903 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:40 smithi046 bash[18464]: audit 2024-04-27T01:22:40.092797+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:40.903 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:40 smithi046 bash[18464]: audit 2024-04-27T01:22:40.105739+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:40.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:40 smithi042 bash[18488]: audit 2024-04-27T01:22:38.768173+0000 mgr.y (mgr.15327) 43 : audit [DBG] from='client.15423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:22:40.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:40 smithi042 bash[18488]: cluster 2024-04-27T01:22:38.944259+0000 mgr.y (mgr.15327) 44 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:22:40.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:40 smithi042 bash[18488]: audit 2024-04-27T01:22:39.146907+0000 mgr.y (mgr.15327) 45 : audit [DBG] from='client.15429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:22:40.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:40 smithi042 bash[18488]: audit 2024-04-27T01:22:39.516599+0000 mgr.y (mgr.15327) 46 : audit [DBG] from='client.15435 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:22:40.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:40 smithi042 bash[18488]: audit 2024-04-27T01:22:40.013696+0000 mon.a (mon.0) 988 : audit [DBG] from='client.? 172.21.15.42:0/3724289640' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:22:40.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:40 smithi042 bash[18488]: audit 2024-04-27T01:22:40.092797+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:40.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:40 smithi042 bash[18488]: audit 2024-04-27T01:22:40.105739+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:40.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:40 smithi042 bash[23616]: audit 2024-04-27T01:22:38.768173+0000 mgr.y (mgr.15327) 43 : audit [DBG] from='client.15423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:22:40.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:40 smithi042 bash[23616]: cluster 2024-04-27T01:22:38.944259+0000 mgr.y (mgr.15327) 44 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:22:40.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:40 smithi042 bash[23616]: audit 2024-04-27T01:22:39.146907+0000 mgr.y (mgr.15327) 45 : audit [DBG] from='client.15429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:22:40.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:40 smithi042 bash[23616]: audit 2024-04-27T01:22:39.516599+0000 mgr.y (mgr.15327) 46 : audit [DBG] from='client.15435 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:22:40.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:40 smithi042 bash[23616]: audit 2024-04-27T01:22:40.013696+0000 mon.a (mon.0) 988 : audit [DBG] from='client.? 172.21.15.42:0/3724289640' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:22:40.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:40 smithi042 bash[23616]: audit 2024-04-27T01:22:40.092797+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:40.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:40 smithi042 bash[23616]: audit 2024-04-27T01:22:40.105739+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:41.167 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:41 smithi046 bash[42428]: debug 2024-04-27T01:22:41.026+0000 7f8872f42700 1 -- 172.21.15.46:0/2617489526 <== mon.2 v2:172.21.15.46:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55c27cf2a5a0 con 0x55c27dcaac00 2024-04-27T01:22:41.422 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:41 smithi046 bash[42428]: debug 2024-04-27T01:22:41.178+0000 7f887d149200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-27T01:22:41.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:41 smithi046 bash[18464]: audit 2024-04-27T01:22:40.026488+0000 mgr.y (mgr.15327) 47 : audit [DBG] from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:22:41.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:41 smithi046 bash[18464]: audit 2024-04-27T01:22:40.391958+0000 mgr.y (mgr.15327) 48 : audit [DBG] from='client.15447 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:22:41.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:41 smithi046 bash[18464]: audit 2024-04-27T01:22:40.834633+0000 mon.a (mon.0) 991 : audit [DBG] from='client.? 172.21.15.42:0/296513060' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:22:41.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:41 smithi042 bash[18488]: audit 2024-04-27T01:22:40.026488+0000 mgr.y (mgr.15327) 47 : audit [DBG] from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:22:41.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:41 smithi042 bash[18488]: audit 2024-04-27T01:22:40.391958+0000 mgr.y (mgr.15327) 48 : audit [DBG] from='client.15447 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:22:41.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:41 smithi042 bash[18488]: audit 2024-04-27T01:22:40.834633+0000 mon.a (mon.0) 991 : audit [DBG] from='client.? 172.21.15.42:0/296513060' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:22:41.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:41 smithi042 bash[23616]: audit 2024-04-27T01:22:40.026488+0000 mgr.y (mgr.15327) 47 : audit [DBG] from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:22:41.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:41 smithi042 bash[23616]: audit 2024-04-27T01:22:40.391958+0000 mgr.y (mgr.15327) 48 : audit [DBG] from='client.15447 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:22:41.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:41 smithi042 bash[23616]: audit 2024-04-27T01:22:40.834633+0000 mon.a (mon.0) 991 : audit [DBG] from='client.? 172.21.15.42:0/296513060' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:22:42.922 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:42 smithi046 bash[42428]: debug 2024-04-27T01:22:42.842+0000 7f887d149200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-27T01:22:42.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:42 smithi046 bash[18464]: cluster 2024-04-27T01:22:40.944924+0000 mgr.y (mgr.15327) 49 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-04-27T01:22:42.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:42 smithi042 bash[18488]: cluster 2024-04-27T01:22:40.944924+0000 mgr.y (mgr.15327) 49 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-04-27T01:22:42.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:42 smithi042 bash[23616]: cluster 2024-04-27T01:22:40.944924+0000 mgr.y (mgr.15327) 49 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-04-27T01:22:43.205 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:42 smithi046 bash[42428]: debug 2024-04-27T01:22:42.942+0000 7f887d149200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-27T01:22:43.205 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:42 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Scheduled restart job, restart counter is at 5. 2024-04-27T01:22:43.205 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:42 smithi046 systemd[1]: Stopped Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:22:43.205 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:42 smithi046 systemd[1]: Started Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:22:43.672 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:43 smithi046 bash[42428]: debug 2024-04-27T01:22:43.218+0000 7f887d149200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-27T01:22:43.931 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:22:43 smithi042 bash[51663]: level=warn ts=2024-04-27T01:22: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://smithi046.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.46:8443: connect: connection refused" 2024-04-27T01:22:44.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:44 smithi046 bash[42428]: debug 2024-04-27T01:22:44.078+0000 7f887d149200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-27T01:22:44.172 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:44 smithi046 bash[42565]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-04-27T01:22:44.172 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:44 smithi046 bash[42565]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-04-27T01:22:44.609 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:44 smithi046 bash[42428]: debug 2024-04-27T01:22:44.190+0000 7f887d149200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-27T01:22:44.609 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:44 smithi046 bash[42428]: debug 2024-04-27T01:22:44.302+0000 7f887d149200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-27T01:22:44.894 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:44 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-04-27T01:22:44.894 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:44 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-04-27T01:22:44.894 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:44 smithi046 bash[18464]: cluster 2024-04-27T01:22:42.945770+0000 mgr.y (mgr.15327) 50 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-04-27T01:22:44.894 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:44 smithi046 bash[42428]: debug 2024-04-27T01:22:44.678+0000 7f887d149200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-27T01:22:44.894 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:44 smithi046 bash[42428]: debug 2024-04-27T01:22:44.798+0000 7f887d149200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-27T01:22:44.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:44 smithi042 bash[18488]: cluster 2024-04-27T01:22:42.945770+0000 mgr.y (mgr.15327) 50 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-04-27T01:22:44.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:44 smithi042 bash[23616]: cluster 2024-04-27T01:22:42.945770+0000 mgr.y (mgr.15327) 50 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-04-27T01:22:45.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:44 smithi046 bash[42428]: debug 2024-04-27T01:22:44.906+0000 7f887d149200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-27T01:22:45.548 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:45 smithi046 bash[42428]: debug 2024-04-27T01:22:45.298+0000 7f887d149200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-27T01:22:45.867 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:45 smithi046 bash[42428]: debug 2024-04-27T01:22:45.562+0000 7f887d149200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-27T01:22:46.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:45 smithi046 bash[42428]: debug 2024-04-27T01:22:45.878+0000 7f887d149200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-27T01:22:46.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:46 smithi046 bash[42428]: debug 2024-04-27T01:22:46.010+0000 7f887d149200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-27T01:22:46.612 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:46 smithi046 bash[42428]: debug 2024-04-27T01:22:46.314+0000 7f887d149200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-27T01:22:46.922 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:46 smithi046 bash[42428]: debug 2024-04-27T01:22:46.746+0000 7f887d149200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:22:46.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:46 smithi046 bash[18464]: cluster 2024-04-27T01:22:44.947710+0000 mgr.y (mgr.15327) 51 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:22:46.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:46 smithi046 bash[18464]: audit 2024-04-27T01:22:45.964650+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:46.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:46 smithi046 bash[18464]: audit 2024-04-27T01:22:45.971113+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:46.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:46 smithi046 bash[18464]: audit 2024-04-27T01:22:46.186824+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:46.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:46 smithi046 bash[18464]: audit 2024-04-27T01:22:46.202296+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:46.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:46 smithi042 bash[18488]: cluster 2024-04-27T01:22:44.947710+0000 mgr.y (mgr.15327) 51 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:22:46.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:46 smithi042 bash[18488]: audit 2024-04-27T01:22:45.964650+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:46.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:46 smithi042 bash[18488]: audit 2024-04-27T01:22:45.971113+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:46.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:46 smithi042 bash[18488]: audit 2024-04-27T01:22:46.186824+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:46.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:46 smithi042 bash[18488]: audit 2024-04-27T01:22:46.202296+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:46.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:46 smithi042 bash[23616]: cluster 2024-04-27T01:22:44.947710+0000 mgr.y (mgr.15327) 51 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:22:46.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:46 smithi042 bash[23616]: audit 2024-04-27T01:22:45.964650+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:46.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:46 smithi042 bash[23616]: audit 2024-04-27T01:22:45.971113+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:46.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:46 smithi042 bash[23616]: audit 2024-04-27T01:22:46.186824+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:46.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:46 smithi042 bash[23616]: audit 2024-04-27T01:22:46.202296+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:47.400 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:47 smithi046 bash[42428]: debug 2024-04-27T01:22:47.010+0000 7f887d149200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-27T01:22:47.401 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:47 smithi046 bash[42428]: debug 2024-04-27T01:22:47.138+0000 7f887d149200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-27T01:22:47.672 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:47 smithi046 bash[42428]: debug 2024-04-27T01:22:47.414+0000 7f887d149200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:22:48.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:48 smithi046 bash[18464]: cluster 2024-04-27T01:22:46.948658+0000 mgr.y (mgr.15327) 52 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:22:48.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:48 smithi046 bash[18464]: audit 2024-04-27T01:22:47.128637+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:48.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:48 smithi046 bash[18464]: audit 2024-04-27T01:22:47.142869+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:48.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:48 smithi042 bash[18488]: cluster 2024-04-27T01:22:46.948658+0000 mgr.y (mgr.15327) 52 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:22:48.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:48 smithi042 bash[18488]: audit 2024-04-27T01:22:47.128637+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:48.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:48 smithi042 bash[18488]: audit 2024-04-27T01:22:47.142869+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:48.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:48 smithi042 bash[23616]: cluster 2024-04-27T01:22:46.948658+0000 mgr.y (mgr.15327) 52 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:22:48.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:48 smithi042 bash[23616]: audit 2024-04-27T01:22:47.128637+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:48.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:48 smithi042 bash[23616]: audit 2024-04-27T01:22:47.142869+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:48.920 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:48 smithi046 bash[42428]: debug 2024-04-27T01:22:48.486+0000 7f887d149200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-27T01:22:48.920 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:48 smithi046 bash[42428]: debug 2024-04-27T01:22:48.610+0000 7f887d149200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-27T01:22:49.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:48 smithi046 bash[42428]: debug 2024-04-27T01:22:48.930+0000 7f887d149200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-27T01:22:49.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:49 smithi046 bash[42428]: debug 2024-04-27T01:22:49.054+0000 7f887d149200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-27T01:22:49.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:22:49 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:22:49] "GET /metrics HTTP/1.1" 200 38227 "" "Prometheus/2.33.4" 2024-04-27T01:22:49.785 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:49 smithi046 bash[42428]: debug 2024-04-27T01:22:49.534+0000 7f887d149200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-27T01:22:49.786 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:49 smithi046 bash[42428]: debug 2024-04-27T01:22:49.666+0000 7f887d149200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-27T01:22:49.786 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:49 smithi046 bash[42428]: [27/Apr/2024:01:22:49] ENGINE Bus STARTING 2024-04-27T01:22:50.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:49 smithi046 bash[42428]: CherryPy Checker: 2024-04-27T01:22:50.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:49 smithi046 bash[42428]: The Application mounted at '' has an empty config. 2024-04-27T01:22:50.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:49 smithi046 bash[42428]: [27/Apr/2024:01:22:49] ENGINE Serving on http://:::9283 2024-04-27T01:22:50.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:22:49 smithi046 bash[42428]: [27/Apr/2024:01:22:49] ENGINE Bus STARTED 2024-04-27T01:22:50.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:50 smithi046 bash[18464]: cluster 2024-04-27T01:22:48.950396+0000 mgr.y (mgr.15327) 53 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:22:50.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:50 smithi046 bash[18464]: cluster 2024-04-27T01:22:49.690991+0000 mon.a (mon.0) 998 : cluster [DBG] Standby manager daemon x restarted 2024-04-27T01:22:50.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:50 smithi046 bash[18464]: cluster 2024-04-27T01:22:49.691235+0000 mon.a (mon.0) 999 : cluster [DBG] Standby manager daemon x started 2024-04-27T01:22:50.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:50 smithi046 bash[18464]: audit 2024-04-27T01:22:49.695009+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.? 172.21.15.46:0/743281781' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-04-27T01:22:50.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:50 smithi046 bash[18464]: audit 2024-04-27T01:22:49.696114+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.? 172.21.15.46:0/743281781' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T01:22:50.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:50 smithi046 bash[18464]: audit 2024-04-27T01:22:49.698602+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.? 172.21.15.46:0/743281781' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-04-27T01:22:50.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:50 smithi046 bash[18464]: audit 2024-04-27T01:22:49.700399+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.? 172.21.15.46:0/743281781' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T01:22:50.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:50 smithi042 bash[18488]: cluster 2024-04-27T01:22:48.950396+0000 mgr.y (mgr.15327) 53 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:22:50.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:50 smithi042 bash[18488]: cluster 2024-04-27T01:22:49.690991+0000 mon.a (mon.0) 998 : cluster [DBG] Standby manager daemon x restarted 2024-04-27T01:22:50.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:50 smithi042 bash[18488]: cluster 2024-04-27T01:22:49.691235+0000 mon.a (mon.0) 999 : cluster [DBG] Standby manager daemon x started 2024-04-27T01:22:50.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:50 smithi042 bash[18488]: audit 2024-04-27T01:22:49.695009+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.? 172.21.15.46:0/743281781' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-04-27T01:22:50.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:50 smithi042 bash[18488]: audit 2024-04-27T01:22:49.696114+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.? 172.21.15.46:0/743281781' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T01:22:50.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:50 smithi042 bash[18488]: audit 2024-04-27T01:22:49.698602+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.? 172.21.15.46:0/743281781' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-04-27T01:22:50.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:50 smithi042 bash[18488]: audit 2024-04-27T01:22:49.700399+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.? 172.21.15.46:0/743281781' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T01:22:50.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:50 smithi042 bash[23616]: cluster 2024-04-27T01:22:48.950396+0000 mgr.y (mgr.15327) 53 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:22:50.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:50 smithi042 bash[23616]: cluster 2024-04-27T01:22:49.690991+0000 mon.a (mon.0) 998 : cluster [DBG] Standby manager daemon x restarted 2024-04-27T01:22:50.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:50 smithi042 bash[23616]: cluster 2024-04-27T01:22:49.691235+0000 mon.a (mon.0) 999 : cluster [DBG] Standby manager daemon x started 2024-04-27T01:22:50.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:50 smithi042 bash[23616]: audit 2024-04-27T01:22:49.695009+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.? 172.21.15.46:0/743281781' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-04-27T01:22:50.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:50 smithi042 bash[23616]: audit 2024-04-27T01:22:49.696114+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.? 172.21.15.46:0/743281781' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T01:22:50.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:50 smithi042 bash[23616]: audit 2024-04-27T01:22:49.698602+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.? 172.21.15.46:0/743281781' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-04-27T01:22:50.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:50 smithi042 bash[23616]: audit 2024-04-27T01:22:49.700399+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.? 172.21.15.46:0/743281781' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T01:22:51.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:51 smithi046 bash[18464]: audit 2024-04-27T01:22:50.034658+0000 mgr.y (mgr.15327) 54 : audit [DBG] from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:22:51.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:51 smithi046 bash[18464]: cluster 2024-04-27T01:22:50.589267+0000 mon.a (mon.0) 1000 : cluster [DBG] mgrmap e32: y(active, since 44s), standbys: x 2024-04-27T01:22:51.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:51 smithi042 bash[23616]: audit 2024-04-27T01:22:50.034658+0000 mgr.y (mgr.15327) 54 : audit [DBG] from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:22:51.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:51 smithi042 bash[23616]: cluster 2024-04-27T01:22:50.589267+0000 mon.a (mon.0) 1000 : cluster [DBG] mgrmap e32: y(active, since 44s), standbys: x 2024-04-27T01:22:51.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:51 smithi042 bash[18488]: audit 2024-04-27T01:22:50.034658+0000 mgr.y (mgr.15327) 54 : audit [DBG] from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:22:51.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:51 smithi042 bash[18488]: cluster 2024-04-27T01:22:50.589267+0000 mon.a (mon.0) 1000 : cluster [DBG] mgrmap e32: y(active, since 44s), standbys: x 2024-04-27T01:22:52.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:52 smithi046 bash[18464]: cluster 2024-04-27T01:22:50.951124+0000 mgr.y (mgr.15327) 55 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:22:52.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:52 smithi046 bash[18464]: audit 2024-04-27T01:22:52.058619+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:22:52.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:52 smithi042 bash[18488]: cluster 2024-04-27T01:22:50.951124+0000 mgr.y (mgr.15327) 55 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:22:52.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:52 smithi042 bash[18488]: audit 2024-04-27T01:22:52.058619+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:22:52.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:52 smithi042 bash[23616]: cluster 2024-04-27T01:22:50.951124+0000 mgr.y (mgr.15327) 55 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:22:52.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:52 smithi042 bash[23616]: audit 2024-04-27T01:22:52.058619+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:22:53.931 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:22:53 smithi042 bash[51663]: level=error ts=2024-04-27T01:22:53.521Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi046.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.46:8443: connect: connection refused" 2024-04-27T01:22:54.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:54 smithi046 bash[18464]: cluster 2024-04-27T01:22:52.952025+0000 mgr.y (mgr.15327) 56 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:22:54.922 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:54 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Scheduled restart job, restart counter is at 6. 2024-04-27T01:22:54.923 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:54 smithi046 systemd[1]: Stopped Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:22:54.923 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:54 smithi046 systemd[1]: Started Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:22:54.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:54 smithi042 bash[18488]: cluster 2024-04-27T01:22:52.952025+0000 mgr.y (mgr.15327) 56 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:22:54.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:54 smithi042 bash[23616]: cluster 2024-04-27T01:22:52.952025+0000 mgr.y (mgr.15327) 56 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:22:55.771 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:55 smithi046 bash[43283]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-04-27T01:22:55.771 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:55 smithi046 bash[43283]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-04-27T01:22:56.422 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:56 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-04-27T01:22:56.422 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:22:56 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-04-27T01:22:56.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:56 smithi046 bash[18464]: cluster 2024-04-27T01:22:54.953623+0000 mgr.y (mgr.15327) 57 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:22:56.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:56 smithi042 bash[18488]: cluster 2024-04-27T01:22:54.953623+0000 mgr.y (mgr.15327) 57 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:22:56.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:56 smithi042 bash[23616]: cluster 2024-04-27T01:22:54.953623+0000 mgr.y (mgr.15327) 57 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:22:58.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:57 smithi046 bash[18464]: audit 2024-04-27T01:22:56.799648+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:58.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:57 smithi046 bash[18464]: audit 2024-04-27T01:22:56.814383+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:58.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:57 smithi046 bash[18464]: audit 2024-04-27T01:22:56.818334+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:22:58.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:57 smithi046 bash[18464]: audit 2024-04-27T01:22:56.820454+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:22:58.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:57 smithi046 bash[18464]: cluster 2024-04-27T01:22:56.823982+0000 mgr.y (mgr.15327) 58 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 862 B/s rd, 0 op/s 2024-04-27T01:22:58.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:57 smithi046 bash[18464]: cluster 2024-04-27T01:22:56.824602+0000 mgr.y (mgr.15327) 59 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:22:58.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:57 smithi046 bash[18464]: audit 2024-04-27T01:22:56.836506+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:58.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:57 smithi046 bash[18464]: audit 2024-04-27T01:22:56.938235+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:22:58.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:57 smithi046 bash[18464]: audit 2024-04-27T01:22:56.943631+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:22:58.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:57 smithi046 bash[18464]: cephadm 2024-04-27T01:22:56.945505+0000 mgr.y (mgr.15327) 60 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-04-27T01:22:58.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:57 smithi046 bash[18464]: audit 2024-04-27T01:22:56.955743+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:58.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:57 smithi046 bash[18464]: audit 2024-04-27T01:22:56.958839+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-04-27T01:22:58.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:57 smithi046 bash[18464]: audit 2024-04-27T01:22:56.959648+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.15327 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-04-27T01:22:58.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:57 smithi046 bash[18464]: audit 2024-04-27T01:22:56.967875+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.15327 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-04-27T01:22:58.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:57 smithi046 bash[18464]: audit 2024-04-27T01:22:56.970454+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-04-27T01:22:58.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:57 smithi046 bash[18464]: audit 2024-04-27T01:22:56.971131+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.15327 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-04-27T01:22:58.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:57 smithi046 bash[18464]: audit 2024-04-27T01:22:56.978911+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.15327 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-04-27T01:22:58.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:57 smithi046 bash[18464]: audit 2024-04-27T01:22:56.982860+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-27T01:22:58.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:57 smithi046 bash[18464]: audit 2024-04-27T01:22:56.984997+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-04-27T01:22:58.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:22:57 smithi046 bash[18464]: cephadm 2024-04-27T01:22:56.986582+0000 mgr.y (mgr.15327) 61 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-04-27T01:22:58.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[18488]: audit 2024-04-27T01:22:56.799648+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:58.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[18488]: audit 2024-04-27T01:22:56.814383+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:58.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[18488]: audit 2024-04-27T01:22:56.818334+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:22:58.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[18488]: audit 2024-04-27T01:22:56.820454+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:22:58.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[18488]: cluster 2024-04-27T01:22:56.823982+0000 mgr.y (mgr.15327) 58 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 862 B/s rd, 0 op/s 2024-04-27T01:22:58.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[18488]: cluster 2024-04-27T01:22:56.824602+0000 mgr.y (mgr.15327) 59 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:22:58.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[18488]: audit 2024-04-27T01:22:56.836506+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:58.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[18488]: audit 2024-04-27T01:22:56.938235+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:22:58.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[18488]: audit 2024-04-27T01:22:56.943631+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:22:58.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[18488]: cephadm 2024-04-27T01:22:56.945505+0000 mgr.y (mgr.15327) 60 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-04-27T01:22:58.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[18488]: audit 2024-04-27T01:22:56.955743+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:58.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[18488]: audit 2024-04-27T01:22:56.958839+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-04-27T01:22:58.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[18488]: audit 2024-04-27T01:22:56.959648+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.15327 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-04-27T01:22:58.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[18488]: audit 2024-04-27T01:22:56.967875+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.15327 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-04-27T01:22:58.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[18488]: audit 2024-04-27T01:22:56.970454+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-04-27T01:22:58.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[18488]: audit 2024-04-27T01:22:56.971131+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.15327 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-04-27T01:22:58.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[18488]: audit 2024-04-27T01:22:56.978911+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.15327 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-04-27T01:22:58.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[18488]: audit 2024-04-27T01:22:56.982860+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-27T01:22:58.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[18488]: audit 2024-04-27T01:22:56.984997+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-04-27T01:22:58.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[18488]: cephadm 2024-04-27T01:22:56.986582+0000 mgr.y (mgr.15327) 61 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-04-27T01:22:58.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[23616]: audit 2024-04-27T01:22:56.799648+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:58.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[23616]: audit 2024-04-27T01:22:56.814383+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:58.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[23616]: audit 2024-04-27T01:22:56.818334+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:22:58.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[23616]: audit 2024-04-27T01:22:56.820454+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:22:58.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[23616]: cluster 2024-04-27T01:22:56.823982+0000 mgr.y (mgr.15327) 58 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 862 B/s rd, 0 op/s 2024-04-27T01:22:58.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[23616]: cluster 2024-04-27T01:22:56.824602+0000 mgr.y (mgr.15327) 59 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:22:58.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[23616]: audit 2024-04-27T01:22:56.836506+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:58.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[23616]: audit 2024-04-27T01:22:56.938235+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:22:58.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[23616]: audit 2024-04-27T01:22:56.943631+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:22:58.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[23616]: cephadm 2024-04-27T01:22:56.945505+0000 mgr.y (mgr.15327) 60 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-04-27T01:22:58.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[23616]: audit 2024-04-27T01:22:56.955743+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:22:58.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[23616]: audit 2024-04-27T01:22:56.958839+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-04-27T01:22:58.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[23616]: audit 2024-04-27T01:22:56.959648+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.15327 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-04-27T01:22:58.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[23616]: audit 2024-04-27T01:22:56.967875+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.15327 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-04-27T01:22:58.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[23616]: audit 2024-04-27T01:22:56.970454+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-04-27T01:22:58.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[23616]: audit 2024-04-27T01:22:56.971131+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.15327 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-04-27T01:22:58.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[23616]: audit 2024-04-27T01:22:56.978911+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.15327 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-04-27T01:22:58.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[23616]: audit 2024-04-27T01:22:56.982860+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-27T01:22:58.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[23616]: audit 2024-04-27T01:22:56.984997+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-04-27T01:22:58.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:22:57 smithi042 bash[23616]: cephadm 2024-04-27T01:22:56.986582+0000 mgr.y (mgr.15327) 61 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-04-27T01:22:58.922 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:22:58 smithi046 bash[42033]: ts=2024-04-27T01:22:58.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.46:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:22:59.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:22:59 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:22:59] "GET /metrics HTTP/1.1" 200 38226 "" "Prometheus/2.33.4" 2024-04-27T01:23:00.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:00 smithi042 bash[18488]: cluster 2024-04-27T01:22:58.826362+0000 mgr.y (mgr.15327) 62 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:23:00.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:00 smithi042 bash[18488]: cephadm 2024-04-27T01:22:59.259702+0000 mgr.y (mgr.15327) 63 : cephadm [INF] Upgrade: Updating mon.a 2024-04-27T01:23:00.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:00 smithi042 bash[18488]: audit 2024-04-27T01:22:59.270227+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:23:00.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:00 smithi042 bash[18488]: audit 2024-04-27T01:22:59.272345+0000 mon.c (mon.1) 92 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:23:00.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:00 smithi042 bash[18488]: audit 2024-04-27T01:22:59.273751+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T01:23:00.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:00 smithi042 bash[18488]: audit 2024-04-27T01:22:59.275083+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:23:00.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:00 smithi042 bash[18488]: cephadm 2024-04-27T01:22:59.277041+0000 mgr.y (mgr.15327) 64 : cephadm [INF] Deploying daemon mon.a on smithi042 2024-04-27T01:23:00.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:00 smithi042 bash[23616]: cluster 2024-04-27T01:22:58.826362+0000 mgr.y (mgr.15327) 62 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:23:00.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:00 smithi042 bash[23616]: cephadm 2024-04-27T01:22:59.259702+0000 mgr.y (mgr.15327) 63 : cephadm [INF] Upgrade: Updating mon.a 2024-04-27T01:23:00.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:00 smithi042 bash[23616]: audit 2024-04-27T01:22:59.270227+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:23:00.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:00 smithi042 bash[23616]: audit 2024-04-27T01:22:59.272345+0000 mon.c (mon.1) 92 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:23:00.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:00 smithi042 bash[23616]: audit 2024-04-27T01:22:59.273751+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T01:23:00.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:00 smithi042 bash[23616]: audit 2024-04-27T01:22:59.275083+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:23:00.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:00 smithi042 bash[23616]: cephadm 2024-04-27T01:22:59.277041+0000 mgr.y (mgr.15327) 64 : cephadm [INF] Deploying daemon mon.a on smithi042 2024-04-27T01:23:00.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:00 smithi046 bash[18464]: cluster 2024-04-27T01:22:58.826362+0000 mgr.y (mgr.15327) 62 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:23:00.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:00 smithi046 bash[18464]: cephadm 2024-04-27T01:22:59.259702+0000 mgr.y (mgr.15327) 63 : cephadm [INF] Upgrade: Updating mon.a 2024-04-27T01:23:00.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:00 smithi046 bash[18464]: audit 2024-04-27T01:22:59.270227+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.15327 ' entity='mgr.y' 2024-04-27T01:23:00.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:00 smithi046 bash[18464]: audit 2024-04-27T01:22:59.272345+0000 mon.c (mon.1) 92 : audit [INF] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:23:00.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:00 smithi046 bash[18464]: audit 2024-04-27T01:22:59.273751+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T01:23:00.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:00 smithi046 bash[18464]: audit 2024-04-27T01:22:59.275083+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.15327 172.21.15.42:0/1187191676' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:23:00.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:00 smithi046 bash[18464]: cephadm 2024-04-27T01:22:59.277041+0000 mgr.y (mgr.15327) 64 : cephadm [INF] Deploying daemon mon.a on smithi042 2024-04-27T01:23:01.521 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:01 smithi042 bash[18488]: audit 2024-04-27T01:23:00.044856+0000 mgr.y (mgr.15327) 65 : audit [DBG] from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:23:01.522 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:01 smithi042 bash[23616]: audit 2024-04-27T01:23:00.044856+0000 mgr.y (mgr.15327) 65 : audit [DBG] from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:23:01.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:01 smithi046 bash[18464]: audit 2024-04-27T01:23:00.044856+0000 mgr.y (mgr.15327) 65 : audit [DBG] from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:23:01.773 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:01 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:01.774 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:01 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:01.774 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:23:01 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:01.774 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:23:01 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:01.775 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:23:01 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:01.775 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:23:01 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:01.775 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:01 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:01.775 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:01 smithi042 systemd[1]: Stopping Ceph mon.a for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:23:01.776 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:23:01 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:01.776 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:23:01 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:02.044 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:01 smithi042 bash[18488]: debug 2024-04-27T01:23:01.783+0000 7f3aaf4bf700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-27T01:23:02.045 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:01 smithi042 bash[18488]: debug 2024-04-27T01:23:01.783+0000 7f3aaf4bf700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-04-27T01:23:02.891 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:02 smithi042 bash[55753]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-mon-a 2024-04-27T01:23:02.891 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:02 smithi042 bash[55813]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-mon-a 2024-04-27T01:23:02.891 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:02 smithi042 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-27T01:23:02.892 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:02 smithi042 systemd[1]: Stopped Ceph mon.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:23:03.181 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:02 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:03.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:02 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:03.183 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:23:02 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:03.183 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:23:02 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:03.184 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:23:02 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:03.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:23:02 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:03.185 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:23:02 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:03.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:02 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:03.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 systemd[1]: Started Ceph mon.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:23:03.186 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:23:02 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:04.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.855+0000 7ff81f83fc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-27T01:23:04.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.855+0000 7ff81f83fc80 0 ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev), process ceph-mon, pid 7 2024-04-27T01:23:04.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.855+0000 7ff81f83fc80 0 pidfile_write: ignore empty --pid-file 2024-04-27T01:23:04.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.859+0000 7ff81f83fc80 0 load: jerasure load: lrc 2024-04-27T01:23:04.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: RocksDB version: 7.9.2 2024-04-27T01:23:04.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Git sha 0 2024-04-27T01:23:04.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Compile date 2024-04-25 16:43:49 2024-04-27T01:23:04.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: DB SUMMARY 2024-04-27T01:23:04.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: DB Session ID: 1T1W274HD6S3XQFTP6VR 2024-04-27T01:23:04.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: CURRENT file: CURRENT 2024-04-27T01:23:04.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-27T01:23:04.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: MANIFEST file: MANIFEST-000015 size: 1158 Bytes 2024-04-27T01:23:04.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000033.sst 2024-04-27T01:23:04.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000031.log size: 694557 ; 2024-04-27T01:23:04.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.error_if_exists: 0 2024-04-27T01:23:04.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.create_if_missing: 0 2024-04-27T01:23:04.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.paranoid_checks: 1 2024-04-27T01:23:04.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-27T01:23:04.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-27T01:23:04.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-27T01:23:04.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.env: 0x55e0297a6c60 2024-04-27T01:23:04.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-27T01:23:04.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.info_log: 0x55e02a85bae0 2024-04-27T01:23:04.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-27T01:23:04.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.statistics: (nil) 2024-04-27T01:23:04.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.use_fsync: 0 2024-04-27T01:23:04.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_log_file_size: 0 2024-04-27T01:23:04.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-27T01:23:04.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-27T01:23:04.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-27T01:23:04.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-27T01:23:04.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.allow_fallocate: 1 2024-04-27T01:23:04.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-27T01:23:04.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-27T01:23:04.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.use_direct_reads: 0 2024-04-27T01:23:04.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-27T01:23:04.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-27T01:23:04.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.db_log_dir: 2024-04-27T01:23:04.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.wal_dir: 2024-04-27T01:23:04.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-27T01:23:04.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-27T01:23:04.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-27T01:23:04.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-27T01:23:04.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-27T01:23:04.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-27T01:23:04.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-27T01:23:04.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-27T01:23:04.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.write_buffer_manager: 0x55e02a82e1e0 2024-04-27T01:23:04.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-27T01:23:04.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-27T01:23:04.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-27T01:23:04.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-27T01:23:04.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-27T01:23:04.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-27T01:23:04.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-27T01:23:04.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-27T01:23:04.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.unordered_write: 0 2024-04-27T01:23:04.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-27T01:23:04.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-27T01:23:04.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-27T01:23:04.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-27T01:23:04.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.row_cache: None 2024-04-27T01:23:04.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.wal_filter: None 2024-04-27T01:23:04.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-27T01:23:04.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-27T01:23:04.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.two_write_queues: 0 2024-04-27T01:23:04.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-27T01:23:04.187 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.wal_compression: 0 2024-04-27T01:23:04.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.atomic_flush: 0 2024-04-27T01:23:04.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-27T01:23:04.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-27T01:23:04.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-27T01:23:04.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-27T01:23:04.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-27T01:23:04.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-27T01:23:04.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-27T01:23:04.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-27T01:23:04.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-27T01:23:04.188 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-27T01:23:04.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-27T01:23:04.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-27T01:23:04.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-27T01:23:04.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-27T01:23:04.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-27T01:23:04.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-27T01:23:04.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-27T01:23:04.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-27T01:23:04.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-27T01:23:04.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-27T01:23:04.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-27T01:23:04.189 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-27T01:23:04.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_open_files: -1 2024-04-27T01:23:04.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-27T01:23:04.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-27T01:23:04.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-27T01:23:04.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-27T01:23:04.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-27T01:23:04.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Compression algorithms supported: 2024-04-27T01:23:04.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-27T01:23:04.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: kZSTD supported: 0 2024-04-27T01:23:04.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: kXpressCompression supported: 0 2024-04-27T01:23:04.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-27T01:23:04.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: kZlibCompression supported: 1 2024-04-27T01:23:04.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-27T01:23:04.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-27T01:23:04.191 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-27T01:23:04.191 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-27T01:23:04.191 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-27T01:23:04.191 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2024-04-27T01:23:04.192 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-27T01:23:04.192 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-27T01:23:04.192 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.merge_operator: 2024-04-27T01:23:04.192 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.compaction_filter: None 2024-04-27T01:23:04.193 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-27T01:23:04.193 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-27T01:23:04.193 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-27T01:23:04.193 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-27T01:23:04.193 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e02a85bbe0) 2024-04-27T01:23:04.193 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: cache_index_and_filter_blocks: 1 2024-04-27T01:23:04.193 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-27T01:23:04.193 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-27T01:23:04.193 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: pin_top_level_index_and_filter: 1 2024-04-27T01:23:04.193 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: index_type: 0 2024-04-27T01:23:04.193 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: data_block_index_type: 0 2024-04-27T01:23:04.193 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: index_shortening: 1 2024-04-27T01:23:04.193 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: data_block_hash_table_util_ratio: 0.750000 2024-04-27T01:23:04.193 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: checksum: 4 2024-04-27T01:23:04.194 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: no_block_cache: 0 2024-04-27T01:23:04.194 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: block_cache: 0x55e02a85d090 2024-04-27T01:23:04.194 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: block_cache_name: BinnedLRUCache 2024-04-27T01:23:04.194 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: block_cache_options: 2024-04-27T01:23:04.194 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: capacity : 536870912 2024-04-27T01:23:04.194 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: num_shard_bits : 4 2024-04-27T01:23:04.194 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: strict_capacity_limit : 0 2024-04-27T01:23:04.194 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: high_pri_pool_ratio: 0.000 2024-04-27T01:23:04.194 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: block_cache_compressed: (nil) 2024-04-27T01:23:04.194 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: persistent_cache: (nil) 2024-04-27T01:23:04.194 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: block_size: 4096 2024-04-27T01:23:04.194 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: block_size_deviation: 10 2024-04-27T01:23:04.194 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: block_restart_interval: 16 2024-04-27T01:23:04.195 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: index_block_restart_interval: 1 2024-04-27T01:23:04.195 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: metadata_block_size: 4096 2024-04-27T01:23:04.195 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: partition_filters: 0 2024-04-27T01:23:04.195 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: use_delta_encoding: 1 2024-04-27T01:23:04.195 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: filter_policy: bloomfilter 2024-04-27T01:23:04.195 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: whole_key_filtering: 1 2024-04-27T01:23:04.195 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: verify_compression: 0 2024-04-27T01:23:04.195 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: read_amp_bytes_per_bit: 0 2024-04-27T01:23:04.195 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: format_version: 5 2024-04-27T01:23:04.195 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: enable_index_compression: 1 2024-04-27T01:23:04.195 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: block_align: 0 2024-04-27T01:23:04.195 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: max_auto_readahead_size: 262144 2024-04-27T01:23:04.195 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: prepopulate_block_cache: 0 2024-04-27T01:23:04.195 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: initial_auto_readahead_size: 8192 2024-04-27T01:23:04.195 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: num_file_reads_for_auto_readahead: 2 2024-04-27T01:23:04.196 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-27T01:23:04.196 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-27T01:23:04.196 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.compression: NoCompression 2024-04-27T01:23:04.196 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-27T01:23:04.196 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-27T01:23:04.196 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-27T01:23:04.196 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.num_levels: 7 2024-04-27T01:23:04.196 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-27T01:23:04.196 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-27T01:23:04.196 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-27T01:23:04.196 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-27T01:23:04.196 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-27T01:23:04.196 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-27T01:23:04.196 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-27T01:23:04.197 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-27T01:23:04.197 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-27T01:23:04.197 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-27T01:23:04.197 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-27T01:23:04.197 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-27T01:23:04.197 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-27T01:23:04.197 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-27T01:23:04.197 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-27T01:23:04.197 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-27T01:23:04.197 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-27T01:23:04.197 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-27T01:23:04.197 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-27T01:23:04.197 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-27T01:23:04.197 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-27T01:23:04.198 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-27T01:23:04.198 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-27T01:23:04.198 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-27T01:23:04.198 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-27T01:23:04.198 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-27T01:23:04.198 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-27T01:23:04.198 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-27T01:23:04.198 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-27T01:23:04.198 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-27T01:23:04.198 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-27T01:23:04.198 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-27T01:23:04.199 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-27T01:23:04.199 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-27T01:23:04.199 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-27T01:23:04.199 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-27T01:23:04.199 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-27T01:23:04.199 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-27T01:23:04.199 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-27T01:23:04.199 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-27T01:23:04.199 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-27T01:23:04.199 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-27T01:23:04.199 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-27T01:23:04.199 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-27T01:23:04.200 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-27T01:23:04.200 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-27T01:23:04.200 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-27T01:23:04.200 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-27T01:23:04.200 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-27T01:23:04.200 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-27T01:23:04.200 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-27T01:23:04.200 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-27T01:23:04.200 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-27T01:23:04.200 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.table_properties_collectors: 2024-04-27T01:23:04.200 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-27T01:23:04.200 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-27T01:23:04.201 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-27T01:23:04.201 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-27T01:23:04.201 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-27T01:23:04.201 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.bloom_locality: 0 2024-04-27T01:23:04.201 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-27T01:23:04.201 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-27T01:23:04.201 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-27T01:23:04.201 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-27T01:23:04.202 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-27T01:23:04.202 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.ttl: 2592000 2024-04-27T01:23:04.202 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-27T01:23:04.202 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-27T01:23:04.202 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-27T01:23:04.202 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.enable_blob_files: false 2024-04-27T01:23:04.202 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.min_blob_size: 0 2024-04-27T01:23:04.202 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-27T01:23:04.202 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-27T01:23:04.202 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-27T01:23:04.202 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-27T01:23:04.202 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-27T01:23:04.202 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-27T01:23:04.202 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-27T01:23:04.203 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-27T01:23:04.203 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff814fb0700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 33.sst 2024-04-27T01:23:04.203 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-04-27T01:23:04.203 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 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 35, last_sequence is 15743, log_number is 31,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-27T01:23:04.203 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 31 2024-04-27T01:23:04.203 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 90712124-1e5b-4e13-b8e1-36d994d97be3 2024-04-27T01:23:04.203 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714180983868155, "job": 1, "event": "recovery_started", "wal_files": [31]} 2024-04-27T01:23:04.203 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.863+0000 7ff81f83fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #31 mode 2 2024-04-27T01:23:04.203 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.867+0000 7ff81f83fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714180983872430, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 36, "file_size": 664433, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 15744, "largest_seqno": 16074, "table_properties": {"data_size": 661960, "index_size": 1011, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 453, "raw_key_size": 4010, "raw_average_key_size": 25, "raw_value_size": 658322, "raw_average_value_size": 4114, "num_data_blocks": 44, "num_entries": 160, "num_filter_entries": 160, "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": 1714180983, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "90712124-1e5b-4e13-b8e1-36d994d97be3", "db_session_id": "1T1W274HD6S3XQFTP6VR", "orig_file_number": 36, "seqno_to_time_mapping": "N/A"}} 2024-04-27T01:23:04.203 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.867+0000 7ff81f83fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714180983872536, "job": 1, "event": "recovery_finished"} 2024-04-27T01:23:04.203 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.867+0000 7ff81f83fc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 38 2024-04-27T01:23:04.203 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.867+0000 7ff81f83fc80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-04-27T01:23:04.203 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.871+0000 7ff81f83fc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000031.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-27T01:23:04.203 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.871+0000 7ff81f83fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e02a952000 2024-04-27T01:23:04.204 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.871+0000 7ff81f83fc80 4 rocksdb: DB pointer 0x55e02a93c000 2024-04-27T01:23:04.204 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.871+0000 7ff80dfa2700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-27T01:23:04.204 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.871+0000 7ff80dfa2700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-27T01:23:04.204 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: ** DB Stats ** 2024-04-27T01:23:04.204 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T01:23:04.204 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-27T01:23:04.204 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-27T01:23:04.204 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-27T01:23:04.204 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-27T01:23:04.204 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-27T01:23:04.204 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-27T01:23:04.204 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: ** Compaction Stats [default] ** 2024-04-27T01:23:04.204 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-27T01:23:04.204 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-27T01:23:04.204 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: L0 1/0 648.86 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 242.7 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-04-27T01:23:04.205 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: L6 1/0 10.48 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-27T01:23:04.205 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: Sum 2/0 11.11 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 242.7 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-04-27T01:23:04.205 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 242.7 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-04-27T01:23:04.205 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: ** Compaction Stats [default] ** 2024-04-27T01:23:04.205 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-27T01:23:04.205 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-27T01:23:04.205 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 242.7 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-04-27T01:23:04.205 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-27T01:23:04.205 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T01:23:04.205 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: Flush(GB): cumulative 0.001, interval 0.001 2024-04-27T01:23:04.205 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-27T01:23:04.206 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: AddFile(Total Files): cumulative 0, interval 0 2024-04-27T01:23:04.206 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-27T01:23:04.206 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: AddFile(Keys): cumulative 0, interval 0 2024-04-27T01:23:04.206 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: Cumulative compaction: 0.00 GB write, 82.28 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T01:23:04.206 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: Interval compaction: 0.00 GB write, 82.28 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T01:23:04.206 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-27T01:23:04.206 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: Block cache BinnedLRUCache@0x55e02a85d090#7 capacity: 512.00 MB usage: 1.58 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-04-27T01:23:04.206 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: Block cache entry stats(count,size,portion): FilterBlock(1,0.50 KB,9.53674e-05%) IndexBlock(1,1.08 KB,0.000205636%) Misc(1,0.00 KB,0%) 2024-04-27T01:23:04.206 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: ** File Read Latency Histogram By Level [default] ** 2024-04-27T01:23:04.206 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.871+0000 7ff81f83fc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] at bind addrs [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:23:04.207 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.871+0000 7ff81f83fc80 1 mon.a@-1(???) e3 preinit fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:23:04.207 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.871+0000 7ff81f83fc80 0 mon.a@-1(???).mds e1 new map 2024-04-27T01:23:04.207 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.871+0000 7ff81f83fc80 0 mon.a@-1(???).mds e1 print_map 2024-04-27T01:23:04.207 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: e1 2024-04-27T01:23:04.207 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-27T01:23:04.207 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-04-27T01:23:04.207 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: legacy client fscid: -1 2024-04-27T01:23:04.207 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: 2024-04-27T01:23:04.207 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: No filesystems configured 2024-04-27T01:23:04.207 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.871+0000 7ff81f83fc80 0 mon.a@-1(???).osd e105 crush map has features 3314933000854323200, adjusting msgr requires 2024-04-27T01:23:04.207 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.871+0000 7ff81f83fc80 0 mon.a@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2024-04-27T01:23:04.207 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.871+0000 7ff81f83fc80 0 mon.a@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2024-04-27T01:23:04.207 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.871+0000 7ff81f83fc80 0 mon.a@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2024-04-27T01:23:04.207 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:03 smithi042 bash[55870]: debug 2024-04-27T01:23:03.871+0000 7ff81f83fc80 1 mon.a@-1(???).paxosservice(auth 1..22) refresh upgraded, format 0 -> 3 2024-04-27T01:23:05.672 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:05 smithi046 bash[42428]: ignoring --setuser ceph since I am not root 2024-04-27T01:23:05.672 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:05 smithi046 bash[42428]: ignoring --setgroup ceph since I am not root 2024-04-27T01:23:05.672 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:05 smithi046 bash[42428]: debug 2024-04-27T01:23:05.413+0000 7faf36963700 1 -- 172.21.15.46:0/3368314031 <== mon.2 v2:172.21.15.46:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5603a7b0a5a0 con 0x5603a8888c00 2024-04-27T01:23:05.672 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:05 smithi046 bash[42428]: debug 2024-04-27T01:23:05.565+0000 7faf4074c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-27T01:23:05.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:05 smithi046 bash[18464]: cluster 2024-04-27T01:23:02.827860+0000 mgr.y (mgr.15327) 67 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:23:05.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:05 smithi046 bash[18464]: cluster 2024-04-27T01:23:04.492441+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-04-27T01:23:05.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:05 smithi046 bash[18464]: cluster 2024-04-27T01:23:05.298848+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-27T01:23:05.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:05 smithi046 bash[18464]: cluster 2024-04-27T01:23:05.309851+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 3 2024-04-27T01:23:05.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:05 smithi046 bash[18464]: cluster 2024-04-27T01:23:05.309914+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:23:05.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:05 smithi046 bash[18464]: cluster 2024-04-27T01:23:05.309961+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-27T01:08:55.791270+0000 2024-04-27T01:23:05.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:05 smithi046 bash[18464]: cluster 2024-04-27T01:23:05.310002+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-27T01:07:08.861155+0000 2024-04-27T01:23:05.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:05 smithi046 bash[18464]: cluster 2024-04-27T01:23:05.310044+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 17 (quincy) 2024-04-27T01:23:05.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:05 smithi046 bash[18464]: cluster 2024-04-27T01:23:05.310084+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-27T01:23:05.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:05 smithi046 bash[18464]: cluster 2024-04-27T01:23:05.310122+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] mon.a 2024-04-27T01:23:05.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:05 smithi046 bash[18464]: cluster 2024-04-27T01:23:05.310179+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0] mon.c 2024-04-27T01:23:05.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:05 smithi046 bash[18464]: cluster 2024-04-27T01:23:05.310220+0000 mon.a (mon.0) 11 : cluster [DBG] 2: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.b 2024-04-27T01:23:05.674 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:05 smithi046 bash[18464]: cluster 2024-04-27T01:23:05.311520+0000 mon.a (mon.0) 12 : cluster [DBG] fsmap 2024-04-27T01:23:05.674 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:05 smithi046 bash[18464]: cluster 2024-04-27T01:23:05.311614+0000 mon.a (mon.0) 13 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-04-27T01:23:05.674 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:05 smithi046 bash[18464]: cluster 2024-04-27T01:23:05.314304+0000 mon.a (mon.0) 14 : cluster [DBG] mgrmap e32: y(active, since 59s), standbys: x 2024-04-27T01:23:05.674 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:05 smithi046 bash[18464]: cluster 2024-04-27T01:23:05.315620+0000 mon.a (mon.0) 15 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:23:05.674 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:05 smithi046 bash[18464]: cluster 2024-04-27T01:23:05.315688+0000 mon.a (mon.0) 16 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:23:05.674 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:05 smithi046 bash[18464]: cluster 2024-04-27T01:23:05.315730+0000 mon.a (mon.0) 17 : cluster [WRN] daemon grafana.a on smithi046 is in unknown state 2024-04-27T01:23:05.674 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:05 smithi046 bash[18464]: audit 2024-04-27T01:23:05.332381+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.15327 ' entity='' 2024-04-27T01:23:05.674 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:05 smithi046 bash[18464]: cluster 2024-04-27T01:23:05.333408+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e33: y(active, since 59s), standbys: x 2024-04-27T01:23:05.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[52765]: ignoring --setuser ceph since I am not root 2024-04-27T01:23:05.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[52765]: ignoring --setgroup ceph since I am not root 2024-04-27T01:23:05.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[52765]: debug 2024-04-27T01:23:05.403+0000 7f694921f700 1 -- 172.21.15.42:0/2191155708 <== mon.0 v2:172.21.15.42:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55fec566e5a0 con 0x55fec63ecc00 2024-04-27T01:23:05.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[52765]: debug 2024-04-27T01:23:05.555+0000 7f6953008200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-27T01:23:05.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[55870]: cluster 2024-04-27T01:23:02.827860+0000 mgr.y (mgr.15327) 67 : cluster 0 pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:23:05.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[55870]: cluster 2024-04-27T01:23:04.492441+0000 mon.a (mon.0) 1 : cluster 1 mon.a calling monitor election 2024-04-27T01:23:05.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[55870]: cluster 2024-04-27T01:23:05.298848+0000 mon.a (mon.0) 2 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-27T01:23:05.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[55870]: cluster 2024-04-27T01:23:05.309851+0000 mon.a (mon.0) 3 : cluster 0 monmap epoch 3 2024-04-27T01:23:05.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[55870]: cluster 2024-04-27T01:23:05.309914+0000 mon.a (mon.0) 4 : cluster 0 fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:23:05.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[55870]: cluster 2024-04-27T01:23:05.309961+0000 mon.a (mon.0) 5 : cluster 0 last_changed 2024-04-27T01:08:55.791270+0000 2024-04-27T01:23:05.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[55870]: cluster 2024-04-27T01:23:05.310002+0000 mon.a (mon.0) 6 : cluster 0 created 2024-04-27T01:07:08.861155+0000 2024-04-27T01:23:05.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[55870]: cluster 2024-04-27T01:23:05.310044+0000 mon.a (mon.0) 7 : cluster 0 min_mon_release 17 (quincy) 2024-04-27T01:23:05.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[55870]: cluster 2024-04-27T01:23:05.310084+0000 mon.a (mon.0) 8 : cluster 0 election_strategy: 1 2024-04-27T01:23:05.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[55870]: cluster 2024-04-27T01:23:05.310122+0000 mon.a (mon.0) 9 : cluster 0 0: [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] mon.a 2024-04-27T01:23:05.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[55870]: cluster 2024-04-27T01:23:05.310179+0000 mon.a (mon.0) 10 : cluster 0 1: [v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0] mon.c 2024-04-27T01:23:05.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[55870]: cluster 2024-04-27T01:23:05.310220+0000 mon.a (mon.0) 11 : cluster 0 2: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.b 2024-04-27T01:23:05.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[55870]: cluster 2024-04-27T01:23:05.311520+0000 mon.a (mon.0) 12 : cluster 0 fsmap 2024-04-27T01:23:05.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[55870]: cluster 2024-04-27T01:23:05.311614+0000 mon.a (mon.0) 13 : cluster 0 osdmap e105: 8 total, 8 up, 8 in 2024-04-27T01:23:05.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[55870]: cluster 2024-04-27T01:23:05.314304+0000 mon.a (mon.0) 14 : cluster 0 mgrmap e32: y(active, since 59s), standbys: x 2024-04-27T01:23:05.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[55870]: cluster 2024-04-27T01:23:05.315620+0000 mon.a (mon.0) 15 : cluster 3 Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:23:05.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[55870]: cluster 2024-04-27T01:23:05.315688+0000 mon.a (mon.0) 16 : cluster 3 [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:23:05.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[55870]: cluster 2024-04-27T01:23:05.315730+0000 mon.a (mon.0) 17 : cluster 3 daemon grafana.a on smithi046 is in unknown state 2024-04-27T01:23:05.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[55870]: audit 2024-04-27T01:23:05.332381+0000 mon.a (mon.0) 18 : audit 1 from='mgr.15327 ' entity='' 2024-04-27T01:23:05.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[55870]: cluster 2024-04-27T01:23:05.333408+0000 mon.a (mon.0) 19 : cluster 0 mgrmap e33: y(active, since 59s), standbys: x 2024-04-27T01:23:05.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[23616]: cluster 2024-04-27T01:23:02.827860+0000 mgr.y (mgr.15327) 67 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:23:05.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[23616]: cluster 2024-04-27T01:23:04.492441+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-04-27T01:23:05.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[23616]: cluster 2024-04-27T01:23:05.298848+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-27T01:23:05.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[23616]: cluster 2024-04-27T01:23:05.309851+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 3 2024-04-27T01:23:05.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[23616]: cluster 2024-04-27T01:23:05.309914+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:23:05.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[23616]: cluster 2024-04-27T01:23:05.309961+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-27T01:08:55.791270+0000 2024-04-27T01:23:05.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[23616]: cluster 2024-04-27T01:23:05.310002+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-27T01:07:08.861155+0000 2024-04-27T01:23:05.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[23616]: cluster 2024-04-27T01:23:05.310044+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 17 (quincy) 2024-04-27T01:23:05.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[23616]: cluster 2024-04-27T01:23:05.310084+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-27T01:23:05.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[23616]: cluster 2024-04-27T01:23:05.310122+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] mon.a 2024-04-27T01:23:05.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[23616]: cluster 2024-04-27T01:23:05.310179+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0] mon.c 2024-04-27T01:23:05.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[23616]: cluster 2024-04-27T01:23:05.310220+0000 mon.a (mon.0) 11 : cluster [DBG] 2: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.b 2024-04-27T01:23:05.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[23616]: cluster 2024-04-27T01:23:05.311520+0000 mon.a (mon.0) 12 : cluster [DBG] fsmap 2024-04-27T01:23:05.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[23616]: cluster 2024-04-27T01:23:05.311614+0000 mon.a (mon.0) 13 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-04-27T01:23:05.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[23616]: cluster 2024-04-27T01:23:05.314304+0000 mon.a (mon.0) 14 : cluster [DBG] mgrmap e32: y(active, since 59s), standbys: x 2024-04-27T01:23:05.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[23616]: cluster 2024-04-27T01:23:05.315620+0000 mon.a (mon.0) 15 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:23:05.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[23616]: cluster 2024-04-27T01:23:05.315688+0000 mon.a (mon.0) 16 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:23:05.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[23616]: cluster 2024-04-27T01:23:05.315730+0000 mon.a (mon.0) 17 : cluster [WRN] daemon grafana.a on smithi046 is in unknown state 2024-04-27T01:23:05.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[23616]: audit 2024-04-27T01:23:05.332381+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.15327 ' entity='' 2024-04-27T01:23:05.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:05 smithi042 bash[23616]: cluster 2024-04-27T01:23:05.333408+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e33: y(active, since 59s), standbys: x 2024-04-27T01:23:06.922 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:06 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Scheduled restart job, restart counter is at 7. 2024-04-27T01:23:06.922 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:06 smithi046 systemd[1]: Stopped Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:23:06.922 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:06 smithi046 systemd[1]: Started Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:23:07.524 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:07 smithi046 bash[42428]: debug 2024-04-27T01:23:07.257+0000 7faf4074c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-27T01:23:07.524 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:07 smithi046 bash[42428]: debug 2024-04-27T01:23:07.361+0000 7faf4074c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-27T01:23:07.524 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:07 smithi046 bash[43478]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-04-27T01:23:07.524 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:07 smithi046 bash[43478]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-04-27T01:23:07.524 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:07 smithi046 bash[18464]: cluster 2024-04-27T01:23:06.341036+0000 mon.a (mon.0) 20 : cluster [DBG] mgrmap e34: y(active, since 60s), standbys: x 2024-04-27T01:23:07.554 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:07 smithi042 bash[55870]: cluster 2024-04-27T01:23:06.341036+0000 mon.a (mon.0) 20 : cluster 0 mgrmap e34: y(active, since 60s), standbys: x 2024-04-27T01:23:07.554 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:07 smithi042 bash[23616]: cluster 2024-04-27T01:23:06.341036+0000 mon.a (mon.0) 20 : cluster [DBG] mgrmap e34: y(active, since 60s), standbys: x 2024-04-27T01:23:07.554 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:07 smithi042 bash[52765]: debug 2024-04-27T01:23:07.199+0000 7f6953008200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-27T01:23:07.554 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:07 smithi042 bash[52765]: debug 2024-04-27T01:23:07.303+0000 7f6953008200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-27T01:23:07.922 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:07 smithi046 bash[42428]: debug 2024-04-27T01:23:07.629+0000 7faf4074c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-27T01:23:07.931 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:07 smithi042 bash[52765]: debug 2024-04-27T01:23:07.563+0000 7f6953008200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-27T01:23:08.422 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:08 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-04-27T01:23:08.422 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:08 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-04-27T01:23:08.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:08 smithi042 bash[52765]: debug 2024-04-27T01:23:08.395+0000 7f6953008200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-27T01:23:08.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:08 smithi042 bash[52765]: debug 2024-04-27T01:23:08.511+0000 7f6953008200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-27T01:23:08.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:08 smithi042 bash[52765]: debug 2024-04-27T01:23:08.623+0000 7f6953008200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-27T01:23:08.922 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:08 smithi046 bash[42428]: debug 2024-04-27T01:23:08.469+0000 7faf4074c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-27T01:23:08.922 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:08 smithi046 bash[42428]: debug 2024-04-27T01:23:08.589+0000 7faf4074c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-27T01:23:08.922 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:08 smithi046 bash[42428]: debug 2024-04-27T01:23:08.697+0000 7faf4074c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-27T01:23:08.922 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:23:08 smithi046 bash[42033]: ts=2024-04-27T01:23:08.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.46:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:23:09.422 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:09 smithi046 bash[42428]: debug 2024-04-27T01:23:09.069+0000 7faf4074c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-27T01:23:09.422 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:09 smithi046 bash[42428]: debug 2024-04-27T01:23:09.189+0000 7faf4074c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-27T01:23:09.422 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:09 smithi046 bash[42428]: debug 2024-04-27T01:23:09.297+0000 7faf4074c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-27T01:23:09.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:08 smithi042 bash[52765]: debug 2024-04-27T01:23:08.995+0000 7f6953008200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-27T01:23:09.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:09 smithi042 bash[52765]: debug 2024-04-27T01:23:09.115+0000 7f6953008200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-27T01:23:09.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:09 smithi042 bash[52765]: debug 2024-04-27T01:23:09.223+0000 7f6953008200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-27T01:23:09.922 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:09 smithi046 bash[42428]: debug 2024-04-27T01:23:09.677+0000 7faf4074c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-27T01:23:09.922 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:09 smithi046 bash[42428]: debug 2024-04-27T01:23:09.925+0000 7faf4074c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-27T01:23:09.931 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:09 smithi042 bash[52765]: debug 2024-04-27T01:23:09.603+0000 7f6953008200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-27T01:23:09.931 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:09 smithi042 bash[52765]: debug 2024-04-27T01:23:09.851+0000 7f6953008200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-27T01:23:10.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:10 smithi042 bash[52765]: debug 2024-04-27T01:23:10.131+0000 7f6953008200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-27T01:23:10.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:10 smithi042 bash[52765]: debug 2024-04-27T01:23:10.251+0000 7f6953008200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-27T01:23:10.601 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:10 smithi046 bash[42428]: debug 2024-04-27T01:23:10.205+0000 7faf4074c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-27T01:23:10.601 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:10 smithi046 bash[42428]: debug 2024-04-27T01:23:10.325+0000 7faf4074c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-27T01:23:10.922 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:10 smithi046 bash[42428]: debug 2024-04-27T01:23:10.613+0000 7faf4074c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-27T01:23:10.931 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:10 smithi042 bash[52765]: debug 2024-04-27T01:23:10.539+0000 7f6953008200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-27T01:23:11.237 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:10 smithi042 bash[52765]: debug 2024-04-27T01:23:10.975+0000 7f6953008200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:23:11.286 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:11 smithi046 bash[42428]: debug 2024-04-27T01:23:11.045+0000 7faf4074c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:23:11.639 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:11 smithi042 bash[52765]: debug 2024-04-27T01:23:11.247+0000 7f6953008200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-27T01:23:11.639 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:11 smithi042 bash[52765]: debug 2024-04-27T01:23:11.375+0000 7f6953008200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-27T01:23:11.639 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:11 smithi042 bash[52765]: debug 2024-04-27T01:23:11.647+0000 7f6953008200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:23:11.672 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:11 smithi046 bash[42428]: debug 2024-04-27T01:23:11.297+0000 7faf4074c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-27T01:23:11.672 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:11 smithi046 bash[42428]: debug 2024-04-27T01:23:11.425+0000 7faf4074c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-27T01:23:12.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:11 smithi046 bash[42428]: debug 2024-04-27T01:23:11.693+0000 7faf4074c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-27T01:23:13.140 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:12 smithi042 bash[52765]: debug 2024-04-27T01:23:12.711+0000 7f6953008200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-27T01:23:13.140 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:12 smithi042 bash[52765]: debug 2024-04-27T01:23:12.835+0000 7f6953008200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-27T01:23:13.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:12 smithi046 bash[42428]: debug 2024-04-27T01:23:12.757+0000 7faf4074c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-27T01:23:13.172 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:12 smithi046 bash[42428]: debug 2024-04-27T01:23:12.889+0000 7faf4074c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-27T01:23:13.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:13 smithi042 bash[52765]: debug 2024-04-27T01:23:13.151+0000 7f6953008200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-27T01:23:13.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:13 smithi042 bash[52765]: debug 2024-04-27T01:23:13.275+0000 7f6953008200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-27T01:23:13.672 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:13 smithi046 bash[42428]: debug 2024-04-27T01:23:13.205+0000 7faf4074c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-27T01:23:13.672 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:13 smithi046 bash[42428]: debug 2024-04-27T01:23:13.325+0000 7faf4074c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-27T01:23:14.006 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:13 smithi042 bash[52765]: debug 2024-04-27T01:23:13.755+0000 7f6953008200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-27T01:23:14.006 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:13 smithi042 bash[52765]: debug 2024-04-27T01:23:13.883+0000 7f6953008200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-27T01:23:14.061 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:13 smithi046 bash[42428]: debug 2024-04-27T01:23:13.809+0000 7faf4074c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-27T01:23:14.062 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:13 smithi046 bash[42428]: debug 2024-04-27T01:23:13.941+0000 7faf4074c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-27T01:23:14.062 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:13 smithi046 bash[42428]: [27/Apr/2024:01:23:13] ENGINE Bus STARTING 2024-04-27T01:23:14.062 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[42428]: CherryPy Checker: 2024-04-27T01:23:14.062 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[42428]: The Application mounted at '' has an empty config. 2024-04-27T01:23:14.422 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[42428]: [27/Apr/2024:01:23:14] ENGINE Serving on http://:::9283 2024-04-27T01:23:14.422 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[42428]: [27/Apr/2024:01:23:14] ENGINE Bus STARTED 2024-04-27T01:23:14.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[52765]: [27/Apr/2024:01:23:14] ENGINE Bus STARTING 2024-04-27T01:23:14.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[52765]: CherryPy Checker: 2024-04-27T01:23:14.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[52765]: The Application mounted at '' has an empty config. 2024-04-27T01:23:14.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[52765]: [27/Apr/2024:01:23:14] ENGINE Serving on http://:::9283 2024-04-27T01:23:14.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[52765]: [27/Apr/2024:01:23:14] ENGINE Bus STARTED 2024-04-27T01:23:14.942 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:23:15.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: cluster 2024-04-27T01:23:13.911777+0000 mon.a (mon.0) 21 : cluster [INF] Active manager daemon y restarted 2024-04-27T01:23:15.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: cluster 2024-04-27T01:23:13.912151+0000 mon.a (mon.0) 22 : cluster [INF] Activating manager daemon y 2024-04-27T01:23:15.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: cluster 2024-04-27T01:23:13.921134+0000 mon.a (mon.0) 23 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-04-27T01:23:15.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: cluster 2024-04-27T01:23:13.921901+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e35: y(active, starting, since 0.00984607s), standbys: x 2024-04-27T01:23:15.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: audit 2024-04-27T01:23:13.929990+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:23:15.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: audit 2024-04-27T01:23:13.933007+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:23:15.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: audit 2024-04-27T01:23:13.933532+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:23:15.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: audit 2024-04-27T01:23:13.934755+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-04-27T01:23:15.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: audit 2024-04-27T01:23:13.935337+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-27T01:23:15.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: audit 2024-04-27T01:23:13.935863+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:23:15.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: audit 2024-04-27T01:23:13.936436+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:23:15.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: audit 2024-04-27T01:23:13.936967+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:23:15.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: audit 2024-04-27T01:23:13.937492+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:23:15.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: audit 2024-04-27T01:23:13.937992+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:23:15.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: audit 2024-04-27T01:23:13.938543+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:23:15.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: audit 2024-04-27T01:23:13.939041+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:23:15.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: audit 2024-04-27T01:23:13.939551+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:23:15.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: audit 2024-04-27T01:23:13.940076+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T01:23:15.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: audit 2024-04-27T01:23:13.940431+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T01:23:15.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: audit 2024-04-27T01:23:13.941580+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T01:23:15.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: cluster 2024-04-27T01:23:13.949268+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon y is now available 2024-04-27T01:23:15.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: cluster 2024-04-27T01:23:13.965934+0000 mon.a (mon.0) 42 : cluster [DBG] Standby manager daemon x restarted 2024-04-27T01:23:15.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: cluster 2024-04-27T01:23:13.966006+0000 mon.a (mon.0) 43 : cluster [DBG] Standby manager daemon x started 2024-04-27T01:23:15.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: audit 2024-04-27T01:23:13.971114+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.? 172.21.15.46:0/673722119' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-04-27T01:23:15.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: audit 2024-04-27T01:23:13.977124+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.? 172.21.15.46:0/673722119' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T01:23:15.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: audit 2024-04-27T01:23:13.979011+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.? 172.21.15.46:0/673722119' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-04-27T01:23:15.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: audit 2024-04-27T01:23:13.979412+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.? 172.21.15.46:0/673722119' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T01:23:15.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: audit 2024-04-27T01:23:14.019865+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:23:15.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: audit 2024-04-27T01:23:14.034343+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:23:15.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:14 smithi046 bash[18464]: audit 2024-04-27T01:23:14.066739+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:23:15.181 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[52765]: debug 2024-04-27T01:23:14.939+0000 7f6911770700 -1 mgr.server handle_report got status from non-daemon mon.a 2024-04-27T01:23:15.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: cluster 2024-04-27T01:23:13.911777+0000 mon.a (mon.0) 21 : cluster 1 Active manager daemon y restarted 2024-04-27T01:23:15.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: cluster 2024-04-27T01:23:13.912151+0000 mon.a (mon.0) 22 : cluster 1 Activating manager daemon y 2024-04-27T01:23:15.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: cluster 2024-04-27T01:23:13.921134+0000 mon.a (mon.0) 23 : cluster 0 osdmap e106: 8 total, 8 up, 8 in 2024-04-27T01:23:15.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: cluster 2024-04-27T01:23:13.921901+0000 mon.a (mon.0) 24 : cluster 0 mgrmap e35: y(active, starting, since 0.00984607s), standbys: x 2024-04-27T01:23:15.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: audit 2024-04-27T01:23:13.929990+0000 mon.a (mon.0) 25 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:23:15.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: audit 2024-04-27T01:23:13.933007+0000 mon.a (mon.0) 26 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:23:15.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: audit 2024-04-27T01:23:13.933532+0000 mon.a (mon.0) 27 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:23:15.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: audit 2024-04-27T01:23:13.934755+0000 mon.a (mon.0) 28 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-04-27T01:23:15.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: audit 2024-04-27T01:23:13.935337+0000 mon.a (mon.0) 29 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-27T01:23:15.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: audit 2024-04-27T01:23:13.935863+0000 mon.a (mon.0) 30 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:23:15.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: audit 2024-04-27T01:23:13.936436+0000 mon.a (mon.0) 31 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:23:15.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: audit 2024-04-27T01:23:13.936967+0000 mon.a (mon.0) 32 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:23:15.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: audit 2024-04-27T01:23:13.937492+0000 mon.a (mon.0) 33 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:23:15.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: audit 2024-04-27T01:23:13.937992+0000 mon.a (mon.0) 34 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:23:15.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: audit 2024-04-27T01:23:13.938543+0000 mon.a (mon.0) 35 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:23:15.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: audit 2024-04-27T01:23:13.939041+0000 mon.a (mon.0) 36 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:23:15.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: audit 2024-04-27T01:23:13.939551+0000 mon.a (mon.0) 37 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:23:15.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: audit 2024-04-27T01:23:13.940076+0000 mon.a (mon.0) 38 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T01:23:15.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: audit 2024-04-27T01:23:13.940431+0000 mon.a (mon.0) 39 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T01:23:15.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: audit 2024-04-27T01:23:13.941580+0000 mon.a (mon.0) 40 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T01:23:15.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: cluster 2024-04-27T01:23:13.949268+0000 mon.a (mon.0) 41 : cluster 1 Manager daemon y is now available 2024-04-27T01:23:15.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: cluster 2024-04-27T01:23:13.965934+0000 mon.a (mon.0) 42 : cluster 0 Standby manager daemon x restarted 2024-04-27T01:23:15.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: cluster 2024-04-27T01:23:13.966006+0000 mon.a (mon.0) 43 : cluster 0 Standby manager daemon x started 2024-04-27T01:23:15.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: audit 2024-04-27T01:23:13.971114+0000 mon.b (mon.2) 196 : audit 0 from='mgr.? 172.21.15.46:0/673722119' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-04-27T01:23:15.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: audit 2024-04-27T01:23:13.977124+0000 mon.b (mon.2) 197 : audit 0 from='mgr.? 172.21.15.46:0/673722119' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T01:23:15.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: audit 2024-04-27T01:23:13.979011+0000 mon.b (mon.2) 198 : audit 0 from='mgr.? 172.21.15.46:0/673722119' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-04-27T01:23:15.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: audit 2024-04-27T01:23:13.979412+0000 mon.b (mon.2) 199 : audit 0 from='mgr.? 172.21.15.46:0/673722119' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T01:23:15.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: audit 2024-04-27T01:23:14.019865+0000 mon.a (mon.0) 44 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:23:15.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: audit 2024-04-27T01:23:14.034343+0000 mon.a (mon.0) 45 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:23:15.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[55870]: audit 2024-04-27T01:23:14.066739+0000 mon.a (mon.0) 46 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:23:15.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: cluster 2024-04-27T01:23:13.911777+0000 mon.a (mon.0) 21 : cluster [INF] Active manager daemon y restarted 2024-04-27T01:23:15.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: cluster 2024-04-27T01:23:13.912151+0000 mon.a (mon.0) 22 : cluster [INF] Activating manager daemon y 2024-04-27T01:23:15.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: cluster 2024-04-27T01:23:13.921134+0000 mon.a (mon.0) 23 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-04-27T01:23:15.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: cluster 2024-04-27T01:23:13.921901+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e35: y(active, starting, since 0.00984607s), standbys: x 2024-04-27T01:23:15.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: audit 2024-04-27T01:23:13.929990+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:23:15.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: audit 2024-04-27T01:23:13.933007+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:23:15.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: audit 2024-04-27T01:23:13.933532+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:23:15.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: audit 2024-04-27T01:23:13.934755+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-04-27T01:23:15.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: audit 2024-04-27T01:23:13.935337+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-27T01:23:15.184 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: audit 2024-04-27T01:23:13.935863+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:23:15.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: audit 2024-04-27T01:23:13.936436+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:23:15.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: audit 2024-04-27T01:23:13.936967+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:23:15.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: audit 2024-04-27T01:23:13.937492+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:23:15.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: audit 2024-04-27T01:23:13.937992+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:23:15.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: audit 2024-04-27T01:23:13.938543+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:23:15.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: audit 2024-04-27T01:23:13.939041+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:23:15.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: audit 2024-04-27T01:23:13.939551+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:23:15.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: audit 2024-04-27T01:23:13.940076+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T01:23:15.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: audit 2024-04-27T01:23:13.940431+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T01:23:15.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: audit 2024-04-27T01:23:13.941580+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T01:23:15.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: cluster 2024-04-27T01:23:13.949268+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon y is now available 2024-04-27T01:23:15.185 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: cluster 2024-04-27T01:23:13.965934+0000 mon.a (mon.0) 42 : cluster [DBG] Standby manager daemon x restarted 2024-04-27T01:23:15.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: cluster 2024-04-27T01:23:13.966006+0000 mon.a (mon.0) 43 : cluster [DBG] Standby manager daemon x started 2024-04-27T01:23:15.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: audit 2024-04-27T01:23:13.971114+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.? 172.21.15.46:0/673722119' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-04-27T01:23:15.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: audit 2024-04-27T01:23:13.977124+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.? 172.21.15.46:0/673722119' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T01:23:15.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: audit 2024-04-27T01:23:13.979011+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.? 172.21.15.46:0/673722119' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-04-27T01:23:15.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: audit 2024-04-27T01:23:13.979412+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.? 172.21.15.46:0/673722119' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T01:23:15.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: audit 2024-04-27T01:23:14.019865+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:23:15.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: audit 2024-04-27T01:23:14.034343+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-27T01:23:15.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:14 smithi042 bash[23616]: audit 2024-04-27T01:23:14.066739+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-27T01:23:15.668 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:23:15.668 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (2m) 29s ago 8m 14.1M - 0.23.0 ba2b418f427c 0f0b55d975d0 2024-04-27T01:23:15.668 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 unknown 29s ago 8m - - 2024-04-27T01:23:15.668 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 running (47s) 29s ago 6m 41.1M - 3.5 e1d6a67b021e e9e58db015ab 2024-04-27T01:23:15.669 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443,9283,8765 running (35s) 29s ago 14m 135M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 b405f9e86d9a 2024-04-27T01:23:15.669 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (86s) 29s ago 15m 485M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 60e39f55c7ea 2024-04-27T01:23:15.669 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (15m) 29s ago 16m 60.0M 2048M 17.2.0 e1d6a67b021e c3de2f32752a 2024-04-27T01:23:15.669 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (14m) 29s ago 14m 52.7M 2048M 17.2.0 e1d6a67b021e 370efec7cf8d 2024-04-27T01:23:15.669 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (14m) 29s ago 14m 50.5M 2048M 17.2.0 e1d6a67b021e cd53a35f7399 2024-04-27T01:23:15.669 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (2m) 29s ago 8m 9207k - 1.3.1 1dbe0e931976 ea2d213e0f7a 2024-04-27T01:23:15.669 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (105s) 29s ago 8m 8939k - 1.3.1 1dbe0e931976 e95126faf566 2024-04-27T01:23:15.669 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (13m) 29s ago 13m 57.9M 2781M 17.2.0 e1d6a67b021e 5a88875a607d 2024-04-27T01:23:15.669 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (13m) 29s ago 13m 59.7M 2781M 17.2.0 e1d6a67b021e 60ae6a8ced36 2024-04-27T01:23:15.669 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (12m) 29s ago 12m 51.7M 2781M 17.2.0 e1d6a67b021e 1694c06983a4 2024-04-27T01:23:15.669 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (11m) 29s ago 12m 55.8M 2781M 17.2.0 e1d6a67b021e 523b1c99e778 2024-04-27T01:23:15.669 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (11m) 29s ago 11m 58.4M 3037M 17.2.0 e1d6a67b021e 8f9eeee1f917 2024-04-27T01:23:15.669 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (10m) 29s ago 10m 53.2M 3037M 17.2.0 e1d6a67b021e 5c17501020a3 2024-04-27T01:23:15.669 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (10m) 29s ago 10m 51.6M 3037M 17.2.0 e1d6a67b021e 87a6f4ccf8a6 2024-04-27T01:23:15.670 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (9m) 29s ago 9m 55.8M 3037M 17.2.0 e1d6a67b021e 05ee6dbaf5ff 2024-04-27T01:23:15.670 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 running (41s) 29s ago 8m 42.0M - 2.33.4 514e6a882f6e 3405daccd7ea 2024-04-27T01:23:15.670 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (7m) 29s ago 7m 85.7M - 17.2.0 e1d6a67b021e 4022285478bf 2024-04-27T01:23:15.670 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (7m) 29s ago 7m 85.6M - 17.2.0 e1d6a67b021e aab619238956 2024-04-27T01:23:15.670 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (6m) 29s ago 6m 85.8M - 17.2.0 e1d6a67b021e 654b864f6909 2024-04-27T01:23:15.670 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (6m) 29s ago 6m 86.2M - 17.2.0 e1d6a67b021e b896e3222d12 2024-04-27T01:23:16.120 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:23:16.121 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:23:16.121 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2024-04-27T01:23:16.121 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 1 2024-04-27T01:23:16.121 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:23:16.121 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:23:16.121 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 2 2024-04-27T01:23:16.121 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:23:16.121 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:23:16.121 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-04-27T01:23:16.121 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:23:16.121 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": {}, 2024-04-27T01:23:16.121 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:23:16.121 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-04-27T01:23:16.122 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:23:16.122 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:23:16.122 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14, 2024-04-27T01:23:16.122 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 3 2024-04-27T01:23:16.122 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:23:16.122 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:23:16.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:15 smithi046 bash[18464]: cephadm 2024-04-27T01:23:14.809021+0000 mgr.y (mgr.34101) 1 : cephadm [INF] [27/Apr/2024:01:23:14] ENGINE Bus STARTING 2024-04-27T01:23:16.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:15 smithi046 bash[18464]: cephadm 2024-04-27T01:23:14.910920+0000 mgr.y (mgr.34101) 2 : cephadm [INF] [27/Apr/2024:01:23:14] ENGINE Serving on http://172.21.15.42:8765 2024-04-27T01:23:16.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:15 smithi046 bash[18464]: cluster 2024-04-27T01:23:14.930364+0000 mon.a (mon.0) 47 : cluster [DBG] mgrmap e36: y(active, since 1.01829s), standbys: x 2024-04-27T01:23:16.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:15 smithi046 bash[18464]: audit 2024-04-27T01:23:14.943121+0000 mgr.y (mgr.34101) 3 : audit [DBG] from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:23:16.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:15 smithi046 bash[18464]: audit 2024-04-27T01:23:14.943897+0000 mgr.y (mgr.34101) 4 : audit [DBG] from='client.25363 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:23:16.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:15 smithi046 bash[18464]: cluster 2024-04-27T01:23:14.944773+0000 mgr.y (mgr.34101) 5 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:23:16.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:15 smithi046 bash[18464]: cephadm 2024-04-27T01:23:15.038534+0000 mgr.y (mgr.34101) 6 : cephadm [INF] [27/Apr/2024:01:23:15] ENGINE Serving on https://172.21.15.42:7150 2024-04-27T01:23:16.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:15 smithi046 bash[18464]: cephadm 2024-04-27T01:23:15.038691+0000 mgr.y (mgr.34101) 7 : cephadm [INF] [27/Apr/2024:01:23:15] ENGINE Bus STARTED 2024-04-27T01:23:16.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:15 smithi046 bash[18464]: audit 2024-04-27T01:23:15.304101+0000 mgr.y (mgr.34101) 8 : audit [DBG] from='client.34137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:23:16.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:15 smithi042 bash[55870]: cephadm 2024-04-27T01:23:14.809021+0000 mgr.y (mgr.34101) 1 : cephadm 1 [27/Apr/2024:01:23:14] ENGINE Bus STARTING 2024-04-27T01:23:16.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:15 smithi042 bash[55870]: cephadm 2024-04-27T01:23:14.910920+0000 mgr.y (mgr.34101) 2 : cephadm 1 [27/Apr/2024:01:23:14] ENGINE Serving on http://172.21.15.42:8765 2024-04-27T01:23:16.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:15 smithi042 bash[55870]: cluster 2024-04-27T01:23:14.930364+0000 mon.a (mon.0) 47 : cluster 0 mgrmap e36: y(active, since 1.01829s), standbys: x 2024-04-27T01:23:16.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:15 smithi042 bash[55870]: audit 2024-04-27T01:23:14.943121+0000 mgr.y (mgr.34101) 3 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:23:16.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:15 smithi042 bash[55870]: audit 2024-04-27T01:23:14.943897+0000 mgr.y (mgr.34101) 4 : audit 0 from='client.25363 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:23:16.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:15 smithi042 bash[55870]: cluster 2024-04-27T01:23:14.944773+0000 mgr.y (mgr.34101) 5 : cluster 0 pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:23:16.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:15 smithi042 bash[55870]: cephadm 2024-04-27T01:23:15.038534+0000 mgr.y (mgr.34101) 6 : cephadm 1 [27/Apr/2024:01:23:15] ENGINE Serving on https://172.21.15.42:7150 2024-04-27T01:23:16.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:15 smithi042 bash[55870]: cephadm 2024-04-27T01:23:15.038691+0000 mgr.y (mgr.34101) 7 : cephadm 1 [27/Apr/2024:01:23:15] ENGINE Bus STARTED 2024-04-27T01:23:16.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:15 smithi042 bash[55870]: audit 2024-04-27T01:23:15.304101+0000 mgr.y (mgr.34101) 8 : audit 0 from='client.34137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:23:16.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:15 smithi042 bash[23616]: cephadm 2024-04-27T01:23:14.809021+0000 mgr.y (mgr.34101) 1 : cephadm [INF] [27/Apr/2024:01:23:14] ENGINE Bus STARTING 2024-04-27T01:23:16.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:15 smithi042 bash[23616]: cephadm 2024-04-27T01:23:14.910920+0000 mgr.y (mgr.34101) 2 : cephadm [INF] [27/Apr/2024:01:23:14] ENGINE Serving on http://172.21.15.42:8765 2024-04-27T01:23:16.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:15 smithi042 bash[23616]: cluster 2024-04-27T01:23:14.930364+0000 mon.a (mon.0) 47 : cluster [DBG] mgrmap e36: y(active, since 1.01829s), standbys: x 2024-04-27T01:23:16.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:15 smithi042 bash[23616]: audit 2024-04-27T01:23:14.943121+0000 mgr.y (mgr.34101) 3 : audit [DBG] from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:23:16.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:15 smithi042 bash[23616]: audit 2024-04-27T01:23:14.943897+0000 mgr.y (mgr.34101) 4 : audit [DBG] from='client.25363 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:23:16.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:15 smithi042 bash[23616]: cluster 2024-04-27T01:23:14.944773+0000 mgr.y (mgr.34101) 5 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:23:16.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:15 smithi042 bash[23616]: cephadm 2024-04-27T01:23:15.038534+0000 mgr.y (mgr.34101) 6 : cephadm [INF] [27/Apr/2024:01:23:15] ENGINE Serving on https://172.21.15.42:7150 2024-04-27T01:23:16.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:15 smithi042 bash[23616]: cephadm 2024-04-27T01:23:15.038691+0000 mgr.y (mgr.34101) 7 : cephadm [INF] [27/Apr/2024:01:23:15] ENGINE Bus STARTED 2024-04-27T01:23:16.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:15 smithi042 bash[23616]: audit 2024-04-27T01:23:15.304101+0000 mgr.y (mgr.34101) 8 : audit [DBG] from='client.34137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:23:16.494 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:23:16.494 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", 2024-04-27T01:23:16.494 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2024-04-27T01:23:16.494 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-27T01:23:16.494 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2024-04-27T01:23:16.495 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr" 2024-04-27T01:23:16.495 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2024-04-27T01:23:16.495 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "2/23 daemons upgraded", 2024-04-27T01:23:16.495 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "", 2024-04-27T01:23:16.495 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2024-04-27T01:23:16.495 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:23:16.944 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2024-04-27T01:23:17.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:16 smithi042 bash[55870]: audit 2024-04-27T01:23:15.666941+0000 mgr.y (mgr.34101) 9 : audit 0 from='client.25393 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:23:17.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:16 smithi042 bash[55870]: cluster 2024-04-27T01:23:15.920585+0000 mon.a (mon.0) 48 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-27T01:23:17.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:16 smithi042 bash[55870]: cluster 2024-04-27T01:23:15.920661+0000 mon.a (mon.0) 49 : cluster 1 Cluster is now healthy 2024-04-27T01:23:17.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:16 smithi042 bash[55870]: cluster 2024-04-27T01:23:15.936442+0000 mgr.y (mgr.34101) 10 : cluster 0 pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:23:17.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:16 smithi042 bash[55870]: cluster 2024-04-27T01:23:15.942564+0000 mon.a (mon.0) 50 : cluster 0 mgrmap e37: y(active, since 2s), standbys: x 2024-04-27T01:23:17.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:16 smithi042 bash[55870]: audit 2024-04-27T01:23:16.135205+0000 mon.c (mon.1) 95 : audit 0 from='client.? 172.21.15.42:0/2570765316' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:23:17.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:16 smithi042 bash[23616]: audit 2024-04-27T01:23:15.666941+0000 mgr.y (mgr.34101) 9 : audit [DBG] from='client.25393 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:23:17.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:16 smithi042 bash[23616]: cluster 2024-04-27T01:23:15.920585+0000 mon.a (mon.0) 48 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-27T01:23:17.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:16 smithi042 bash[23616]: cluster 2024-04-27T01:23:15.920661+0000 mon.a (mon.0) 49 : cluster [INF] Cluster is now healthy 2024-04-27T01:23:17.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:16 smithi042 bash[23616]: cluster 2024-04-27T01:23:15.936442+0000 mgr.y (mgr.34101) 10 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:23:17.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:16 smithi042 bash[23616]: cluster 2024-04-27T01:23:15.942564+0000 mon.a (mon.0) 50 : cluster [DBG] mgrmap e37: y(active, since 2s), standbys: x 2024-04-27T01:23:17.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:16 smithi042 bash[23616]: audit 2024-04-27T01:23:16.135205+0000 mon.c (mon.1) 95 : audit [DBG] from='client.? 172.21.15.42:0/2570765316' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:23:17.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:16 smithi046 bash[18464]: audit 2024-04-27T01:23:15.666941+0000 mgr.y (mgr.34101) 9 : audit [DBG] from='client.25393 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:23:17.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:16 smithi046 bash[18464]: cluster 2024-04-27T01:23:15.920585+0000 mon.a (mon.0) 48 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-27T01:23:17.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:16 smithi046 bash[18464]: cluster 2024-04-27T01:23:15.920661+0000 mon.a (mon.0) 49 : cluster [INF] Cluster is now healthy 2024-04-27T01:23:17.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:16 smithi046 bash[18464]: cluster 2024-04-27T01:23:15.936442+0000 mgr.y (mgr.34101) 10 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:23:17.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:16 smithi046 bash[18464]: cluster 2024-04-27T01:23:15.942564+0000 mon.a (mon.0) 50 : cluster [DBG] mgrmap e37: y(active, since 2s), standbys: x 2024-04-27T01:23:17.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:16 smithi046 bash[18464]: audit 2024-04-27T01:23:16.135205+0000 mon.c (mon.1) 95 : audit [DBG] from='client.? 172.21.15.42:0/2570765316' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:23:18.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:17 smithi042 bash[55870]: audit 2024-04-27T01:23:16.508252+0000 mgr.y (mgr.34101) 11 : audit 0 from='client.34161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:23:18.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:17 smithi042 bash[55870]: audit 2024-04-27T01:23:16.959254+0000 mon.a (mon.0) 51 : audit 0 from='client.? 172.21.15.42:0/4001271764' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:23:18.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:17 smithi042 bash[23616]: audit 2024-04-27T01:23:16.508252+0000 mgr.y (mgr.34101) 11 : audit [DBG] from='client.34161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:23:18.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:17 smithi042 bash[23616]: audit 2024-04-27T01:23:16.959254+0000 mon.a (mon.0) 51 : audit [DBG] from='client.? 172.21.15.42:0/4001271764' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:23:18.229 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:18 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Scheduled restart job, restart counter is at 8. 2024-04-27T01:23:18.229 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:18 smithi046 systemd[1]: Stopped Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:23:18.229 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:18 smithi046 systemd[1]: Started Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:23:18.230 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:17 smithi046 bash[18464]: audit 2024-04-27T01:23:16.508252+0000 mgr.y (mgr.34101) 11 : audit [DBG] from='client.34161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:23:18.230 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:17 smithi046 bash[18464]: audit 2024-04-27T01:23:16.959254+0000 mon.a (mon.0) 51 : audit [DBG] from='client.? 172.21.15.42:0/4001271764' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:23:19.200 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:18 smithi046 bash[18464]: cluster 2024-04-27T01:23:17.937187+0000 mgr.y (mgr.34101) 12 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:23:19.201 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:18 smithi046 bash[18464]: cluster 2024-04-27T01:23:17.965279+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e38: y(active, since 4s), standbys: x 2024-04-27T01:23:19.393 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:18 smithi042 bash[55870]: cluster 2024-04-27T01:23:17.937187+0000 mgr.y (mgr.34101) 12 : cluster 0 pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:23:19.393 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:18 smithi042 bash[55870]: cluster 2024-04-27T01:23:17.965279+0000 mon.a (mon.0) 52 : cluster 0 mgrmap e38: y(active, since 4s), standbys: x 2024-04-27T01:23:19.394 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:18 smithi042 bash[23616]: cluster 2024-04-27T01:23:17.937187+0000 mgr.y (mgr.34101) 12 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:23:19.394 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:18 smithi042 bash[23616]: cluster 2024-04-27T01:23:17.965279+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e38: y(active, since 4s), standbys: x 2024-04-27T01:23:19.501 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:19 smithi046 bash[43715]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-04-27T01:23:19.501 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:19 smithi046 bash[43715]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-04-27T01:23:19.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:19 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:23:19] "GET /metrics HTTP/1.1" 200 35440 "" "Prometheus/2.33.4" 2024-04-27T01:23:20.172 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:19 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-04-27T01:23:20.172 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:19 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-04-27T01:23:21.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:21 smithi046 bash[18464]: cluster 2024-04-27T01:23:19.937898+0000 mgr.y (mgr.34101) 13 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:23:21.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:21 smithi046 bash[18464]: audit 2024-04-27T01:23:20.313185+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:21.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:21 smithi046 bash[18464]: audit 2024-04-27T01:23:20.320607+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:21.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:21 smithi046 bash[18464]: audit 2024-04-27T01:23:20.332051+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:21.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:21 smithi046 bash[18464]: audit 2024-04-27T01:23:20.341052+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:21.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:21 smithi042 bash[23616]: cluster 2024-04-27T01:23:19.937898+0000 mgr.y (mgr.34101) 13 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:23:21.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:21 smithi042 bash[23616]: audit 2024-04-27T01:23:20.313185+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:21.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:21 smithi042 bash[23616]: audit 2024-04-27T01:23:20.320607+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:21.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:21 smithi042 bash[23616]: audit 2024-04-27T01:23:20.332051+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:21.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:21 smithi042 bash[23616]: audit 2024-04-27T01:23:20.341052+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:21.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:21 smithi042 bash[55870]: cluster 2024-04-27T01:23:19.937898+0000 mgr.y (mgr.34101) 13 : cluster 0 pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:23:21.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:21 smithi042 bash[55870]: audit 2024-04-27T01:23:20.313185+0000 mon.a (mon.0) 53 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:21.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:21 smithi042 bash[55870]: audit 2024-04-27T01:23:20.320607+0000 mon.a (mon.0) 54 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:21.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:21 smithi042 bash[55870]: audit 2024-04-27T01:23:20.332051+0000 mon.a (mon.0) 55 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:21.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:21 smithi042 bash[55870]: audit 2024-04-27T01:23:20.341052+0000 mon.a (mon.0) 56 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:22.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:22 smithi046 bash[18464]: audit 2024-04-27T01:23:21.513757+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:22.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:22 smithi046 bash[18464]: audit 2024-04-27T01:23:21.525994+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:22.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:22 smithi046 bash[18464]: audit 2024-04-27T01:23:21.766499+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:22.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:22 smithi046 bash[18464]: audit 2024-04-27T01:23:21.778876+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:22.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:22 smithi046 bash[18464]: cluster 2024-04-27T01:23:21.939522+0000 mgr.y (mgr.34101) 14 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-04-27T01:23:22.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:22 smithi042 bash[23616]: audit 2024-04-27T01:23:21.513757+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:22.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:22 smithi042 bash[23616]: audit 2024-04-27T01:23:21.525994+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:22.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:22 smithi042 bash[23616]: audit 2024-04-27T01:23:21.766499+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:22.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:22 smithi042 bash[23616]: audit 2024-04-27T01:23:21.778876+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:22.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:22 smithi042 bash[23616]: cluster 2024-04-27T01:23:21.939522+0000 mgr.y (mgr.34101) 14 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-04-27T01:23:22.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:22 smithi042 bash[55870]: audit 2024-04-27T01:23:21.513757+0000 mon.a (mon.0) 57 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:22.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:22 smithi042 bash[55870]: audit 2024-04-27T01:23:21.525994+0000 mon.a (mon.0) 58 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:22.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:22 smithi042 bash[55870]: audit 2024-04-27T01:23:21.766499+0000 mon.a (mon.0) 59 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:22.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:22 smithi042 bash[55870]: audit 2024-04-27T01:23:21.778876+0000 mon.a (mon.0) 60 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:22.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:22 smithi042 bash[55870]: cluster 2024-04-27T01:23:21.939522+0000 mgr.y (mgr.34101) 14 : cluster 0 pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-04-27T01:23:25.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:24 smithi046 bash[18464]: cluster 2024-04-27T01:23:23.940295+0000 mgr.y (mgr.34101) 15 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2024-04-27T01:23:25.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:24 smithi042 bash[55870]: cluster 2024-04-27T01:23:23.940295+0000 mgr.y (mgr.34101) 15 : cluster 0 pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2024-04-27T01:23:25.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:24 smithi042 bash[23616]: cluster 2024-04-27T01:23:23.940295+0000 mgr.y (mgr.34101) 15 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2024-04-27T01:23:26.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:26 smithi046 bash[18464]: audit 2024-04-27T01:23:24.951043+0000 mgr.y (mgr.34101) 16 : audit [DBG] from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:23:26.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:26 smithi042 bash[55870]: audit 2024-04-27T01:23:24.951043+0000 mgr.y (mgr.34101) 16 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:23:26.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:26 smithi042 bash[23616]: audit 2024-04-27T01:23:24.951043+0000 mgr.y (mgr.34101) 16 : audit [DBG] from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:23:27.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:27 smithi046 bash[18464]: cluster 2024-04-27T01:23:25.942220+0000 mgr.y (mgr.34101) 17 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-04-27T01:23:27.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:27 smithi042 bash[23616]: cluster 2024-04-27T01:23:25.942220+0000 mgr.y (mgr.34101) 17 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-04-27T01:23:27.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:27 smithi042 bash[55870]: cluster 2024-04-27T01:23:25.942220+0000 mgr.y (mgr.34101) 17 : cluster 0 pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-04-27T01:23:28.922 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:23:28 smithi046 bash[42033]: ts=2024-04-27T01:23:28.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.46:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:23:29.261 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:29 smithi046 bash[18464]: cluster 2024-04-27T01:23:27.943006+0000 mgr.y (mgr.34101) 18 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:23:29.392 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:29 smithi042 bash[55870]: cluster 2024-04-27T01:23:27.943006+0000 mgr.y (mgr.34101) 18 : cluster 0 pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:23:29.392 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:29 smithi042 bash[23616]: cluster 2024-04-27T01:23:27.943006+0000 mgr.y (mgr.34101) 18 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:23:29.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:29 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:23:29] "GET /metrics HTTP/1.1" 200 38241 "" "Prometheus/2.33.4" 2024-04-27T01:23:30.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:30 smithi046 bash[18464]: audit 2024-04-27T01:23:29.026429+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:30.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:30 smithi046 bash[18464]: audit 2024-04-27T01:23:29.028641+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:23:30.422 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:30 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Scheduled restart job, restart counter is at 9. 2024-04-27T01:23:30.422 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:30 smithi046 systemd[1]: Stopped Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:23:30.423 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:30 smithi046 systemd[1]: Started Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:23:30.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:30 smithi042 bash[55870]: audit 2024-04-27T01:23:29.026429+0000 mon.a (mon.0) 61 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:30.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:30 smithi042 bash[55870]: audit 2024-04-27T01:23:29.028641+0000 mon.a (mon.0) 62 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:23:30.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:30 smithi042 bash[23616]: audit 2024-04-27T01:23:29.026429+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:30.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:30 smithi042 bash[23616]: audit 2024-04-27T01:23:29.028641+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:23:31.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:31 smithi046 bash[18464]: cluster 2024-04-27T01:23:29.944648+0000 mgr.y (mgr.34101) 19 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:23:31.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:31 smithi042 bash[55870]: cluster 2024-04-27T01:23:29.944648+0000 mgr.y (mgr.34101) 19 : cluster 0 pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:23:31.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:31 smithi042 bash[23616]: cluster 2024-04-27T01:23:29.944648+0000 mgr.y (mgr.34101) 19 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:23:31.922 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:31 smithi046 bash[44367]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-04-27T01:23:31.922 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:31 smithi046 bash[44367]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-04-27T01:23:32.922 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:32 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-04-27T01:23:32.922 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:32 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-04-27T01:23:32.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:32 smithi046 bash[18464]: audit 2024-04-27T01:23:31.694547+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:32.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:32 smithi046 bash[18464]: audit 2024-04-27T01:23:31.706504+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:32.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:32 smithi046 bash[18464]: audit 2024-04-27T01:23:31.709985+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:23:32.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:32 smithi046 bash[18464]: audit 2024-04-27T01:23:31.711988+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:23:32.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:32 smithi046 bash[18464]: cephadm 2024-04-27T01:23:31.714737+0000 mgr.y (mgr.34101) 20 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2024-04-27T01:23:32.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:32 smithi046 bash[18464]: cephadm 2024-04-27T01:23:31.715560+0000 mgr.y (mgr.34101) 21 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-27T01:23:32.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:32 smithi046 bash[18464]: cephadm 2024-04-27T01:23:31.931682+0000 mgr.y (mgr.34101) 22 : cephadm [INF] Updating smithi042:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T01:23:32.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:32 smithi046 bash[18464]: cephadm 2024-04-27T01:23:31.932059+0000 mgr.y (mgr.34101) 23 : cephadm [INF] Updating smithi046:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T01:23:32.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:32 smithi046 bash[18464]: cluster 2024-04-27T01:23:31.945233+0000 mgr.y (mgr.34101) 24 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:23:32.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:32 smithi046 bash[18464]: cephadm 2024-04-27T01:23:32.096329+0000 mgr.y (mgr.34101) 25 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:23:32.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:32 smithi046 bash[18464]: cephadm 2024-04-27T01:23:32.097262+0000 mgr.y (mgr.34101) 26 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:23:32.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:32 smithi046 bash[18464]: cephadm 2024-04-27T01:23:32.260947+0000 mgr.y (mgr.34101) 27 : cephadm [INF] Updating smithi042:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T01:23:32.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:32 smithi046 bash[18464]: cephadm 2024-04-27T01:23:32.312489+0000 mgr.y (mgr.34101) 28 : cephadm [INF] Updating smithi046:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T01:23:32.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:32 smithi046 bash[18464]: audit 2024-04-27T01:23:32.431903+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:32.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:32 smithi046 bash[18464]: audit 2024-04-27T01:23:32.438280+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:32.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:32 smithi046 bash[18464]: audit 2024-04-27T01:23:32.484347+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:32.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:32 smithi046 bash[18464]: audit 2024-04-27T01:23:32.493158+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:32.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:32 smithi046 bash[18464]: audit 2024-04-27T01:23:32.502525+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:32.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:32 smithi046 bash[18464]: audit 2024-04-27T01:23:32.586828+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:23:32.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:32 smithi046 bash[18464]: audit 2024-04-27T01:23:32.590445+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:23:32.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:32 smithi046 bash[18464]: audit 2024-04-27T01:23:32.592659+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-27T01:23:32.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:32 smithi046 bash[18464]: audit 2024-04-27T01:23:32.594113+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-04-27T01:23:32.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[55870]: audit 2024-04-27T01:23:31.694547+0000 mon.a (mon.0) 63 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:32.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[55870]: audit 2024-04-27T01:23:31.706504+0000 mon.a (mon.0) 64 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:32.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[55870]: audit 2024-04-27T01:23:31.709985+0000 mon.a (mon.0) 65 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:23:32.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[55870]: audit 2024-04-27T01:23:31.711988+0000 mon.a (mon.0) 66 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:23:32.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[55870]: cephadm 2024-04-27T01:23:31.714737+0000 mgr.y (mgr.34101) 20 : cephadm 1 Updating smithi042:/etc/ceph/ceph.conf 2024-04-27T01:23:32.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[55870]: cephadm 2024-04-27T01:23:31.715560+0000 mgr.y (mgr.34101) 21 : cephadm 1 Updating smithi046:/etc/ceph/ceph.conf 2024-04-27T01:23:32.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[55870]: cephadm 2024-04-27T01:23:31.931682+0000 mgr.y (mgr.34101) 22 : cephadm 1 Updating smithi042:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T01:23:32.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[55870]: cephadm 2024-04-27T01:23:31.932059+0000 mgr.y (mgr.34101) 23 : cephadm 1 Updating smithi046:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T01:23:32.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[55870]: cluster 2024-04-27T01:23:31.945233+0000 mgr.y (mgr.34101) 24 : cluster 0 pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:23:32.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[55870]: cephadm 2024-04-27T01:23:32.096329+0000 mgr.y (mgr.34101) 25 : cephadm 1 Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:23:32.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[55870]: cephadm 2024-04-27T01:23:32.097262+0000 mgr.y (mgr.34101) 26 : cephadm 1 Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:23:32.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[55870]: cephadm 2024-04-27T01:23:32.260947+0000 mgr.y (mgr.34101) 27 : cephadm 1 Updating smithi042:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T01:23:32.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[55870]: cephadm 2024-04-27T01:23:32.312489+0000 mgr.y (mgr.34101) 28 : cephadm 1 Updating smithi046:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T01:23:32.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[55870]: audit 2024-04-27T01:23:32.431903+0000 mon.a (mon.0) 67 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:32.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[55870]: audit 2024-04-27T01:23:32.438280+0000 mon.a (mon.0) 68 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:32.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[55870]: audit 2024-04-27T01:23:32.484347+0000 mon.a (mon.0) 69 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:32.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[55870]: audit 2024-04-27T01:23:32.493158+0000 mon.a (mon.0) 70 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:32.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[55870]: audit 2024-04-27T01:23:32.502525+0000 mon.a (mon.0) 71 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:32.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[55870]: audit 2024-04-27T01:23:32.586828+0000 mon.a (mon.0) 72 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:23:32.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[55870]: audit 2024-04-27T01:23:32.590445+0000 mon.a (mon.0) 73 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:23:32.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[55870]: audit 2024-04-27T01:23:32.592659+0000 mon.a (mon.0) 74 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-27T01:23:32.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[55870]: audit 2024-04-27T01:23:32.594113+0000 mon.a (mon.0) 75 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-04-27T01:23:32.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[23616]: audit 2024-04-27T01:23:31.694547+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:32.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[23616]: audit 2024-04-27T01:23:31.706504+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:32.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[23616]: audit 2024-04-27T01:23:31.709985+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:23:32.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[23616]: audit 2024-04-27T01:23:31.711988+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:23:32.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[23616]: cephadm 2024-04-27T01:23:31.714737+0000 mgr.y (mgr.34101) 20 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2024-04-27T01:23:32.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[23616]: cephadm 2024-04-27T01:23:31.715560+0000 mgr.y (mgr.34101) 21 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-27T01:23:32.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[23616]: cephadm 2024-04-27T01:23:31.931682+0000 mgr.y (mgr.34101) 22 : cephadm [INF] Updating smithi042:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T01:23:32.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[23616]: cephadm 2024-04-27T01:23:31.932059+0000 mgr.y (mgr.34101) 23 : cephadm [INF] Updating smithi046:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T01:23:32.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[23616]: cluster 2024-04-27T01:23:31.945233+0000 mgr.y (mgr.34101) 24 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T01:23:32.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[23616]: cephadm 2024-04-27T01:23:32.096329+0000 mgr.y (mgr.34101) 25 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:23:32.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[23616]: cephadm 2024-04-27T01:23:32.097262+0000 mgr.y (mgr.34101) 26 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-27T01:23:32.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[23616]: cephadm 2024-04-27T01:23:32.260947+0000 mgr.y (mgr.34101) 27 : cephadm [INF] Updating smithi042:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T01:23:32.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[23616]: cephadm 2024-04-27T01:23:32.312489+0000 mgr.y (mgr.34101) 28 : cephadm [INF] Updating smithi046:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T01:23:32.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[23616]: audit 2024-04-27T01:23:32.431903+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:32.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[23616]: audit 2024-04-27T01:23:32.438280+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:32.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[23616]: audit 2024-04-27T01:23:32.484347+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:32.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[23616]: audit 2024-04-27T01:23:32.493158+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:32.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[23616]: audit 2024-04-27T01:23:32.502525+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:32.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[23616]: audit 2024-04-27T01:23:32.586828+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:23:32.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[23616]: audit 2024-04-27T01:23:32.590445+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:23:32.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[23616]: audit 2024-04-27T01:23:32.592659+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-27T01:23:32.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:32 smithi042 bash[23616]: audit 2024-04-27T01:23:32.594113+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-04-27T01:23:33.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:33 smithi042 bash[55870]: cluster 2024-04-27T01:23:32.495807+0000 mgr.y (mgr.34101) 29 : cluster 0 pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 0 op/s 2024-04-27T01:23:33.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:33 smithi042 bash[55870]: cephadm 2024-04-27T01:23:32.595200+0000 mgr.y (mgr.34101) 30 : cephadm 1 Upgrade: It appears safe to stop mon.c 2024-04-27T01:23:33.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:33 smithi042 bash[55870]: cluster 2024-04-27T01:23:32.703515+0000 mon.a (mon.0) 76 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-27T01:23:33.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:33 smithi042 bash[23616]: cluster 2024-04-27T01:23:32.495807+0000 mgr.y (mgr.34101) 29 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 0 op/s 2024-04-27T01:23:33.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:33 smithi042 bash[23616]: cephadm 2024-04-27T01:23:32.595200+0000 mgr.y (mgr.34101) 30 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-04-27T01:23:33.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:33 smithi042 bash[23616]: cluster 2024-04-27T01:23:32.703515+0000 mon.a (mon.0) 76 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-27T01:23:34.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:33 smithi046 bash[18464]: cluster 2024-04-27T01:23:32.495807+0000 mgr.y (mgr.34101) 29 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 0 op/s 2024-04-27T01:23:34.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:33 smithi046 bash[18464]: cephadm 2024-04-27T01:23:32.595200+0000 mgr.y (mgr.34101) 30 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-04-27T01:23:34.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:33 smithi046 bash[18464]: cluster 2024-04-27T01:23:32.703515+0000 mon.a (mon.0) 76 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-27T01:23:36.073 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:35 smithi042 bash[55870]: cluster 2024-04-27T01:23:34.496659+0000 mgr.y (mgr.34101) 31 : cluster 0 pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 970 B/s rd, 0 op/s 2024-04-27T01:23:36.073 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:35 smithi042 bash[55870]: cephadm 2024-04-27T01:23:34.814487+0000 mgr.y (mgr.34101) 32 : cephadm 1 Upgrade: Updating mon.c 2024-04-27T01:23:36.073 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:35 smithi042 bash[55870]: audit 2024-04-27T01:23:34.821636+0000 mon.a (mon.0) 77 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:36.073 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:35 smithi042 bash[55870]: audit 2024-04-27T01:23:34.825858+0000 mon.a (mon.0) 78 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:23:36.073 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:35 smithi042 bash[55870]: audit 2024-04-27T01:23:34.827289+0000 mon.a (mon.0) 79 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T01:23:36.073 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:35 smithi042 bash[55870]: audit 2024-04-27T01:23:34.828736+0000 mon.a (mon.0) 80 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:23:36.074 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:35 smithi042 bash[55870]: cephadm 2024-04-27T01:23:34.830670+0000 mgr.y (mgr.34101) 33 : cephadm 1 Deploying daemon mon.c on smithi042 2024-04-27T01:23:36.074 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:35 smithi042 bash[55870]: audit 2024-04-27T01:23:34.958713+0000 mgr.y (mgr.34101) 34 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:23:36.074 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:35 smithi042 bash[23616]: cluster 2024-04-27T01:23:34.496659+0000 mgr.y (mgr.34101) 31 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 970 B/s rd, 0 op/s 2024-04-27T01:23:36.074 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:35 smithi042 bash[23616]: cephadm 2024-04-27T01:23:34.814487+0000 mgr.y (mgr.34101) 32 : cephadm [INF] Upgrade: Updating mon.c 2024-04-27T01:23:36.074 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:35 smithi042 bash[23616]: audit 2024-04-27T01:23:34.821636+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:36.074 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:35 smithi042 bash[23616]: audit 2024-04-27T01:23:34.825858+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:23:36.074 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:35 smithi042 bash[23616]: audit 2024-04-27T01:23:34.827289+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T01:23:36.074 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:35 smithi042 bash[23616]: audit 2024-04-27T01:23:34.828736+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:23:36.074 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:35 smithi042 bash[23616]: cephadm 2024-04-27T01:23:34.830670+0000 mgr.y (mgr.34101) 33 : cephadm [INF] Deploying daemon mon.c on smithi042 2024-04-27T01:23:36.074 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:35 smithi042 bash[23616]: audit 2024-04-27T01:23:34.958713+0000 mgr.y (mgr.34101) 34 : audit [DBG] from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:23:36.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:35 smithi046 bash[18464]: cluster 2024-04-27T01:23:34.496659+0000 mgr.y (mgr.34101) 31 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 970 B/s rd, 0 op/s 2024-04-27T01:23:36.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:35 smithi046 bash[18464]: cephadm 2024-04-27T01:23:34.814487+0000 mgr.y (mgr.34101) 32 : cephadm [INF] Upgrade: Updating mon.c 2024-04-27T01:23:36.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:35 smithi046 bash[18464]: audit 2024-04-27T01:23:34.821636+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:36.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:35 smithi046 bash[18464]: audit 2024-04-27T01:23:34.825858+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:23:36.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:35 smithi046 bash[18464]: audit 2024-04-27T01:23:34.827289+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T01:23:36.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:35 smithi046 bash[18464]: audit 2024-04-27T01:23:34.828736+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:23:36.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:35 smithi046 bash[18464]: cephadm 2024-04-27T01:23:34.830670+0000 mgr.y (mgr.34101) 33 : cephadm [INF] Deploying daemon mon.c on smithi042 2024-04-27T01:23:36.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:35 smithi046 bash[18464]: audit 2024-04-27T01:23:34.958713+0000 mgr.y (mgr.34101) 34 : audit [DBG] from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:23:37.221 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:37 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:37.222 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:37 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:37.222 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:23:37 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:37.222 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:23:37 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:37.223 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:37 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:37.223 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:23:37 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:37.223 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:23:37 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:37.223 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:23:37 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:37.224 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:23:37 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:37.609 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:37 smithi042 systemd[1]: Stopping Ceph mon.c for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:23:37.610 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:37 smithi042 bash[23616]: debug 2024-04-27T01:23:37.339+0000 7fa6f7b1d700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-27T01:23:37.610 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:37 smithi042 bash[23616]: debug 2024-04-27T01:23:37.339+0000 7fa6f7b1d700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-04-27T01:23:38.284 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:37 smithi042 bash[57076]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-mon-c 2024-04-27T01:23:38.284 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:38 smithi042 bash[57137]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-mon-c 2024-04-27T01:23:38.284 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:38 smithi042 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mon.c.service: Deactivated successfully. 2024-04-27T01:23:38.284 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:38 smithi042 systemd[1]: Stopped Ceph mon.c for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:23:38.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:38 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:38.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:38 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:38.681 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:23:38 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:38.682 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:23:38 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:38.682 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:23:38 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:38.682 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:23:38 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:38.683 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:23:38 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:38.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:38 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:38.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:38 smithi042 systemd[1]: Started Ceph mon.c for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:23:38.683 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:23:38 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:23:38.922 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:23:38 smithi046 bash[42033]: ts=2024-04-27T01:23:38.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.46:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:23:39.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:23:39] "GET /metrics HTTP/1.1" 200 38241 "" "Prometheus/2.33.4" 2024-04-27T01:23:39.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.255+0000 7f6ad13e9c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-27T01:23:39.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.255+0000 7f6ad13e9c80 0 ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev), process ceph-mon, pid 7 2024-04-27T01:23:39.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.255+0000 7f6ad13e9c80 0 pidfile_write: ignore empty --pid-file 2024-04-27T01:23:39.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.259+0000 7f6ad13e9c80 0 load: jerasure load: lrc 2024-04-27T01:23:39.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-27T01:23:39.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Git sha 0 2024-04-27T01:23:39.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Compile date 2024-04-25 16:43:49 2024-04-27T01:23:39.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: DB SUMMARY 2024-04-27T01:23:39.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: DB Session ID: E8Q5OZPO8VW0PQ4Y8NLF 2024-04-27T01:23:39.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: CURRENT file: CURRENT 2024-04-27T01:23:39.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-27T01:23:39.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 1086 Bytes 2024-04-27T01:23:39.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000027.sst 2024-04-27T01:23:39.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000025.log size: 4240319 ; 2024-04-27T01:23:39.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.error_if_exists: 0 2024-04-27T01:23:39.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.create_if_missing: 0 2024-04-27T01:23:39.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-27T01:23:39.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-27T01:23:39.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-27T01:23:39.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-27T01:23:39.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.env: 0x562def2acc60 2024-04-27T01:23:39.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-27T01:23:39.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.info_log: 0x562df1a8fae0 2024-04-27T01:23:39.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-27T01:23:39.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.statistics: (nil) 2024-04-27T01:23:39.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.use_fsync: 0 2024-04-27T01:23:39.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-27T01:23:39.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-27T01:23:39.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-27T01:23:39.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-27T01:23:39.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-27T01:23:39.434 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-27T01:23:39.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-27T01:23:39.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-27T01:23:39.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-27T01:23:39.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-27T01:23:39.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-27T01:23:39.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.db_log_dir: 2024-04-27T01:23:39.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.wal_dir: 2024-04-27T01:23:39.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-27T01:23:39.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-27T01:23:39.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-27T01:23:39.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-27T01:23:39.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-27T01:23:39.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-27T01:23:39.435 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-27T01:23:39.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-27T01:23:39.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.write_buffer_manager: 0x562df1a621e0 2024-04-27T01:23:39.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-27T01:23:39.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-27T01:23:39.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-27T01:23:39.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-27T01:23:39.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-27T01:23:39.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-27T01:23:39.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-27T01:23:39.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-27T01:23:39.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.unordered_write: 0 2024-04-27T01:23:39.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-27T01:23:39.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-27T01:23:39.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-27T01:23:39.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-27T01:23:39.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.row_cache: None 2024-04-27T01:23:39.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.wal_filter: None 2024-04-27T01:23:39.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-27T01:23:39.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-27T01:23:39.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.two_write_queues: 0 2024-04-27T01:23:39.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-27T01:23:39.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.wal_compression: 0 2024-04-27T01:23:39.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.atomic_flush: 0 2024-04-27T01:23:39.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-27T01:23:39.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-27T01:23:39.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-27T01:23:39.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-27T01:23:39.437 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-27T01:23:39.438 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-27T01:23:39.438 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-27T01:23:39.438 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-27T01:23:39.438 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-27T01:23:39.438 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-27T01:23:39.438 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-27T01:23:39.438 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-27T01:23:39.438 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-27T01:23:39.438 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-27T01:23:39.438 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-27T01:23:39.438 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-27T01:23:39.438 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-27T01:23:39.438 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-27T01:23:39.439 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-27T01:23:39.439 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-27T01:23:39.439 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-27T01:23:39.439 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-27T01:23:39.439 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_open_files: -1 2024-04-27T01:23:39.439 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-27T01:23:39.439 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-27T01:23:39.439 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-27T01:23:39.439 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-27T01:23:39.439 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-27T01:23:39.439 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Compression algorithms supported: 2024-04-27T01:23:39.439 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-27T01:23:39.439 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: kZSTD supported: 0 2024-04-27T01:23:39.439 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: kXpressCompression supported: 0 2024-04-27T01:23:39.440 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-27T01:23:39.440 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: kZlibCompression supported: 1 2024-04-27T01:23:39.440 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-27T01:23:39.440 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-27T01:23:39.440 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-27T01:23:39.440 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-27T01:23:39.440 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-27T01:23:39.440 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000009 2024-04-27T01:23:39.441 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-27T01:23:39.441 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-27T01:23:39.441 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.merge_operator: 2024-04-27T01:23:39.441 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.compaction_filter: None 2024-04-27T01:23:39.441 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-27T01:23:39.441 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-27T01:23:39.441 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-27T01:23:39.442 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-27T01:23:39.442 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562df1a8fbe0) 2024-04-27T01:23:39.442 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: cache_index_and_filter_blocks: 1 2024-04-27T01:23:39.442 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-27T01:23:39.442 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-27T01:23:39.442 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: pin_top_level_index_and_filter: 1 2024-04-27T01:23:39.442 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: index_type: 0 2024-04-27T01:23:39.442 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: data_block_index_type: 0 2024-04-27T01:23:39.442 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: index_shortening: 1 2024-04-27T01:23:39.442 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: data_block_hash_table_util_ratio: 0.750000 2024-04-27T01:23:39.442 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: checksum: 4 2024-04-27T01:23:39.442 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: no_block_cache: 0 2024-04-27T01:23:39.442 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: block_cache: 0x562df1a91090 2024-04-27T01:23:39.442 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: block_cache_name: BinnedLRUCache 2024-04-27T01:23:39.442 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: block_cache_options: 2024-04-27T01:23:39.443 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: capacity : 536870912 2024-04-27T01:23:39.443 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: num_shard_bits : 4 2024-04-27T01:23:39.443 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: strict_capacity_limit : 0 2024-04-27T01:23:39.443 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: high_pri_pool_ratio: 0.000 2024-04-27T01:23:39.443 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: block_cache_compressed: (nil) 2024-04-27T01:23:39.443 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: persistent_cache: (nil) 2024-04-27T01:23:39.443 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: block_size: 4096 2024-04-27T01:23:39.443 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: block_size_deviation: 10 2024-04-27T01:23:39.443 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: block_restart_interval: 16 2024-04-27T01:23:39.443 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: index_block_restart_interval: 1 2024-04-27T01:23:39.443 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: metadata_block_size: 4096 2024-04-27T01:23:39.443 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: partition_filters: 0 2024-04-27T01:23:39.443 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: use_delta_encoding: 1 2024-04-27T01:23:39.443 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: filter_policy: bloomfilter 2024-04-27T01:23:39.443 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: whole_key_filtering: 1 2024-04-27T01:23:39.444 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: verify_compression: 0 2024-04-27T01:23:39.444 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: read_amp_bytes_per_bit: 0 2024-04-27T01:23:39.444 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: format_version: 5 2024-04-27T01:23:39.444 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: enable_index_compression: 1 2024-04-27T01:23:39.444 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: block_align: 0 2024-04-27T01:23:39.444 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: max_auto_readahead_size: 262144 2024-04-27T01:23:39.444 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: prepopulate_block_cache: 0 2024-04-27T01:23:39.444 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: initial_auto_readahead_size: 8192 2024-04-27T01:23:39.444 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: num_file_reads_for_auto_readahead: 2 2024-04-27T01:23:39.444 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-27T01:23:39.444 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-27T01:23:39.444 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.compression: NoCompression 2024-04-27T01:23:39.444 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-27T01:23:39.444 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-27T01:23:39.444 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-27T01:23:39.444 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.num_levels: 7 2024-04-27T01:23:39.445 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-27T01:23:39.445 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-27T01:23:39.445 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-27T01:23:39.445 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-27T01:23:39.445 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-27T01:23:39.445 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-27T01:23:39.445 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-27T01:23:39.445 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-27T01:23:39.445 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-27T01:23:39.445 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-27T01:23:39.445 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-27T01:23:39.445 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-27T01:23:39.445 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-27T01:23:39.445 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-27T01:23:39.445 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-27T01:23:39.446 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-27T01:23:39.446 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-27T01:23:39.446 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-27T01:23:39.446 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-27T01:23:39.446 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-27T01:23:39.446 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-27T01:23:39.446 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-27T01:23:39.446 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-27T01:23:39.446 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-27T01:23:39.446 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-27T01:23:39.446 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-27T01:23:39.446 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-27T01:23:39.446 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-27T01:23:39.446 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-27T01:23:39.446 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-27T01:23:39.447 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-27T01:23:39.447 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-27T01:23:39.447 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-27T01:23:39.447 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-27T01:23:39.447 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-27T01:23:39.447 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-27T01:23:39.447 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-27T01:23:39.447 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-27T01:23:39.447 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-27T01:23:39.447 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-27T01:23:39.447 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-27T01:23:39.447 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-27T01:23:39.447 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-27T01:23:39.447 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-27T01:23:39.447 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-27T01:23:39.447 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-27T01:23:39.448 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-27T01:23:39.448 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-27T01:23:39.448 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-27T01:23:39.448 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-27T01:23:39.448 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-27T01:23:39.448 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-27T01:23:39.448 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-27T01:23:39.448 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.table_properties_collectors: 2024-04-27T01:23:39.448 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-27T01:23:39.448 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-27T01:23:39.448 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-27T01:23:39.448 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-27T01:23:39.448 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-27T01:23:39.448 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.bloom_locality: 0 2024-04-27T01:23:39.448 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-27T01:23:39.448 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-27T01:23:39.449 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-27T01:23:39.449 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-27T01:23:39.449 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-27T01:23:39.449 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.ttl: 2592000 2024-04-27T01:23:39.449 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-27T01:23:39.449 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-27T01:23:39.449 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-27T01:23:39.449 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.enable_blob_files: false 2024-04-27T01:23:39.449 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.min_blob_size: 0 2024-04-27T01:23:39.449 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-27T01:23:39.449 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-27T01:23:39.449 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-27T01:23:39.449 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-27T01:23:39.449 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-27T01:23:39.449 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-27T01:23:39.449 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-27T01:23:39.450 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-27T01:23:39.450 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ac6b5a700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 27.sst 2024-04-27T01:23:39.450 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-04-27T01:23:39.450 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 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 29, last_sequence is 16776, log_number is 25,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-27T01:23:39.450 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 25 2024-04-27T01:23:39.450 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: fe697572-82ae-436f-949e-57853fa75d04 2024-04-27T01:23:39.450 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714181019268501, "job": 1, "event": "recovery_started", "wal_files": [25]} 2024-04-27T01:23:39.450 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.263+0000 7f6ad13e9c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #25 mode 2 2024-04-27T01:23:39.450 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.275+0000 7f6ad13e9c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714181019280583, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 30, "file_size": 2695311, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 16781, "largest_seqno": 17721, "table_properties": {"data_size": 2690565, "index_size": 2704, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1029, "raw_key_size": 9810, "raw_average_key_size": 23, "raw_value_size": 2681599, "raw_average_value_size": 6556, "num_data_blocks": 123, "num_entries": 409, "num_filter_entries": 409, "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": 1714181019, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "fe697572-82ae-436f-949e-57853fa75d04", "db_session_id": "E8Q5OZPO8VW0PQ4Y8NLF", "orig_file_number": 30, "seqno_to_time_mapping": "N/A"}} 2024-04-27T01:23:39.450 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.275+0000 7f6ad13e9c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714181019280700, "job": 1, "event": "recovery_finished"} 2024-04-27T01:23:39.450 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.275+0000 7f6ad13e9c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 32 2024-04-27T01:23:39.450 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.275+0000 7f6ad13e9c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-04-27T01:23:39.450 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.279+0000 7f6ad13e9c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000025.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-27T01:23:39.450 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.279+0000 7f6ad13e9c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x562df1b86000 2024-04-27T01:23:39.450 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.279+0000 7f6ad13e9c80 4 rocksdb: DB pointer 0x562df1b70000 2024-04-27T01:23:39.450 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.279+0000 7f6abfb4c700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-27T01:23:39.451 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.279+0000 7f6abfb4c700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-27T01:23:39.451 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: ** DB Stats ** 2024-04-27T01:23:39.451 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T01:23:39.451 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-27T01:23:39.451 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-27T01:23:39.451 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-27T01:23:39.451 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-27T01:23:39.451 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-27T01:23:39.451 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-27T01:23:39.451 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: ** Compaction Stats [default] ** 2024-04-27T01:23:39.451 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-27T01:23:39.451 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-27T01:23:39.451 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: L0 1/0 2.57 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 510.5 0.01 0.00 1 0.005 0 0 0.0 0.0 2024-04-27T01:23:39.451 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: L6 1/0 10.48 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-27T01:23:39.451 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: Sum 2/0 13.05 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 510.5 0.01 0.00 1 0.005 0 0 0.0 0.0 2024-04-27T01:23:39.451 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: 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.5 0.01 0.00 1 0.005 0 0 0.0 0.0 2024-04-27T01:23:39.452 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: ** Compaction Stats [default] ** 2024-04-27T01:23:39.452 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-27T01:23:39.452 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-27T01:23:39.452 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: 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.5 0.01 0.00 1 0.005 0 0 0.0 0.0 2024-04-27T01:23:39.452 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-27T01:23:39.452 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T01:23:39.452 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: Flush(GB): cumulative 0.003, interval 0.003 2024-04-27T01:23:39.452 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-27T01:23:39.452 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: AddFile(Total Files): cumulative 0, interval 0 2024-04-27T01:23:39.452 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-27T01:23:39.452 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: AddFile(Keys): cumulative 0, interval 0 2024-04-27T01:23:39.452 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: Cumulative compaction: 0.00 GB write, 166.79 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T01:23:39.452 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: Interval compaction: 0.00 GB write, 166.79 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T01:23:39.452 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-27T01:23:39.452 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: Block cache BinnedLRUCache@0x562df1a91090#7 capacity: 512.00 MB usage: 3.98 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-04-27T01:23:39.452 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: Block cache entry stats(count,size,portion): FilterBlock(1,1.16 KB,0.000220537%) IndexBlock(1,2.83 KB,0.000539422%) Misc(1,0.00 KB,0%) 2024-04-27T01:23:39.453 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: ** File Read Latency Histogram By Level [default] ** 2024-04-27T01:23:39.453 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.279+0000 7f6ad13e9c80 0 starting mon.c rank 1 at public addrs [v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0] at bind addrs [v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:23:39.453 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.279+0000 7f6ad13e9c80 1 mon.c@-1(???) e3 preinit fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:23:39.453 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.279+0000 7f6ad13e9c80 0 mon.c@-1(???).mds e1 new map 2024-04-27T01:23:39.453 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.279+0000 7f6ad13e9c80 0 mon.c@-1(???).mds e1 print_map 2024-04-27T01:23:39.453 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: e1 2024-04-27T01:23:39.453 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-27T01:23:39.453 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-04-27T01:23:39.453 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: legacy client fscid: -1 2024-04-27T01:23:39.453 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: 2024-04-27T01:23:39.453 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: No filesystems configured 2024-04-27T01:23:39.453 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.279+0000 7f6ad13e9c80 0 mon.c@-1(???).osd e106 crush map has features 3314933000854323200, adjusting msgr requires 2024-04-27T01:23:39.453 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.279+0000 7f6ad13e9c80 0 mon.c@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2024-04-27T01:23:39.453 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.279+0000 7f6ad13e9c80 0 mon.c@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2024-04-27T01:23:39.454 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.279+0000 7f6ad13e9c80 0 mon.c@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2024-04-27T01:23:39.454 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:39 smithi042 bash[57193]: debug 2024-04-27T01:23:39.279+0000 7f6ad13e9c80 1 mon.c@-1(???).paxosservice(auth 1..24) refresh upgraded, format 0 -> 3 2024-04-27T01:23:41.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:40 smithi046 bash[18464]: cluster 2024-04-27T01:23:36.499160+0000 mgr.y (mgr.34101) 35 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 970 B/s rd, 0 op/s 2024-04-27T01:23:41.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:40 smithi042 bash[57193]: cluster 2024-04-27T01:23:36.499160+0000 mgr.y (mgr.34101) 35 : cluster 0 pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 970 B/s rd, 0 op/s 2024-04-27T01:23:41.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:40 smithi042 bash[55870]: cluster 2024-04-27T01:23:36.499160+0000 mgr.y (mgr.34101) 35 : cluster 0 pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 970 B/s rd, 0 op/s 2024-04-27T01:23:42.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:41 smithi046 bash[18464]: cluster 2024-04-27T01:23:38.499627+0000 mgr.y (mgr.34101) 36 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 0 op/s 2024-04-27T01:23:42.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:41 smithi046 bash[18464]: cluster 2024-04-27T01:23:39.496815+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-27T01:23:42.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:41 smithi046 bash[18464]: cluster 2024-04-27T01:23:40.501201+0000 mgr.y (mgr.34101) 37 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-04-27T01:23:42.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:41 smithi046 bash[18464]: cluster 2024-04-27T01:23:40.840873+0000 mon.a (mon.0) 81 : cluster [INF] mon.a calling monitor election 2024-04-27T01:23:42.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:41 smithi046 bash[18464]: cluster 2024-04-27T01:23:40.860899+0000 mon.a (mon.0) 82 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-27T01:23:42.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:41 smithi046 bash[18464]: cluster 2024-04-27T01:23:40.869674+0000 mon.a (mon.0) 83 : cluster [DBG] monmap epoch 3 2024-04-27T01:23:42.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:41 smithi046 bash[18464]: cluster 2024-04-27T01:23:40.869709+0000 mon.a (mon.0) 84 : cluster [DBG] fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:23:42.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:41 smithi046 bash[18464]: cluster 2024-04-27T01:23:40.869775+0000 mon.a (mon.0) 85 : cluster [DBG] last_changed 2024-04-27T01:08:55.791270+0000 2024-04-27T01:23:42.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:41 smithi046 bash[18464]: cluster 2024-04-27T01:23:40.869819+0000 mon.a (mon.0) 86 : cluster [DBG] created 2024-04-27T01:07:08.861155+0000 2024-04-27T01:23:42.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:41 smithi046 bash[18464]: cluster 2024-04-27T01:23:40.869857+0000 mon.a (mon.0) 87 : cluster [DBG] min_mon_release 17 (quincy) 2024-04-27T01:23:42.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:41 smithi046 bash[18464]: cluster 2024-04-27T01:23:40.869890+0000 mon.a (mon.0) 88 : cluster [DBG] election_strategy: 1 2024-04-27T01:23:42.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:41 smithi046 bash[18464]: cluster 2024-04-27T01:23:40.869919+0000 mon.a (mon.0) 89 : cluster [DBG] 0: [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] mon.a 2024-04-27T01:23:42.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:41 smithi046 bash[18464]: cluster 2024-04-27T01:23:40.869949+0000 mon.a (mon.0) 90 : cluster [DBG] 1: [v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0] mon.c 2024-04-27T01:23:42.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:41 smithi046 bash[18464]: cluster 2024-04-27T01:23:40.869982+0000 mon.a (mon.0) 91 : cluster [DBG] 2: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.b 2024-04-27T01:23:42.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:41 smithi046 bash[18464]: cluster 2024-04-27T01:23:40.871214+0000 mon.a (mon.0) 92 : cluster [DBG] fsmap 2024-04-27T01:23:42.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:41 smithi046 bash[18464]: cluster 2024-04-27T01:23:40.871405+0000 mon.a (mon.0) 93 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-04-27T01:23:42.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:41 smithi046 bash[18464]: cluster 2024-04-27T01:23:40.872146+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e38: y(active, since 26s), standbys: x 2024-04-27T01:23:42.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:41 smithi046 bash[18464]: cluster 2024-04-27T01:23:40.872459+0000 mon.a (mon.0) 95 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:23:42.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:41 smithi046 bash[18464]: cluster 2024-04-27T01:23:40.872495+0000 mon.a (mon.0) 96 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:23:42.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:41 smithi046 bash[18464]: cluster 2024-04-27T01:23:40.872519+0000 mon.a (mon.0) 97 : cluster [WRN] daemon grafana.a on smithi046 is in unknown state 2024-04-27T01:23:42.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:41 smithi046 bash[18464]: audit 2024-04-27T01:23:40.896906+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:42.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:41 smithi046 bash[18464]: audit 2024-04-27T01:23:40.909703+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:42.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[57193]: cluster 2024-04-27T01:23:38.499627+0000 mgr.y (mgr.34101) 36 : cluster 0 pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 0 op/s 2024-04-27T01:23:42.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[57193]: cluster 2024-04-27T01:23:39.496815+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2024-04-27T01:23:42.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[57193]: cluster 2024-04-27T01:23:40.501201+0000 mgr.y (mgr.34101) 37 : cluster 0 pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-04-27T01:23:42.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[57193]: cluster 2024-04-27T01:23:40.840873+0000 mon.a (mon.0) 81 : cluster 1 mon.a calling monitor election 2024-04-27T01:23:42.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[57193]: cluster 2024-04-27T01:23:40.860899+0000 mon.a (mon.0) 82 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-27T01:23:42.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[57193]: cluster 2024-04-27T01:23:40.869674+0000 mon.a (mon.0) 83 : cluster 0 monmap epoch 3 2024-04-27T01:23:42.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[57193]: cluster 2024-04-27T01:23:40.869709+0000 mon.a (mon.0) 84 : cluster 0 fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:23:42.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[57193]: cluster 2024-04-27T01:23:40.869775+0000 mon.a (mon.0) 85 : cluster 0 last_changed 2024-04-27T01:08:55.791270+0000 2024-04-27T01:23:42.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[57193]: cluster 2024-04-27T01:23:40.869819+0000 mon.a (mon.0) 86 : cluster 0 created 2024-04-27T01:07:08.861155+0000 2024-04-27T01:23:42.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[57193]: cluster 2024-04-27T01:23:40.869857+0000 mon.a (mon.0) 87 : cluster 0 min_mon_release 17 (quincy) 2024-04-27T01:23:42.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[57193]: cluster 2024-04-27T01:23:40.869890+0000 mon.a (mon.0) 88 : cluster 0 election_strategy: 1 2024-04-27T01:23:42.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[57193]: cluster 2024-04-27T01:23:40.869919+0000 mon.a (mon.0) 89 : cluster 0 0: [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] mon.a 2024-04-27T01:23:42.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[57193]: cluster 2024-04-27T01:23:40.869949+0000 mon.a (mon.0) 90 : cluster 0 1: [v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0] mon.c 2024-04-27T01:23:42.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[57193]: cluster 2024-04-27T01:23:40.869982+0000 mon.a (mon.0) 91 : cluster 0 2: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.b 2024-04-27T01:23:42.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[57193]: cluster 2024-04-27T01:23:40.871214+0000 mon.a (mon.0) 92 : cluster 0 fsmap 2024-04-27T01:23:42.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[57193]: cluster 2024-04-27T01:23:40.871405+0000 mon.a (mon.0) 93 : cluster 0 osdmap e106: 8 total, 8 up, 8 in 2024-04-27T01:23:42.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[57193]: cluster 2024-04-27T01:23:40.872146+0000 mon.a (mon.0) 94 : cluster 0 mgrmap e38: y(active, since 26s), standbys: x 2024-04-27T01:23:42.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[57193]: cluster 2024-04-27T01:23:40.872459+0000 mon.a (mon.0) 95 : cluster 3 Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:23:42.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[57193]: cluster 2024-04-27T01:23:40.872495+0000 mon.a (mon.0) 96 : cluster 3 [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:23:42.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[57193]: cluster 2024-04-27T01:23:40.872519+0000 mon.a (mon.0) 97 : cluster 3 daemon grafana.a on smithi046 is in unknown state 2024-04-27T01:23:42.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[57193]: audit 2024-04-27T01:23:40.896906+0000 mon.a (mon.0) 98 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:42.183 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[57193]: audit 2024-04-27T01:23:40.909703+0000 mon.a (mon.0) 99 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:42.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[55870]: cluster 2024-04-27T01:23:38.499627+0000 mgr.y (mgr.34101) 36 : cluster 0 pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 0 op/s 2024-04-27T01:23:42.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[55870]: cluster 2024-04-27T01:23:39.496815+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2024-04-27T01:23:42.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[55870]: cluster 2024-04-27T01:23:40.501201+0000 mgr.y (mgr.34101) 37 : cluster 0 pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-04-27T01:23:42.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[55870]: cluster 2024-04-27T01:23:40.840873+0000 mon.a (mon.0) 81 : cluster 1 mon.a calling monitor election 2024-04-27T01:23:42.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[55870]: cluster 2024-04-27T01:23:40.860899+0000 mon.a (mon.0) 82 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-27T01:23:42.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[55870]: cluster 2024-04-27T01:23:40.869674+0000 mon.a (mon.0) 83 : cluster 0 monmap epoch 3 2024-04-27T01:23:42.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[55870]: cluster 2024-04-27T01:23:40.869709+0000 mon.a (mon.0) 84 : cluster 0 fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:23:42.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[55870]: cluster 2024-04-27T01:23:40.869775+0000 mon.a (mon.0) 85 : cluster 0 last_changed 2024-04-27T01:08:55.791270+0000 2024-04-27T01:23:42.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[55870]: cluster 2024-04-27T01:23:40.869819+0000 mon.a (mon.0) 86 : cluster 0 created 2024-04-27T01:07:08.861155+0000 2024-04-27T01:23:42.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[55870]: cluster 2024-04-27T01:23:40.869857+0000 mon.a (mon.0) 87 : cluster 0 min_mon_release 17 (quincy) 2024-04-27T01:23:42.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[55870]: cluster 2024-04-27T01:23:40.869890+0000 mon.a (mon.0) 88 : cluster 0 election_strategy: 1 2024-04-27T01:23:42.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[55870]: cluster 2024-04-27T01:23:40.869919+0000 mon.a (mon.0) 89 : cluster 0 0: [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] mon.a 2024-04-27T01:23:42.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[55870]: cluster 2024-04-27T01:23:40.869949+0000 mon.a (mon.0) 90 : cluster 0 1: [v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0] mon.c 2024-04-27T01:23:42.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[55870]: cluster 2024-04-27T01:23:40.869982+0000 mon.a (mon.0) 91 : cluster 0 2: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.b 2024-04-27T01:23:42.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[55870]: cluster 2024-04-27T01:23:40.871214+0000 mon.a (mon.0) 92 : cluster 0 fsmap 2024-04-27T01:23:42.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[55870]: cluster 2024-04-27T01:23:40.871405+0000 mon.a (mon.0) 93 : cluster 0 osdmap e106: 8 total, 8 up, 8 in 2024-04-27T01:23:42.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[55870]: cluster 2024-04-27T01:23:40.872146+0000 mon.a (mon.0) 94 : cluster 0 mgrmap e38: y(active, since 26s), standbys: x 2024-04-27T01:23:42.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[55870]: cluster 2024-04-27T01:23:40.872459+0000 mon.a (mon.0) 95 : cluster 3 Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:23:42.184 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[55870]: cluster 2024-04-27T01:23:40.872495+0000 mon.a (mon.0) 96 : cluster 3 [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:23:42.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[55870]: cluster 2024-04-27T01:23:40.872519+0000 mon.a (mon.0) 97 : cluster 3 daemon grafana.a on smithi046 is in unknown state 2024-04-27T01:23:42.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[55870]: audit 2024-04-27T01:23:40.896906+0000 mon.a (mon.0) 98 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:42.185 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:41 smithi042 bash[55870]: audit 2024-04-27T01:23:40.909703+0000 mon.a (mon.0) 99 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:43.172 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:42 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Scheduled restart job, restart counter is at 10. 2024-04-27T01:23:43.172 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:42 smithi046 systemd[1]: Stopped Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:23:43.172 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:42 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Start request repeated too quickly. 2024-04-27T01:23:43.172 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:42 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-04-27T01:23:43.173 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:23:42 smithi046 systemd[1]: Failed to start Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:23:44.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:43 smithi046 bash[18464]: cluster 2024-04-27T01:23:42.501931+0000 mgr.y (mgr.34101) 38 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 970 B/s rd, 0 op/s 2024-04-27T01:23:44.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:43 smithi042 bash[55870]: cluster 2024-04-27T01:23:42.501931+0000 mgr.y (mgr.34101) 38 : cluster 0 pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 970 B/s rd, 0 op/s 2024-04-27T01:23:44.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:43 smithi042 bash[57193]: cluster 2024-04-27T01:23:42.501931+0000 mgr.y (mgr.34101) 38 : cluster 0 pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 970 B/s rd, 0 op/s 2024-04-27T01:23:44.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:44 smithi042 bash[52765]: debug 2024-04-27T01:23:44.287+0000 7f6911770700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-04-27T01:23:45.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:45 smithi046 bash[18464]: audit 2024-04-27T01:23:44.024430+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:45.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:45 smithi046 bash[18464]: audit 2024-04-27T01:23:44.025554+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:23:45.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:45 smithi042 bash[55870]: audit 2024-04-27T01:23:44.024430+0000 mon.a (mon.0) 100 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:45.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:45 smithi042 bash[55870]: audit 2024-04-27T01:23:44.025554+0000 mon.a (mon.0) 101 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:23:45.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:45 smithi042 bash[57193]: audit 2024-04-27T01:23:44.024430+0000 mon.a (mon.0) 100 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:45.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:45 smithi042 bash[57193]: audit 2024-04-27T01:23:44.025554+0000 mon.a (mon.0) 101 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:23:46.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:46 smithi046 bash[18464]: cluster 2024-04-27T01:23:44.502868+0000 mgr.y (mgr.34101) 39 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:23:46.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:46 smithi046 bash[18464]: audit 2024-04-27T01:23:44.969960+0000 mgr.y (mgr.34101) 40 : audit [DBG] from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:23:46.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:46 smithi042 bash[55870]: cluster 2024-04-27T01:23:44.502868+0000 mgr.y (mgr.34101) 39 : cluster 0 pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:23:46.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:46 smithi042 bash[55870]: audit 2024-04-27T01:23:44.969960+0000 mgr.y (mgr.34101) 40 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:23:46.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:46 smithi042 bash[57193]: cluster 2024-04-27T01:23:44.502868+0000 mgr.y (mgr.34101) 39 : cluster 0 pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:23:46.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:46 smithi042 bash[57193]: audit 2024-04-27T01:23:44.969960+0000 mgr.y (mgr.34101) 40 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:23:47.342 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:23:48.078 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:23:48.078 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (2m) 1s ago 9m 15.0M - 0.23.0 ba2b418f427c 0f0b55d975d0 2024-04-27T01:23:48.079 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 unknown 27s ago 8m - - 2024-04-27T01:23:48.079 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 running (79s) 1s ago 7m 43.2M - 3.5 e1d6a67b021e e9e58db015ab 2024-04-27T01:23:48.079 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443,9283,8765 running (67s) 27s ago 14m 435M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 b405f9e86d9a 2024-04-27T01:23:48.079 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (119s) 1s ago 16m 482M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 60e39f55c7ea 2024-04-27T01:23:48.079 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (45s) 1s ago 16m 36.9M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 73925c36c48e 2024-04-27T01:23:48.079 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (14m) 27s ago 14m 49.9M 2048M 17.2.0 e1d6a67b021e 370efec7cf8d 2024-04-27T01:23:48.079 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (9s) 1s ago 15m 20.4M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 cf9a80ee073c 2024-04-27T01:23:48.079 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (2m) 1s ago 9m 8832k - 1.3.1 1dbe0e931976 ea2d213e0f7a 2024-04-27T01:23:48.079 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (2m) 27s ago 9m 9083k - 1.3.1 1dbe0e931976 e95126faf566 2024-04-27T01:23:48.079 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (14m) 1s ago 14m 58.3M 2781M 17.2.0 e1d6a67b021e 5a88875a607d 2024-04-27T01:23:48.079 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (13m) 1s ago 13m 60.1M 2781M 17.2.0 e1d6a67b021e 60ae6a8ced36 2024-04-27T01:23:48.079 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (13m) 1s ago 13m 52.0M 2781M 17.2.0 e1d6a67b021e 1694c06983a4 2024-04-27T01:23:48.079 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (12m) 1s ago 12m 56.3M 2781M 17.2.0 e1d6a67b021e 523b1c99e778 2024-04-27T01:23:48.079 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (11m) 27s ago 12m 58.7M 3037M 17.2.0 e1d6a67b021e 8f9eeee1f917 2024-04-27T01:23:48.079 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (11m) 27s ago 11m 53.7M 3037M 17.2.0 e1d6a67b021e 5c17501020a3 2024-04-27T01:23:48.080 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (10m) 27s ago 10m 52.3M 3037M 17.2.0 e1d6a67b021e 87a6f4ccf8a6 2024-04-27T01:23:48.080 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (10m) 27s ago 10m 56.3M 3037M 17.2.0 e1d6a67b021e 05ee6dbaf5ff 2024-04-27T01:23:48.080 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 running (73s) 27s ago 9m 50.9M - 2.33.4 514e6a882f6e 3405daccd7ea 2024-04-27T01:23:48.080 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (7m) 1s ago 7m 86.4M - 17.2.0 e1d6a67b021e 4022285478bf 2024-04-27T01:23:48.080 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (7m) 27s ago 7m 86.2M - 17.2.0 e1d6a67b021e aab619238956 2024-04-27T01:23:48.080 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (7m) 1s ago 7m 86.6M - 17.2.0 e1d6a67b021e 654b864f6909 2024-04-27T01:23:48.080 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (7m) 27s ago 7m 86.6M - 17.2.0 e1d6a67b021e b896e3222d12 2024-04-27T01:23:48.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:48 smithi046 bash[18464]: cluster 2024-04-27T01:23:46.503730+0000 mgr.y (mgr.34101) 41 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:23:48.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:48 smithi046 bash[18464]: audit 2024-04-27T01:23:47.047736+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:48.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:48 smithi046 bash[18464]: audit 2024-04-27T01:23:47.053848+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:48.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:48 smithi046 bash[18464]: audit 2024-04-27T01:23:47.342897+0000 mgr.y (mgr.34101) 42 : audit [DBG] from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:23:48.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:48 smithi042 bash[55870]: cluster 2024-04-27T01:23:46.503730+0000 mgr.y (mgr.34101) 41 : cluster 0 pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:23:48.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:48 smithi042 bash[55870]: audit 2024-04-27T01:23:47.047736+0000 mon.a (mon.0) 102 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:48.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:48 smithi042 bash[55870]: audit 2024-04-27T01:23:47.053848+0000 mon.a (mon.0) 103 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:48.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:48 smithi042 bash[55870]: audit 2024-04-27T01:23:47.342897+0000 mgr.y (mgr.34101) 42 : audit 0 from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:23:48.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:48 smithi042 bash[57193]: cluster 2024-04-27T01:23:46.503730+0000 mgr.y (mgr.34101) 41 : cluster 0 pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:23:48.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:48 smithi042 bash[57193]: audit 2024-04-27T01:23:47.047736+0000 mon.a (mon.0) 102 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:48.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:48 smithi042 bash[57193]: audit 2024-04-27T01:23:47.053848+0000 mon.a (mon.0) 103 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:48.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:48 smithi042 bash[57193]: audit 2024-04-27T01:23:47.342897+0000 mgr.y (mgr.34101) 42 : audit 0 from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:23:48.506 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:23:48.506 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:23:48.506 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-04-27T01:23:48.506 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 2 2024-04-27T01:23:48.507 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:23:48.507 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:23:48.507 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 2 2024-04-27T01:23:48.507 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:23:48.507 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:23:48.507 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-04-27T01:23:48.507 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:23:48.507 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:23:48.507 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-04-27T01:23:48.507 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:23:48.507 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:23:48.507 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-04-27T01:23:48.507 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 4 2024-04-27T01:23:48.507 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:23:48.507 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:23:48.864 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:23:48.864 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", 2024-04-27T01:23:48.865 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2024-04-27T01:23:48.865 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-27T01:23:48.865 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2024-04-27T01:23:48.865 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr" 2024-04-27T01:23:48.865 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2024-04-27T01:23:48.865 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "4/23 daemons upgraded", 2024-04-27T01:23:48.865 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading mon daemons", 2024-04-27T01:23:48.865 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2024-04-27T01:23:48.865 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:23:48.922 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:23:48 smithi046 bash[42033]: ts=2024-04-27T01:23:48.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.46:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:23:49.297 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:23:49.297 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:23:49.297 INFO:teuthology.orchestra.run.smithi042.stdout: daemon grafana.a on smithi046 is in unknown state 2024-04-27T01:23:49.392 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:49 smithi042 bash[55870]: audit 2024-04-27T01:23:47.717694+0000 mgr.y (mgr.34101) 43 : audit 0 from='client.34179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:23:49.392 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:49 smithi042 bash[55870]: audit 2024-04-27T01:23:48.071002+0000 mgr.y (mgr.34101) 44 : audit 0 from='client.44113 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:23:49.392 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:49 smithi042 bash[55870]: audit 2024-04-27T01:23:48.099448+0000 mon.a (mon.0) 104 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:49.393 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:49 smithi042 bash[55870]: audit 2024-04-27T01:23:48.106875+0000 mon.a (mon.0) 105 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:49.393 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:49 smithi042 bash[55870]: audit 2024-04-27T01:23:48.521635+0000 mon.a (mon.0) 106 : audit 0 from='client.? 172.21.15.42:0/171505463' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:23:49.393 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:49 smithi042 bash[57193]: audit 2024-04-27T01:23:47.717694+0000 mgr.y (mgr.34101) 43 : audit 0 from='client.34179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:23:49.393 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:49 smithi042 bash[57193]: audit 2024-04-27T01:23:48.071002+0000 mgr.y (mgr.34101) 44 : audit 0 from='client.44113 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:23:49.393 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:49 smithi042 bash[57193]: audit 2024-04-27T01:23:48.099448+0000 mon.a (mon.0) 104 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:49.393 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:49 smithi042 bash[57193]: audit 2024-04-27T01:23:48.106875+0000 mon.a (mon.0) 105 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:49.393 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:49 smithi042 bash[57193]: audit 2024-04-27T01:23:48.521635+0000 mon.a (mon.0) 106 : audit 0 from='client.? 172.21.15.42:0/171505463' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:23:49.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:49 smithi046 bash[18464]: audit 2024-04-27T01:23:47.717694+0000 mgr.y (mgr.34101) 43 : audit [DBG] from='client.34179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:23:49.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:49 smithi046 bash[18464]: audit 2024-04-27T01:23:48.071002+0000 mgr.y (mgr.34101) 44 : audit [DBG] from='client.44113 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:23:49.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:49 smithi046 bash[18464]: audit 2024-04-27T01:23:48.099448+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:49.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:49 smithi046 bash[18464]: audit 2024-04-27T01:23:48.106875+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:49.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:49 smithi046 bash[18464]: audit 2024-04-27T01:23:48.521635+0000 mon.a (mon.0) 106 : audit [DBG] from='client.? 172.21.15.42:0/171505463' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:23:49.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:49 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:23:49] "GET /metrics HTTP/1.1" 200 38180 "" "Prometheus/2.33.4" 2024-04-27T01:23:50.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:50 smithi046 bash[18464]: cluster 2024-04-27T01:23:48.504117+0000 mgr.y (mgr.34101) 45 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:23:50.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:50 smithi046 bash[18464]: audit 2024-04-27T01:23:48.878800+0000 mgr.y (mgr.34101) 46 : audit [DBG] from='client.44125 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:23:50.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:50 smithi046 bash[18464]: audit 2024-04-27T01:23:49.312365+0000 mon.c (mon.1) 2 : audit [DBG] from='client.? 172.21.15.42:0/3051949735' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:23:50.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:50 smithi042 bash[55870]: cluster 2024-04-27T01:23:48.504117+0000 mgr.y (mgr.34101) 45 : cluster 0 pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:23:50.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:50 smithi042 bash[55870]: audit 2024-04-27T01:23:48.878800+0000 mgr.y (mgr.34101) 46 : audit 0 from='client.44125 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:23:50.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:50 smithi042 bash[55870]: audit 2024-04-27T01:23:49.312365+0000 mon.c (mon.1) 2 : audit 0 from='client.? 172.21.15.42:0/3051949735' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:23:50.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:50 smithi042 bash[57193]: cluster 2024-04-27T01:23:48.504117+0000 mgr.y (mgr.34101) 45 : cluster 0 pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:23:50.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:50 smithi042 bash[57193]: audit 2024-04-27T01:23:48.878800+0000 mgr.y (mgr.34101) 46 : audit 0 from='client.44125 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:23:50.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:50 smithi042 bash[57193]: audit 2024-04-27T01:23:49.312365+0000 mon.c (mon.1) 2 : audit 0 from='client.? 172.21.15.42:0/3051949735' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:23:52.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:52 smithi046 bash[18464]: cluster 2024-04-27T01:23:50.505779+0000 mgr.y (mgr.34101) 47 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:23:52.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:52 smithi042 bash[55870]: cluster 2024-04-27T01:23:50.505779+0000 mgr.y (mgr.34101) 47 : cluster 0 pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:23:52.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:52 smithi042 bash[57193]: cluster 2024-04-27T01:23:50.505779+0000 mgr.y (mgr.34101) 47 : cluster 0 pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:23:54.225 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:54 smithi042 bash[55870]: cluster 2024-04-27T01:23:52.506641+0000 mgr.y (mgr.34101) 48 : cluster 0 pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:23:54.225 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:54 smithi042 bash[57193]: cluster 2024-04-27T01:23:52.506641+0000 mgr.y (mgr.34101) 48 : cluster 0 pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:23:54.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:54 smithi046 bash[18464]: cluster 2024-04-27T01:23:52.506641+0000 mgr.y (mgr.34101) 48 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:23:56.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:56 smithi046 bash[18464]: cluster 2024-04-27T01:23:54.507434+0000 mgr.y (mgr.34101) 49 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:23:56.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:56 smithi046 bash[18464]: audit 2024-04-27T01:23:54.978745+0000 mgr.y (mgr.34101) 50 : audit [DBG] from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:23:56.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:56 smithi042 bash[55870]: cluster 2024-04-27T01:23:54.507434+0000 mgr.y (mgr.34101) 49 : cluster 0 pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:23:56.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:56 smithi042 bash[55870]: audit 2024-04-27T01:23:54.978745+0000 mgr.y (mgr.34101) 50 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:23:56.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:56 smithi042 bash[57193]: cluster 2024-04-27T01:23:54.507434+0000 mgr.y (mgr.34101) 49 : cluster 0 pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:23:56.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:56 smithi042 bash[57193]: audit 2024-04-27T01:23:54.978745+0000 mgr.y (mgr.34101) 50 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:23:58.646 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:58 smithi046 bash[18464]: cluster 2024-04-27T01:23:56.509115+0000 mgr.y (mgr.34101) 51 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:23:58.647 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:58 smithi046 bash[18464]: audit 2024-04-27T01:23:57.405953+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:58.647 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:58 smithi046 bash[18464]: audit 2024-04-27T01:23:57.416831+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:58.647 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:58 smithi046 bash[18464]: audit 2024-04-27T01:23:57.420131+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:23:58.647 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:58 smithi046 bash[18464]: audit 2024-04-27T01:23:57.421928+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:23:58.647 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:58 smithi046 bash[18464]: audit 2024-04-27T01:23:57.443193+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:58.647 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:58 smithi046 bash[18464]: audit 2024-04-27T01:23:57.529858+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:23:58.647 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:58 smithi046 bash[18464]: audit 2024-04-27T01:23:57.533783+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:23:58.647 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:58 smithi046 bash[18464]: audit 2024-04-27T01:23:57.535608+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-27T01:23:58.647 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:58 smithi046 bash[18464]: audit 2024-04-27T01:23:57.536554+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-04-27T01:23:58.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:58 smithi042 bash[55870]: cluster 2024-04-27T01:23:56.509115+0000 mgr.y (mgr.34101) 51 : cluster 0 pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:23:58.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:58 smithi042 bash[55870]: audit 2024-04-27T01:23:57.405953+0000 mon.a (mon.0) 107 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:58.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:58 smithi042 bash[55870]: audit 2024-04-27T01:23:57.416831+0000 mon.a (mon.0) 108 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:58.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:58 smithi042 bash[55870]: audit 2024-04-27T01:23:57.420131+0000 mon.a (mon.0) 109 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:23:58.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:58 smithi042 bash[55870]: audit 2024-04-27T01:23:57.421928+0000 mon.a (mon.0) 110 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:23:58.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:58 smithi042 bash[55870]: audit 2024-04-27T01:23:57.443193+0000 mon.a (mon.0) 111 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:58.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:58 smithi042 bash[55870]: audit 2024-04-27T01:23:57.529858+0000 mon.a (mon.0) 112 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:23:58.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:58 smithi042 bash[55870]: audit 2024-04-27T01:23:57.533783+0000 mon.a (mon.0) 113 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:23:58.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:58 smithi042 bash[55870]: audit 2024-04-27T01:23:57.535608+0000 mon.a (mon.0) 114 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-27T01:23:58.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:58 smithi042 bash[55870]: audit 2024-04-27T01:23:57.536554+0000 mon.a (mon.0) 115 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-04-27T01:23:58.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:58 smithi042 bash[57193]: cluster 2024-04-27T01:23:56.509115+0000 mgr.y (mgr.34101) 51 : cluster 0 pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:23:58.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:58 smithi042 bash[57193]: audit 2024-04-27T01:23:57.405953+0000 mon.a (mon.0) 107 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:58.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:58 smithi042 bash[57193]: audit 2024-04-27T01:23:57.416831+0000 mon.a (mon.0) 108 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:58.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:58 smithi042 bash[57193]: audit 2024-04-27T01:23:57.420131+0000 mon.a (mon.0) 109 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:23:58.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:58 smithi042 bash[57193]: audit 2024-04-27T01:23:57.421928+0000 mon.a (mon.0) 110 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:23:58.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:58 smithi042 bash[57193]: audit 2024-04-27T01:23:57.443193+0000 mon.a (mon.0) 111 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:23:58.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:58 smithi042 bash[57193]: audit 2024-04-27T01:23:57.529858+0000 mon.a (mon.0) 112 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:23:58.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:58 smithi042 bash[57193]: audit 2024-04-27T01:23:57.533783+0000 mon.a (mon.0) 113 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:23:58.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:58 smithi042 bash[57193]: audit 2024-04-27T01:23:57.535608+0000 mon.a (mon.0) 114 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-27T01:23:58.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:58 smithi042 bash[57193]: audit 2024-04-27T01:23:57.536554+0000 mon.a (mon.0) 115 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-04-27T01:23:58.921 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:23:58 smithi046 bash[42033]: ts=2024-04-27T01:23:58.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.46:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:23:59.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:59 smithi046 bash[18464]: cluster 2024-04-27T01:23:57.432594+0000 mgr.y (mgr.34101) 52 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 936 B/s rd, 0 op/s 2024-04-27T01:23:59.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:59 smithi046 bash[18464]: cluster 2024-04-27T01:23:57.432969+0000 mgr.y (mgr.34101) 53 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:23:59.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:59 smithi046 bash[18464]: cephadm 2024-04-27T01:23:57.537233+0000 mgr.y (mgr.34101) 54 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-04-27T01:23:59.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:23:59 smithi046 bash[18464]: audit 2024-04-27T01:23:59.022298+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:23:59.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:23:59 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:23:59] "GET /metrics HTTP/1.1" 200 38249 "" "Prometheus/2.33.4" 2024-04-27T01:23:59.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:59 smithi042 bash[55870]: cluster 2024-04-27T01:23:57.432594+0000 mgr.y (mgr.34101) 52 : cluster 0 pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 936 B/s rd, 0 op/s 2024-04-27T01:23:59.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:59 smithi042 bash[55870]: cluster 2024-04-27T01:23:57.432969+0000 mgr.y (mgr.34101) 53 : cluster 0 pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:23:59.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:59 smithi042 bash[55870]: cephadm 2024-04-27T01:23:57.537233+0000 mgr.y (mgr.34101) 54 : cephadm 1 Upgrade: It appears safe to stop mon.b 2024-04-27T01:23:59.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:23:59 smithi042 bash[55870]: audit 2024-04-27T01:23:59.022298+0000 mon.a (mon.0) 116 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:23:59.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:59 smithi042 bash[57193]: cluster 2024-04-27T01:23:57.432594+0000 mgr.y (mgr.34101) 52 : cluster 0 pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 936 B/s rd, 0 op/s 2024-04-27T01:23:59.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:59 smithi042 bash[57193]: cluster 2024-04-27T01:23:57.432969+0000 mgr.y (mgr.34101) 53 : cluster 0 pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:23:59.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:59 smithi042 bash[57193]: cephadm 2024-04-27T01:23:57.537233+0000 mgr.y (mgr.34101) 54 : cephadm 1 Upgrade: It appears safe to stop mon.b 2024-04-27T01:23:59.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:23:59 smithi042 bash[57193]: audit 2024-04-27T01:23:59.022298+0000 mon.a (mon.0) 116 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:24:00.820 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:00 smithi046 bash[18464]: cluster 2024-04-27T01:23:59.433806+0000 mgr.y (mgr.34101) 55 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 573 B/s rd, 0 op/s 2024-04-27T01:24:00.821 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:00 smithi046 bash[18464]: cephadm 2024-04-27T01:23:59.578248+0000 mgr.y (mgr.34101) 56 : cephadm [INF] Upgrade: Updating mon.b 2024-04-27T01:24:00.821 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:00 smithi046 bash[18464]: audit 2024-04-27T01:23:59.586337+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:00.821 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:00 smithi046 bash[18464]: audit 2024-04-27T01:23:59.590725+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:24:00.821 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:00 smithi046 bash[18464]: audit 2024-04-27T01:23:59.592378+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T01:24:00.821 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:00 smithi046 bash[18464]: audit 2024-04-27T01:23:59.593956+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:00.821 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:00 smithi046 bash[18464]: cephadm 2024-04-27T01:23:59.595933+0000 mgr.y (mgr.34101) 57 : cephadm [INF] Deploying daemon mon.b on smithi046 2024-04-27T01:24:00.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:00 smithi042 bash[55870]: cluster 2024-04-27T01:23:59.433806+0000 mgr.y (mgr.34101) 55 : cluster 0 pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 573 B/s rd, 0 op/s 2024-04-27T01:24:00.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:00 smithi042 bash[55870]: cephadm 2024-04-27T01:23:59.578248+0000 mgr.y (mgr.34101) 56 : cephadm 1 Upgrade: Updating mon.b 2024-04-27T01:24:00.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:00 smithi042 bash[55870]: audit 2024-04-27T01:23:59.586337+0000 mon.a (mon.0) 117 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:00.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:00 smithi042 bash[55870]: audit 2024-04-27T01:23:59.590725+0000 mon.a (mon.0) 118 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:24:00.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:00 smithi042 bash[55870]: audit 2024-04-27T01:23:59.592378+0000 mon.a (mon.0) 119 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T01:24:00.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:00 smithi042 bash[55870]: audit 2024-04-27T01:23:59.593956+0000 mon.a (mon.0) 120 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:00.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:00 smithi042 bash[55870]: cephadm 2024-04-27T01:23:59.595933+0000 mgr.y (mgr.34101) 57 : cephadm 1 Deploying daemon mon.b on smithi046 2024-04-27T01:24:00.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:00 smithi042 bash[57193]: cluster 2024-04-27T01:23:59.433806+0000 mgr.y (mgr.34101) 55 : cluster 0 pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 573 B/s rd, 0 op/s 2024-04-27T01:24:00.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:00 smithi042 bash[57193]: cephadm 2024-04-27T01:23:59.578248+0000 mgr.y (mgr.34101) 56 : cephadm 1 Upgrade: Updating mon.b 2024-04-27T01:24:00.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:00 smithi042 bash[57193]: audit 2024-04-27T01:23:59.586337+0000 mon.a (mon.0) 117 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:00.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:00 smithi042 bash[57193]: audit 2024-04-27T01:23:59.590725+0000 mon.a (mon.0) 118 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:24:00.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:00 smithi042 bash[57193]: audit 2024-04-27T01:23:59.592378+0000 mon.a (mon.0) 119 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T01:24:00.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:00 smithi042 bash[57193]: audit 2024-04-27T01:23:59.593956+0000 mon.a (mon.0) 120 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:00.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:00 smithi042 bash[57193]: cephadm 2024-04-27T01:23:59.595933+0000 mgr.y (mgr.34101) 57 : cephadm 1 Deploying daemon mon.b on smithi046 2024-04-27T01:24:01.859 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:24:01 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:24:01.859 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:24:01 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:24:01.860 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:24:01 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:24:01.860 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:24:01 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:24:01.860 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:24:01 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:24:01.860 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:24:01 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:24:01.861 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:24:01 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:24:01.861 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:24:01 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:24:01.861 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:01 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:24:02.117 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:01 smithi046 systemd[1]: Stopping Ceph mon.b for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:24:02.117 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:01 smithi046 bash[18464]: debug 2024-04-27T01:24:01.981+0000 7f83019ce700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-27T01:24:02.117 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:01 smithi046 bash[18464]: debug 2024-04-27T01:24:01.981+0000 7f83019ce700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-04-27T01:24:02.894 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:02 smithi046 bash[44754]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-mon-b 2024-04-27T01:24:02.895 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:02 smithi046 bash[44815]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-mon-b 2024-04-27T01:24:02.895 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:02 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mon.b.service: Deactivated successfully. 2024-04-27T01:24:02.895 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:02 smithi046 systemd[1]: Stopped Ceph mon.b for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:24:03.172 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:24:02 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:24:03.172 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:24:02 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:24:03.172 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:24:02 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:24:03.173 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:24:02 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:24:03.173 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:24:02 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:24:03.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:24:02 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:24:03.174 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:24:02 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:24:03.174 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:24:02 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:24:03.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:02 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:24:03.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 systemd[1]: Started Ceph mon.b for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:24:04.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.945+0000 7f290b994c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-27T01:24:04.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.945+0000 7f290b994c80 0 ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev), process ceph-mon, pid 7 2024-04-27T01:24:04.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.945+0000 7f290b994c80 0 pidfile_write: ignore empty --pid-file 2024-04-27T01:24:04.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 0 load: jerasure load: lrc 2024-04-27T01:24:04.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-27T01:24:04.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Git sha 0 2024-04-27T01:24:04.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Compile date 2024-04-25 16:43:49 2024-04-27T01:24:04.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: DB SUMMARY 2024-04-27T01:24:04.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: DB Session ID: CVFGAH9UFZ78S706VMFJ 2024-04-27T01:24:04.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: CURRENT file: CURRENT 2024-04-27T01:24:04.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-27T01:24:04.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 1277 Bytes 2024-04-27T01:24:04.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000030.sst 2024-04-27T01:24:04.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000028.log size: 143983 ; 2024-04-27T01:24:04.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.error_if_exists: 0 2024-04-27T01:24:04.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.create_if_missing: 0 2024-04-27T01:24:04.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-27T01:24:04.174 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-27T01:24:04.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-27T01:24:04.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-27T01:24:04.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.env: 0x564e5170cc60 2024-04-27T01:24:04.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-27T01:24:04.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.info_log: 0x564e531fbae0 2024-04-27T01:24:04.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-27T01:24:04.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.statistics: (nil) 2024-04-27T01:24:04.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.use_fsync: 0 2024-04-27T01:24:04.175 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-27T01:24:04.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-27T01:24:04.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-27T01:24:04.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-27T01:24:04.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-27T01:24:04.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-27T01:24:04.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-27T01:24:04.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-27T01:24:04.176 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-27T01:24:04.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-27T01:24:04.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-27T01:24:04.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.db_log_dir: 2024-04-27T01:24:04.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.wal_dir: 2024-04-27T01:24:04.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-27T01:24:04.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-27T01:24:04.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-27T01:24:04.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-27T01:24:04.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-27T01:24:04.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-27T01:24:04.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-27T01:24:04.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-27T01:24:04.177 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.write_buffer_manager: 0x564e531ce1e0 2024-04-27T01:24:04.178 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-27T01:24:04.178 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-27T01:24:04.178 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-27T01:24:04.178 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-27T01:24:04.178 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-27T01:24:04.178 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-27T01:24:04.178 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-27T01:24:04.178 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-27T01:24:04.178 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.unordered_write: 0 2024-04-27T01:24:04.178 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-27T01:24:04.178 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-27T01:24:04.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-27T01:24:04.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-27T01:24:04.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.row_cache: None 2024-04-27T01:24:04.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.wal_filter: None 2024-04-27T01:24:04.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-27T01:24:04.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-27T01:24:04.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.two_write_queues: 0 2024-04-27T01:24:04.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-27T01:24:04.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.wal_compression: 0 2024-04-27T01:24:04.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.atomic_flush: 0 2024-04-27T01:24:04.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-27T01:24:04.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-27T01:24:04.179 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-27T01:24:04.180 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-27T01:24:04.180 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-27T01:24:04.180 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-27T01:24:04.180 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-27T01:24:04.180 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-27T01:24:04.180 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-27T01:24:04.180 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-27T01:24:04.180 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-27T01:24:04.180 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-27T01:24:04.180 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-27T01:24:04.180 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-27T01:24:04.180 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-27T01:24:04.180 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-27T01:24:04.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-27T01:24:04.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-27T01:24:04.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-27T01:24:04.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-27T01:24:04.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-27T01:24:04.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-27T01:24:04.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_open_files: -1 2024-04-27T01:24:04.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-27T01:24:04.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-27T01:24:04.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-27T01:24:04.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-27T01:24:04.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-27T01:24:04.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Compression algorithms supported: 2024-04-27T01:24:04.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-27T01:24:04.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: kZSTD supported: 0 2024-04-27T01:24:04.181 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: kXpressCompression supported: 0 2024-04-27T01:24:04.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-27T01:24:04.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: kZlibCompression supported: 1 2024-04-27T01:24:04.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-27T01:24:04.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-27T01:24:04.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-27T01:24:04.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-27T01:24:04.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-27T01:24:04.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000009 2024-04-27T01:24:04.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-27T01:24:04.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-27T01:24:04.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.merge_operator: 2024-04-27T01:24:04.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.compaction_filter: None 2024-04-27T01:24:04.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-27T01:24:04.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-27T01:24:04.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-27T01:24:04.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-27T01:24:04.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564e531fbbe0) 2024-04-27T01:24:04.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: cache_index_and_filter_blocks: 1 2024-04-27T01:24:04.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-27T01:24:04.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-27T01:24:04.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: pin_top_level_index_and_filter: 1 2024-04-27T01:24:04.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: index_type: 0 2024-04-27T01:24:04.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: data_block_index_type: 0 2024-04-27T01:24:04.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: index_shortening: 1 2024-04-27T01:24:04.183 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: data_block_hash_table_util_ratio: 0.750000 2024-04-27T01:24:04.184 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: checksum: 4 2024-04-27T01:24:04.184 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: no_block_cache: 0 2024-04-27T01:24:04.184 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: block_cache: 0x564e531fd090 2024-04-27T01:24:04.184 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: block_cache_name: BinnedLRUCache 2024-04-27T01:24:04.184 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: block_cache_options: 2024-04-27T01:24:04.184 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: capacity : 536870912 2024-04-27T01:24:04.184 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: num_shard_bits : 4 2024-04-27T01:24:04.184 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: strict_capacity_limit : 0 2024-04-27T01:24:04.184 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: high_pri_pool_ratio: 0.000 2024-04-27T01:24:04.184 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: block_cache_compressed: (nil) 2024-04-27T01:24:04.184 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: persistent_cache: (nil) 2024-04-27T01:24:04.184 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: block_size: 4096 2024-04-27T01:24:04.184 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: block_size_deviation: 10 2024-04-27T01:24:04.184 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: block_restart_interval: 16 2024-04-27T01:24:04.184 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: index_block_restart_interval: 1 2024-04-27T01:24:04.184 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: metadata_block_size: 4096 2024-04-27T01:24:04.185 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: partition_filters: 0 2024-04-27T01:24:04.185 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: use_delta_encoding: 1 2024-04-27T01:24:04.185 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: filter_policy: bloomfilter 2024-04-27T01:24:04.185 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: whole_key_filtering: 1 2024-04-27T01:24:04.185 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: verify_compression: 0 2024-04-27T01:24:04.185 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: read_amp_bytes_per_bit: 0 2024-04-27T01:24:04.185 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: format_version: 5 2024-04-27T01:24:04.185 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: enable_index_compression: 1 2024-04-27T01:24:04.185 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: block_align: 0 2024-04-27T01:24:04.185 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: max_auto_readahead_size: 262144 2024-04-27T01:24:04.185 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: prepopulate_block_cache: 0 2024-04-27T01:24:04.185 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: initial_auto_readahead_size: 8192 2024-04-27T01:24:04.185 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: num_file_reads_for_auto_readahead: 2 2024-04-27T01:24:04.185 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-27T01:24:04.186 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-27T01:24:04.187 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.compression: NoCompression 2024-04-27T01:24:04.187 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-27T01:24:04.187 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-27T01:24:04.187 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-27T01:24:04.187 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.num_levels: 7 2024-04-27T01:24:04.187 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-27T01:24:04.187 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-27T01:24:04.187 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-27T01:24:04.187 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-27T01:24:04.187 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-27T01:24:04.187 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-27T01:24:04.187 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-27T01:24:04.187 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-27T01:24:04.188 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-27T01:24:04.188 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-27T01:24:04.188 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-27T01:24:04.188 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-27T01:24:04.188 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-27T01:24:04.188 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-27T01:24:04.188 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-27T01:24:04.188 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-27T01:24:04.188 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-27T01:24:04.188 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-27T01:24:04.188 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-27T01:24:04.188 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-27T01:24:04.188 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-27T01:24:04.188 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-27T01:24:04.188 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-27T01:24:04.189 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-27T01:24:04.189 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-27T01:24:04.189 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-27T01:24:04.189 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-27T01:24:04.189 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-27T01:24:04.189 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-27T01:24:04.189 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-27T01:24:04.189 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-27T01:24:04.189 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-27T01:24:04.189 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-27T01:24:04.189 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-27T01:24:04.189 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-27T01:24:04.189 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-27T01:24:04.189 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-27T01:24:04.189 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-27T01:24:04.190 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-27T01:24:04.190 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-27T01:24:04.190 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-27T01:24:04.190 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-27T01:24:04.190 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-27T01:24:04.190 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-27T01:24:04.190 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-27T01:24:04.190 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-27T01:24:04.190 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-27T01:24:04.190 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-27T01:24:04.190 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-27T01:24:04.190 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-27T01:24:04.190 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-27T01:24:04.190 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-27T01:24:04.190 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-27T01:24:04.191 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.table_properties_collectors: 2024-04-27T01:24:04.191 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-27T01:24:04.191 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-27T01:24:04.191 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-27T01:24:04.191 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-27T01:24:04.191 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-27T01:24:04.191 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.bloom_locality: 0 2024-04-27T01:24:04.191 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-27T01:24:04.191 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-27T01:24:04.191 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-27T01:24:04.191 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-27T01:24:04.191 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-27T01:24:04.191 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.ttl: 2592000 2024-04-27T01:24:04.191 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-27T01:24:04.191 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-27T01:24:04.192 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-27T01:24:04.192 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.enable_blob_files: false 2024-04-27T01:24:04.192 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.min_blob_size: 0 2024-04-27T01:24:04.192 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-27T01:24:04.192 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-27T01:24:04.192 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-27T01:24:04.192 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-27T01:24:04.192 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-27T01:24:04.192 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-27T01:24:04.192 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-27T01:24:04.192 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-27T01:24:04.192 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f2901105700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 30.sst 2024-04-27T01:24:04.192 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-04-27T01:24:04.192 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 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 18195, log_number is 28,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-27T01:24:04.192 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.949+0000 7f290b994c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 28 2024-04-27T01:24:04.192 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.953+0000 7f290b994c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 90d7fb32-e083-4105-8a23-ce8278ec395e 2024-04-27T01:24:04.193 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.953+0000 7f290b994c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714181043955918, "job": 1, "event": "recovery_started", "wal_files": [28]} 2024-04-27T01:24:04.193 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.953+0000 7f290b994c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #28 mode 2 2024-04-27T01:24:04.193 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.953+0000 7f290b994c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714181043957107, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 33, "file_size": 96057, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 18192, "largest_seqno": 18273, "table_properties": {"data_size": 94708, "index_size": 209, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 133, "raw_key_size": 1307, "raw_average_key_size": 26, "raw_value_size": 93552, "raw_average_value_size": 1871, "num_data_blocks": 10, "num_entries": 50, "num_filter_entries": 50, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1714181043, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "90d7fb32-e083-4105-8a23-ce8278ec395e", "db_session_id": "CVFGAH9UFZ78S706VMFJ", "orig_file_number": 33, "seqno_to_time_mapping": "N/A"}} 2024-04-27T01:24:04.193 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.953+0000 7f290b994c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714181043957209, "job": 1, "event": "recovery_finished"} 2024-04-27T01:24:04.193 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.953+0000 7f290b994c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 35 2024-04-27T01:24:04.193 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.953+0000 7f290b994c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-04-27T01:24:04.193 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.953+0000 7f290b994c80 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 2024-04-27T01:24:04.193 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.953+0000 7f290b994c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564e532f2000 2024-04-27T01:24:04.193 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.953+0000 7f290b994c80 4 rocksdb: DB pointer 0x564e532dc000 2024-04-27T01:24:04.193 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.953+0000 7f28fa0f7700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-27T01:24:04.193 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.953+0000 7f28fa0f7700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-27T01:24:04.193 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: ** DB Stats ** 2024-04-27T01:24:04.193 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T01:24:04.193 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-27T01:24:04.193 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-27T01:24:04.194 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-27T01:24:04.194 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-27T01:24:04.194 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-27T01:24:04.194 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-27T01:24:04.194 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: ** Compaction Stats [default] ** 2024-04-27T01:24:04.194 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-27T01:24:04.194 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-27T01:24:04.194 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: L0 1/0 93.81 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-27T01:24:04.194 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: L6 1/0 12.00 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-27T01:24:04.194 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: Sum 2/0 12.09 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-27T01:24:04.194 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-27T01:24:04.194 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: ** Compaction Stats [default] ** 2024-04-27T01:24:04.194 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-27T01:24:04.194 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-27T01:24:04.194 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 122.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-27T01:24:04.195 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-27T01:24:04.195 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T01:24:04.195 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-27T01:24:04.195 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-27T01:24:04.195 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: AddFile(Total Files): cumulative 0, interval 0 2024-04-27T01:24:04.195 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-27T01:24:04.195 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: AddFile(Keys): cumulative 0, interval 0 2024-04-27T01:24:04.195 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: Cumulative compaction: 0.00 GB write, 22.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T01:24:04.195 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: Interval compaction: 0.00 GB write, 22.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T01:24:04.195 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-27T01:24:04.195 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: Block cache BinnedLRUCache@0x564e531fd090#7 capacity: 512.00 MB usage: 0.47 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-04-27T01:24:04.195 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: Block cache entry stats(count,size,portion): FilterBlock(1,0.17 KB,3.27826e-05%) IndexBlock(1,0.30 KB,5.66244e-05%) Misc(1,0.00 KB,0%) 2024-04-27T01:24:04.195 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: ** File Read Latency Histogram By Level [default] ** 2024-04-27T01:24:04.195 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.953+0000 7f290b994c80 0 starting mon.b rank 2 at public addrs [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] at bind addrs [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:24:04.196 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.957+0000 7f290b994c80 1 mon.b@-1(???) e3 preinit fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:24:04.196 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.957+0000 7f290b994c80 0 mon.b@-1(???).mds e1 new map 2024-04-27T01:24:04.196 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.957+0000 7f290b994c80 0 mon.b@-1(???).mds e1 print_map 2024-04-27T01:24:04.196 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: e1 2024-04-27T01:24:04.196 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-27T01:24:04.196 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-04-27T01:24:04.196 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: legacy client fscid: -1 2024-04-27T01:24:04.196 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: 2024-04-27T01:24:04.196 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: No filesystems configured 2024-04-27T01:24:04.196 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.957+0000 7f290b994c80 0 mon.b@-1(???).osd e106 crush map has features 3314933000854323200, adjusting msgr requires 2024-04-27T01:24:04.196 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.957+0000 7f290b994c80 0 mon.b@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2024-04-27T01:24:04.196 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.957+0000 7f290b994c80 0 mon.b@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2024-04-27T01:24:04.196 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.957+0000 7f290b994c80 0 mon.b@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2024-04-27T01:24:04.196 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:03 smithi046 bash[44872]: debug 2024-04-27T01:24:03.957+0000 7f290b994c80 1 mon.b@-1(???).paxosservice(auth 1..25) refresh upgraded, format 0 -> 3 2024-04-27T01:24:05.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:05 smithi046 bash[44872]: cluster 2024-04-27T01:24:01.435531+0000 mgr.y (mgr.34101) 58 : cluster 0 pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:24:05.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:05 smithi042 bash[55870]: cluster 2024-04-27T01:24:01.435531+0000 mgr.y (mgr.34101) 58 : cluster 0 pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:24:05.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:05 smithi042 bash[57193]: cluster 2024-04-27T01:24:01.435531+0000 mgr.y (mgr.34101) 58 : cluster 0 pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:24:06.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.437959+0000 mgr.y (mgr.34101) 61 : cluster 0 pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:24:06.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.537767+0000 mon.a (mon.0) 130 : cluster 0 1: [v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0] mon.c 2024-04-27T01:24:06.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.537806+0000 mon.a (mon.0) 131 : cluster 0 2: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.b 2024-04-27T01:24:06.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.539486+0000 mon.a (mon.0) 132 : cluster 0 fsmap 2024-04-27T01:24:06.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.539547+0000 mon.a (mon.0) 133 : cluster 0 osdmap e106: 8 total, 8 up, 8 in 2024-04-27T01:24:06.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.540352+0000 mon.a (mon.0) 134 : cluster 0 mgrmap e38: y(active, since 51s), standbys: x 2024-04-27T01:24:06.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.540704+0000 mon.a (mon.0) 135 : cluster 3 Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:24:06.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.540755+0000 mon.a (mon.0) 136 : cluster 3 [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:24:06.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.540818+0000 mon.a (mon.0) 137 : cluster 3 daemon grafana.a on smithi046 is in unknown state 2024-04-27T01:24:06.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.552410+0000 mon.a (mon.0) 138 : cluster 1 mon.a calling monitor election 2024-04-27T01:24:06.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.552488+0000 mon.c (mon.1) 3 : cluster 1 mon.c calling monitor election 2024-04-27T01:24:06.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.553126+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2024-04-27T01:24:06.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: audit 2024-04-27T01:24:05.554997+0000 mon.a (mon.0) 139 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:24:06.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.555955+0000 mon.a (mon.0) 140 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-27T01:24:06.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: audit 2024-04-27T01:24:05.557132+0000 mon.a (mon.0) 141 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:24:06.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: audit 2024-04-27T01:24:05.557443+0000 mon.a (mon.0) 142 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:24:06.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.563024+0000 mon.a (mon.0) 143 : cluster 0 monmap epoch 4 2024-04-27T01:24:06.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.563062+0000 mon.a (mon.0) 144 : cluster 0 fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:24:06.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.563085+0000 mon.a (mon.0) 145 : cluster 0 last_changed 2024-04-27T01:24:05.537490+0000 2024-04-27T01:24:06.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.563106+0000 mon.a (mon.0) 146 : cluster 0 created 2024-04-27T01:07:08.861155+0000 2024-04-27T01:24:06.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.563125+0000 mon.a (mon.0) 147 : cluster 0 min_mon_release 19 (squid) 2024-04-27T01:24:06.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.563145+0000 mon.a (mon.0) 148 : cluster 0 election_strategy: 1 2024-04-27T01:24:06.924 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.563170+0000 mon.a (mon.0) 149 : cluster 0 0: [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] mon.a 2024-04-27T01:24:06.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.563193+0000 mon.a (mon.0) 150 : cluster 0 1: [v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0] mon.c 2024-04-27T01:24:06.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.563216+0000 mon.a (mon.0) 151 : cluster 0 2: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.b 2024-04-27T01:24:06.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.564220+0000 mon.a (mon.0) 152 : cluster 0 fsmap 2024-04-27T01:24:06.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.564281+0000 mon.a (mon.0) 153 : cluster 0 osdmap e106: 8 total, 8 up, 8 in 2024-04-27T01:24:06.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.564957+0000 mon.a (mon.0) 154 : cluster 0 mgrmap e38: y(active, since 51s), standbys: x 2024-04-27T01:24:06.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.565260+0000 mon.a (mon.0) 155 : cluster 3 Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:24:06.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.565299+0000 mon.a (mon.0) 156 : cluster 3 [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:24:06.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: cluster 2024-04-27T01:24:05.565324+0000 mon.a (mon.0) 157 : cluster 3 daemon grafana.a on smithi046 is in unknown state 2024-04-27T01:24:06.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: audit 2024-04-27T01:24:05.572874+0000 mon.a (mon.0) 158 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:06.925 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:06 smithi046 bash[44872]: audit 2024-04-27T01:24:05.586958+0000 mon.a (mon.0) 159 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:06.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.437959+0000 mgr.y (mgr.34101) 61 : cluster 0 pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:24:06.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.537767+0000 mon.a (mon.0) 130 : cluster 0 1: [v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0] mon.c 2024-04-27T01:24:06.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.537806+0000 mon.a (mon.0) 131 : cluster 0 2: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.b 2024-04-27T01:24:06.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.539486+0000 mon.a (mon.0) 132 : cluster 0 fsmap 2024-04-27T01:24:06.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.539547+0000 mon.a (mon.0) 133 : cluster 0 osdmap e106: 8 total, 8 up, 8 in 2024-04-27T01:24:06.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.540352+0000 mon.a (mon.0) 134 : cluster 0 mgrmap e38: y(active, since 51s), standbys: x 2024-04-27T01:24:06.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.540704+0000 mon.a (mon.0) 135 : cluster 3 Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:24:06.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.540755+0000 mon.a (mon.0) 136 : cluster 3 [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:24:06.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.540818+0000 mon.a (mon.0) 137 : cluster 3 daemon grafana.a on smithi046 is in unknown state 2024-04-27T01:24:06.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.552410+0000 mon.a (mon.0) 138 : cluster 1 mon.a calling monitor election 2024-04-27T01:24:06.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.552488+0000 mon.c (mon.1) 3 : cluster 1 mon.c calling monitor election 2024-04-27T01:24:06.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.553126+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2024-04-27T01:24:06.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: audit 2024-04-27T01:24:05.554997+0000 mon.a (mon.0) 139 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:24:06.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.555955+0000 mon.a (mon.0) 140 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-27T01:24:06.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: audit 2024-04-27T01:24:05.557132+0000 mon.a (mon.0) 141 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:24:06.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: audit 2024-04-27T01:24:05.557443+0000 mon.a (mon.0) 142 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:24:06.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.563024+0000 mon.a (mon.0) 143 : cluster 0 monmap epoch 4 2024-04-27T01:24:06.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.563062+0000 mon.a (mon.0) 144 : cluster 0 fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:24:06.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.563085+0000 mon.a (mon.0) 145 : cluster 0 last_changed 2024-04-27T01:24:05.537490+0000 2024-04-27T01:24:06.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.563106+0000 mon.a (mon.0) 146 : cluster 0 created 2024-04-27T01:07:08.861155+0000 2024-04-27T01:24:06.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.563125+0000 mon.a (mon.0) 147 : cluster 0 min_mon_release 19 (squid) 2024-04-27T01:24:06.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.563145+0000 mon.a (mon.0) 148 : cluster 0 election_strategy: 1 2024-04-27T01:24:06.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.563170+0000 mon.a (mon.0) 149 : cluster 0 0: [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] mon.a 2024-04-27T01:24:06.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.563193+0000 mon.a (mon.0) 150 : cluster 0 1: [v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0] mon.c 2024-04-27T01:24:06.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.563216+0000 mon.a (mon.0) 151 : cluster 0 2: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.b 2024-04-27T01:24:06.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.437959+0000 mgr.y (mgr.34101) 61 : cluster 0 pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:24:06.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.537767+0000 mon.a (mon.0) 130 : cluster 0 1: [v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0] mon.c 2024-04-27T01:24:06.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.537806+0000 mon.a (mon.0) 131 : cluster 0 2: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.b 2024-04-27T01:24:06.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.539486+0000 mon.a (mon.0) 132 : cluster 0 fsmap 2024-04-27T01:24:06.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.539547+0000 mon.a (mon.0) 133 : cluster 0 osdmap e106: 8 total, 8 up, 8 in 2024-04-27T01:24:06.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.540352+0000 mon.a (mon.0) 134 : cluster 0 mgrmap e38: y(active, since 51s), standbys: x 2024-04-27T01:24:06.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.540704+0000 mon.a (mon.0) 135 : cluster 3 Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:24:06.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.540755+0000 mon.a (mon.0) 136 : cluster 3 [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:24:06.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.540818+0000 mon.a (mon.0) 137 : cluster 3 daemon grafana.a on smithi046 is in unknown state 2024-04-27T01:24:06.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.552410+0000 mon.a (mon.0) 138 : cluster 1 mon.a calling monitor election 2024-04-27T01:24:06.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.552488+0000 mon.c (mon.1) 3 : cluster 1 mon.c calling monitor election 2024-04-27T01:24:06.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.553126+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2024-04-27T01:24:06.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: audit 2024-04-27T01:24:05.554997+0000 mon.a (mon.0) 139 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T01:24:06.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.555955+0000 mon.a (mon.0) 140 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-27T01:24:06.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: audit 2024-04-27T01:24:05.557132+0000 mon.a (mon.0) 141 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T01:24:06.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: audit 2024-04-27T01:24:05.557443+0000 mon.a (mon.0) 142 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T01:24:06.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.563024+0000 mon.a (mon.0) 143 : cluster 0 monmap epoch 4 2024-04-27T01:24:06.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.563062+0000 mon.a (mon.0) 144 : cluster 0 fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 2024-04-27T01:24:06.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.563085+0000 mon.a (mon.0) 145 : cluster 0 last_changed 2024-04-27T01:24:05.537490+0000 2024-04-27T01:24:06.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.563106+0000 mon.a (mon.0) 146 : cluster 0 created 2024-04-27T01:07:08.861155+0000 2024-04-27T01:24:06.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.563125+0000 mon.a (mon.0) 147 : cluster 0 min_mon_release 19 (squid) 2024-04-27T01:24:06.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.563145+0000 mon.a (mon.0) 148 : cluster 0 election_strategy: 1 2024-04-27T01:24:06.935 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.563170+0000 mon.a (mon.0) 149 : cluster 0 0: [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] mon.a 2024-04-27T01:24:06.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.563193+0000 mon.a (mon.0) 150 : cluster 0 1: [v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0] mon.c 2024-04-27T01:24:06.936 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.563216+0000 mon.a (mon.0) 151 : cluster 0 2: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.b 2024-04-27T01:24:06.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.564220+0000 mon.a (mon.0) 152 : cluster 0 fsmap 2024-04-27T01:24:06.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.564281+0000 mon.a (mon.0) 153 : cluster 0 osdmap e106: 8 total, 8 up, 8 in 2024-04-27T01:24:06.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.564957+0000 mon.a (mon.0) 154 : cluster 0 mgrmap e38: y(active, since 51s), standbys: x 2024-04-27T01:24:06.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.565260+0000 mon.a (mon.0) 155 : cluster 3 Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:24:06.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.565299+0000 mon.a (mon.0) 156 : cluster 3 [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:24:06.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: cluster 2024-04-27T01:24:05.565324+0000 mon.a (mon.0) 157 : cluster 3 daemon grafana.a on smithi046 is in unknown state 2024-04-27T01:24:06.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: audit 2024-04-27T01:24:05.572874+0000 mon.a (mon.0) 158 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:06.936 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[55870]: audit 2024-04-27T01:24:05.586958+0000 mon.a (mon.0) 159 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:06.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.564220+0000 mon.a (mon.0) 152 : cluster 0 fsmap 2024-04-27T01:24:06.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.564281+0000 mon.a (mon.0) 153 : cluster 0 osdmap e106: 8 total, 8 up, 8 in 2024-04-27T01:24:06.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.564957+0000 mon.a (mon.0) 154 : cluster 0 mgrmap e38: y(active, since 51s), standbys: x 2024-04-27T01:24:06.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.565260+0000 mon.a (mon.0) 155 : cluster 3 Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:24:06.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.565299+0000 mon.a (mon.0) 156 : cluster 3 [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:24:06.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: cluster 2024-04-27T01:24:05.565324+0000 mon.a (mon.0) 157 : cluster 3 daemon grafana.a on smithi046 is in unknown state 2024-04-27T01:24:06.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: audit 2024-04-27T01:24:05.572874+0000 mon.a (mon.0) 158 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:06.937 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:06 smithi042 bash[57193]: audit 2024-04-27T01:24:05.586958+0000 mon.a (mon.0) 159 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:08.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:08 smithi046 bash[44872]: cluster 2024-04-27T01:24:07.438774+0000 mgr.y (mgr.34101) 62 : cluster 0 pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:24:08.922 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:24:08 smithi046 bash[42033]: ts=2024-04-27T01:24:08.659Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.46:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:24:08.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:08 smithi042 bash[55870]: cluster 2024-04-27T01:24:07.438774+0000 mgr.y (mgr.34101) 62 : cluster 0 pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:24:08.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:08 smithi042 bash[57193]: cluster 2024-04-27T01:24:07.438774+0000 mgr.y (mgr.34101) 62 : cluster 0 pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:24:09.392 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:24:08 smithi042 bash[52765]: debug 2024-04-27T01:24:08.963+0000 7f6911770700 -1 mgr.server handle_report got status from non-daemon mon.b 2024-04-27T01:24:09.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:24:09 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:24:09] "GET /metrics HTTP/1.1" 200 38249 "" "Prometheus/2.33.4" 2024-04-27T01:24:11.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:10 smithi046 bash[44872]: cluster 2024-04-27T01:24:09.439521+0000 mgr.y (mgr.34101) 63 : cluster 0 pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:11.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:10 smithi042 bash[55870]: cluster 2024-04-27T01:24:09.439521+0000 mgr.y (mgr.34101) 63 : cluster 0 pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:11.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:10 smithi042 bash[57193]: cluster 2024-04-27T01:24:09.439521+0000 mgr.y (mgr.34101) 63 : cluster 0 pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:12.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:12 smithi046 bash[44872]: cluster 2024-04-27T01:24:11.441236+0000 mgr.y (mgr.34101) 64 : cluster 0 pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:24:12.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:12 smithi046 bash[44872]: audit 2024-04-27T01:24:11.523777+0000 mon.a (mon.0) 160 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:12.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:12 smithi046 bash[44872]: audit 2024-04-27T01:24:11.536422+0000 mon.a (mon.0) 161 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:12.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:12 smithi042 bash[57193]: cluster 2024-04-27T01:24:11.441236+0000 mgr.y (mgr.34101) 64 : cluster 0 pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:24:12.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:12 smithi042 bash[57193]: audit 2024-04-27T01:24:11.523777+0000 mon.a (mon.0) 160 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:12.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:12 smithi042 bash[57193]: audit 2024-04-27T01:24:11.536422+0000 mon.a (mon.0) 161 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:12.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:12 smithi042 bash[55870]: cluster 2024-04-27T01:24:11.441236+0000 mgr.y (mgr.34101) 64 : cluster 0 pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:24:12.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:12 smithi042 bash[55870]: audit 2024-04-27T01:24:11.523777+0000 mon.a (mon.0) 160 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:12.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:12 smithi042 bash[55870]: audit 2024-04-27T01:24:11.536422+0000 mon.a (mon.0) 161 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:14.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:13 smithi046 bash[44872]: audit 2024-04-27T01:24:12.745990+0000 mon.a (mon.0) 162 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:14.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:13 smithi046 bash[44872]: audit 2024-04-27T01:24:12.757832+0000 mon.a (mon.0) 163 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:14.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:13 smithi042 bash[55870]: audit 2024-04-27T01:24:12.745990+0000 mon.a (mon.0) 162 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:14.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:13 smithi042 bash[55870]: audit 2024-04-27T01:24:12.757832+0000 mon.a (mon.0) 163 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:14.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:13 smithi042 bash[57193]: audit 2024-04-27T01:24:12.745990+0000 mon.a (mon.0) 162 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:14.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:13 smithi042 bash[57193]: audit 2024-04-27T01:24:12.757832+0000 mon.a (mon.0) 163 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:15.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:14 smithi046 bash[44872]: cluster 2024-04-27T01:24:13.442003+0000 mgr.y (mgr.34101) 65 : cluster 0 pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:15.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:14 smithi046 bash[44872]: audit 2024-04-27T01:24:14.028674+0000 mon.a (mon.0) 164 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:24:15.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:14 smithi042 bash[55870]: cluster 2024-04-27T01:24:13.442003+0000 mgr.y (mgr.34101) 65 : cluster 0 pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:15.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:14 smithi042 bash[55870]: audit 2024-04-27T01:24:14.028674+0000 mon.a (mon.0) 164 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:24:15.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:14 smithi042 bash[57193]: cluster 2024-04-27T01:24:13.442003+0000 mgr.y (mgr.34101) 65 : cluster 0 pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:15.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:14 smithi042 bash[57193]: audit 2024-04-27T01:24:14.028674+0000 mon.a (mon.0) 164 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:24:16.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:15 smithi046 bash[44872]: audit 2024-04-27T01:24:14.998037+0000 mgr.y (mgr.34101) 66 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:24:16.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:15 smithi042 bash[55870]: audit 2024-04-27T01:24:14.998037+0000 mgr.y (mgr.34101) 66 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:24:16.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:15 smithi042 bash[57193]: audit 2024-04-27T01:24:14.998037+0000 mgr.y (mgr.34101) 66 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:24:17.173 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:16 smithi046 bash[44872]: cluster 2024-04-27T01:24:15.443753+0000 mgr.y (mgr.34101) 67 : cluster 0 pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:24:17.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:16 smithi042 bash[55870]: cluster 2024-04-27T01:24:15.443753+0000 mgr.y (mgr.34101) 67 : cluster 0 pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:24:17.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:16 smithi042 bash[57193]: cluster 2024-04-27T01:24:15.443753+0000 mgr.y (mgr.34101) 67 : cluster 0 pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:24:18.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:18 smithi046 bash[44872]: cluster 2024-04-27T01:24:17.444442+0000 mgr.y (mgr.34101) 68 : cluster 0 pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:18.922 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:24:18 smithi046 bash[42033]: ts=2024-04-27T01:24:18.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.46:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:24:19.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:18 smithi042 bash[55870]: cluster 2024-04-27T01:24:17.444442+0000 mgr.y (mgr.34101) 68 : cluster 0 pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:19.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:18 smithi042 bash[57193]: cluster 2024-04-27T01:24:17.444442+0000 mgr.y (mgr.34101) 68 : cluster 0 pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:19.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:24:19 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:24:19] "GET /metrics HTTP/1.1" 200 38253 "" "Prometheus/2.33.4" 2024-04-27T01:24:19.699 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:24:20.466 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:24:20.466 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (3m) 33s ago 9m 15.0M - 0.23.0 ba2b418f427c 0f0b55d975d0 2024-04-27T01:24:20.466 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 error 8s ago 9m - - 2024-04-27T01:24:20.466 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 running (111s) 33s ago 7m 43.2M - 3.5 e1d6a67b021e e9e58db015ab 2024-04-27T01:24:20.466 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443,9283,8765 running (100s) 8s ago 15m 436M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 b405f9e86d9a 2024-04-27T01:24:20.466 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (2m) 33s ago 17m 482M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 60e39f55c7ea 2024-04-27T01:24:20.466 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (77s) 33s ago 17m 36.9M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 73925c36c48e 2024-04-27T01:24:20.466 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (17s) 8s ago 15m 18.2M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 56399982a983 2024-04-27T01:24:20.466 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (41s) 33s ago 15m 20.4M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 cf9a80ee073c 2024-04-27T01:24:20.466 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (3m) 33s ago 10m 8832k - 1.3.1 1dbe0e931976 ea2d213e0f7a 2024-04-27T01:24:20.467 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (2m) 8s ago 10m 8863k - 1.3.1 1dbe0e931976 e95126faf566 2024-04-27T01:24:20.467 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (14m) 33s ago 14m 58.3M 2781M 17.2.0 e1d6a67b021e 5a88875a607d 2024-04-27T01:24:20.467 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (14m) 33s ago 14m 60.1M 2781M 17.2.0 e1d6a67b021e 60ae6a8ced36 2024-04-27T01:24:20.467 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (13m) 33s ago 13m 52.0M 2781M 17.2.0 e1d6a67b021e 1694c06983a4 2024-04-27T01:24:20.467 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (13m) 33s ago 13m 56.3M 2781M 17.2.0 e1d6a67b021e 523b1c99e778 2024-04-27T01:24:20.467 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (12m) 8s ago 12m 58.9M 3037M 17.2.0 e1d6a67b021e 8f9eeee1f917 2024-04-27T01:24:20.467 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (11m) 8s ago 12m 54.0M 3037M 17.2.0 e1d6a67b021e 5c17501020a3 2024-04-27T01:24:20.467 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (11m) 8s ago 11m 52.9M 3037M 17.2.0 e1d6a67b021e 87a6f4ccf8a6 2024-04-27T01:24:20.467 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (10m) 8s ago 10m 56.0M 3037M 17.2.0 e1d6a67b021e 05ee6dbaf5ff 2024-04-27T01:24:20.467 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 running (106s) 8s ago 10m 56.7M - 2.33.4 514e6a882f6e 3405daccd7ea 2024-04-27T01:24:20.467 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (8m) 33s ago 8m 86.4M - 17.2.0 e1d6a67b021e 4022285478bf 2024-04-27T01:24:20.468 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (8m) 8s ago 8m 86.4M - 17.2.0 e1d6a67b021e aab619238956 2024-04-27T01:24:20.468 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (8m) 33s ago 8m 86.6M - 17.2.0 e1d6a67b021e 654b864f6909 2024-04-27T01:24:20.468 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (7m) 8s ago 7m 87.0M - 17.2.0 e1d6a67b021e b896e3222d12 2024-04-27T01:24:20.908 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:24:20.909 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:24:20.909 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 3 2024-04-27T01:24:20.909 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:24:20.909 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:24:20.909 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 2 2024-04-27T01:24:20.909 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:24:20.909 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:24:20.909 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-04-27T01:24:20.909 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:24:20.909 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:24:20.909 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-04-27T01:24:20.909 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:24:20.909 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:24:20.910 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2024-04-27T01:24:20.910 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 5 2024-04-27T01:24:20.910 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:24:20.910 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:24:21.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:20 smithi046 bash[44872]: cluster 2024-04-27T01:24:19.444940+0000 mgr.y (mgr.34101) 69 : cluster 0 pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:21.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:20 smithi046 bash[44872]: audit 2024-04-27T01:24:19.700237+0000 mgr.y (mgr.34101) 70 : audit 0 from='client.34209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:24:21.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:20 smithi046 bash[44872]: audit 2024-04-27T01:24:20.080471+0000 mgr.y (mgr.34101) 71 : audit 0 from='client.44143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:24:21.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:20 smithi042 bash[55870]: cluster 2024-04-27T01:24:19.444940+0000 mgr.y (mgr.34101) 69 : cluster 0 pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:21.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:20 smithi042 bash[55870]: audit 2024-04-27T01:24:19.700237+0000 mgr.y (mgr.34101) 70 : audit 0 from='client.34209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:24:21.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:20 smithi042 bash[55870]: audit 2024-04-27T01:24:20.080471+0000 mgr.y (mgr.34101) 71 : audit 0 from='client.44143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:24:21.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:20 smithi042 bash[57193]: cluster 2024-04-27T01:24:19.444940+0000 mgr.y (mgr.34101) 69 : cluster 0 pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:21.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:20 smithi042 bash[57193]: audit 2024-04-27T01:24:19.700237+0000 mgr.y (mgr.34101) 70 : audit 0 from='client.34209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:24:21.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:20 smithi042 bash[57193]: audit 2024-04-27T01:24:20.080471+0000 mgr.y (mgr.34101) 71 : audit 0 from='client.44143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:24:21.287 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:24:21.287 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", 2024-04-27T01:24:21.287 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2024-04-27T01:24:21.287 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-27T01:24:21.287 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2024-04-27T01:24:21.287 INFO:teuthology.orchestra.run.smithi042.stdout: "mon", 2024-04-27T01:24:21.287 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr" 2024-04-27T01:24:21.287 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2024-04-27T01:24:21.287 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "5/23 daemons upgraded", 2024-04-27T01:24:21.287 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading mon daemons", 2024-04-27T01:24:21.287 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2024-04-27T01:24:21.288 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:24:21.734 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:24:21.735 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:24:21.735 INFO:teuthology.orchestra.run.smithi042.stdout: daemon grafana.a on smithi046 is in unknown state 2024-04-27T01:24:22.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:21 smithi046 bash[44872]: audit 2024-04-27T01:24:20.435931+0000 mgr.y (mgr.34101) 72 : audit 0 from='client.44149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:24:22.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:21 smithi046 bash[44872]: audit 2024-04-27T01:24:20.923455+0000 mon.c (mon.1) 4 : audit 0 from='client.? 172.21.15.42:0/280802420' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:24:22.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:21 smithi046 bash[44872]: audit 2024-04-27T01:24:21.301540+0000 mgr.y (mgr.34101) 73 : audit 0 from='client.34233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:24:22.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:21 smithi046 bash[44872]: audit 2024-04-27T01:24:21.749688+0000 mon.a (mon.0) 165 : audit 0 from='client.? 172.21.15.42:0/3265104786' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:24:22.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:21 smithi042 bash[55870]: audit 2024-04-27T01:24:20.435931+0000 mgr.y (mgr.34101) 72 : audit 0 from='client.44149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:24:22.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:21 smithi042 bash[55870]: audit 2024-04-27T01:24:20.923455+0000 mon.c (mon.1) 4 : audit 0 from='client.? 172.21.15.42:0/280802420' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:24:22.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:21 smithi042 bash[55870]: audit 2024-04-27T01:24:21.301540+0000 mgr.y (mgr.34101) 73 : audit 0 from='client.34233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:24:22.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:21 smithi042 bash[55870]: audit 2024-04-27T01:24:21.749688+0000 mon.a (mon.0) 165 : audit 0 from='client.? 172.21.15.42:0/3265104786' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:24:22.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:21 smithi042 bash[57193]: audit 2024-04-27T01:24:20.435931+0000 mgr.y (mgr.34101) 72 : audit 0 from='client.44149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:24:22.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:21 smithi042 bash[57193]: audit 2024-04-27T01:24:20.923455+0000 mon.c (mon.1) 4 : audit 0 from='client.? 172.21.15.42:0/280802420' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:24:22.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:21 smithi042 bash[57193]: audit 2024-04-27T01:24:21.301540+0000 mgr.y (mgr.34101) 73 : audit 0 from='client.34233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:24:22.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:21 smithi042 bash[57193]: audit 2024-04-27T01:24:21.749688+0000 mon.a (mon.0) 165 : audit 0 from='client.? 172.21.15.42:0/3265104786' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:24:23.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:23 smithi046 bash[44872]: cluster 2024-04-27T01:24:21.445672+0000 mgr.y (mgr.34101) 74 : cluster 0 pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:24:23.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:23 smithi046 bash[44872]: audit 2024-04-27T01:24:22.127625+0000 mon.a (mon.0) 166 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:23.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:23 smithi046 bash[44872]: audit 2024-04-27T01:24:22.139283+0000 mon.a (mon.0) 167 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:23.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:23 smithi046 bash[44872]: audit 2024-04-27T01:24:22.141917+0000 mon.a (mon.0) 168 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:23.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:23 smithi046 bash[44872]: audit 2024-04-27T01:24:22.143798+0000 mon.a (mon.0) 169 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:24:23.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:23 smithi046 bash[44872]: cluster 2024-04-27T01:24:22.147110+0000 mgr.y (mgr.34101) 75 : cluster 0 pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 956 B/s rd, 0 op/s 2024-04-27T01:24:23.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:23 smithi046 bash[44872]: cluster 2024-04-27T01:24:22.147686+0000 mgr.y (mgr.34101) 76 : cluster 0 pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:24:23.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:23 smithi046 bash[44872]: audit 2024-04-27T01:24:22.158357+0000 mon.a (mon.0) 170 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:23.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:23 smithi046 bash[44872]: cephadm 2024-04-27T01:24:22.235959+0000 mgr.y (mgr.34101) 77 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2024-04-27T01:24:23.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:23 smithi046 bash[44872]: audit 2024-04-27T01:24:22.236562+0000 mon.a (mon.0) 171 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:24:23.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:23 smithi046 bash[44872]: audit 2024-04-27T01:24:22.237882+0000 mon.a (mon.0) 172 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T01:24:23.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:23 smithi046 bash[44872]: audit 2024-04-27T01:24:22.239183+0000 mon.a (mon.0) 173 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:23.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:23 smithi046 bash[44872]: cephadm 2024-04-27T01:24:22.240834+0000 mgr.y (mgr.34101) 78 : cephadm 1 Reconfiguring daemon mon.a on smithi042 2024-04-27T01:24:23.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[55870]: cluster 2024-04-27T01:24:21.445672+0000 mgr.y (mgr.34101) 74 : cluster 0 pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:24:23.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[55870]: audit 2024-04-27T01:24:22.127625+0000 mon.a (mon.0) 166 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:23.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[55870]: audit 2024-04-27T01:24:22.139283+0000 mon.a (mon.0) 167 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:23.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[55870]: audit 2024-04-27T01:24:22.141917+0000 mon.a (mon.0) 168 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:23.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[55870]: audit 2024-04-27T01:24:22.143798+0000 mon.a (mon.0) 169 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:24:23.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[55870]: cluster 2024-04-27T01:24:22.147110+0000 mgr.y (mgr.34101) 75 : cluster 0 pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 956 B/s rd, 0 op/s 2024-04-27T01:24:23.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[55870]: cluster 2024-04-27T01:24:22.147686+0000 mgr.y (mgr.34101) 76 : cluster 0 pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:24:23.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[55870]: audit 2024-04-27T01:24:22.158357+0000 mon.a (mon.0) 170 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:23.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[55870]: cephadm 2024-04-27T01:24:22.235959+0000 mgr.y (mgr.34101) 77 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2024-04-27T01:24:23.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[55870]: audit 2024-04-27T01:24:22.236562+0000 mon.a (mon.0) 171 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:24:23.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[55870]: audit 2024-04-27T01:24:22.237882+0000 mon.a (mon.0) 172 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T01:24:23.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[55870]: audit 2024-04-27T01:24:22.239183+0000 mon.a (mon.0) 173 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:23.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[55870]: cephadm 2024-04-27T01:24:22.240834+0000 mgr.y (mgr.34101) 78 : cephadm 1 Reconfiguring daemon mon.a on smithi042 2024-04-27T01:24:23.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[57193]: cluster 2024-04-27T01:24:21.445672+0000 mgr.y (mgr.34101) 74 : cluster 0 pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:24:23.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[57193]: audit 2024-04-27T01:24:22.127625+0000 mon.a (mon.0) 166 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:23.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[57193]: audit 2024-04-27T01:24:22.139283+0000 mon.a (mon.0) 167 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:23.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[57193]: audit 2024-04-27T01:24:22.141917+0000 mon.a (mon.0) 168 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:23.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[57193]: audit 2024-04-27T01:24:22.143798+0000 mon.a (mon.0) 169 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:24:23.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[57193]: cluster 2024-04-27T01:24:22.147110+0000 mgr.y (mgr.34101) 75 : cluster 0 pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 956 B/s rd, 0 op/s 2024-04-27T01:24:23.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[57193]: cluster 2024-04-27T01:24:22.147686+0000 mgr.y (mgr.34101) 76 : cluster 0 pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:24:23.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[57193]: audit 2024-04-27T01:24:22.158357+0000 mon.a (mon.0) 170 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:23.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[57193]: cephadm 2024-04-27T01:24:22.235959+0000 mgr.y (mgr.34101) 77 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2024-04-27T01:24:23.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[57193]: audit 2024-04-27T01:24:22.236562+0000 mon.a (mon.0) 171 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:24:23.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[57193]: audit 2024-04-27T01:24:22.237882+0000 mon.a (mon.0) 172 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T01:24:23.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[57193]: audit 2024-04-27T01:24:22.239183+0000 mon.a (mon.0) 173 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:23.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:23 smithi042 bash[57193]: cephadm 2024-04-27T01:24:22.240834+0000 mgr.y (mgr.34101) 78 : cephadm 1 Reconfiguring daemon mon.a on smithi042 2024-04-27T01:24:25.640 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:25 smithi042 bash[57193]: cluster 2024-04-27T01:24:24.148386+0000 mgr.y (mgr.34101) 79 : cluster 0 pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 588 B/s rd, 0 op/s 2024-04-27T01:24:25.641 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:25 smithi042 bash[57193]: audit 2024-04-27T01:24:24.405480+0000 mon.a (mon.0) 174 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:25.641 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:25 smithi042 bash[57193]: audit 2024-04-27T01:24:24.413919+0000 mon.a (mon.0) 175 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:25.641 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:25 smithi042 bash[57193]: audit 2024-04-27T01:24:24.460802+0000 mon.a (mon.0) 176 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:24:25.641 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:25 smithi042 bash[57193]: audit 2024-04-27T01:24:24.462698+0000 mon.a (mon.0) 177 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T01:24:25.641 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:25 smithi042 bash[57193]: audit 2024-04-27T01:24:24.464585+0000 mon.a (mon.0) 178 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:25.641 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:25 smithi042 bash[55870]: cluster 2024-04-27T01:24:24.148386+0000 mgr.y (mgr.34101) 79 : cluster 0 pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 588 B/s rd, 0 op/s 2024-04-27T01:24:25.641 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:25 smithi042 bash[55870]: audit 2024-04-27T01:24:24.405480+0000 mon.a (mon.0) 174 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:25.641 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:25 smithi042 bash[55870]: audit 2024-04-27T01:24:24.413919+0000 mon.a (mon.0) 175 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:25.641 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:25 smithi042 bash[55870]: audit 2024-04-27T01:24:24.460802+0000 mon.a (mon.0) 176 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:24:25.641 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:25 smithi042 bash[55870]: audit 2024-04-27T01:24:24.462698+0000 mon.a (mon.0) 177 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T01:24:25.642 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:25 smithi042 bash[55870]: audit 2024-04-27T01:24:24.464585+0000 mon.a (mon.0) 178 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:25.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:25 smithi046 bash[44872]: cluster 2024-04-27T01:24:24.148386+0000 mgr.y (mgr.34101) 79 : cluster 0 pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 588 B/s rd, 0 op/s 2024-04-27T01:24:25.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:25 smithi046 bash[44872]: audit 2024-04-27T01:24:24.405480+0000 mon.a (mon.0) 174 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:25.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:25 smithi046 bash[44872]: audit 2024-04-27T01:24:24.413919+0000 mon.a (mon.0) 175 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:25.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:25 smithi046 bash[44872]: audit 2024-04-27T01:24:24.460802+0000 mon.a (mon.0) 176 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:24:25.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:25 smithi046 bash[44872]: audit 2024-04-27T01:24:24.462698+0000 mon.a (mon.0) 177 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T01:24:25.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:25 smithi046 bash[44872]: audit 2024-04-27T01:24:24.464585+0000 mon.a (mon.0) 178 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:26.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:26 smithi046 bash[44872]: cephadm 2024-04-27T01:24:24.459947+0000 mgr.y (mgr.34101) 80 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2024-04-27T01:24:26.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:26 smithi046 bash[44872]: cephadm 2024-04-27T01:24:24.466598+0000 mgr.y (mgr.34101) 81 : cephadm 1 Reconfiguring daemon mgr.y on smithi042 2024-04-27T01:24:26.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:26 smithi046 bash[44872]: audit 2024-04-27T01:24:25.007523+0000 mgr.y (mgr.34101) 82 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:24:26.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:26 smithi042 bash[57193]: cephadm 2024-04-27T01:24:24.459947+0000 mgr.y (mgr.34101) 80 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2024-04-27T01:24:26.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:26 smithi042 bash[57193]: cephadm 2024-04-27T01:24:24.466598+0000 mgr.y (mgr.34101) 81 : cephadm 1 Reconfiguring daemon mgr.y on smithi042 2024-04-27T01:24:26.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:26 smithi042 bash[57193]: audit 2024-04-27T01:24:25.007523+0000 mgr.y (mgr.34101) 82 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:24:26.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:26 smithi042 bash[55870]: cephadm 2024-04-27T01:24:24.459947+0000 mgr.y (mgr.34101) 80 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2024-04-27T01:24:26.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:26 smithi042 bash[55870]: cephadm 2024-04-27T01:24:24.466598+0000 mgr.y (mgr.34101) 81 : cephadm 1 Reconfiguring daemon mgr.y on smithi042 2024-04-27T01:24:26.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:26 smithi042 bash[55870]: audit 2024-04-27T01:24:25.007523+0000 mgr.y (mgr.34101) 82 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:24:27.658 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:27 smithi042 bash[57193]: cluster 2024-04-27T01:24:26.149994+0000 mgr.y (mgr.34101) 83 : cluster 0 pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:24:27.658 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:27 smithi042 bash[57193]: audit 2024-04-27T01:24:26.466718+0000 mon.a (mon.0) 179 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:27.658 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:27 smithi042 bash[57193]: audit 2024-04-27T01:24:26.477617+0000 mon.a (mon.0) 180 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:27.659 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:27 smithi042 bash[57193]: audit 2024-04-27T01:24:26.486275+0000 mon.a (mon.0) 181 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:24:27.659 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:27 smithi042 bash[57193]: audit 2024-04-27T01:24:26.487938+0000 mon.a (mon.0) 182 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T01:24:27.659 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:27 smithi042 bash[57193]: audit 2024-04-27T01:24:26.489643+0000 mon.a (mon.0) 183 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:27.659 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:27 smithi042 bash[55870]: cluster 2024-04-27T01:24:26.149994+0000 mgr.y (mgr.34101) 83 : cluster 0 pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:24:27.659 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:27 smithi042 bash[55870]: audit 2024-04-27T01:24:26.466718+0000 mon.a (mon.0) 179 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:27.659 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:27 smithi042 bash[55870]: audit 2024-04-27T01:24:26.477617+0000 mon.a (mon.0) 180 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:27.659 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:27 smithi042 bash[55870]: audit 2024-04-27T01:24:26.486275+0000 mon.a (mon.0) 181 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:24:27.659 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:27 smithi042 bash[55870]: audit 2024-04-27T01:24:26.487938+0000 mon.a (mon.0) 182 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T01:24:27.659 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:27 smithi042 bash[55870]: audit 2024-04-27T01:24:26.489643+0000 mon.a (mon.0) 183 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:27.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:27 smithi046 bash[44872]: cluster 2024-04-27T01:24:26.149994+0000 mgr.y (mgr.34101) 83 : cluster 0 pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:24:27.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:27 smithi046 bash[44872]: audit 2024-04-27T01:24:26.466718+0000 mon.a (mon.0) 179 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:27.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:27 smithi046 bash[44872]: audit 2024-04-27T01:24:26.477617+0000 mon.a (mon.0) 180 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:27.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:27 smithi046 bash[44872]: audit 2024-04-27T01:24:26.486275+0000 mon.a (mon.0) 181 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:24:27.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:27 smithi046 bash[44872]: audit 2024-04-27T01:24:26.487938+0000 mon.a (mon.0) 182 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T01:24:27.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:27 smithi046 bash[44872]: audit 2024-04-27T01:24:26.489643+0000 mon.a (mon.0) 183 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:28.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:28 smithi046 bash[44872]: cephadm 2024-04-27T01:24:26.485635+0000 mgr.y (mgr.34101) 84 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-04-27T01:24:28.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:28 smithi046 bash[44872]: cephadm 2024-04-27T01:24:26.491234+0000 mgr.y (mgr.34101) 85 : cephadm 1 Reconfiguring daemon mon.c on smithi042 2024-04-27T01:24:28.672 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:24:28 smithi046 bash[42033]: ts=2024-04-27T01:24:28.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.46:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:24:28.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:28 smithi042 bash[55870]: cephadm 2024-04-27T01:24:26.485635+0000 mgr.y (mgr.34101) 84 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-04-27T01:24:28.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:28 smithi042 bash[55870]: cephadm 2024-04-27T01:24:26.491234+0000 mgr.y (mgr.34101) 85 : cephadm 1 Reconfiguring daemon mon.c on smithi042 2024-04-27T01:24:28.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:28 smithi042 bash[57193]: cephadm 2024-04-27T01:24:26.485635+0000 mgr.y (mgr.34101) 84 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-04-27T01:24:28.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:28 smithi042 bash[57193]: cephadm 2024-04-27T01:24:26.491234+0000 mgr.y (mgr.34101) 85 : cephadm 1 Reconfiguring daemon mon.c on smithi042 2024-04-27T01:24:29.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:29 smithi046 bash[44872]: cluster 2024-04-27T01:24:28.150711+0000 mgr.y (mgr.34101) 86 : cluster 0 pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:24:29.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:29 smithi046 bash[44872]: audit 2024-04-27T01:24:28.436895+0000 mon.a (mon.0) 184 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:29.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:29 smithi046 bash[44872]: audit 2024-04-27T01:24:28.447316+0000 mon.a (mon.0) 185 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:29.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:29 smithi046 bash[44872]: audit 2024-04-27T01:24:28.460611+0000 mon.a (mon.0) 186 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-27T01:24:29.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:29 smithi046 bash[44872]: audit 2024-04-27T01:24:28.462575+0000 mon.a (mon.0) 187 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:29.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:29 smithi046 bash[44872]: audit 2024-04-27T01:24:29.029122+0000 mon.a (mon.0) 188 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:24:29.674 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:24:29 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:24:29] "GET /metrics HTTP/1.1" 200 38258 "" "Prometheus/2.33.4" 2024-04-27T01:24:29.674 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:29 smithi042 bash[55870]: cluster 2024-04-27T01:24:28.150711+0000 mgr.y (mgr.34101) 86 : cluster 0 pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:24:29.674 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:29 smithi042 bash[55870]: audit 2024-04-27T01:24:28.436895+0000 mon.a (mon.0) 184 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:29.674 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:29 smithi042 bash[55870]: audit 2024-04-27T01:24:28.447316+0000 mon.a (mon.0) 185 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:29.674 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:29 smithi042 bash[55870]: audit 2024-04-27T01:24:28.460611+0000 mon.a (mon.0) 186 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-27T01:24:29.674 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:29 smithi042 bash[55870]: audit 2024-04-27T01:24:28.462575+0000 mon.a (mon.0) 187 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:29.674 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:29 smithi042 bash[55870]: audit 2024-04-27T01:24:29.029122+0000 mon.a (mon.0) 188 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:24:29.674 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:29 smithi042 bash[57193]: cluster 2024-04-27T01:24:28.150711+0000 mgr.y (mgr.34101) 86 : cluster 0 pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:24:29.674 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:29 smithi042 bash[57193]: audit 2024-04-27T01:24:28.436895+0000 mon.a (mon.0) 184 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:29.675 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:29 smithi042 bash[57193]: audit 2024-04-27T01:24:28.447316+0000 mon.a (mon.0) 185 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:29.675 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:29 smithi042 bash[57193]: audit 2024-04-27T01:24:28.460611+0000 mon.a (mon.0) 186 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-27T01:24:29.675 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:29 smithi042 bash[57193]: audit 2024-04-27T01:24:28.462575+0000 mon.a (mon.0) 187 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:29.675 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:29 smithi042 bash[57193]: audit 2024-04-27T01:24:29.029122+0000 mon.a (mon.0) 188 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:24:30.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:30 smithi042 bash[57193]: cephadm 2024-04-27T01:24:28.459917+0000 mgr.y (mgr.34101) 87 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2024-04-27T01:24:30.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:30 smithi042 bash[57193]: cephadm 2024-04-27T01:24:28.468433+0000 mgr.y (mgr.34101) 88 : cephadm 1 Reconfiguring daemon osd.0 on smithi042 2024-04-27T01:24:30.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:30 smithi042 bash[55870]: cephadm 2024-04-27T01:24:28.459917+0000 mgr.y (mgr.34101) 87 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2024-04-27T01:24:30.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:30 smithi042 bash[55870]: cephadm 2024-04-27T01:24:28.468433+0000 mgr.y (mgr.34101) 88 : cephadm 1 Reconfiguring daemon osd.0 on smithi042 2024-04-27T01:24:30.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:30 smithi046 bash[44872]: cephadm 2024-04-27T01:24:28.459917+0000 mgr.y (mgr.34101) 87 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2024-04-27T01:24:30.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:30 smithi046 bash[44872]: cephadm 2024-04-27T01:24:28.468433+0000 mgr.y (mgr.34101) 88 : cephadm 1 Reconfiguring daemon osd.0 on smithi042 2024-04-27T01:24:31.677 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:31 smithi042 bash[55870]: cluster 2024-04-27T01:24:30.152530+0000 mgr.y (mgr.34101) 89 : cluster 0 pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:24:31.677 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:31 smithi042 bash[55870]: audit 2024-04-27T01:24:30.520112+0000 mon.a (mon.0) 189 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:31.677 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:31 smithi042 bash[55870]: audit 2024-04-27T01:24:30.529993+0000 mon.a (mon.0) 190 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:31.677 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:31 smithi042 bash[55870]: cephadm 2024-04-27T01:24:30.547375+0000 mgr.y (mgr.34101) 90 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2024-04-27T01:24:31.677 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:31 smithi042 bash[55870]: audit 2024-04-27T01:24:30.548068+0000 mon.a (mon.0) 191 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-27T01:24:31.677 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:31 smithi042 bash[55870]: audit 2024-04-27T01:24:30.549751+0000 mon.a (mon.0) 192 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:31.677 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:31 smithi042 bash[55870]: cephadm 2024-04-27T01:24:30.553369+0000 mgr.y (mgr.34101) 91 : cephadm 1 Reconfiguring daemon osd.1 on smithi042 2024-04-27T01:24:31.677 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:31 smithi042 bash[57193]: cluster 2024-04-27T01:24:30.152530+0000 mgr.y (mgr.34101) 89 : cluster 0 pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:24:31.677 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:31 smithi042 bash[57193]: audit 2024-04-27T01:24:30.520112+0000 mon.a (mon.0) 189 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:31.678 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:31 smithi042 bash[57193]: audit 2024-04-27T01:24:30.529993+0000 mon.a (mon.0) 190 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:31.678 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:31 smithi042 bash[57193]: cephadm 2024-04-27T01:24:30.547375+0000 mgr.y (mgr.34101) 90 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2024-04-27T01:24:31.678 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:31 smithi042 bash[57193]: audit 2024-04-27T01:24:30.548068+0000 mon.a (mon.0) 191 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-27T01:24:31.678 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:31 smithi042 bash[57193]: audit 2024-04-27T01:24:30.549751+0000 mon.a (mon.0) 192 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:31.678 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:31 smithi042 bash[57193]: cephadm 2024-04-27T01:24:30.553369+0000 mgr.y (mgr.34101) 91 : cephadm 1 Reconfiguring daemon osd.1 on smithi042 2024-04-27T01:24:31.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:31 smithi046 bash[44872]: cluster 2024-04-27T01:24:30.152530+0000 mgr.y (mgr.34101) 89 : cluster 0 pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:24:31.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:31 smithi046 bash[44872]: audit 2024-04-27T01:24:30.520112+0000 mon.a (mon.0) 189 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:31.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:31 smithi046 bash[44872]: audit 2024-04-27T01:24:30.529993+0000 mon.a (mon.0) 190 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:31.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:31 smithi046 bash[44872]: cephadm 2024-04-27T01:24:30.547375+0000 mgr.y (mgr.34101) 90 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2024-04-27T01:24:31.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:31 smithi046 bash[44872]: audit 2024-04-27T01:24:30.548068+0000 mon.a (mon.0) 191 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-27T01:24:31.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:31 smithi046 bash[44872]: audit 2024-04-27T01:24:30.549751+0000 mon.a (mon.0) 192 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:31.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:31 smithi046 bash[44872]: cephadm 2024-04-27T01:24:30.553369+0000 mgr.y (mgr.34101) 91 : cephadm 1 Reconfiguring daemon osd.1 on smithi042 2024-04-27T01:24:32.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:32 smithi046 bash[44872]: cluster 2024-04-27T01:24:32.153266+0000 mgr.y (mgr.34101) 92 : cluster 0 pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:24:32.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:32 smithi042 bash[57193]: cluster 2024-04-27T01:24:32.153266+0000 mgr.y (mgr.34101) 92 : cluster 0 pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:24:32.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:32 smithi042 bash[55870]: cluster 2024-04-27T01:24:32.153266+0000 mgr.y (mgr.34101) 92 : cluster 0 pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:24:33.736 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:33 smithi042 bash[55870]: audit 2024-04-27T01:24:32.482668+0000 mon.a (mon.0) 193 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:33.737 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:33 smithi042 bash[55870]: audit 2024-04-27T01:24:32.491311+0000 mon.a (mon.0) 194 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:33.737 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:33 smithi042 bash[55870]: cephadm 2024-04-27T01:24:32.520026+0000 mgr.y (mgr.34101) 93 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2024-04-27T01:24:33.737 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:33 smithi042 bash[55870]: audit 2024-04-27T01:24:32.520620+0000 mon.a (mon.0) 195 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-27T01:24:33.737 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:33 smithi042 bash[55870]: audit 2024-04-27T01:24:32.522043+0000 mon.a (mon.0) 196 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:33.737 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:33 smithi042 bash[55870]: cephadm 2024-04-27T01:24:32.527402+0000 mgr.y (mgr.34101) 94 : cephadm 1 Reconfiguring daemon osd.2 on smithi042 2024-04-27T01:24:33.738 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:33 smithi042 bash[57193]: audit 2024-04-27T01:24:32.482668+0000 mon.a (mon.0) 193 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:33.738 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:33 smithi042 bash[57193]: audit 2024-04-27T01:24:32.491311+0000 mon.a (mon.0) 194 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:33.738 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:33 smithi042 bash[57193]: cephadm 2024-04-27T01:24:32.520026+0000 mgr.y (mgr.34101) 93 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2024-04-27T01:24:33.738 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:33 smithi042 bash[57193]: audit 2024-04-27T01:24:32.520620+0000 mon.a (mon.0) 195 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-27T01:24:33.738 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:33 smithi042 bash[57193]: audit 2024-04-27T01:24:32.522043+0000 mon.a (mon.0) 196 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:33.738 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:33 smithi042 bash[57193]: cephadm 2024-04-27T01:24:32.527402+0000 mgr.y (mgr.34101) 94 : cephadm 1 Reconfiguring daemon osd.2 on smithi042 2024-04-27T01:24:33.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:33 smithi046 bash[44872]: audit 2024-04-27T01:24:32.482668+0000 mon.a (mon.0) 193 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:33.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:33 smithi046 bash[44872]: audit 2024-04-27T01:24:32.491311+0000 mon.a (mon.0) 194 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:33.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:33 smithi046 bash[44872]: cephadm 2024-04-27T01:24:32.520026+0000 mgr.y (mgr.34101) 93 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2024-04-27T01:24:33.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:33 smithi046 bash[44872]: audit 2024-04-27T01:24:32.520620+0000 mon.a (mon.0) 195 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-27T01:24:33.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:33 smithi046 bash[44872]: audit 2024-04-27T01:24:32.522043+0000 mon.a (mon.0) 196 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:33.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:33 smithi046 bash[44872]: cephadm 2024-04-27T01:24:32.527402+0000 mgr.y (mgr.34101) 94 : cephadm 1 Reconfiguring daemon osd.2 on smithi042 2024-04-27T01:24:34.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:34 smithi046 bash[44872]: cluster 2024-04-27T01:24:34.153959+0000 mgr.y (mgr.34101) 95 : cluster 0 pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:34.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:34 smithi042 bash[55870]: cluster 2024-04-27T01:24:34.153959+0000 mgr.y (mgr.34101) 95 : cluster 0 pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:34.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:34 smithi042 bash[57193]: cluster 2024-04-27T01:24:34.153959+0000 mgr.y (mgr.34101) 95 : cluster 0 pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:35.846 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:35 smithi042 bash[55870]: audit 2024-04-27T01:24:34.562982+0000 mon.a (mon.0) 197 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:35.847 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:35 smithi042 bash[55870]: audit 2024-04-27T01:24:34.570476+0000 mon.a (mon.0) 198 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:35.847 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:35 smithi042 bash[55870]: cephadm 2024-04-27T01:24:34.612873+0000 mgr.y (mgr.34101) 96 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2024-04-27T01:24:35.847 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:35 smithi042 bash[55870]: audit 2024-04-27T01:24:34.613523+0000 mon.a (mon.0) 199 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-27T01:24:35.847 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:35 smithi042 bash[55870]: audit 2024-04-27T01:24:34.614988+0000 mon.a (mon.0) 200 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:35.847 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:35 smithi042 bash[55870]: cephadm 2024-04-27T01:24:34.620559+0000 mgr.y (mgr.34101) 97 : cephadm 1 Reconfiguring daemon osd.3 on smithi042 2024-04-27T01:24:35.847 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:35 smithi042 bash[55870]: audit 2024-04-27T01:24:35.018725+0000 mgr.y (mgr.34101) 98 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:24:35.847 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:35 smithi042 bash[57193]: audit 2024-04-27T01:24:34.562982+0000 mon.a (mon.0) 197 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:35.847 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:35 smithi042 bash[57193]: audit 2024-04-27T01:24:34.570476+0000 mon.a (mon.0) 198 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:35.847 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:35 smithi042 bash[57193]: cephadm 2024-04-27T01:24:34.612873+0000 mgr.y (mgr.34101) 96 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2024-04-27T01:24:35.847 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:35 smithi042 bash[57193]: audit 2024-04-27T01:24:34.613523+0000 mon.a (mon.0) 199 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-27T01:24:35.847 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:35 smithi042 bash[57193]: audit 2024-04-27T01:24:34.614988+0000 mon.a (mon.0) 200 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:35.848 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:35 smithi042 bash[57193]: cephadm 2024-04-27T01:24:34.620559+0000 mgr.y (mgr.34101) 97 : cephadm 1 Reconfiguring daemon osd.3 on smithi042 2024-04-27T01:24:35.848 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:35 smithi042 bash[57193]: audit 2024-04-27T01:24:35.018725+0000 mgr.y (mgr.34101) 98 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:24:35.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:35 smithi046 bash[44872]: audit 2024-04-27T01:24:34.562982+0000 mon.a (mon.0) 197 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:35.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:35 smithi046 bash[44872]: audit 2024-04-27T01:24:34.570476+0000 mon.a (mon.0) 198 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:35.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:35 smithi046 bash[44872]: cephadm 2024-04-27T01:24:34.612873+0000 mgr.y (mgr.34101) 96 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2024-04-27T01:24:35.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:35 smithi046 bash[44872]: audit 2024-04-27T01:24:34.613523+0000 mon.a (mon.0) 199 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-27T01:24:35.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:35 smithi046 bash[44872]: audit 2024-04-27T01:24:34.614988+0000 mon.a (mon.0) 200 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:35.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:35 smithi046 bash[44872]: cephadm 2024-04-27T01:24:34.620559+0000 mgr.y (mgr.34101) 97 : cephadm 1 Reconfiguring daemon osd.3 on smithi042 2024-04-27T01:24:35.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:35 smithi046 bash[44872]: audit 2024-04-27T01:24:35.018725+0000 mgr.y (mgr.34101) 98 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:24:36.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:36 smithi046 bash[44872]: cluster 2024-04-27T01:24:36.155728+0000 mgr.y (mgr.34101) 99 : cluster 0 pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:24:36.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:36 smithi046 bash[44872]: audit 2024-04-27T01:24:36.489172+0000 mon.a (mon.0) 201 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:36.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:36 smithi046 bash[44872]: audit 2024-04-27T01:24:36.500674+0000 mon.a (mon.0) 202 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:36.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:36 smithi046 bash[44872]: audit 2024-04-27T01:24:36.541541+0000 mon.a (mon.0) 203 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi042.btwsuv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:24:36.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:36 smithi046 bash[44872]: audit 2024-04-27T01:24:36.545194+0000 mon.a (mon.0) 204 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:36.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:36 smithi042 bash[57193]: cluster 2024-04-27T01:24:36.155728+0000 mgr.y (mgr.34101) 99 : cluster 0 pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:24:36.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:36 smithi042 bash[57193]: audit 2024-04-27T01:24:36.489172+0000 mon.a (mon.0) 201 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:36.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:36 smithi042 bash[57193]: audit 2024-04-27T01:24:36.500674+0000 mon.a (mon.0) 202 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:36.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:36 smithi042 bash[57193]: audit 2024-04-27T01:24:36.541541+0000 mon.a (mon.0) 203 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi042.btwsuv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:24:36.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:36 smithi042 bash[57193]: audit 2024-04-27T01:24:36.545194+0000 mon.a (mon.0) 204 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:36.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:36 smithi042 bash[55870]: cluster 2024-04-27T01:24:36.155728+0000 mgr.y (mgr.34101) 99 : cluster 0 pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:24:36.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:36 smithi042 bash[55870]: audit 2024-04-27T01:24:36.489172+0000 mon.a (mon.0) 201 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:36.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:36 smithi042 bash[55870]: audit 2024-04-27T01:24:36.500674+0000 mon.a (mon.0) 202 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:36.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:36 smithi042 bash[55870]: audit 2024-04-27T01:24:36.541541+0000 mon.a (mon.0) 203 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi042.btwsuv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:24:36.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:36 smithi042 bash[55870]: audit 2024-04-27T01:24:36.545194+0000 mon.a (mon.0) 204 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:37.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:37 smithi042 bash[55870]: cephadm 2024-04-27T01:24:36.540830+0000 mgr.y (mgr.34101) 100 : cephadm 1 Reconfiguring rgw.foo.smithi042.btwsuv (monmap changed)... 2024-04-27T01:24:37.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:37 smithi042 bash[55870]: cephadm 2024-04-27T01:24:36.547269+0000 mgr.y (mgr.34101) 101 : cephadm 1 Reconfiguring daemon rgw.foo.smithi042.btwsuv on smithi042 2024-04-27T01:24:37.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:37 smithi042 bash[57193]: cephadm 2024-04-27T01:24:36.540830+0000 mgr.y (mgr.34101) 100 : cephadm 1 Reconfiguring rgw.foo.smithi042.btwsuv (monmap changed)... 2024-04-27T01:24:37.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:37 smithi042 bash[57193]: cephadm 2024-04-27T01:24:36.547269+0000 mgr.y (mgr.34101) 101 : cephadm 1 Reconfiguring daemon rgw.foo.smithi042.btwsuv on smithi042 2024-04-27T01:24:37.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:37 smithi046 bash[44872]: cephadm 2024-04-27T01:24:36.540830+0000 mgr.y (mgr.34101) 100 : cephadm 1 Reconfiguring rgw.foo.smithi042.btwsuv (monmap changed)... 2024-04-27T01:24:37.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:37 smithi046 bash[44872]: cephadm 2024-04-27T01:24:36.547269+0000 mgr.y (mgr.34101) 101 : cephadm 1 Reconfiguring daemon rgw.foo.smithi042.btwsuv on smithi042 2024-04-27T01:24:38.922 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:24:38 smithi046 bash[42033]: ts=2024-04-27T01:24:38.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.46:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:24:38.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:38 smithi046 bash[44872]: cluster 2024-04-27T01:24:38.156452+0000 mgr.y (mgr.34101) 102 : cluster 0 pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:38.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:38 smithi046 bash[44872]: audit 2024-04-27T01:24:38.532122+0000 mon.a (mon.0) 205 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:38.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:38 smithi046 bash[44872]: audit 2024-04-27T01:24:38.544571+0000 mon.a (mon.0) 206 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:38.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:38 smithi046 bash[44872]: audit 2024-04-27T01:24:38.567991+0000 mon.a (mon.0) 207 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi042.yftnvj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:24:38.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:38 smithi046 bash[44872]: audit 2024-04-27T01:24:38.571693+0000 mon.a (mon.0) 208 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:38.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:38 smithi042 bash[57193]: cluster 2024-04-27T01:24:38.156452+0000 mgr.y (mgr.34101) 102 : cluster 0 pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:38.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:38 smithi042 bash[57193]: audit 2024-04-27T01:24:38.532122+0000 mon.a (mon.0) 205 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:38.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:38 smithi042 bash[57193]: audit 2024-04-27T01:24:38.544571+0000 mon.a (mon.0) 206 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:38.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:38 smithi042 bash[57193]: audit 2024-04-27T01:24:38.567991+0000 mon.a (mon.0) 207 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi042.yftnvj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:24:38.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:38 smithi042 bash[57193]: audit 2024-04-27T01:24:38.571693+0000 mon.a (mon.0) 208 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:38.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:38 smithi042 bash[55870]: cluster 2024-04-27T01:24:38.156452+0000 mgr.y (mgr.34101) 102 : cluster 0 pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:38.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:38 smithi042 bash[55870]: audit 2024-04-27T01:24:38.532122+0000 mon.a (mon.0) 205 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:38.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:38 smithi042 bash[55870]: audit 2024-04-27T01:24:38.544571+0000 mon.a (mon.0) 206 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:38.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:38 smithi042 bash[55870]: audit 2024-04-27T01:24:38.567991+0000 mon.a (mon.0) 207 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi042.yftnvj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:24:38.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:38 smithi042 bash[55870]: audit 2024-04-27T01:24:38.571693+0000 mon.a (mon.0) 208 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:39.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:24:39 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:24:39] "GET /metrics HTTP/1.1" 200 38258 "" "Prometheus/2.33.4" 2024-04-27T01:24:39.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:39 smithi042 bash[55870]: cephadm 2024-04-27T01:24:38.567283+0000 mgr.y (mgr.34101) 103 : cephadm 1 Reconfiguring rgw.smpl.smithi042.yftnvj (monmap changed)... 2024-04-27T01:24:39.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:39 smithi042 bash[55870]: cephadm 2024-04-27T01:24:38.573809+0000 mgr.y (mgr.34101) 104 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi042.yftnvj on smithi042 2024-04-27T01:24:39.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:39 smithi042 bash[57193]: cephadm 2024-04-27T01:24:38.567283+0000 mgr.y (mgr.34101) 103 : cephadm 1 Reconfiguring rgw.smpl.smithi042.yftnvj (monmap changed)... 2024-04-27T01:24:39.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:39 smithi042 bash[57193]: cephadm 2024-04-27T01:24:38.573809+0000 mgr.y (mgr.34101) 104 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi042.yftnvj on smithi042 2024-04-27T01:24:39.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:39 smithi046 bash[44872]: cephadm 2024-04-27T01:24:38.567283+0000 mgr.y (mgr.34101) 103 : cephadm 1 Reconfiguring rgw.smpl.smithi042.yftnvj (monmap changed)... 2024-04-27T01:24:39.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:39 smithi046 bash[44872]: cephadm 2024-04-27T01:24:38.573809+0000 mgr.y (mgr.34101) 104 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi042.yftnvj on smithi042 2024-04-27T01:24:40.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:40 smithi046 bash[44872]: cluster 2024-04-27T01:24:40.158216+0000 mgr.y (mgr.34101) 105 : cluster 0 pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:24:40.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:40 smithi046 bash[44872]: audit 2024-04-27T01:24:40.534195+0000 mon.a (mon.0) 209 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:40.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:40 smithi046 bash[44872]: audit 2024-04-27T01:24:40.541871+0000 mon.a (mon.0) 210 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:40.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:40 smithi046 bash[44872]: audit 2024-04-27T01:24:40.544532+0000 mon.a (mon.0) 211 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:24:40.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:40 smithi046 bash[44872]: audit 2024-04-27T01:24:40.545624+0000 mon.a (mon.0) 212 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T01:24:40.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:40 smithi046 bash[44872]: audit 2024-04-27T01:24:40.546731+0000 mon.a (mon.0) 213 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:40.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:40 smithi042 bash[55870]: cluster 2024-04-27T01:24:40.158216+0000 mgr.y (mgr.34101) 105 : cluster 0 pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:24:40.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:40 smithi042 bash[55870]: audit 2024-04-27T01:24:40.534195+0000 mon.a (mon.0) 209 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:40.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:40 smithi042 bash[55870]: audit 2024-04-27T01:24:40.541871+0000 mon.a (mon.0) 210 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:40.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:40 smithi042 bash[55870]: audit 2024-04-27T01:24:40.544532+0000 mon.a (mon.0) 211 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:24:40.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:40 smithi042 bash[55870]: audit 2024-04-27T01:24:40.545624+0000 mon.a (mon.0) 212 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T01:24:40.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:40 smithi042 bash[55870]: audit 2024-04-27T01:24:40.546731+0000 mon.a (mon.0) 213 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:40.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:40 smithi042 bash[57193]: cluster 2024-04-27T01:24:40.158216+0000 mgr.y (mgr.34101) 105 : cluster 0 pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:24:40.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:40 smithi042 bash[57193]: audit 2024-04-27T01:24:40.534195+0000 mon.a (mon.0) 209 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:40.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:40 smithi042 bash[57193]: audit 2024-04-27T01:24:40.541871+0000 mon.a (mon.0) 210 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:40.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:40 smithi042 bash[57193]: audit 2024-04-27T01:24:40.544532+0000 mon.a (mon.0) 211 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T01:24:40.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:40 smithi042 bash[57193]: audit 2024-04-27T01:24:40.545624+0000 mon.a (mon.0) 212 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T01:24:40.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:40 smithi042 bash[57193]: audit 2024-04-27T01:24:40.546731+0000 mon.a (mon.0) 213 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:41.852 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:41 smithi046 bash[44872]: cephadm 2024-04-27T01:24:40.544034+0000 mgr.y (mgr.34101) 106 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-04-27T01:24:41.852 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:41 smithi046 bash[44872]: cephadm 2024-04-27T01:24:40.548082+0000 mgr.y (mgr.34101) 107 : cephadm 1 Reconfiguring daemon mon.b on smithi046 2024-04-27T01:24:41.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:41 smithi042 bash[55870]: cephadm 2024-04-27T01:24:40.544034+0000 mgr.y (mgr.34101) 106 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-04-27T01:24:41.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:41 smithi042 bash[55870]: cephadm 2024-04-27T01:24:40.548082+0000 mgr.y (mgr.34101) 107 : cephadm 1 Reconfiguring daemon mon.b on smithi046 2024-04-27T01:24:41.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:41 smithi042 bash[57193]: cephadm 2024-04-27T01:24:40.544034+0000 mgr.y (mgr.34101) 106 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-04-27T01:24:41.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:41 smithi042 bash[57193]: cephadm 2024-04-27T01:24:40.548082+0000 mgr.y (mgr.34101) 107 : cephadm 1 Reconfiguring daemon mon.b on smithi046 2024-04-27T01:24:42.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:42 smithi046 bash[44872]: cluster 2024-04-27T01:24:42.158912+0000 mgr.y (mgr.34101) 108 : cluster 0 pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:42.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:42 smithi046 bash[44872]: audit 2024-04-27T01:24:42.482721+0000 mon.a (mon.0) 214 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:42.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:42 smithi046 bash[44872]: audit 2024-04-27T01:24:42.494828+0000 mon.a (mon.0) 215 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:42.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:42 smithi046 bash[44872]: audit 2024-04-27T01:24:42.518280+0000 mon.a (mon.0) 216 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:24:42.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:42 smithi046 bash[44872]: audit 2024-04-27T01:24:42.520277+0000 mon.a (mon.0) 217 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T01:24:42.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:42 smithi046 bash[44872]: audit 2024-04-27T01:24:42.521940+0000 mon.a (mon.0) 218 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:42.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:42 smithi042 bash[55870]: cluster 2024-04-27T01:24:42.158912+0000 mgr.y (mgr.34101) 108 : cluster 0 pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:42.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:42 smithi042 bash[55870]: audit 2024-04-27T01:24:42.482721+0000 mon.a (mon.0) 214 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:42.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:42 smithi042 bash[55870]: audit 2024-04-27T01:24:42.494828+0000 mon.a (mon.0) 215 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:42.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:42 smithi042 bash[55870]: audit 2024-04-27T01:24:42.518280+0000 mon.a (mon.0) 216 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:24:42.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:42 smithi042 bash[55870]: audit 2024-04-27T01:24:42.520277+0000 mon.a (mon.0) 217 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T01:24:42.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:42 smithi042 bash[55870]: audit 2024-04-27T01:24:42.521940+0000 mon.a (mon.0) 218 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:42.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:42 smithi042 bash[57193]: cluster 2024-04-27T01:24:42.158912+0000 mgr.y (mgr.34101) 108 : cluster 0 pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:42.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:42 smithi042 bash[57193]: audit 2024-04-27T01:24:42.482721+0000 mon.a (mon.0) 214 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:42.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:42 smithi042 bash[57193]: audit 2024-04-27T01:24:42.494828+0000 mon.a (mon.0) 215 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:42.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:42 smithi042 bash[57193]: audit 2024-04-27T01:24:42.518280+0000 mon.a (mon.0) 216 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T01:24:42.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:42 smithi042 bash[57193]: audit 2024-04-27T01:24:42.520277+0000 mon.a (mon.0) 217 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T01:24:42.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:42 smithi042 bash[57193]: audit 2024-04-27T01:24:42.521940+0000 mon.a (mon.0) 218 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:43.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:43 smithi046 bash[44872]: cephadm 2024-04-27T01:24:42.517517+0000 mgr.y (mgr.34101) 109 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2024-04-27T01:24:43.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:43 smithi046 bash[44872]: cephadm 2024-04-27T01:24:42.523942+0000 mgr.y (mgr.34101) 110 : cephadm 1 Reconfiguring daemon mgr.x on smithi046 2024-04-27T01:24:43.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:43 smithi042 bash[55870]: cephadm 2024-04-27T01:24:42.517517+0000 mgr.y (mgr.34101) 109 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2024-04-27T01:24:43.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:43 smithi042 bash[55870]: cephadm 2024-04-27T01:24:42.523942+0000 mgr.y (mgr.34101) 110 : cephadm 1 Reconfiguring daemon mgr.x on smithi046 2024-04-27T01:24:43.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:43 smithi042 bash[57193]: cephadm 2024-04-27T01:24:42.517517+0000 mgr.y (mgr.34101) 109 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2024-04-27T01:24:43.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:43 smithi042 bash[57193]: cephadm 2024-04-27T01:24:42.523942+0000 mgr.y (mgr.34101) 110 : cephadm 1 Reconfiguring daemon mgr.x on smithi046 2024-04-27T01:24:44.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:44 smithi046 bash[44872]: audit 2024-04-27T01:24:44.029581+0000 mon.a (mon.0) 219 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:24:44.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:44 smithi046 bash[44872]: cluster 2024-04-27T01:24:44.159686+0000 mgr.y (mgr.34101) 111 : cluster 0 pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:44.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:44 smithi046 bash[44872]: audit 2024-04-27T01:24:44.466943+0000 mon.a (mon.0) 220 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:44.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:44 smithi046 bash[44872]: audit 2024-04-27T01:24:44.479116+0000 mon.a (mon.0) 221 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:44.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:44 smithi046 bash[44872]: audit 2024-04-27T01:24:44.501202+0000 mon.a (mon.0) 222 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-27T01:24:44.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:44 smithi046 bash[44872]: audit 2024-04-27T01:24:44.502956+0000 mon.a (mon.0) 223 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:44.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:44 smithi042 bash[55870]: audit 2024-04-27T01:24:44.029581+0000 mon.a (mon.0) 219 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:24:44.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:44 smithi042 bash[55870]: cluster 2024-04-27T01:24:44.159686+0000 mgr.y (mgr.34101) 111 : cluster 0 pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:44.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:44 smithi042 bash[55870]: audit 2024-04-27T01:24:44.466943+0000 mon.a (mon.0) 220 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:44.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:44 smithi042 bash[55870]: audit 2024-04-27T01:24:44.479116+0000 mon.a (mon.0) 221 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:44.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:44 smithi042 bash[55870]: audit 2024-04-27T01:24:44.501202+0000 mon.a (mon.0) 222 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-27T01:24:44.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:44 smithi042 bash[55870]: audit 2024-04-27T01:24:44.502956+0000 mon.a (mon.0) 223 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:44.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:44 smithi042 bash[57193]: audit 2024-04-27T01:24:44.029581+0000 mon.a (mon.0) 219 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:24:44.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:44 smithi042 bash[57193]: cluster 2024-04-27T01:24:44.159686+0000 mgr.y (mgr.34101) 111 : cluster 0 pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:44.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:44 smithi042 bash[57193]: audit 2024-04-27T01:24:44.466943+0000 mon.a (mon.0) 220 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:44.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:44 smithi042 bash[57193]: audit 2024-04-27T01:24:44.479116+0000 mon.a (mon.0) 221 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:44.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:44 smithi042 bash[57193]: audit 2024-04-27T01:24:44.501202+0000 mon.a (mon.0) 222 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-27T01:24:44.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:44 smithi042 bash[57193]: audit 2024-04-27T01:24:44.502956+0000 mon.a (mon.0) 223 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:45.916 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:45 smithi046 bash[44872]: cephadm 2024-04-27T01:24:44.500526+0000 mgr.y (mgr.34101) 112 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2024-04-27T01:24:45.916 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:45 smithi046 bash[44872]: cephadm 2024-04-27T01:24:44.508574+0000 mgr.y (mgr.34101) 113 : cephadm 1 Reconfiguring daemon osd.4 on smithi046 2024-04-27T01:24:45.916 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:45 smithi046 bash[44872]: audit 2024-04-27T01:24:45.029952+0000 mgr.y (mgr.34101) 114 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:24:45.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:45 smithi042 bash[55870]: cephadm 2024-04-27T01:24:44.500526+0000 mgr.y (mgr.34101) 112 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2024-04-27T01:24:45.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:45 smithi042 bash[55870]: cephadm 2024-04-27T01:24:44.508574+0000 mgr.y (mgr.34101) 113 : cephadm 1 Reconfiguring daemon osd.4 on smithi046 2024-04-27T01:24:45.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:45 smithi042 bash[55870]: audit 2024-04-27T01:24:45.029952+0000 mgr.y (mgr.34101) 114 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:24:45.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:45 smithi042 bash[57193]: cephadm 2024-04-27T01:24:44.500526+0000 mgr.y (mgr.34101) 112 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2024-04-27T01:24:45.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:45 smithi042 bash[57193]: cephadm 2024-04-27T01:24:44.508574+0000 mgr.y (mgr.34101) 113 : cephadm 1 Reconfiguring daemon osd.4 on smithi046 2024-04-27T01:24:45.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:45 smithi042 bash[57193]: audit 2024-04-27T01:24:45.029952+0000 mgr.y (mgr.34101) 114 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:24:46.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:46 smithi046 bash[44872]: cluster 2024-04-27T01:24:46.161859+0000 mgr.y (mgr.34101) 115 : cluster 0 pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:24:46.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:46 smithi046 bash[44872]: audit 2024-04-27T01:24:46.467263+0000 mon.a (mon.0) 224 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:46.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:46 smithi046 bash[44872]: audit 2024-04-27T01:24:46.478991+0000 mon.a (mon.0) 225 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:46.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:46 smithi046 bash[44872]: audit 2024-04-27T01:24:46.529195+0000 mon.a (mon.0) 226 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-27T01:24:46.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:46 smithi046 bash[44872]: audit 2024-04-27T01:24:46.531260+0000 mon.a (mon.0) 227 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:46.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:46 smithi042 bash[55870]: cluster 2024-04-27T01:24:46.161859+0000 mgr.y (mgr.34101) 115 : cluster 0 pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:24:46.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:46 smithi042 bash[55870]: audit 2024-04-27T01:24:46.467263+0000 mon.a (mon.0) 224 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:46.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:46 smithi042 bash[55870]: audit 2024-04-27T01:24:46.478991+0000 mon.a (mon.0) 225 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:46.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:46 smithi042 bash[55870]: audit 2024-04-27T01:24:46.529195+0000 mon.a (mon.0) 226 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-27T01:24:46.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:46 smithi042 bash[55870]: audit 2024-04-27T01:24:46.531260+0000 mon.a (mon.0) 227 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:46.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:46 smithi042 bash[57193]: cluster 2024-04-27T01:24:46.161859+0000 mgr.y (mgr.34101) 115 : cluster 0 pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:24:46.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:46 smithi042 bash[57193]: audit 2024-04-27T01:24:46.467263+0000 mon.a (mon.0) 224 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:46.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:46 smithi042 bash[57193]: audit 2024-04-27T01:24:46.478991+0000 mon.a (mon.0) 225 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:46.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:46 smithi042 bash[57193]: audit 2024-04-27T01:24:46.529195+0000 mon.a (mon.0) 226 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-27T01:24:46.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:46 smithi042 bash[57193]: audit 2024-04-27T01:24:46.531260+0000 mon.a (mon.0) 227 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:47.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:47 smithi046 bash[44872]: cephadm 2024-04-27T01:24:46.528378+0000 mgr.y (mgr.34101) 116 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2024-04-27T01:24:47.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:47 smithi046 bash[44872]: cephadm 2024-04-27T01:24:46.537141+0000 mgr.y (mgr.34101) 117 : cephadm 1 Reconfiguring daemon osd.5 on smithi046 2024-04-27T01:24:47.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:47 smithi042 bash[55870]: cephadm 2024-04-27T01:24:46.528378+0000 mgr.y (mgr.34101) 116 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2024-04-27T01:24:47.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:47 smithi042 bash[55870]: cephadm 2024-04-27T01:24:46.537141+0000 mgr.y (mgr.34101) 117 : cephadm 1 Reconfiguring daemon osd.5 on smithi046 2024-04-27T01:24:47.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:47 smithi042 bash[57193]: cephadm 2024-04-27T01:24:46.528378+0000 mgr.y (mgr.34101) 116 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2024-04-27T01:24:47.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:47 smithi042 bash[57193]: cephadm 2024-04-27T01:24:46.537141+0000 mgr.y (mgr.34101) 117 : cephadm 1 Reconfiguring daemon osd.5 on smithi046 2024-04-27T01:24:48.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:48 smithi046 bash[44872]: cluster 2024-04-27T01:24:48.162654+0000 mgr.y (mgr.34101) 118 : cluster 0 pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:48.922 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:24:48 smithi046 bash[42033]: ts=2024-04-27T01:24:48.660Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.46:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:24:48.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:48 smithi042 bash[55870]: cluster 2024-04-27T01:24:48.162654+0000 mgr.y (mgr.34101) 118 : cluster 0 pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:48.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:48 smithi042 bash[57193]: cluster 2024-04-27T01:24:48.162654+0000 mgr.y (mgr.34101) 118 : cluster 0 pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:49.652 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:24:49 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:24:49] "GET /metrics HTTP/1.1" 200 38253 "" "Prometheus/2.33.4" 2024-04-27T01:24:49.909 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:49 smithi046 bash[44872]: audit 2024-04-27T01:24:48.671305+0000 mon.a (mon.0) 228 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:49.909 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:49 smithi046 bash[44872]: audit 2024-04-27T01:24:48.685345+0000 mon.a (mon.0) 229 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:49.909 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:49 smithi046 bash[44872]: cephadm 2024-04-27T01:24:48.707486+0000 mgr.y (mgr.34101) 119 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2024-04-27T01:24:49.910 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:49 smithi046 bash[44872]: audit 2024-04-27T01:24:48.708195+0000 mon.a (mon.0) 230 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-27T01:24:49.910 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:49 smithi046 bash[44872]: audit 2024-04-27T01:24:48.710201+0000 mon.a (mon.0) 231 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:49.910 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:49 smithi046 bash[44872]: cephadm 2024-04-27T01:24:48.715926+0000 mgr.y (mgr.34101) 120 : cephadm 1 Reconfiguring daemon osd.6 on smithi046 2024-04-27T01:24:49.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:49 smithi042 bash[55870]: audit 2024-04-27T01:24:48.671305+0000 mon.a (mon.0) 228 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:49.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:49 smithi042 bash[55870]: audit 2024-04-27T01:24:48.685345+0000 mon.a (mon.0) 229 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:49.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:49 smithi042 bash[55870]: cephadm 2024-04-27T01:24:48.707486+0000 mgr.y (mgr.34101) 119 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2024-04-27T01:24:49.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:49 smithi042 bash[55870]: audit 2024-04-27T01:24:48.708195+0000 mon.a (mon.0) 230 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-27T01:24:49.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:49 smithi042 bash[55870]: audit 2024-04-27T01:24:48.710201+0000 mon.a (mon.0) 231 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:49.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:49 smithi042 bash[55870]: cephadm 2024-04-27T01:24:48.715926+0000 mgr.y (mgr.34101) 120 : cephadm 1 Reconfiguring daemon osd.6 on smithi046 2024-04-27T01:24:49.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:49 smithi042 bash[57193]: audit 2024-04-27T01:24:48.671305+0000 mon.a (mon.0) 228 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:49.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:49 smithi042 bash[57193]: audit 2024-04-27T01:24:48.685345+0000 mon.a (mon.0) 229 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:49.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:49 smithi042 bash[57193]: cephadm 2024-04-27T01:24:48.707486+0000 mgr.y (mgr.34101) 119 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2024-04-27T01:24:49.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:49 smithi042 bash[57193]: audit 2024-04-27T01:24:48.708195+0000 mon.a (mon.0) 230 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-27T01:24:49.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:49 smithi042 bash[57193]: audit 2024-04-27T01:24:48.710201+0000 mon.a (mon.0) 231 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:49.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:49 smithi042 bash[57193]: cephadm 2024-04-27T01:24:48.715926+0000 mgr.y (mgr.34101) 120 : cephadm 1 Reconfiguring daemon osd.6 on smithi046 2024-04-27T01:24:50.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:50 smithi046 bash[44872]: cluster 2024-04-27T01:24:50.163610+0000 mgr.y (mgr.34101) 121 : cluster 0 pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:24:50.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:50 smithi042 bash[55870]: cluster 2024-04-27T01:24:50.163610+0000 mgr.y (mgr.34101) 121 : cluster 0 pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:24:50.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:50 smithi042 bash[57193]: cluster 2024-04-27T01:24:50.163610+0000 mgr.y (mgr.34101) 121 : cluster 0 pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:24:52.005 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:51 smithi046 bash[44872]: audit 2024-04-27T01:24:50.744798+0000 mon.a (mon.0) 232 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:52.005 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:51 smithi046 bash[44872]: audit 2024-04-27T01:24:50.756674+0000 mon.a (mon.0) 233 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:52.005 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:51 smithi046 bash[44872]: cephadm 2024-04-27T01:24:50.785810+0000 mgr.y (mgr.34101) 122 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2024-04-27T01:24:52.005 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:51 smithi046 bash[44872]: audit 2024-04-27T01:24:50.786476+0000 mon.a (mon.0) 234 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-27T01:24:52.005 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:51 smithi046 bash[44872]: audit 2024-04-27T01:24:50.788282+0000 mon.a (mon.0) 235 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:52.006 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:51 smithi046 bash[44872]: cephadm 2024-04-27T01:24:50.794589+0000 mgr.y (mgr.34101) 123 : cephadm 1 Reconfiguring daemon osd.7 on smithi046 2024-04-27T01:24:52.138 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:24:52.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:51 smithi042 bash[57193]: audit 2024-04-27T01:24:50.744798+0000 mon.a (mon.0) 232 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:52.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:51 smithi042 bash[57193]: audit 2024-04-27T01:24:50.756674+0000 mon.a (mon.0) 233 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:52.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:51 smithi042 bash[57193]: cephadm 2024-04-27T01:24:50.785810+0000 mgr.y (mgr.34101) 122 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2024-04-27T01:24:52.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:51 smithi042 bash[57193]: audit 2024-04-27T01:24:50.786476+0000 mon.a (mon.0) 234 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-27T01:24:52.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:51 smithi042 bash[57193]: audit 2024-04-27T01:24:50.788282+0000 mon.a (mon.0) 235 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:52.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:51 smithi042 bash[57193]: cephadm 2024-04-27T01:24:50.794589+0000 mgr.y (mgr.34101) 123 : cephadm 1 Reconfiguring daemon osd.7 on smithi046 2024-04-27T01:24:52.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:51 smithi042 bash[55870]: audit 2024-04-27T01:24:50.744798+0000 mon.a (mon.0) 232 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:52.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:51 smithi042 bash[55870]: audit 2024-04-27T01:24:50.756674+0000 mon.a (mon.0) 233 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:52.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:51 smithi042 bash[55870]: cephadm 2024-04-27T01:24:50.785810+0000 mgr.y (mgr.34101) 122 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2024-04-27T01:24:52.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:51 smithi042 bash[55870]: audit 2024-04-27T01:24:50.786476+0000 mon.a (mon.0) 234 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-27T01:24:52.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:51 smithi042 bash[55870]: audit 2024-04-27T01:24:50.788282+0000 mon.a (mon.0) 235 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:52.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:51 smithi042 bash[55870]: cephadm 2024-04-27T01:24:50.794589+0000 mgr.y (mgr.34101) 123 : cephadm 1 Reconfiguring daemon osd.7 on smithi046 2024-04-27T01:24:52.928 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:24:52.928 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (3m) 65s ago 10m 15.0M - 0.23.0 ba2b418f427c 0f0b55d975d0 2024-04-27T01:24:52.928 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 error 41s ago 9m - - 2024-04-27T01:24:52.928 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 running (2m) 65s ago 8m 43.2M - 3.5 e1d6a67b021e e9e58db015ab 2024-04-27T01:24:52.928 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443,9283,8765 running (2m) 41s ago 15m 436M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 b405f9e86d9a 2024-04-27T01:24:52.929 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (3m) 65s ago 17m 482M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 60e39f55c7ea 2024-04-27T01:24:52.929 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (109s) 65s ago 17m 36.9M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 73925c36c48e 2024-04-27T01:24:52.929 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (49s) 41s ago 15m 18.2M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 56399982a983 2024-04-27T01:24:52.929 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (74s) 65s ago 16m 20.4M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 cf9a80ee073c 2024-04-27T01:24:52.929 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (3m) 65s ago 10m 8832k - 1.3.1 1dbe0e931976 ea2d213e0f7a 2024-04-27T01:24:52.929 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (3m) 41s ago 10m 8863k - 1.3.1 1dbe0e931976 e95126faf566 2024-04-27T01:24:52.929 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (15m) 65s ago 15m 58.3M 2781M 17.2.0 e1d6a67b021e 5a88875a607d 2024-04-27T01:24:52.929 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (14m) 65s ago 14m 60.1M 2781M 17.2.0 e1d6a67b021e 60ae6a8ced36 2024-04-27T01:24:52.929 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (14m) 65s ago 14m 52.0M 2781M 17.2.0 e1d6a67b021e 1694c06983a4 2024-04-27T01:24:52.929 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (13m) 65s ago 13m 56.3M 2781M 17.2.0 e1d6a67b021e 523b1c99e778 2024-04-27T01:24:52.929 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (13m) 41s ago 13m 58.9M 3037M 17.2.0 e1d6a67b021e 8f9eeee1f917 2024-04-27T01:24:52.929 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (12m) 41s ago 12m 54.0M 3037M 17.2.0 e1d6a67b021e 5c17501020a3 2024-04-27T01:24:52.929 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (11m) 41s ago 11m 52.9M 3037M 17.2.0 e1d6a67b021e 87a6f4ccf8a6 2024-04-27T01:24:52.929 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (11m) 41s ago 11m 56.0M 3037M 17.2.0 e1d6a67b021e 05ee6dbaf5ff 2024-04-27T01:24:52.930 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 running (2m) 41s ago 10m 56.7M - 2.33.4 514e6a882f6e 3405daccd7ea 2024-04-27T01:24:52.930 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (8m) 65s ago 8m 86.4M - 17.2.0 e1d6a67b021e 4022285478bf 2024-04-27T01:24:52.930 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (8m) 41s ago 8m 86.4M - 17.2.0 e1d6a67b021e aab619238956 2024-04-27T01:24:52.930 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (8m) 65s ago 8m 86.6M - 17.2.0 e1d6a67b021e 654b864f6909 2024-04-27T01:24:52.930 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (8m) 41s ago 8m 87.0M - 17.2.0 e1d6a67b021e b896e3222d12 2024-04-27T01:24:53.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:52 smithi046 bash[44872]: audit 2024-04-27T01:24:52.137580+0000 mgr.y (mgr.34101) 124 : audit 0 from='client.34245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:24:53.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:52 smithi046 bash[44872]: cluster 2024-04-27T01:24:52.164024+0000 mgr.y (mgr.34101) 125 : cluster 0 pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:53.180 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:52 smithi042 bash[55870]: audit 2024-04-27T01:24:52.137580+0000 mgr.y (mgr.34101) 124 : audit 0 from='client.34245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:24:53.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:52 smithi042 bash[55870]: cluster 2024-04-27T01:24:52.164024+0000 mgr.y (mgr.34101) 125 : cluster 0 pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:53.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:52 smithi042 bash[57193]: audit 2024-04-27T01:24:52.137580+0000 mgr.y (mgr.34101) 124 : audit 0 from='client.34245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:24:53.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:52 smithi042 bash[57193]: cluster 2024-04-27T01:24:52.164024+0000 mgr.y (mgr.34101) 125 : cluster 0 pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:53.367 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:24:53.367 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:24:53.367 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 3 2024-04-27T01:24:53.367 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:24:53.367 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:24:53.368 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 2 2024-04-27T01:24:53.368 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:24:53.368 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:24:53.368 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-04-27T01:24:53.368 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:24:53.368 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:24:53.368 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-04-27T01:24:53.368 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:24:53.368 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:24:53.368 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2024-04-27T01:24:53.368 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 5 2024-04-27T01:24:53.368 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:24:53.368 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:24:53.739 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:24:53.739 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", 2024-04-27T01:24:53.740 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2024-04-27T01:24:53.740 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-27T01:24:53.740 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2024-04-27T01:24:53.740 INFO:teuthology.orchestra.run.smithi042.stdout: "mon", 2024-04-27T01:24:53.740 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr" 2024-04-27T01:24:53.740 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2024-04-27T01:24:53.740 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "5/23 daemons upgraded", 2024-04-27T01:24:53.740 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading mon daemons", 2024-04-27T01:24:53.740 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2024-04-27T01:24:53.740 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:24:54.110 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:53 smithi046 bash[44872]: audit 2024-04-27T01:24:52.524559+0000 mgr.y (mgr.34101) 126 : audit 0 from='client.44179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:24:54.110 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:53 smithi046 bash[44872]: audit 2024-04-27T01:24:52.851599+0000 mon.a (mon.0) 236 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:54.111 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:53 smithi046 bash[44872]: audit 2024-04-27T01:24:52.864868+0000 mon.a (mon.0) 237 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:54.111 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:53 smithi046 bash[44872]: audit 2024-04-27T01:24:52.897243+0000 mgr.y (mgr.34101) 127 : audit 0 from='client.44185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:24:54.111 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:53 smithi046 bash[44872]: cephadm 2024-04-27T01:24:52.944669+0000 mgr.y (mgr.34101) 128 : cephadm 1 Reconfiguring rgw.foo.smithi046.zouexy (monmap changed)... 2024-04-27T01:24:54.111 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:53 smithi046 bash[44872]: audit 2024-04-27T01:24:52.945363+0000 mon.a (mon.0) 238 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi046.zouexy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:24:54.111 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:53 smithi046 bash[44872]: audit 2024-04-27T01:24:52.948754+0000 mon.a (mon.0) 239 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:54.111 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:53 smithi046 bash[44872]: cephadm 2024-04-27T01:24:52.949927+0000 mgr.y (mgr.34101) 129 : cephadm 1 Reconfiguring daemon rgw.foo.smithi046.zouexy on smithi046 2024-04-27T01:24:54.111 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:53 smithi046 bash[44872]: audit 2024-04-27T01:24:53.382466+0000 mon.c (mon.1) 5 : audit 0 from='client.? 172.21.15.42:0/79065876' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:24:54.179 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:24:54.179 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:24:54.179 INFO:teuthology.orchestra.run.smithi042.stdout: daemon grafana.a on smithi046 is in error state 2024-04-27T01:24:54.180 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:53 smithi042 bash[57193]: audit 2024-04-27T01:24:52.524559+0000 mgr.y (mgr.34101) 126 : audit 0 from='client.44179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:24:54.180 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:53 smithi042 bash[57193]: audit 2024-04-27T01:24:52.851599+0000 mon.a (mon.0) 236 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:54.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:53 smithi042 bash[57193]: audit 2024-04-27T01:24:52.864868+0000 mon.a (mon.0) 237 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:54.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:53 smithi042 bash[57193]: audit 2024-04-27T01:24:52.897243+0000 mgr.y (mgr.34101) 127 : audit 0 from='client.44185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:24:54.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:53 smithi042 bash[57193]: cephadm 2024-04-27T01:24:52.944669+0000 mgr.y (mgr.34101) 128 : cephadm 1 Reconfiguring rgw.foo.smithi046.zouexy (monmap changed)... 2024-04-27T01:24:54.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:53 smithi042 bash[57193]: audit 2024-04-27T01:24:52.945363+0000 mon.a (mon.0) 238 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi046.zouexy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:24:54.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:53 smithi042 bash[57193]: audit 2024-04-27T01:24:52.948754+0000 mon.a (mon.0) 239 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:54.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:53 smithi042 bash[57193]: cephadm 2024-04-27T01:24:52.949927+0000 mgr.y (mgr.34101) 129 : cephadm 1 Reconfiguring daemon rgw.foo.smithi046.zouexy on smithi046 2024-04-27T01:24:54.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:53 smithi042 bash[57193]: audit 2024-04-27T01:24:53.382466+0000 mon.c (mon.1) 5 : audit 0 from='client.? 172.21.15.42:0/79065876' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:24:54.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:53 smithi042 bash[55870]: audit 2024-04-27T01:24:52.524559+0000 mgr.y (mgr.34101) 126 : audit 0 from='client.44179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:24:54.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:53 smithi042 bash[55870]: audit 2024-04-27T01:24:52.851599+0000 mon.a (mon.0) 236 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:54.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:53 smithi042 bash[55870]: audit 2024-04-27T01:24:52.864868+0000 mon.a (mon.0) 237 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:54.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:53 smithi042 bash[55870]: audit 2024-04-27T01:24:52.897243+0000 mgr.y (mgr.34101) 127 : audit 0 from='client.44185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:24:54.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:53 smithi042 bash[55870]: cephadm 2024-04-27T01:24:52.944669+0000 mgr.y (mgr.34101) 128 : cephadm 1 Reconfiguring rgw.foo.smithi046.zouexy (monmap changed)... 2024-04-27T01:24:54.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:53 smithi042 bash[55870]: audit 2024-04-27T01:24:52.945363+0000 mon.a (mon.0) 238 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi046.zouexy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:24:54.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:53 smithi042 bash[55870]: audit 2024-04-27T01:24:52.948754+0000 mon.a (mon.0) 239 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:54.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:53 smithi042 bash[55870]: cephadm 2024-04-27T01:24:52.949927+0000 mgr.y (mgr.34101) 129 : cephadm 1 Reconfiguring daemon rgw.foo.smithi046.zouexy on smithi046 2024-04-27T01:24:54.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:53 smithi042 bash[55870]: audit 2024-04-27T01:24:53.382466+0000 mon.c (mon.1) 5 : audit 0 from='client.? 172.21.15.42:0/79065876' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:24:55.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:54 smithi046 bash[44872]: audit 2024-04-27T01:24:53.753970+0000 mgr.y (mgr.34101) 130 : audit 0 from='client.34269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:24:55.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:54 smithi046 bash[44872]: cluster 2024-04-27T01:24:54.164664+0000 mgr.y (mgr.34101) 131 : cluster 0 pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:55.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:54 smithi046 bash[44872]: audit 2024-04-27T01:24:54.194717+0000 mon.c (mon.1) 6 : audit 0 from='client.? 172.21.15.42:0/3809895434' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:24:55.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:54 smithi042 bash[55870]: audit 2024-04-27T01:24:53.753970+0000 mgr.y (mgr.34101) 130 : audit 0 from='client.34269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:24:55.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:54 smithi042 bash[55870]: cluster 2024-04-27T01:24:54.164664+0000 mgr.y (mgr.34101) 131 : cluster 0 pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:55.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:54 smithi042 bash[55870]: audit 2024-04-27T01:24:54.194717+0000 mon.c (mon.1) 6 : audit 0 from='client.? 172.21.15.42:0/3809895434' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:24:55.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:54 smithi042 bash[57193]: audit 2024-04-27T01:24:53.753970+0000 mgr.y (mgr.34101) 130 : audit 0 from='client.34269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:24:55.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:54 smithi042 bash[57193]: cluster 2024-04-27T01:24:54.164664+0000 mgr.y (mgr.34101) 131 : cluster 0 pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:55.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:54 smithi042 bash[57193]: audit 2024-04-27T01:24:54.194717+0000 mon.c (mon.1) 6 : audit 0 from='client.? 172.21.15.42:0/3809895434' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:24:56.120 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:55 smithi046 bash[44872]: audit 2024-04-27T01:24:54.880381+0000 mon.a (mon.0) 240 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:56.120 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:55 smithi046 bash[44872]: audit 2024-04-27T01:24:54.892196+0000 mon.a (mon.0) 241 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:56.120 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:55 smithi046 bash[44872]: cephadm 2024-04-27T01:24:54.918738+0000 mgr.y (mgr.34101) 132 : cephadm 1 Reconfiguring rgw.smpl.smithi046.goucgg (monmap changed)... 2024-04-27T01:24:56.121 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:55 smithi046 bash[44872]: audit 2024-04-27T01:24:54.919575+0000 mon.a (mon.0) 242 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi046.goucgg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:24:56.121 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:55 smithi046 bash[44872]: audit 2024-04-27T01:24:54.923957+0000 mon.a (mon.0) 243 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:56.121 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:55 smithi046 bash[44872]: cephadm 2024-04-27T01:24:54.926115+0000 mgr.y (mgr.34101) 133 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi046.goucgg on smithi046 2024-04-27T01:24:56.121 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:55 smithi046 bash[44872]: audit 2024-04-27T01:24:55.038847+0000 mgr.y (mgr.34101) 134 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:24:56.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:55 smithi042 bash[55870]: audit 2024-04-27T01:24:54.880381+0000 mon.a (mon.0) 240 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:56.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:55 smithi042 bash[55870]: audit 2024-04-27T01:24:54.892196+0000 mon.a (mon.0) 241 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:56.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:55 smithi042 bash[55870]: cephadm 2024-04-27T01:24:54.918738+0000 mgr.y (mgr.34101) 132 : cephadm 1 Reconfiguring rgw.smpl.smithi046.goucgg (monmap changed)... 2024-04-27T01:24:56.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:55 smithi042 bash[55870]: audit 2024-04-27T01:24:54.919575+0000 mon.a (mon.0) 242 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi046.goucgg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:24:56.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:55 smithi042 bash[55870]: audit 2024-04-27T01:24:54.923957+0000 mon.a (mon.0) 243 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:56.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:55 smithi042 bash[55870]: cephadm 2024-04-27T01:24:54.926115+0000 mgr.y (mgr.34101) 133 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi046.goucgg on smithi046 2024-04-27T01:24:56.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:55 smithi042 bash[55870]: audit 2024-04-27T01:24:55.038847+0000 mgr.y (mgr.34101) 134 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:24:56.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:55 smithi042 bash[57193]: audit 2024-04-27T01:24:54.880381+0000 mon.a (mon.0) 240 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:56.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:55 smithi042 bash[57193]: audit 2024-04-27T01:24:54.892196+0000 mon.a (mon.0) 241 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:56.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:55 smithi042 bash[57193]: cephadm 2024-04-27T01:24:54.918738+0000 mgr.y (mgr.34101) 132 : cephadm 1 Reconfiguring rgw.smpl.smithi046.goucgg (monmap changed)... 2024-04-27T01:24:56.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:55 smithi042 bash[57193]: audit 2024-04-27T01:24:54.919575+0000 mon.a (mon.0) 242 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi046.goucgg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:24:56.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:55 smithi042 bash[57193]: audit 2024-04-27T01:24:54.923957+0000 mon.a (mon.0) 243 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:24:56.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:55 smithi042 bash[57193]: cephadm 2024-04-27T01:24:54.926115+0000 mgr.y (mgr.34101) 133 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi046.goucgg on smithi046 2024-04-27T01:24:56.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:55 smithi042 bash[57193]: audit 2024-04-27T01:24:55.038847+0000 mgr.y (mgr.34101) 134 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:24:56.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:56 smithi046 bash[44872]: cluster 2024-04-27T01:24:56.166347+0000 mgr.y (mgr.34101) 135 : cluster 0 pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:24:57.180 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:56 smithi042 bash[55870]: cluster 2024-04-27T01:24:56.166347+0000 mgr.y (mgr.34101) 135 : cluster 0 pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:24:57.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:56 smithi042 bash[57193]: cluster 2024-04-27T01:24:56.166347+0000 mgr.y (mgr.34101) 135 : cluster 0 pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:24:58.288 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[57193]: audit 2024-04-27T01:24:56.948964+0000 mon.a (mon.0) 244 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:58.288 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[57193]: audit 2024-04-27T01:24:56.962901+0000 mon.a (mon.0) 245 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:58.288 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[57193]: audit 2024-04-27T01:24:57.011598+0000 mon.a (mon.0) 246 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:24:58.288 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[57193]: audit 2024-04-27T01:24:57.017468+0000 mon.a (mon.0) 247 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:24:58.289 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[57193]: audit 2024-04-27T01:24:57.022195+0000 mon.a (mon.0) 248 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:24:58.289 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[57193]: cephadm 2024-04-27T01:24:57.023953+0000 mgr.y (mgr.34101) 136 : cephadm 1 Upgrade: Setting container_image for all mon 2024-04-27T01:24:58.289 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[57193]: audit 2024-04-27T01:24:57.032932+0000 mon.a (mon.0) 249 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:58.289 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[57193]: audit 2024-04-27T01:24:57.039205+0000 mon.a (mon.0) 250 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-04-27T01:24:58.289 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[57193]: audit 2024-04-27T01:24:57.045083+0000 mon.a (mon.0) 251 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-04-27T01:24:58.289 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[57193]: audit 2024-04-27T01:24:57.049505+0000 mon.a (mon.0) 252 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-04-27T01:24:58.289 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[57193]: audit 2024-04-27T01:24:57.055244+0000 mon.a (mon.0) 253 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-04-27T01:24:58.289 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[57193]: audit 2024-04-27T01:24:57.059432+0000 mon.a (mon.0) 254 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-04-27T01:24:58.289 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[57193]: audit 2024-04-27T01:24:57.064608+0000 mon.a (mon.0) 255 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-04-27T01:24:58.289 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[57193]: audit 2024-04-27T01:24:57.069705+0000 mon.a (mon.0) 256 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:24:58.289 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[57193]: cephadm 2024-04-27T01:24:57.071398+0000 mgr.y (mgr.34101) 137 : cephadm 1 Upgrade: Setting container_image for all crash 2024-04-27T01:24:58.289 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[57193]: audit 2024-04-27T01:24:57.077707+0000 mon.a (mon.0) 257 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:58.289 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[57193]: audit 2024-04-27T01:24:57.084181+0000 mon.a (mon.0) 258 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-04-27T01:24:58.289 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[57193]: audit 2024-04-27T01:24:57.084591+0000 mgr.y (mgr.34101) 138 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-04-27T01:24:58.290 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[57193]: cephadm 2024-04-27T01:24:57.087088+0000 mgr.y (mgr.34101) 139 : cephadm 1 Upgrade: osd.0 is safe to restart 2024-04-27T01:24:58.290 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[55870]: audit 2024-04-27T01:24:56.948964+0000 mon.a (mon.0) 244 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:58.290 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[55870]: audit 2024-04-27T01:24:56.962901+0000 mon.a (mon.0) 245 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:58.290 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[55870]: audit 2024-04-27T01:24:57.011598+0000 mon.a (mon.0) 246 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:24:58.290 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[55870]: audit 2024-04-27T01:24:57.017468+0000 mon.a (mon.0) 247 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:24:58.290 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[55870]: audit 2024-04-27T01:24:57.022195+0000 mon.a (mon.0) 248 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:24:58.290 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[55870]: cephadm 2024-04-27T01:24:57.023953+0000 mgr.y (mgr.34101) 136 : cephadm 1 Upgrade: Setting container_image for all mon 2024-04-27T01:24:58.290 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[55870]: audit 2024-04-27T01:24:57.032932+0000 mon.a (mon.0) 249 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:58.290 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[55870]: audit 2024-04-27T01:24:57.039205+0000 mon.a (mon.0) 250 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-04-27T01:24:58.290 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[55870]: audit 2024-04-27T01:24:57.045083+0000 mon.a (mon.0) 251 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-04-27T01:24:58.290 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[55870]: audit 2024-04-27T01:24:57.049505+0000 mon.a (mon.0) 252 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-04-27T01:24:58.291 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[55870]: audit 2024-04-27T01:24:57.055244+0000 mon.a (mon.0) 253 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-04-27T01:24:58.291 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[55870]: audit 2024-04-27T01:24:57.059432+0000 mon.a (mon.0) 254 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-04-27T01:24:58.291 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[55870]: audit 2024-04-27T01:24:57.064608+0000 mon.a (mon.0) 255 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-04-27T01:24:58.291 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[55870]: audit 2024-04-27T01:24:57.069705+0000 mon.a (mon.0) 256 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:24:58.291 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[55870]: cephadm 2024-04-27T01:24:57.071398+0000 mgr.y (mgr.34101) 137 : cephadm 1 Upgrade: Setting container_image for all crash 2024-04-27T01:24:58.291 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[55870]: audit 2024-04-27T01:24:57.077707+0000 mon.a (mon.0) 257 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:58.291 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[55870]: audit 2024-04-27T01:24:57.084181+0000 mon.a (mon.0) 258 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-04-27T01:24:58.291 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[55870]: audit 2024-04-27T01:24:57.084591+0000 mgr.y (mgr.34101) 138 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-04-27T01:24:58.291 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:57 smithi042 bash[55870]: cephadm 2024-04-27T01:24:57.087088+0000 mgr.y (mgr.34101) 139 : cephadm 1 Upgrade: osd.0 is safe to restart 2024-04-27T01:24:58.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:57 smithi046 bash[44872]: audit 2024-04-27T01:24:56.948964+0000 mon.a (mon.0) 244 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:58.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:57 smithi046 bash[44872]: audit 2024-04-27T01:24:56.962901+0000 mon.a (mon.0) 245 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:58.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:57 smithi046 bash[44872]: audit 2024-04-27T01:24:57.011598+0000 mon.a (mon.0) 246 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:24:58.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:57 smithi046 bash[44872]: audit 2024-04-27T01:24:57.017468+0000 mon.a (mon.0) 247 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:24:58.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:57 smithi046 bash[44872]: audit 2024-04-27T01:24:57.022195+0000 mon.a (mon.0) 248 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:24:58.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:57 smithi046 bash[44872]: cephadm 2024-04-27T01:24:57.023953+0000 mgr.y (mgr.34101) 136 : cephadm 1 Upgrade: Setting container_image for all mon 2024-04-27T01:24:58.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:57 smithi046 bash[44872]: audit 2024-04-27T01:24:57.032932+0000 mon.a (mon.0) 249 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:58.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:57 smithi046 bash[44872]: audit 2024-04-27T01:24:57.039205+0000 mon.a (mon.0) 250 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-04-27T01:24:58.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:57 smithi046 bash[44872]: audit 2024-04-27T01:24:57.045083+0000 mon.a (mon.0) 251 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-04-27T01:24:58.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:57 smithi046 bash[44872]: audit 2024-04-27T01:24:57.049505+0000 mon.a (mon.0) 252 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-04-27T01:24:58.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:57 smithi046 bash[44872]: audit 2024-04-27T01:24:57.055244+0000 mon.a (mon.0) 253 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-04-27T01:24:58.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:57 smithi046 bash[44872]: audit 2024-04-27T01:24:57.059432+0000 mon.a (mon.0) 254 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-04-27T01:24:58.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:57 smithi046 bash[44872]: audit 2024-04-27T01:24:57.064608+0000 mon.a (mon.0) 255 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-04-27T01:24:58.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:57 smithi046 bash[44872]: audit 2024-04-27T01:24:57.069705+0000 mon.a (mon.0) 256 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:24:58.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:57 smithi046 bash[44872]: cephadm 2024-04-27T01:24:57.071398+0000 mgr.y (mgr.34101) 137 : cephadm 1 Upgrade: Setting container_image for all crash 2024-04-27T01:24:58.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:57 smithi046 bash[44872]: audit 2024-04-27T01:24:57.077707+0000 mon.a (mon.0) 257 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:24:58.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:57 smithi046 bash[44872]: audit 2024-04-27T01:24:57.084181+0000 mon.a (mon.0) 258 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-04-27T01:24:58.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:57 smithi046 bash[44872]: audit 2024-04-27T01:24:57.084591+0000 mgr.y (mgr.34101) 138 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-04-27T01:24:58.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:57 smithi046 bash[44872]: cephadm 2024-04-27T01:24:57.087088+0000 mgr.y (mgr.34101) 139 : cephadm 1 Upgrade: osd.0 is safe to restart 2024-04-27T01:24:58.922 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:24:58 smithi046 bash[42033]: ts=2024-04-27T01:24:58.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.46:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:24:59.392 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:58 smithi042 bash[57193]: cluster 2024-04-27T01:24:58.167166+0000 mgr.y (mgr.34101) 140 : cluster 0 pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:59.392 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:58 smithi042 bash[55870]: cluster 2024-04-27T01:24:58.167166+0000 mgr.y (mgr.34101) 140 : cluster 0 pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:59.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:58 smithi046 bash[44872]: cluster 2024-04-27T01:24:58.167166+0000 mgr.y (mgr.34101) 140 : cluster 0 pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:24:59.672 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:24:59 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:24:59] "GET /metrics HTTP/1.1" 200 38257 "" "Prometheus/2.33.4" 2024-04-27T01:25:00.346 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:59 smithi042 bash[57193]: audit 2024-04-27T01:24:59.030014+0000 mon.a (mon.0) 259 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:25:00.346 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:59 smithi042 bash[57193]: cephadm 2024-04-27T01:24:59.210202+0000 mgr.y (mgr.34101) 141 : cephadm 1 Upgrade: Updating osd.0 2024-04-27T01:25:00.346 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:59 smithi042 bash[57193]: audit 2024-04-27T01:24:59.217761+0000 mon.a (mon.0) 260 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:00.347 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:59 smithi042 bash[57193]: audit 2024-04-27T01:24:59.222588+0000 mon.a (mon.0) 261 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-27T01:25:00.347 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:59 smithi042 bash[57193]: audit 2024-04-27T01:24:59.224214+0000 mon.a (mon.0) 262 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:25:00.347 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:24:59 smithi042 bash[57193]: cephadm 2024-04-27T01:24:59.229757+0000 mgr.y (mgr.34101) 142 : cephadm 1 Deploying daemon osd.0 on smithi042 2024-04-27T01:25:00.347 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:59 smithi042 bash[55870]: audit 2024-04-27T01:24:59.030014+0000 mon.a (mon.0) 259 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:25:00.347 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:59 smithi042 bash[55870]: cephadm 2024-04-27T01:24:59.210202+0000 mgr.y (mgr.34101) 141 : cephadm 1 Upgrade: Updating osd.0 2024-04-27T01:25:00.347 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:59 smithi042 bash[55870]: audit 2024-04-27T01:24:59.217761+0000 mon.a (mon.0) 260 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:00.347 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:59 smithi042 bash[55870]: audit 2024-04-27T01:24:59.222588+0000 mon.a (mon.0) 261 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-27T01:25:00.347 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:59 smithi042 bash[55870]: audit 2024-04-27T01:24:59.224214+0000 mon.a (mon.0) 262 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:25:00.347 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:24:59 smithi042 bash[55870]: cephadm 2024-04-27T01:24:59.229757+0000 mgr.y (mgr.34101) 142 : cephadm 1 Deploying daemon osd.0 on smithi042 2024-04-27T01:25:00.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:59 smithi046 bash[44872]: audit 2024-04-27T01:24:59.030014+0000 mon.a (mon.0) 259 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:25:00.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:59 smithi046 bash[44872]: cephadm 2024-04-27T01:24:59.210202+0000 mgr.y (mgr.34101) 141 : cephadm 1 Upgrade: Updating osd.0 2024-04-27T01:25:00.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:59 smithi046 bash[44872]: audit 2024-04-27T01:24:59.217761+0000 mon.a (mon.0) 260 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:00.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:59 smithi046 bash[44872]: audit 2024-04-27T01:24:59.222588+0000 mon.a (mon.0) 261 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-27T01:25:00.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:59 smithi046 bash[44872]: audit 2024-04-27T01:24:59.224214+0000 mon.a (mon.0) 262 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:25:00.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:24:59 smithi046 bash[44872]: cephadm 2024-04-27T01:24:59.229757+0000 mgr.y (mgr.34101) 142 : cephadm 1 Deploying daemon osd.0 on smithi042 2024-04-27T01:25:01.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:00 smithi046 bash[44872]: cluster 2024-04-27T01:25:00.168858+0000 mgr.y (mgr.34101) 143 : cluster 0 pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:25:01.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:00 smithi042 bash[55870]: cluster 2024-04-27T01:25:00.168858+0000 mgr.y (mgr.34101) 143 : cluster 0 pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:25:01.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:00 smithi042 bash[57193]: cluster 2024-04-27T01:25:00.168858+0000 mgr.y (mgr.34101) 143 : cluster 0 pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:25:03.169 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:03 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:03.170 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:25:03 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:03.170 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:03 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:03.171 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:25:03 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:03.171 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:25:03 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:03.171 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:25:03 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:03.171 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:03 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:03.172 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:25:03 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:03.172 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:03 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:03.172 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:03 smithi042 systemd[1]: Stopping Ceph osd.0 for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:25:03.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:03 smithi042 bash[55870]: cluster 2024-04-27T01:25:02.169578+0000 mgr.y (mgr.34101) 144 : cluster 0 pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:25:03.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:03 smithi042 bash[57193]: cluster 2024-04-27T01:25:02.169578+0000 mgr.y (mgr.34101) 144 : cluster 0 pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:25:03.432 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:03 smithi042 bash[26256]: debug 2024-04-27T01:25:03.310+0000 7f631657a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-27T01:25:03.432 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:03 smithi042 bash[26256]: debug 2024-04-27T01:25:03.310+0000 7f631657a700 -1 osd.0 106 *** Got signal Terminated *** 2024-04-27T01:25:03.432 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:03 smithi042 bash[26256]: debug 2024-04-27T01:25:03.310+0000 7f631657a700 -1 osd.0 106 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-27T01:25:03.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:03 smithi046 bash[44872]: cluster 2024-04-27T01:25:02.169578+0000 mgr.y (mgr.34101) 144 : cluster 0 pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:25:04.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:04 smithi046 bash[44872]: cluster 2024-04-27T01:25:03.316456+0000 mon.a (mon.0) 263 : cluster 1 osd.0 marked itself down and dead 2024-04-27T01:25:04.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:04 smithi042 bash[55870]: cluster 2024-04-27T01:25:03.316456+0000 mon.a (mon.0) 263 : cluster 1 osd.0 marked itself down and dead 2024-04-27T01:25:04.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:04 smithi042 bash[57193]: cluster 2024-04-27T01:25:03.316456+0000 mon.a (mon.0) 263 : cluster 1 osd.0 marked itself down and dead 2024-04-27T01:25:05.311 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:05 smithi042 bash[57193]: cluster 2024-04-27T01:25:04.170391+0000 mgr.y (mgr.34101) 145 : cluster 0 pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:25:05.312 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:05 smithi042 bash[57193]: cluster 2024-04-27T01:25:04.226264+0000 mon.a (mon.0) 264 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-27T01:25:05.312 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:05 smithi042 bash[57193]: cluster 2024-04-27T01:25:04.244522+0000 mon.a (mon.0) 265 : cluster 0 osdmap e107: 8 total, 7 up, 8 in 2024-04-27T01:25:05.312 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:05 smithi042 bash[55870]: cluster 2024-04-27T01:25:04.170391+0000 mgr.y (mgr.34101) 145 : cluster 0 pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:25:05.312 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:05 smithi042 bash[55870]: cluster 2024-04-27T01:25:04.226264+0000 mon.a (mon.0) 264 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-27T01:25:05.312 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:05 smithi042 bash[55870]: cluster 2024-04-27T01:25:04.244522+0000 mon.a (mon.0) 265 : cluster 0 osdmap e107: 8 total, 7 up, 8 in 2024-04-27T01:25:05.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:05 smithi046 bash[44872]: cluster 2024-04-27T01:25:04.170391+0000 mgr.y (mgr.34101) 145 : cluster 0 pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:25:05.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:05 smithi046 bash[44872]: cluster 2024-04-27T01:25:04.226264+0000 mon.a (mon.0) 264 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-27T01:25:05.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:05 smithi046 bash[44872]: cluster 2024-04-27T01:25:04.244522+0000 mon.a (mon.0) 265 : cluster 0 osdmap e107: 8 total, 7 up, 8 in 2024-04-27T01:25:05.681 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:05 smithi042 bash[59397]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-0 2024-04-27T01:25:05.681 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:05 smithi042 bash[59463]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-0 2024-04-27T01:25:06.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:06 smithi046 bash[44872]: audit 2024-04-27T01:25:05.050717+0000 mgr.y (mgr.34101) 146 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:25:06.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:06 smithi046 bash[44872]: cluster 2024-04-27T01:25:05.242441+0000 mon.a (mon.0) 266 : cluster 0 osdmap e108: 8 total, 7 up, 8 in 2024-04-27T01:25:06.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:06 smithi042 bash[57193]: audit 2024-04-27T01:25:05.050717+0000 mgr.y (mgr.34101) 146 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:25:06.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:06 smithi042 bash[57193]: cluster 2024-04-27T01:25:05.242441+0000 mon.a (mon.0) 266 : cluster 0 osdmap e108: 8 total, 7 up, 8 in 2024-04-27T01:25:06.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:06 smithi042 bash[55870]: audit 2024-04-27T01:25:05.050717+0000 mgr.y (mgr.34101) 146 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:25:06.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:06 smithi042 bash[55870]: cluster 2024-04-27T01:25:05.242441+0000 mon.a (mon.0) 266 : cluster 0 osdmap e108: 8 total, 7 up, 8 in 2024-04-27T01:25:07.566 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:25:07 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:07.566 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:25:07 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:07.567 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:25:07 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:07.567 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:07 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:07.567 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:25:07 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:07.567 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:25:07 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:07.568 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:07 smithi042 bash[55870]: cluster 2024-04-27T01:25:06.171965+0000 mgr.y (mgr.34101) 147 : cluster 0 pgmap v65: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:25:07.568 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:07 smithi042 bash[55870]: cluster 2024-04-27T01:25:06.251494+0000 mon.a (mon.0) 267 : cluster 3 Health check failed: Reduced data availability: 14 pgs inactive, 56 pgs peering (PG_AVAILABILITY) 2024-04-27T01:25:07.568 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:07 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:07.568 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:07 smithi042 bash[57193]: cluster 2024-04-27T01:25:06.171965+0000 mgr.y (mgr.34101) 147 : cluster 0 pgmap v65: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:25:07.568 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:07 smithi042 bash[57193]: cluster 2024-04-27T01:25:06.251494+0000 mon.a (mon.0) 267 : cluster 3 Health check failed: Reduced data availability: 14 pgs inactive, 56 pgs peering (PG_AVAILABILITY) 2024-04-27T01:25:07.568 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:07 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:07.569 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:07 smithi042 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.0.service: Deactivated successfully. 2024-04-27T01:25:07.569 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:07 smithi042 systemd[1]: Stopped Ceph osd.0 for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:25:07.569 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:07 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:07.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:07 smithi046 bash[44872]: cluster 2024-04-27T01:25:06.171965+0000 mgr.y (mgr.34101) 147 : cluster 0 pgmap v65: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:25:07.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:07 smithi046 bash[44872]: cluster 2024-04-27T01:25:06.251494+0000 mon.a (mon.0) 267 : cluster 3 Health check failed: Reduced data availability: 14 pgs inactive, 56 pgs peering (PG_AVAILABILITY) 2024-04-27T01:25:07.930 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:07 smithi042 systemd[1]: Started Ceph osd.0 for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:25:08.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:08 smithi046 bash[44872]: audit 2024-04-27T01:25:07.629778+0000 mon.a (mon.0) 268 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:08.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:08 smithi046 bash[44872]: audit 2024-04-27T01:25:07.636031+0000 mon.a (mon.0) 269 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:08.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:08 smithi046 bash[44872]: cluster 2024-04-27T01:25:08.173453+0000 mgr.y (mgr.34101) 148 : cluster 0 pgmap v66: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:25:08.922 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:25:08 smithi046 bash[42033]: ts=2024-04-27T01:25:08.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.46:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:25:08.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:08 smithi042 bash[55870]: audit 2024-04-27T01:25:07.629778+0000 mon.a (mon.0) 268 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:08.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:08 smithi042 bash[55870]: audit 2024-04-27T01:25:07.636031+0000 mon.a (mon.0) 269 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:08.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:08 smithi042 bash[55870]: cluster 2024-04-27T01:25:08.173453+0000 mgr.y (mgr.34101) 148 : cluster 0 pgmap v66: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:25:08.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:08 smithi042 bash[57193]: audit 2024-04-27T01:25:07.629778+0000 mon.a (mon.0) 268 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:08.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:08 smithi042 bash[57193]: audit 2024-04-27T01:25:07.636031+0000 mon.a (mon.0) 269 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:08.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:08 smithi042 bash[57193]: cluster 2024-04-27T01:25:08.173453+0000 mgr.y (mgr.34101) 148 : cluster 0 pgmap v66: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:25:09.392 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:09 smithi042 bash[59614]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-04-27T01:25:09.392 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:09 smithi042 bash[59614]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-04-27T01:25:09.392 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:09 smithi042 bash[59614]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-04-27T01:25:09.393 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:09 smithi042 bash[59614]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-04-27T01:25:09.393 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:09 smithi042 bash[59614]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-04-27T01:25:09.393 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:09 smithi042 bash[59614]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-04-27T01:25:09.393 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:09 smithi042 bash[59614]: --> ceph-volume raw activate successful for osd ID: 0 2024-04-27T01:25:09.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:25:09 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:25:09] "GET /metrics HTTP/1.1" 200 38257 "" "Prometheus/2.33.4" 2024-04-27T01:25:10.530 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:10 smithi042 bash[55870]: cluster 2024-04-27T01:25:10.227556+0000 mon.a (mon.0) 270 : cluster 3 Health check failed: Degraded data redundancy: 77/726 objects degraded (10.606%), 22 pgs degraded (PG_DEGRADED) 2024-04-27T01:25:10.531 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:10 smithi042 bash[55870]: cluster 2024-04-27T01:25:10.227622+0000 mon.a (mon.0) 271 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 14 pgs inactive, 56 pgs peering) 2024-04-27T01:25:10.531 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:10 smithi042 bash[57193]: cluster 2024-04-27T01:25:10.227556+0000 mon.a (mon.0) 270 : cluster 3 Health check failed: Degraded data redundancy: 77/726 objects degraded (10.606%), 22 pgs degraded (PG_DEGRADED) 2024-04-27T01:25:10.531 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:10 smithi042 bash[57193]: cluster 2024-04-27T01:25:10.227622+0000 mon.a (mon.0) 271 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 14 pgs inactive, 56 pgs peering) 2024-04-27T01:25:10.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:10 smithi046 bash[44872]: cluster 2024-04-27T01:25:10.227556+0000 mon.a (mon.0) 270 : cluster 3 Health check failed: Degraded data redundancy: 77/726 objects degraded (10.606%), 22 pgs degraded (PG_DEGRADED) 2024-04-27T01:25:10.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:10 smithi046 bash[44872]: cluster 2024-04-27T01:25:10.227622+0000 mon.a (mon.0) 271 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 14 pgs inactive, 56 pgs peering) 2024-04-27T01:25:10.931 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:10 smithi042 bash[59837]: debug 2024-04-27T01:25:10.538+0000 7f9a5a18b700 1 -- 172.21.15.42:0/1852790981 <== mon.0 v2:172.21.15.42:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x560b52e5f680 con 0x560b52e9c800 2024-04-27T01:25:11.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:11 smithi042 bash[55870]: cluster 2024-04-27T01:25:10.175428+0000 mgr.y (mgr.34101) 149 : cluster 0 pgmap v67: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-04-27T01:25:11.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:11 smithi042 bash[57193]: cluster 2024-04-27T01:25:10.175428+0000 mgr.y (mgr.34101) 149 : cluster 0 pgmap v67: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-04-27T01:25:11.431 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:11 smithi042 bash[59837]: debug 2024-04-27T01:25:11.078+0000 7f9a633237c0 -1 Falling back to public interface 2024-04-27T01:25:11.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:11 smithi046 bash[44872]: cluster 2024-04-27T01:25:10.175428+0000 mgr.y (mgr.34101) 149 : cluster 0 pgmap v67: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-04-27T01:25:13.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:13 smithi046 bash[44872]: cluster 2024-04-27T01:25:12.176251+0000 mgr.y (mgr.34101) 150 : cluster 0 pgmap v68: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-04-27T01:25:13.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:13 smithi042 bash[55870]: cluster 2024-04-27T01:25:12.176251+0000 mgr.y (mgr.34101) 150 : cluster 0 pgmap v68: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-04-27T01:25:13.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:13 smithi042 bash[57193]: cluster 2024-04-27T01:25:12.176251+0000 mgr.y (mgr.34101) 150 : cluster 0 pgmap v68: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-04-27T01:25:14.430 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:14 smithi042 bash[59837]: debug 2024-04-27T01:25:14.094+0000 7f9a633237c0 -1 osd.0 0 read_superblock omap replica is missing. 2024-04-27T01:25:14.431 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:14 smithi042 bash[59837]: debug 2024-04-27T01:25:14.122+0000 7f9a633237c0 -1 osd.0 106 log_to_monitors true 2024-04-27T01:25:15.048 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:14 smithi042 bash[55870]: audit 2024-04-27T01:25:13.705362+0000 mon.a (mon.0) 272 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:15.048 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:14 smithi042 bash[55870]: audit 2024-04-27T01:25:13.714977+0000 mon.a (mon.0) 273 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:15.048 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:14 smithi042 bash[55870]: audit 2024-04-27T01:25:14.034589+0000 mon.a (mon.0) 274 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:15.048 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:14 smithi042 bash[55870]: audit 2024-04-27T01:25:14.035918+0000 mon.a (mon.0) 275 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:25:15.048 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:14 smithi042 bash[55870]: audit 2024-04-27T01:25:14.130597+0000 mon.c (mon.1) 7 : audit 1 from='osd.0 [v2:172.21.15.42:6802/4014332916,v1:172.21.15.42:6803/4014332916]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-27T01:25:15.048 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:14 smithi042 bash[55870]: audit 2024-04-27T01:25:14.130928+0000 mon.a (mon.0) 276 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-27T01:25:15.049 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:14 smithi042 bash[55870]: cluster 2024-04-27T01:25:14.176883+0000 mgr.y (mgr.34101) 151 : cluster 0 pgmap v69: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-04-27T01:25:15.049 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:14 smithi042 bash[57193]: audit 2024-04-27T01:25:13.705362+0000 mon.a (mon.0) 272 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:15.049 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:14 smithi042 bash[57193]: audit 2024-04-27T01:25:13.714977+0000 mon.a (mon.0) 273 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:15.049 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:14 smithi042 bash[57193]: audit 2024-04-27T01:25:14.034589+0000 mon.a (mon.0) 274 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:15.049 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:14 smithi042 bash[57193]: audit 2024-04-27T01:25:14.035918+0000 mon.a (mon.0) 275 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:25:15.049 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:14 smithi042 bash[57193]: audit 2024-04-27T01:25:14.130597+0000 mon.c (mon.1) 7 : audit 1 from='osd.0 [v2:172.21.15.42:6802/4014332916,v1:172.21.15.42:6803/4014332916]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-27T01:25:15.049 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:14 smithi042 bash[57193]: audit 2024-04-27T01:25:14.130928+0000 mon.a (mon.0) 276 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-27T01:25:15.049 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:14 smithi042 bash[57193]: cluster 2024-04-27T01:25:14.176883+0000 mgr.y (mgr.34101) 151 : cluster 0 pgmap v69: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-04-27T01:25:15.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:14 smithi046 bash[44872]: audit 2024-04-27T01:25:13.705362+0000 mon.a (mon.0) 272 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:15.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:14 smithi046 bash[44872]: audit 2024-04-27T01:25:13.714977+0000 mon.a (mon.0) 273 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:15.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:14 smithi046 bash[44872]: audit 2024-04-27T01:25:14.034589+0000 mon.a (mon.0) 274 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:15.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:14 smithi046 bash[44872]: audit 2024-04-27T01:25:14.035918+0000 mon.a (mon.0) 275 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:25:15.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:14 smithi046 bash[44872]: audit 2024-04-27T01:25:14.130597+0000 mon.c (mon.1) 7 : audit 1 from='osd.0 [v2:172.21.15.42:6802/4014332916,v1:172.21.15.42:6803/4014332916]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-27T01:25:15.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:14 smithi046 bash[44872]: audit 2024-04-27T01:25:14.130928+0000 mon.a (mon.0) 276 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-27T01:25:15.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:14 smithi046 bash[44872]: cluster 2024-04-27T01:25:14.176883+0000 mgr.y (mgr.34101) 151 : cluster 0 pgmap v69: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-04-27T01:25:15.430 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:15 smithi042 bash[59837]: debug 2024-04-27T01:25:15.098+0000 7f9a5477b700 -1 osd.0 106 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-27T01:25:16.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:15 smithi046 bash[44872]: audit 2024-04-27T01:25:14.867149+0000 mon.a (mon.0) 277 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:16.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:15 smithi046 bash[44872]: audit 2024-04-27T01:25:14.874440+0000 mon.a (mon.0) 278 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:16.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:15 smithi046 bash[44872]: audit 2024-04-27T01:25:15.046313+0000 mon.a (mon.0) 279 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-27T01:25:16.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:15 smithi046 bash[44872]: cluster 2024-04-27T01:25:15.054460+0000 mon.a (mon.0) 280 : cluster 0 osdmap e109: 8 total, 7 up, 8 in 2024-04-27T01:25:16.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:15 smithi046 bash[44872]: audit 2024-04-27T01:25:15.056784+0000 mon.c (mon.1) 8 : audit 1 from='osd.0 [v2:172.21.15.42:6802/4014332916,v1:172.21.15.42:6803/4014332916]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:25:16.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:15 smithi046 bash[44872]: audit 2024-04-27T01:25:15.059256+0000 mon.a (mon.0) 281 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:25:16.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:15 smithi046 bash[44872]: audit 2024-04-27T01:25:15.059463+0000 mgr.y (mgr.34101) 152 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:25:16.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:15 smithi042 bash[57193]: audit 2024-04-27T01:25:14.867149+0000 mon.a (mon.0) 277 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:16.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:15 smithi042 bash[57193]: audit 2024-04-27T01:25:14.874440+0000 mon.a (mon.0) 278 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:16.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:15 smithi042 bash[57193]: audit 2024-04-27T01:25:15.046313+0000 mon.a (mon.0) 279 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-27T01:25:16.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:15 smithi042 bash[57193]: cluster 2024-04-27T01:25:15.054460+0000 mon.a (mon.0) 280 : cluster 0 osdmap e109: 8 total, 7 up, 8 in 2024-04-27T01:25:16.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:15 smithi042 bash[57193]: audit 2024-04-27T01:25:15.056784+0000 mon.c (mon.1) 8 : audit 1 from='osd.0 [v2:172.21.15.42:6802/4014332916,v1:172.21.15.42:6803/4014332916]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:25:16.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:15 smithi042 bash[57193]: audit 2024-04-27T01:25:15.059256+0000 mon.a (mon.0) 281 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:25:16.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:15 smithi042 bash[57193]: audit 2024-04-27T01:25:15.059463+0000 mgr.y (mgr.34101) 152 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:25:16.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:15 smithi042 bash[55870]: audit 2024-04-27T01:25:14.867149+0000 mon.a (mon.0) 277 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:16.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:15 smithi042 bash[55870]: audit 2024-04-27T01:25:14.874440+0000 mon.a (mon.0) 278 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:16.182 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:15 smithi042 bash[55870]: audit 2024-04-27T01:25:15.046313+0000 mon.a (mon.0) 279 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-27T01:25:16.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:15 smithi042 bash[55870]: cluster 2024-04-27T01:25:15.054460+0000 mon.a (mon.0) 280 : cluster 0 osdmap e109: 8 total, 7 up, 8 in 2024-04-27T01:25:16.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:15 smithi042 bash[55870]: audit 2024-04-27T01:25:15.056784+0000 mon.c (mon.1) 8 : audit 1 from='osd.0 [v2:172.21.15.42:6802/4014332916,v1:172.21.15.42:6803/4014332916]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:25:16.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:15 smithi042 bash[55870]: audit 2024-04-27T01:25:15.059256+0000 mon.a (mon.0) 281 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:25:16.183 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:15 smithi042 bash[55870]: audit 2024-04-27T01:25:15.059463+0000 mgr.y (mgr.34101) 152 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:25:17.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:16 smithi046 bash[44872]: cluster 2024-04-27T01:25:16.047062+0000 mon.a (mon.0) 282 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-27T01:25:17.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:16 smithi046 bash[44872]: cluster 2024-04-27T01:25:16.057095+0000 mon.a (mon.0) 283 : cluster 1 osd.0 [v2:172.21.15.42:6802/4014332916,v1:172.21.15.42:6803/4014332916] boot 2024-04-27T01:25:17.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:16 smithi046 bash[44872]: cluster 2024-04-27T01:25:16.057234+0000 mon.a (mon.0) 284 : cluster 0 osdmap e110: 8 total, 8 up, 8 in 2024-04-27T01:25:17.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:16 smithi046 bash[44872]: audit 2024-04-27T01:25:16.058896+0000 mon.a (mon.0) 285 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:25:17.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:16 smithi046 bash[44872]: cluster 2024-04-27T01:25:16.177889+0000 mgr.y (mgr.34101) 153 : cluster 0 pgmap v72: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 77/726 objects degraded (10.606%) 2024-04-27T01:25:17.180 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:16 smithi042 bash[57193]: cluster 2024-04-27T01:25:16.047062+0000 mon.a (mon.0) 282 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-27T01:25:17.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:16 smithi042 bash[57193]: cluster 2024-04-27T01:25:16.057095+0000 mon.a (mon.0) 283 : cluster 1 osd.0 [v2:172.21.15.42:6802/4014332916,v1:172.21.15.42:6803/4014332916] boot 2024-04-27T01:25:17.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:16 smithi042 bash[57193]: cluster 2024-04-27T01:25:16.057234+0000 mon.a (mon.0) 284 : cluster 0 osdmap e110: 8 total, 8 up, 8 in 2024-04-27T01:25:17.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:16 smithi042 bash[57193]: audit 2024-04-27T01:25:16.058896+0000 mon.a (mon.0) 285 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:25:17.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:16 smithi042 bash[57193]: cluster 2024-04-27T01:25:16.177889+0000 mgr.y (mgr.34101) 153 : cluster 0 pgmap v72: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 77/726 objects degraded (10.606%) 2024-04-27T01:25:17.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:16 smithi042 bash[55870]: cluster 2024-04-27T01:25:16.047062+0000 mon.a (mon.0) 282 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-27T01:25:17.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:16 smithi042 bash[55870]: cluster 2024-04-27T01:25:16.057095+0000 mon.a (mon.0) 283 : cluster 1 osd.0 [v2:172.21.15.42:6802/4014332916,v1:172.21.15.42:6803/4014332916] boot 2024-04-27T01:25:17.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:16 smithi042 bash[55870]: cluster 2024-04-27T01:25:16.057234+0000 mon.a (mon.0) 284 : cluster 0 osdmap e110: 8 total, 8 up, 8 in 2024-04-27T01:25:17.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:16 smithi042 bash[55870]: audit 2024-04-27T01:25:16.058896+0000 mon.a (mon.0) 285 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T01:25:17.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:16 smithi042 bash[55870]: cluster 2024-04-27T01:25:16.177889+0000 mgr.y (mgr.34101) 153 : cluster 0 pgmap v72: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 77/726 objects degraded (10.606%) 2024-04-27T01:25:18.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:18 smithi046 bash[44872]: cluster 2024-04-27T01:25:17.067512+0000 mon.a (mon.0) 286 : cluster 0 osdmap e111: 8 total, 8 up, 8 in 2024-04-27T01:25:18.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:18 smithi042 bash[55870]: cluster 2024-04-27T01:25:17.067512+0000 mon.a (mon.0) 286 : cluster 0 osdmap e111: 8 total, 8 up, 8 in 2024-04-27T01:25:18.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:18 smithi042 bash[57193]: cluster 2024-04-27T01:25:17.067512+0000 mon.a (mon.0) 286 : cluster 0 osdmap e111: 8 total, 8 up, 8 in 2024-04-27T01:25:18.921 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:25:18 smithi046 bash[42033]: ts=2024-04-27T01:25:18.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.46:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:25:19.392 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:19 smithi042 bash[55870]: cluster 2024-04-27T01:25:18.179061+0000 mgr.y (mgr.34101) 154 : cluster 0 pgmap v74: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 77/726 objects degraded (10.606%) 2024-04-27T01:25:19.392 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:19 smithi042 bash[57193]: cluster 2024-04-27T01:25:18.179061+0000 mgr.y (mgr.34101) 154 : cluster 0 pgmap v74: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 77/726 objects degraded (10.606%) 2024-04-27T01:25:19.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:19 smithi046 bash[44872]: cluster 2024-04-27T01:25:18.179061+0000 mgr.y (mgr.34101) 154 : cluster 0 pgmap v74: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 77/726 objects degraded (10.606%) 2024-04-27T01:25:19.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:25:19 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:25:19] "GET /metrics HTTP/1.1" 200 38387 "" "Prometheus/2.33.4" 2024-04-27T01:25:20.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:20 smithi046 bash[44872]: cluster 2024-04-27T01:25:20.232846+0000 mon.a (mon.0) 287 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 77/726 objects degraded (10.606%), 22 pgs degraded) 2024-04-27T01:25:20.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:20 smithi042 bash[55870]: cluster 2024-04-27T01:25:20.232846+0000 mon.a (mon.0) 287 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 77/726 objects degraded (10.606%), 22 pgs degraded) 2024-04-27T01:25:20.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:20 smithi042 bash[57193]: cluster 2024-04-27T01:25:20.232846+0000 mon.a (mon.0) 287 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 77/726 objects degraded (10.606%), 22 pgs degraded) 2024-04-27T01:25:21.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:21 smithi042 bash[55870]: cluster 2024-04-27T01:25:20.180794+0000 mgr.y (mgr.34101) 155 : cluster 0 pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-04-27T01:25:21.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:21 smithi042 bash[57193]: cluster 2024-04-27T01:25:20.180794+0000 mgr.y (mgr.34101) 155 : cluster 0 pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-04-27T01:25:21.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:21 smithi046 bash[44872]: cluster 2024-04-27T01:25:20.180794+0000 mgr.y (mgr.34101) 155 : cluster 0 pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-04-27T01:25:23.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:23 smithi046 bash[44872]: cluster 2024-04-27T01:25:22.181504+0000 mgr.y (mgr.34101) 156 : cluster 0 pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 717 B/s rd, 0 op/s 2024-04-27T01:25:23.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:23 smithi042 bash[55870]: cluster 2024-04-27T01:25:22.181504+0000 mgr.y (mgr.34101) 156 : cluster 0 pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 717 B/s rd, 0 op/s 2024-04-27T01:25:23.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:23 smithi042 bash[57193]: cluster 2024-04-27T01:25:22.181504+0000 mgr.y (mgr.34101) 156 : cluster 0 pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 717 B/s rd, 0 op/s 2024-04-27T01:25:24.586 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:25:25.343 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:25:25.343 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (4m) 11s ago 10m 14.7M - 0.23.0 ba2b418f427c 0f0b55d975d0 2024-04-27T01:25:25.343 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 error 73s ago 10m - - 2024-04-27T01:25:25.343 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 running (2m) 11s ago 8m 43.7M - 3.5 e1d6a67b021e e9e58db015ab 2024-04-27T01:25:25.343 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443,9283,8765 running (2m) 73s ago 16m 436M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 b405f9e86d9a 2024-04-27T01:25:25.343 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (3m) 11s ago 18m 491M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 60e39f55c7ea 2024-04-27T01:25:25.343 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (2m) 11s ago 18m 43.6M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 73925c36c48e 2024-04-27T01:25:25.343 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (82s) 73s ago 16m 18.2M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 56399982a983 2024-04-27T01:25:25.343 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (106s) 11s ago 16m 37.9M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 cf9a80ee073c 2024-04-27T01:25:25.343 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (4m) 11s ago 11m 9364k - 1.3.1 1dbe0e931976 ea2d213e0f7a 2024-04-27T01:25:25.344 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (3m) 73s ago 11m 8863k - 1.3.1 1dbe0e931976 e95126faf566 2024-04-27T01:25:25.344 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (15s) 11s ago 15m - 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 59aa3e813245 2024-04-27T01:25:25.344 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (15m) 11s ago 15m 59.9M 2781M 17.2.0 e1d6a67b021e 60ae6a8ced36 2024-04-27T01:25:25.344 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (14m) 11s ago 14m 53.3M 2781M 17.2.0 e1d6a67b021e 1694c06983a4 2024-04-27T01:25:25.344 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (14m) 11s ago 14m 57.3M 2781M 17.2.0 e1d6a67b021e 523b1c99e778 2024-04-27T01:25:25.344 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (13m) 73s ago 13m 58.9M 3037M 17.2.0 e1d6a67b021e 8f9eeee1f917 2024-04-27T01:25:25.344 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (13m) 73s ago 13m 54.0M 3037M 17.2.0 e1d6a67b021e 5c17501020a3 2024-04-27T01:25:25.344 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (12m) 73s ago 12m 52.9M 3037M 17.2.0 e1d6a67b021e 87a6f4ccf8a6 2024-04-27T01:25:25.344 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (11m) 73s ago 11m 56.0M 3037M 17.2.0 e1d6a67b021e 05ee6dbaf5ff 2024-04-27T01:25:25.344 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 running (2m) 73s ago 11m 56.7M - 2.33.4 514e6a882f6e 3405daccd7ea 2024-04-27T01:25:25.344 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (9m) 11s ago 9m 86.7M - 17.2.0 e1d6a67b021e 4022285478bf 2024-04-27T01:25:25.344 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (9m) 73s ago 9m 86.4M - 17.2.0 e1d6a67b021e aab619238956 2024-04-27T01:25:25.344 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (9m) 11s ago 9m 86.9M - 17.2.0 e1d6a67b021e 654b864f6909 2024-04-27T01:25:25.345 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (9m) 73s ago 9m 87.0M - 17.2.0 e1d6a67b021e b896e3222d12 2024-04-27T01:25:25.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:25 smithi042 bash[57193]: cluster 2024-04-27T01:25:24.182245+0000 mgr.y (mgr.34101) 157 : cluster 0 pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 629 B/s rd, 0 op/s 2024-04-27T01:25:25.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:25 smithi042 bash[57193]: audit 2024-04-27T01:25:24.620742+0000 mon.a (mon.0) 288 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:25.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:25 smithi042 bash[57193]: audit 2024-04-27T01:25:24.629093+0000 mon.a (mon.0) 289 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:25.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:25 smithi042 bash[57193]: audit 2024-04-27T01:25:24.630652+0000 mon.a (mon.0) 290 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:25:25.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:25 smithi042 bash[57193]: audit 2024-04-27T01:25:24.631534+0000 mon.a (mon.0) 291 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:25:25.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:25 smithi042 bash[57193]: audit 2024-04-27T01:25:24.638703+0000 mon.a (mon.0) 292 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:25.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:25 smithi042 bash[57193]: audit 2024-04-27T01:25:24.715490+0000 mon.a (mon.0) 293 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:25:25.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:25 smithi042 bash[57193]: audit 2024-04-27T01:25:24.718060+0000 mon.a (mon.0) 294 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:25:25.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:25 smithi042 bash[57193]: audit 2024-04-27T01:25:24.719656+0000 mon.a (mon.0) 295 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:25:25.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:25 smithi042 bash[57193]: audit 2024-04-27T01:25:24.720747+0000 mon.a (mon.0) 296 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:25:25.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:25 smithi042 bash[57193]: audit 2024-04-27T01:25:24.722118+0000 mon.a (mon.0) 297 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-27T01:25:25.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:25 smithi042 bash[55870]: cluster 2024-04-27T01:25:24.182245+0000 mgr.y (mgr.34101) 157 : cluster 0 pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 629 B/s rd, 0 op/s 2024-04-27T01:25:25.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:25 smithi042 bash[55870]: audit 2024-04-27T01:25:24.620742+0000 mon.a (mon.0) 288 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:25.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:25 smithi042 bash[55870]: audit 2024-04-27T01:25:24.629093+0000 mon.a (mon.0) 289 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:25.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:25 smithi042 bash[55870]: audit 2024-04-27T01:25:24.630652+0000 mon.a (mon.0) 290 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:25:25.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:25 smithi042 bash[55870]: audit 2024-04-27T01:25:24.631534+0000 mon.a (mon.0) 291 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:25:25.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:25 smithi042 bash[55870]: audit 2024-04-27T01:25:24.638703+0000 mon.a (mon.0) 292 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:25.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:25 smithi042 bash[55870]: audit 2024-04-27T01:25:24.715490+0000 mon.a (mon.0) 293 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:25:25.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:25 smithi042 bash[55870]: audit 2024-04-27T01:25:24.718060+0000 mon.a (mon.0) 294 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:25:25.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:25 smithi042 bash[55870]: audit 2024-04-27T01:25:24.719656+0000 mon.a (mon.0) 295 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:25:25.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:25 smithi042 bash[55870]: audit 2024-04-27T01:25:24.720747+0000 mon.a (mon.0) 296 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:25:25.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:25 smithi042 bash[55870]: audit 2024-04-27T01:25:24.722118+0000 mon.a (mon.0) 297 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-27T01:25:25.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:25 smithi046 bash[44872]: cluster 2024-04-27T01:25:24.182245+0000 mgr.y (mgr.34101) 157 : cluster 0 pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 629 B/s rd, 0 op/s 2024-04-27T01:25:25.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:25 smithi046 bash[44872]: audit 2024-04-27T01:25:24.620742+0000 mon.a (mon.0) 288 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:25.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:25 smithi046 bash[44872]: audit 2024-04-27T01:25:24.629093+0000 mon.a (mon.0) 289 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:25.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:25 smithi046 bash[44872]: audit 2024-04-27T01:25:24.630652+0000 mon.a (mon.0) 290 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:25:25.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:25 smithi046 bash[44872]: audit 2024-04-27T01:25:24.631534+0000 mon.a (mon.0) 291 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:25:25.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:25 smithi046 bash[44872]: audit 2024-04-27T01:25:24.638703+0000 mon.a (mon.0) 292 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:25.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:25 smithi046 bash[44872]: audit 2024-04-27T01:25:24.715490+0000 mon.a (mon.0) 293 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:25:25.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:25 smithi046 bash[44872]: audit 2024-04-27T01:25:24.718060+0000 mon.a (mon.0) 294 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:25:25.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:25 smithi046 bash[44872]: audit 2024-04-27T01:25:24.719656+0000 mon.a (mon.0) 295 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:25:25.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:25 smithi046 bash[44872]: audit 2024-04-27T01:25:24.720747+0000 mon.a (mon.0) 296 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:25:25.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:25 smithi046 bash[44872]: audit 2024-04-27T01:25:24.722118+0000 mon.a (mon.0) 297 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-27T01:25:25.762 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:25:25.762 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:25:25.762 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 3 2024-04-27T01:25:25.762 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:25:25.763 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:25:25.763 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 2 2024-04-27T01:25:25.763 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:25:25.763 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:25:25.763 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2024-04-27T01:25:25.763 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 1 2024-04-27T01:25:25.763 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:25:25.763 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:25:25.763 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-04-27T01:25:25.763 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:25:25.763 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:25:25.763 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 11, 2024-04-27T01:25:25.764 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 6 2024-04-27T01:25:25.764 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:25:25.764 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:25:26.136 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:25:26.136 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", 2024-04-27T01:25:26.137 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2024-04-27T01:25:26.137 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-27T01:25:26.137 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2024-04-27T01:25:26.137 INFO:teuthology.orchestra.run.smithi042.stdout: "mon", 2024-04-27T01:25:26.137 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr" 2024-04-27T01:25:26.137 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2024-04-27T01:25:26.137 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "6/23 daemons upgraded", 2024-04-27T01:25:26.137 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading osd daemons", 2024-04-27T01:25:26.137 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2024-04-27T01:25:26.137 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:25:26.559 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:25:26.559 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:25:26.559 INFO:teuthology.orchestra.run.smithi042.stdout: daemon grafana.a on smithi046 is in error state 2024-04-27T01:25:26.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:26 smithi046 bash[44872]: audit 2024-04-27T01:25:24.584972+0000 mgr.y (mgr.34101) 158 : audit 0 from='client.34287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:25:26.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:26 smithi046 bash[44872]: cluster 2024-04-27T01:25:24.633251+0000 mgr.y (mgr.34101) 159 : cluster 0 pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 605 B/s rd, 0 op/s 2024-04-27T01:25:26.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:26 smithi046 bash[44872]: cluster 2024-04-27T01:25:24.633549+0000 mgr.y (mgr.34101) 160 : cluster 0 pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 676 B/s rd, 0 op/s 2024-04-27T01:25:26.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:26 smithi046 bash[44872]: audit 2024-04-27T01:25:24.722295+0000 mgr.y (mgr.34101) 161 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-27T01:25:26.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:26 smithi046 bash[44872]: cephadm 2024-04-27T01:25:24.723272+0000 mgr.y (mgr.34101) 162 : cephadm 1 Upgrade: osd.1 is safe to restart 2024-04-27T01:25:26.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:26 smithi046 bash[44872]: audit 2024-04-27T01:25:24.966110+0000 mgr.y (mgr.34101) 163 : audit 0 from='client.44221 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:25:26.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:26 smithi046 bash[44872]: audit 2024-04-27T01:25:25.066501+0000 mgr.y (mgr.34101) 164 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:25:26.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:26 smithi046 bash[44872]: audit 2024-04-27T01:25:25.341501+0000 mgr.y (mgr.34101) 165 : audit 0 from='client.34299 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:25:26.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:26 smithi046 bash[44872]: audit 2024-04-27T01:25:25.777257+0000 mon.a (mon.0) 298 : audit 0 from='client.? 172.21.15.42:0/3367164109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:25:26.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:26 smithi042 bash[57193]: audit 2024-04-27T01:25:24.584972+0000 mgr.y (mgr.34101) 158 : audit 0 from='client.34287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:25:26.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:26 smithi042 bash[57193]: cluster 2024-04-27T01:25:24.633251+0000 mgr.y (mgr.34101) 159 : cluster 0 pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 605 B/s rd, 0 op/s 2024-04-27T01:25:26.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:26 smithi042 bash[57193]: cluster 2024-04-27T01:25:24.633549+0000 mgr.y (mgr.34101) 160 : cluster 0 pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 676 B/s rd, 0 op/s 2024-04-27T01:25:26.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:26 smithi042 bash[57193]: audit 2024-04-27T01:25:24.722295+0000 mgr.y (mgr.34101) 161 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-27T01:25:26.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:26 smithi042 bash[57193]: cephadm 2024-04-27T01:25:24.723272+0000 mgr.y (mgr.34101) 162 : cephadm 1 Upgrade: osd.1 is safe to restart 2024-04-27T01:25:26.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:26 smithi042 bash[57193]: audit 2024-04-27T01:25:24.966110+0000 mgr.y (mgr.34101) 163 : audit 0 from='client.44221 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:25:26.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:26 smithi042 bash[57193]: audit 2024-04-27T01:25:25.066501+0000 mgr.y (mgr.34101) 164 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:25:26.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:26 smithi042 bash[57193]: audit 2024-04-27T01:25:25.341501+0000 mgr.y (mgr.34101) 165 : audit 0 from='client.34299 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:25:26.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:26 smithi042 bash[57193]: audit 2024-04-27T01:25:25.777257+0000 mon.a (mon.0) 298 : audit 0 from='client.? 172.21.15.42:0/3367164109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:25:26.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:26 smithi042 bash[55870]: audit 2024-04-27T01:25:24.584972+0000 mgr.y (mgr.34101) 158 : audit 0 from='client.34287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:25:26.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:26 smithi042 bash[55870]: cluster 2024-04-27T01:25:24.633251+0000 mgr.y (mgr.34101) 159 : cluster 0 pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 605 B/s rd, 0 op/s 2024-04-27T01:25:26.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:26 smithi042 bash[55870]: cluster 2024-04-27T01:25:24.633549+0000 mgr.y (mgr.34101) 160 : cluster 0 pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 676 B/s rd, 0 op/s 2024-04-27T01:25:26.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:26 smithi042 bash[55870]: audit 2024-04-27T01:25:24.722295+0000 mgr.y (mgr.34101) 161 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-27T01:25:26.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:26 smithi042 bash[55870]: cephadm 2024-04-27T01:25:24.723272+0000 mgr.y (mgr.34101) 162 : cephadm 1 Upgrade: osd.1 is safe to restart 2024-04-27T01:25:26.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:26 smithi042 bash[55870]: audit 2024-04-27T01:25:24.966110+0000 mgr.y (mgr.34101) 163 : audit 0 from='client.44221 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:25:26.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:26 smithi042 bash[55870]: audit 2024-04-27T01:25:25.066501+0000 mgr.y (mgr.34101) 164 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:25:26.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:26 smithi042 bash[55870]: audit 2024-04-27T01:25:25.341501+0000 mgr.y (mgr.34101) 165 : audit 0 from='client.34299 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:25:26.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:26 smithi042 bash[55870]: audit 2024-04-27T01:25:25.777257+0000 mon.a (mon.0) 298 : audit 0 from='client.? 172.21.15.42:0/3367164109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:25:27.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:27 smithi046 bash[44872]: audit 2024-04-27T01:25:26.151508+0000 mgr.y (mgr.34101) 166 : audit 0 from='client.34311 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:25:27.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:27 smithi046 bash[44872]: audit 2024-04-27T01:25:26.574750+0000 mon.a (mon.0) 299 : audit 0 from='client.? 172.21.15.42:0/4120397688' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:25:27.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:27 smithi046 bash[44872]: audit 2024-04-27T01:25:26.898726+0000 mon.a (mon.0) 300 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:27.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:27 smithi046 bash[44872]: audit 2024-04-27T01:25:26.903926+0000 mon.a (mon.0) 301 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-27T01:25:27.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:27 smithi046 bash[44872]: audit 2024-04-27T01:25:26.905554+0000 mon.a (mon.0) 302 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:25:27.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:27 smithi042 bash[57193]: audit 2024-04-27T01:25:26.151508+0000 mgr.y (mgr.34101) 166 : audit 0 from='client.34311 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:25:27.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:27 smithi042 bash[57193]: audit 2024-04-27T01:25:26.574750+0000 mon.a (mon.0) 299 : audit 0 from='client.? 172.21.15.42:0/4120397688' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:25:27.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:27 smithi042 bash[57193]: audit 2024-04-27T01:25:26.898726+0000 mon.a (mon.0) 300 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:27.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:27 smithi042 bash[57193]: audit 2024-04-27T01:25:26.903926+0000 mon.a (mon.0) 301 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-27T01:25:27.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:27 smithi042 bash[57193]: audit 2024-04-27T01:25:26.905554+0000 mon.a (mon.0) 302 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:25:27.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:27 smithi042 bash[55870]: audit 2024-04-27T01:25:26.151508+0000 mgr.y (mgr.34101) 166 : audit 0 from='client.34311 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:25:27.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:27 smithi042 bash[55870]: audit 2024-04-27T01:25:26.574750+0000 mon.a (mon.0) 299 : audit 0 from='client.? 172.21.15.42:0/4120397688' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:25:27.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:27 smithi042 bash[55870]: audit 2024-04-27T01:25:26.898726+0000 mon.a (mon.0) 300 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:27.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:27 smithi042 bash[55870]: audit 2024-04-27T01:25:26.903926+0000 mon.a (mon.0) 301 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-27T01:25:27.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:27 smithi042 bash[55870]: audit 2024-04-27T01:25:26.905554+0000 mon.a (mon.0) 302 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:25:28.645 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:28 smithi046 bash[44872]: cluster 2024-04-27T01:25:26.634583+0000 mgr.y (mgr.34101) 167 : cluster 0 pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:25:28.645 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:28 smithi046 bash[44872]: cephadm 2024-04-27T01:25:26.891766+0000 mgr.y (mgr.34101) 168 : cephadm 1 Upgrade: Updating osd.1 2024-04-27T01:25:28.645 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:28 smithi046 bash[44872]: cephadm 2024-04-27T01:25:26.911168+0000 mgr.y (mgr.34101) 169 : cephadm 1 Deploying daemon osd.1 on smithi042 2024-04-27T01:25:28.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:28 smithi042 bash[55870]: cluster 2024-04-27T01:25:26.634583+0000 mgr.y (mgr.34101) 167 : cluster 0 pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:25:28.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:28 smithi042 bash[55870]: cephadm 2024-04-27T01:25:26.891766+0000 mgr.y (mgr.34101) 168 : cephadm 1 Upgrade: Updating osd.1 2024-04-27T01:25:28.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:28 smithi042 bash[55870]: cephadm 2024-04-27T01:25:26.911168+0000 mgr.y (mgr.34101) 169 : cephadm 1 Deploying daemon osd.1 on smithi042 2024-04-27T01:25:28.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:28 smithi042 bash[57193]: cluster 2024-04-27T01:25:26.634583+0000 mgr.y (mgr.34101) 167 : cluster 0 pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:25:28.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:28 smithi042 bash[57193]: cephadm 2024-04-27T01:25:26.891766+0000 mgr.y (mgr.34101) 168 : cephadm 1 Upgrade: Updating osd.1 2024-04-27T01:25:28.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:28 smithi042 bash[57193]: cephadm 2024-04-27T01:25:26.911168+0000 mgr.y (mgr.34101) 169 : cephadm 1 Deploying daemon osd.1 on smithi042 2024-04-27T01:25:28.922 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:25:28 smithi046 bash[42033]: ts=2024-04-27T01:25:28.661Z caller=alerting.go:353 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephOSDDown: template: __alert_CephOSDDown:1:358: executing \"__alert_CephOSDDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.46:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2024-04-27T01:25:28.922 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:25:28 smithi046 bash[42033]: ts=2024-04-27T01:25:28.664Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.46:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:25:29.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:25:29 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:25:29] "GET /metrics HTTP/1.1" 200 38402 "" "Prometheus/2.33.4" 2024-04-27T01:25:30.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:30 smithi042 bash[55870]: cluster 2024-04-27T01:25:28.635241+0000 mgr.y (mgr.34101) 170 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 605 B/s rd, 0 op/s 2024-04-27T01:25:30.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:30 smithi042 bash[55870]: audit 2024-04-27T01:25:29.037169+0000 mon.a (mon.0) 303 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:30.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:30 smithi042 bash[55870]: audit 2024-04-27T01:25:29.039517+0000 mon.a (mon.0) 304 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:25:30.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:30 smithi042 bash[55870]: audit 2024-04-27T01:25:29.102811+0000 mon.a (mon.0) 305 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:30.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:30 smithi042 bash[57193]: cluster 2024-04-27T01:25:28.635241+0000 mgr.y (mgr.34101) 170 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 605 B/s rd, 0 op/s 2024-04-27T01:25:30.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:30 smithi042 bash[57193]: audit 2024-04-27T01:25:29.037169+0000 mon.a (mon.0) 303 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:30.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:30 smithi042 bash[57193]: audit 2024-04-27T01:25:29.039517+0000 mon.a (mon.0) 304 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:25:30.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:30 smithi042 bash[57193]: audit 2024-04-27T01:25:29.102811+0000 mon.a (mon.0) 305 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:30.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:30 smithi046 bash[44872]: cluster 2024-04-27T01:25:28.635241+0000 mgr.y (mgr.34101) 170 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 605 B/s rd, 0 op/s 2024-04-27T01:25:30.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:30 smithi046 bash[44872]: audit 2024-04-27T01:25:29.037169+0000 mon.a (mon.0) 303 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:30.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:30 smithi046 bash[44872]: audit 2024-04-27T01:25:29.039517+0000 mon.a (mon.0) 304 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:25:30.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:30 smithi046 bash[44872]: audit 2024-04-27T01:25:29.102811+0000 mon.a (mon.0) 305 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:30.930 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:25:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:30.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:30.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:30.931 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:25:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:30.931 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:25:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:30.932 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:30.932 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:30.932 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:25:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:30.933 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:25:30 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:31.430 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:30 smithi042 systemd[1]: Stopping Ceph osd.1 for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:25:31.431 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:31 smithi042 bash[29236]: debug 2024-04-27T01:25:31.106+0000 7f9fe9d01700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-27T01:25:31.431 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:31 smithi042 bash[29236]: debug 2024-04-27T01:25:31.106+0000 7f9fe9d01700 -1 osd.1 111 *** Got signal Terminated *** 2024-04-27T01:25:31.431 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:31 smithi042 bash[29236]: debug 2024-04-27T01:25:31.106+0000 7f9fe9d01700 -1 osd.1 111 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-27T01:25:32.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:32 smithi046 bash[44872]: cluster 2024-04-27T01:25:30.636950+0000 mgr.y (mgr.34101) 171 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:25:32.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:32 smithi046 bash[44872]: cluster 2024-04-27T01:25:31.113089+0000 mon.a (mon.0) 306 : cluster 1 osd.1 marked itself down and dead 2024-04-27T01:25:32.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:32 smithi042 bash[55870]: cluster 2024-04-27T01:25:30.636950+0000 mgr.y (mgr.34101) 171 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:25:32.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:32 smithi042 bash[55870]: cluster 2024-04-27T01:25:31.113089+0000 mon.a (mon.0) 306 : cluster 1 osd.1 marked itself down and dead 2024-04-27T01:25:32.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:32 smithi042 bash[57193]: cluster 2024-04-27T01:25:30.636950+0000 mgr.y (mgr.34101) 171 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:25:32.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:32 smithi042 bash[57193]: cluster 2024-04-27T01:25:31.113089+0000 mon.a (mon.0) 306 : cluster 1 osd.1 marked itself down and dead 2024-04-27T01:25:33.296 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:33 smithi042 bash[55870]: cluster 2024-04-27T01:25:32.038180+0000 mon.a (mon.0) 307 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-27T01:25:33.296 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:33 smithi042 bash[55870]: cluster 2024-04-27T01:25:32.055091+0000 mon.a (mon.0) 308 : cluster 0 osdmap e112: 8 total, 7 up, 8 in 2024-04-27T01:25:33.296 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:33 smithi042 bash[57193]: cluster 2024-04-27T01:25:32.038180+0000 mon.a (mon.0) 307 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-27T01:25:33.296 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:33 smithi042 bash[57193]: cluster 2024-04-27T01:25:32.055091+0000 mon.a (mon.0) 308 : cluster 0 osdmap e112: 8 total, 7 up, 8 in 2024-04-27T01:25:33.297 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:33 smithi042 bash[61416]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-1 2024-04-27T01:25:33.297 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:33 smithi042 bash[61480]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-1 2024-04-27T01:25:33.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:33 smithi046 bash[44872]: cluster 2024-04-27T01:25:32.038180+0000 mon.a (mon.0) 307 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-27T01:25:33.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:33 smithi046 bash[44872]: cluster 2024-04-27T01:25:32.055091+0000 mon.a (mon.0) 308 : cluster 0 osdmap e112: 8 total, 7 up, 8 in 2024-04-27T01:25:34.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:34 smithi046 bash[44872]: cluster 2024-04-27T01:25:32.637583+0000 mgr.y (mgr.34101) 172 : cluster 0 pgmap v84: 161 pgs: 19 stale+active+clean, 142 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:25:34.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:34 smithi046 bash[44872]: cluster 2024-04-27T01:25:33.056993+0000 mon.a (mon.0) 309 : cluster 0 osdmap e113: 8 total, 7 up, 8 in 2024-04-27T01:25:34.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:34 smithi042 bash[55870]: cluster 2024-04-27T01:25:32.637583+0000 mgr.y (mgr.34101) 172 : cluster 0 pgmap v84: 161 pgs: 19 stale+active+clean, 142 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:25:34.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:34 smithi042 bash[55870]: cluster 2024-04-27T01:25:33.056993+0000 mon.a (mon.0) 309 : cluster 0 osdmap e113: 8 total, 7 up, 8 in 2024-04-27T01:25:34.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:34 smithi042 bash[57193]: cluster 2024-04-27T01:25:32.637583+0000 mgr.y (mgr.34101) 172 : cluster 0 pgmap v84: 161 pgs: 19 stale+active+clean, 142 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:25:34.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:34 smithi042 bash[57193]: cluster 2024-04-27T01:25:33.056993+0000 mon.a (mon.0) 309 : cluster 0 osdmap e113: 8 total, 7 up, 8 in 2024-04-27T01:25:35.281 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:25:35 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:35.281 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:35 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:35.282 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:25:35 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:35.282 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:25:35 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:35.282 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:35 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:35.283 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:35 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:35.283 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:25:35 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:35.283 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:35 smithi042 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.1.service: Deactivated successfully. 2024-04-27T01:25:35.283 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:35 smithi042 systemd[1]: Stopped Ceph osd.1 for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:25:35.283 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:35 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:35.283 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:35 smithi042 systemd[1]: Started Ceph osd.1 for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:25:35.284 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:25:35 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:36.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:36 smithi042 bash[55870]: cluster 2024-04-27T01:25:34.638353+0000 mgr.y (mgr.34101) 173 : cluster 0 pgmap v86: 161 pgs: 19 stale+active+clean, 142 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-04-27T01:25:36.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:36 smithi042 bash[55870]: audit 2024-04-27T01:25:35.074763+0000 mgr.y (mgr.34101) 174 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:25:36.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:36 smithi042 bash[55870]: audit 2024-04-27T01:25:35.349956+0000 mon.a (mon.0) 310 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:36.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:36 smithi042 bash[55870]: audit 2024-04-27T01:25:35.355426+0000 mon.a (mon.0) 311 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:36.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:36 smithi042 bash[57193]: cluster 2024-04-27T01:25:34.638353+0000 mgr.y (mgr.34101) 173 : cluster 0 pgmap v86: 161 pgs: 19 stale+active+clean, 142 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-04-27T01:25:36.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:36 smithi042 bash[57193]: audit 2024-04-27T01:25:35.074763+0000 mgr.y (mgr.34101) 174 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:25:36.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:36 smithi042 bash[57193]: audit 2024-04-27T01:25:35.349956+0000 mon.a (mon.0) 310 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:36.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:36 smithi042 bash[57193]: audit 2024-04-27T01:25:35.355426+0000 mon.a (mon.0) 311 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:36.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:36 smithi046 bash[44872]: cluster 2024-04-27T01:25:34.638353+0000 mgr.y (mgr.34101) 173 : cluster 0 pgmap v86: 161 pgs: 19 stale+active+clean, 142 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-04-27T01:25:36.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:36 smithi046 bash[44872]: audit 2024-04-27T01:25:35.074763+0000 mgr.y (mgr.34101) 174 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:25:36.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:36 smithi046 bash[44872]: audit 2024-04-27T01:25:35.349956+0000 mon.a (mon.0) 310 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:36.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:36 smithi046 bash[44872]: audit 2024-04-27T01:25:35.355426+0000 mon.a (mon.0) 311 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:37.181 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:36 smithi042 bash[61631]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-04-27T01:25:37.181 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:36 smithi042 bash[61631]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-04-27T01:25:37.181 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:36 smithi042 bash[61631]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-04-27T01:25:37.181 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:36 smithi042 bash[61631]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-04-27T01:25:37.181 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:36 smithi042 bash[61631]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-04-27T01:25:37.181 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:36 smithi042 bash[61631]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-04-27T01:25:37.181 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:36 smithi042 bash[61631]: --> ceph-volume raw activate successful for osd ID: 1 2024-04-27T01:25:37.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:37 smithi046 bash[44872]: cluster 2024-04-27T01:25:37.350090+0000 mon.a (mon.0) 312 : cluster 3 Health check failed: Degraded data redundancy: 100/726 objects degraded (13.774%), 21 pgs degraded (PG_DEGRADED) 2024-04-27T01:25:37.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:37 smithi042 bash[55870]: cluster 2024-04-27T01:25:37.350090+0000 mon.a (mon.0) 312 : cluster 3 Health check failed: Degraded data redundancy: 100/726 objects degraded (13.774%), 21 pgs degraded (PG_DEGRADED) 2024-04-27T01:25:37.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:37 smithi042 bash[57193]: cluster 2024-04-27T01:25:37.350090+0000 mon.a (mon.0) 312 : cluster 3 Health check failed: Degraded data redundancy: 100/726 objects degraded (13.774%), 21 pgs degraded (PG_DEGRADED) 2024-04-27T01:25:38.645 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:38 smithi046 bash[44872]: cluster 2024-04-27T01:25:36.640244+0000 mgr.y (mgr.34101) 175 : cluster 0 pgmap v87: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 100/726 objects degraded (13.774%) 2024-04-27T01:25:38.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:38 smithi042 bash[55870]: cluster 2024-04-27T01:25:36.640244+0000 mgr.y (mgr.34101) 175 : cluster 0 pgmap v87: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 100/726 objects degraded (13.774%) 2024-04-27T01:25:38.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:38 smithi042 bash[57193]: cluster 2024-04-27T01:25:36.640244+0000 mgr.y (mgr.34101) 175 : cluster 0 pgmap v87: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 100/726 objects degraded (13.774%) 2024-04-27T01:25:38.681 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:38 smithi042 bash[61857]: debug 2024-04-27T01:25:38.298+0000 7f3c90930700 1 -- 172.21.15.42:0/2160989518 <== mon.0 v2:172.21.15.42:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x559bef591680 con 0x559bef5cf000 2024-04-27T01:25:38.921 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:25:38 smithi046 bash[42033]: ts=2024-04-27T01:25: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 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.46:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:25:39.180 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:38 smithi042 bash[61857]: debug 2024-04-27T01:25:38.842+0000 7f3c99ac87c0 -1 Falling back to public interface 2024-04-27T01:25:39.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:25:39 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:25:39] "GET /metrics HTTP/1.1" 200 38402 "" "Prometheus/2.33.4" 2024-04-27T01:25:40.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:40 smithi046 bash[44872]: cluster 2024-04-27T01:25:38.641506+0000 mgr.y (mgr.34101) 176 : cluster 0 pgmap v88: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 100/726 objects degraded (13.774%) 2024-04-27T01:25:40.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:40 smithi042 bash[55870]: cluster 2024-04-27T01:25:38.641506+0000 mgr.y (mgr.34101) 176 : cluster 0 pgmap v88: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 100/726 objects degraded (13.774%) 2024-04-27T01:25:40.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:40 smithi042 bash[57193]: cluster 2024-04-27T01:25:38.641506+0000 mgr.y (mgr.34101) 176 : cluster 0 pgmap v88: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 100/726 objects degraded (13.774%) 2024-04-27T01:25:42.180 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:41 smithi042 bash[61857]: debug 2024-04-27T01:25:41.878+0000 7f3c99ac87c0 -1 osd.1 0 read_superblock omap replica is missing. 2024-04-27T01:25:42.180 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:41 smithi042 bash[61857]: debug 2024-04-27T01:25:41.906+0000 7f3c99ac87c0 -1 osd.1 111 log_to_monitors true 2024-04-27T01:25:42.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:42 smithi046 bash[44872]: cluster 2024-04-27T01:25:40.642856+0000 mgr.y (mgr.34101) 177 : cluster 0 pgmap v89: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 100/726 objects degraded (13.774%) 2024-04-27T01:25:42.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:42 smithi046 bash[44872]: audit 2024-04-27T01:25:41.401972+0000 mon.a (mon.0) 313 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:42.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:42 smithi046 bash[44872]: audit 2024-04-27T01:25:41.413908+0000 mon.a (mon.0) 314 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:42.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:42 smithi046 bash[44872]: audit 2024-04-27T01:25:41.916899+0000 mon.a (mon.0) 315 : audit 1 from='osd.1 [v2:172.21.15.42:6810/3740194087,v1:172.21.15.42:6811/3740194087]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-27T01:25:42.680 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:42 smithi042 bash[61857]: debug 2024-04-27T01:25:42.466+0000 7f3c8af20700 -1 osd.1 111 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-27T01:25:42.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:42 smithi042 bash[55870]: cluster 2024-04-27T01:25:40.642856+0000 mgr.y (mgr.34101) 177 : cluster 0 pgmap v89: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 100/726 objects degraded (13.774%) 2024-04-27T01:25:42.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:42 smithi042 bash[55870]: audit 2024-04-27T01:25:41.401972+0000 mon.a (mon.0) 313 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:42.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:42 smithi042 bash[55870]: audit 2024-04-27T01:25:41.413908+0000 mon.a (mon.0) 314 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:42.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:42 smithi042 bash[55870]: audit 2024-04-27T01:25:41.916899+0000 mon.a (mon.0) 315 : audit 1 from='osd.1 [v2:172.21.15.42:6810/3740194087,v1:172.21.15.42:6811/3740194087]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-27T01:25:42.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:42 smithi042 bash[57193]: cluster 2024-04-27T01:25:40.642856+0000 mgr.y (mgr.34101) 177 : cluster 0 pgmap v89: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 100/726 objects degraded (13.774%) 2024-04-27T01:25:42.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:42 smithi042 bash[57193]: audit 2024-04-27T01:25:41.401972+0000 mon.a (mon.0) 313 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:42.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:42 smithi042 bash[57193]: audit 2024-04-27T01:25:41.413908+0000 mon.a (mon.0) 314 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:42.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:42 smithi042 bash[57193]: audit 2024-04-27T01:25:41.916899+0000 mon.a (mon.0) 315 : audit 1 from='osd.1 [v2:172.21.15.42:6810/3740194087,v1:172.21.15.42:6811/3740194087]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-27T01:25:43.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:43 smithi046 bash[44872]: audit 2024-04-27T01:25:42.419668+0000 mon.a (mon.0) 316 : audit 1 from='osd.1 [v2:172.21.15.42:6810/3740194087,v1:172.21.15.42:6811/3740194087]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-27T01:25:43.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:43 smithi046 bash[44872]: cluster 2024-04-27T01:25:42.426428+0000 mon.a (mon.0) 317 : cluster 0 osdmap e114: 8 total, 7 up, 8 in 2024-04-27T01:25:43.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:43 smithi046 bash[44872]: audit 2024-04-27T01:25:42.428102+0000 mon.a (mon.0) 318 : audit 1 from='osd.1 [v2:172.21.15.42:6810/3740194087,v1:172.21.15.42:6811/3740194087]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:25:43.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:43 smithi046 bash[44872]: audit 2024-04-27T01:25:42.507451+0000 mon.a (mon.0) 319 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:43.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:43 smithi046 bash[44872]: audit 2024-04-27T01:25:42.515301+0000 mon.a (mon.0) 320 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:43.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:43 smithi042 bash[55870]: audit 2024-04-27T01:25:42.419668+0000 mon.a (mon.0) 316 : audit 1 from='osd.1 [v2:172.21.15.42:6810/3740194087,v1:172.21.15.42:6811/3740194087]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-27T01:25:43.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:43 smithi042 bash[55870]: cluster 2024-04-27T01:25:42.426428+0000 mon.a (mon.0) 317 : cluster 0 osdmap e114: 8 total, 7 up, 8 in 2024-04-27T01:25:43.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:43 smithi042 bash[55870]: audit 2024-04-27T01:25:42.428102+0000 mon.a (mon.0) 318 : audit 1 from='osd.1 [v2:172.21.15.42:6810/3740194087,v1:172.21.15.42:6811/3740194087]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:25:43.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:43 smithi042 bash[55870]: audit 2024-04-27T01:25:42.507451+0000 mon.a (mon.0) 319 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:43.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:43 smithi042 bash[55870]: audit 2024-04-27T01:25:42.515301+0000 mon.a (mon.0) 320 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:43.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:43 smithi042 bash[57193]: audit 2024-04-27T01:25:42.419668+0000 mon.a (mon.0) 316 : audit 1 from='osd.1 [v2:172.21.15.42:6810/3740194087,v1:172.21.15.42:6811/3740194087]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-27T01:25:43.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:43 smithi042 bash[57193]: cluster 2024-04-27T01:25:42.426428+0000 mon.a (mon.0) 317 : cluster 0 osdmap e114: 8 total, 7 up, 8 in 2024-04-27T01:25:43.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:43 smithi042 bash[57193]: audit 2024-04-27T01:25:42.428102+0000 mon.a (mon.0) 318 : audit 1 from='osd.1 [v2:172.21.15.42:6810/3740194087,v1:172.21.15.42:6811/3740194087]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:25:43.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:43 smithi042 bash[57193]: audit 2024-04-27T01:25:42.507451+0000 mon.a (mon.0) 319 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:43.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:43 smithi042 bash[57193]: audit 2024-04-27T01:25:42.515301+0000 mon.a (mon.0) 320 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:44.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:44 smithi046 bash[44872]: cluster 2024-04-27T01:25:42.643848+0000 mgr.y (mgr.34101) 178 : cluster 0 pgmap v91: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 100/726 objects degraded (13.774%) 2024-04-27T01:25:44.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:44 smithi046 bash[44872]: cluster 2024-04-27T01:25:43.420656+0000 mon.a (mon.0) 321 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-27T01:25:44.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:44 smithi046 bash[44872]: cluster 2024-04-27T01:25:43.432312+0000 mon.a (mon.0) 322 : cluster 1 osd.1 [v2:172.21.15.42:6810/3740194087,v1:172.21.15.42:6811/3740194087] boot 2024-04-27T01:25:44.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:44 smithi046 bash[44872]: cluster 2024-04-27T01:25:43.432452+0000 mon.a (mon.0) 323 : cluster 0 osdmap e115: 8 total, 8 up, 8 in 2024-04-27T01:25:44.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:44 smithi046 bash[44872]: audit 2024-04-27T01:25:43.445614+0000 mon.a (mon.0) 324 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:25:44.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:44 smithi046 bash[44872]: audit 2024-04-27T01:25:44.039416+0000 mon.a (mon.0) 325 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:44.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:44 smithi046 bash[44872]: audit 2024-04-27T01:25:44.041602+0000 mon.a (mon.0) 326 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:25:44.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:44 smithi046 bash[44872]: cluster 2024-04-27T01:25:44.433781+0000 mon.a (mon.0) 327 : cluster 0 osdmap e116: 8 total, 8 up, 8 in 2024-04-27T01:25:44.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:44 smithi042 bash[55870]: cluster 2024-04-27T01:25:42.643848+0000 mgr.y (mgr.34101) 178 : cluster 0 pgmap v91: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 100/726 objects degraded (13.774%) 2024-04-27T01:25:44.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:44 smithi042 bash[55870]: cluster 2024-04-27T01:25:43.420656+0000 mon.a (mon.0) 321 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-27T01:25:44.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:44 smithi042 bash[55870]: cluster 2024-04-27T01:25:43.432312+0000 mon.a (mon.0) 322 : cluster 1 osd.1 [v2:172.21.15.42:6810/3740194087,v1:172.21.15.42:6811/3740194087] boot 2024-04-27T01:25:44.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:44 smithi042 bash[55870]: cluster 2024-04-27T01:25:43.432452+0000 mon.a (mon.0) 323 : cluster 0 osdmap e115: 8 total, 8 up, 8 in 2024-04-27T01:25:44.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:44 smithi042 bash[55870]: audit 2024-04-27T01:25:43.445614+0000 mon.a (mon.0) 324 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:25:44.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:44 smithi042 bash[55870]: audit 2024-04-27T01:25:44.039416+0000 mon.a (mon.0) 325 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:44.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:44 smithi042 bash[55870]: audit 2024-04-27T01:25:44.041602+0000 mon.a (mon.0) 326 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:25:44.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:44 smithi042 bash[55870]: cluster 2024-04-27T01:25:44.433781+0000 mon.a (mon.0) 327 : cluster 0 osdmap e116: 8 total, 8 up, 8 in 2024-04-27T01:25:44.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:44 smithi042 bash[57193]: cluster 2024-04-27T01:25:42.643848+0000 mgr.y (mgr.34101) 178 : cluster 0 pgmap v91: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 100/726 objects degraded (13.774%) 2024-04-27T01:25:44.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:44 smithi042 bash[57193]: cluster 2024-04-27T01:25:43.420656+0000 mon.a (mon.0) 321 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-27T01:25:44.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:44 smithi042 bash[57193]: cluster 2024-04-27T01:25:43.432312+0000 mon.a (mon.0) 322 : cluster 1 osd.1 [v2:172.21.15.42:6810/3740194087,v1:172.21.15.42:6811/3740194087] boot 2024-04-27T01:25:44.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:44 smithi042 bash[57193]: cluster 2024-04-27T01:25:43.432452+0000 mon.a (mon.0) 323 : cluster 0 osdmap e115: 8 total, 8 up, 8 in 2024-04-27T01:25:44.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:44 smithi042 bash[57193]: audit 2024-04-27T01:25:43.445614+0000 mon.a (mon.0) 324 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T01:25:44.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:44 smithi042 bash[57193]: audit 2024-04-27T01:25:44.039416+0000 mon.a (mon.0) 325 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:44.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:44 smithi042 bash[57193]: audit 2024-04-27T01:25:44.041602+0000 mon.a (mon.0) 326 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:25:44.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:44 smithi042 bash[57193]: cluster 2024-04-27T01:25:44.433781+0000 mon.a (mon.0) 327 : cluster 0 osdmap e116: 8 total, 8 up, 8 in 2024-04-27T01:25:45.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:45 smithi046 bash[44872]: cluster 2024-04-27T01:25:44.644883+0000 mgr.y (mgr.34101) 179 : cluster 0 pgmap v94: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 100/726 objects degraded (13.774%) 2024-04-27T01:25:45.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:45 smithi046 bash[44872]: audit 2024-04-27T01:25:45.084427+0000 mgr.y (mgr.34101) 180 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:25:45.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:45 smithi042 bash[55870]: cluster 2024-04-27T01:25:44.644883+0000 mgr.y (mgr.34101) 179 : cluster 0 pgmap v94: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 100/726 objects degraded (13.774%) 2024-04-27T01:25:45.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:45 smithi042 bash[55870]: audit 2024-04-27T01:25:45.084427+0000 mgr.y (mgr.34101) 180 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:25:45.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:45 smithi042 bash[57193]: cluster 2024-04-27T01:25:44.644883+0000 mgr.y (mgr.34101) 179 : cluster 0 pgmap v94: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 100/726 objects degraded (13.774%) 2024-04-27T01:25:45.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:45 smithi042 bash[57193]: audit 2024-04-27T01:25:45.084427+0000 mgr.y (mgr.34101) 180 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:25:47.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:46 smithi046 bash[44872]: cluster 2024-04-27T01:25:46.698752+0000 mon.a (mon.0) 328 : cluster 3 Health check update: Degraded data redundancy: 37/726 objects degraded (5.096%), 6 pgs degraded (PG_DEGRADED) 2024-04-27T01:25:47.180 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:46 smithi042 bash[55870]: cluster 2024-04-27T01:25:46.698752+0000 mon.a (mon.0) 328 : cluster 3 Health check update: Degraded data redundancy: 37/726 objects degraded (5.096%), 6 pgs degraded (PG_DEGRADED) 2024-04-27T01:25:47.180 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:46 smithi042 bash[57193]: cluster 2024-04-27T01:25:46.698752+0000 mon.a (mon.0) 328 : cluster 3 Health check update: Degraded data redundancy: 37/726 objects degraded (5.096%), 6 pgs degraded (PG_DEGRADED) 2024-04-27T01:25:47.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:47 smithi042 bash[55870]: cluster 2024-04-27T01:25:46.646759+0000 mgr.y (mgr.34101) 181 : cluster 0 pgmap v95: 161 pgs: 6 active+undersized+degraded, 13 active+undersized, 142 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 37/726 objects degraded (5.096%) 2024-04-27T01:25:47.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:47 smithi042 bash[57193]: cluster 2024-04-27T01:25:46.646759+0000 mgr.y (mgr.34101) 181 : cluster 0 pgmap v95: 161 pgs: 6 active+undersized+degraded, 13 active+undersized, 142 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 37/726 objects degraded (5.096%) 2024-04-27T01:25:48.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:47 smithi046 bash[44872]: cluster 2024-04-27T01:25:46.646759+0000 mgr.y (mgr.34101) 181 : cluster 0 pgmap v95: 161 pgs: 6 active+undersized+degraded, 13 active+undersized, 142 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 37/726 objects degraded (5.096%) 2024-04-27T01:25:48.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:48 smithi046 bash[44872]: cluster 2024-04-27T01:25:48.753671+0000 mon.a (mon.0) 329 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 37/726 objects degraded (5.096%), 6 pgs degraded) 2024-04-27T01:25:48.922 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:25:48 smithi046 bash[42033]: ts=2024-04-27T01:25: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 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.46:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:25:48.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:48 smithi042 bash[55870]: cluster 2024-04-27T01:25:48.753671+0000 mon.a (mon.0) 329 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 37/726 objects degraded (5.096%), 6 pgs degraded) 2024-04-27T01:25:48.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:48 smithi042 bash[57193]: cluster 2024-04-27T01:25:48.753671+0000 mon.a (mon.0) 329 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 37/726 objects degraded (5.096%), 6 pgs degraded) 2024-04-27T01:25:49.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:25:49 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:25:49] "GET /metrics HTTP/1.1" 200 38278 "" "Prometheus/2.33.4" 2024-04-27T01:25:50.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:49 smithi046 bash[44872]: cluster 2024-04-27T01:25:48.647642+0000 mgr.y (mgr.34101) 182 : cluster 0 pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 822 B/s rd, 0 op/s 2024-04-27T01:25:50.180 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:49 smithi042 bash[55870]: cluster 2024-04-27T01:25:48.647642+0000 mgr.y (mgr.34101) 182 : cluster 0 pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 822 B/s rd, 0 op/s 2024-04-27T01:25:50.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:49 smithi042 bash[57193]: cluster 2024-04-27T01:25:48.647642+0000 mgr.y (mgr.34101) 182 : cluster 0 pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 822 B/s rd, 0 op/s 2024-04-27T01:25:52.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:51 smithi046 bash[44872]: cluster 2024-04-27T01:25:50.648594+0000 mgr.y (mgr.34101) 183 : cluster 0 pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:25:52.180 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:51 smithi042 bash[55870]: cluster 2024-04-27T01:25:50.648594+0000 mgr.y (mgr.34101) 183 : cluster 0 pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:25:52.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:51 smithi042 bash[57193]: cluster 2024-04-27T01:25:50.648594+0000 mgr.y (mgr.34101) 183 : cluster 0 pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:25:53.570 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[57193]: audit 2024-04-27T01:25:52.229618+0000 mon.a (mon.0) 330 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:53.571 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[57193]: audit 2024-04-27T01:25:52.243219+0000 mon.a (mon.0) 331 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:53.571 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[57193]: audit 2024-04-27T01:25:52.246126+0000 mon.a (mon.0) 332 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:25:53.571 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[57193]: audit 2024-04-27T01:25:52.247802+0000 mon.a (mon.0) 333 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:25:53.571 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[57193]: cluster 2024-04-27T01:25:52.251093+0000 mgr.y (mgr.34101) 184 : cluster 0 pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:25:53.571 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[57193]: cluster 2024-04-27T01:25:52.251690+0000 mgr.y (mgr.34101) 185 : cluster 0 pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-04-27T01:25:53.571 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[57193]: audit 2024-04-27T01:25:52.261872+0000 mon.a (mon.0) 334 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:53.571 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[57193]: audit 2024-04-27T01:25:52.359877+0000 mon.a (mon.0) 335 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:25:53.571 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[57193]: audit 2024-04-27T01:25:52.363984+0000 mon.a (mon.0) 336 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:25:53.571 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[57193]: audit 2024-04-27T01:25:52.367197+0000 mon.a (mon.0) 337 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:25:53.571 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[57193]: audit 2024-04-27T01:25:52.369831+0000 mon.a (mon.0) 338 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:25:53.571 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[57193]: audit 2024-04-27T01:25:52.373863+0000 mon.a (mon.0) 339 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-27T01:25:53.571 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[57193]: audit 2024-04-27T01:25:52.374337+0000 mgr.y (mgr.34101) 186 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-27T01:25:53.572 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[57193]: cephadm 2024-04-27T01:25:52.376898+0000 mgr.y (mgr.34101) 187 : cephadm 1 Upgrade: osd.2 is safe to restart 2024-04-27T01:25:53.572 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[55870]: audit 2024-04-27T01:25:52.229618+0000 mon.a (mon.0) 330 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:53.572 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[55870]: audit 2024-04-27T01:25:52.243219+0000 mon.a (mon.0) 331 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:53.572 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[55870]: audit 2024-04-27T01:25:52.246126+0000 mon.a (mon.0) 332 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:25:53.572 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[55870]: audit 2024-04-27T01:25:52.247802+0000 mon.a (mon.0) 333 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:25:53.572 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[55870]: cluster 2024-04-27T01:25:52.251093+0000 mgr.y (mgr.34101) 184 : cluster 0 pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:25:53.572 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[55870]: cluster 2024-04-27T01:25:52.251690+0000 mgr.y (mgr.34101) 185 : cluster 0 pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-04-27T01:25:53.572 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[55870]: audit 2024-04-27T01:25:52.261872+0000 mon.a (mon.0) 334 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:53.572 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[55870]: audit 2024-04-27T01:25:52.359877+0000 mon.a (mon.0) 335 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:25:53.572 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[55870]: audit 2024-04-27T01:25:52.363984+0000 mon.a (mon.0) 336 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:25:53.572 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[55870]: audit 2024-04-27T01:25:52.367197+0000 mon.a (mon.0) 337 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:25:53.572 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[55870]: audit 2024-04-27T01:25:52.369831+0000 mon.a (mon.0) 338 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:25:53.573 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[55870]: audit 2024-04-27T01:25:52.373863+0000 mon.a (mon.0) 339 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-27T01:25:53.573 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[55870]: audit 2024-04-27T01:25:52.374337+0000 mgr.y (mgr.34101) 186 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-27T01:25:53.573 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:53 smithi042 bash[55870]: cephadm 2024-04-27T01:25:52.376898+0000 mgr.y (mgr.34101) 187 : cephadm 1 Upgrade: osd.2 is safe to restart 2024-04-27T01:25:53.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:53 smithi046 bash[44872]: audit 2024-04-27T01:25:52.229618+0000 mon.a (mon.0) 330 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:53.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:53 smithi046 bash[44872]: audit 2024-04-27T01:25:52.243219+0000 mon.a (mon.0) 331 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:53.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:53 smithi046 bash[44872]: audit 2024-04-27T01:25:52.246126+0000 mon.a (mon.0) 332 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:25:53.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:53 smithi046 bash[44872]: audit 2024-04-27T01:25:52.247802+0000 mon.a (mon.0) 333 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:25:53.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:53 smithi046 bash[44872]: cluster 2024-04-27T01:25:52.251093+0000 mgr.y (mgr.34101) 184 : cluster 0 pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:25:53.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:53 smithi046 bash[44872]: cluster 2024-04-27T01:25:52.251690+0000 mgr.y (mgr.34101) 185 : cluster 0 pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-04-27T01:25:53.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:53 smithi046 bash[44872]: audit 2024-04-27T01:25:52.261872+0000 mon.a (mon.0) 334 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:53.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:53 smithi046 bash[44872]: audit 2024-04-27T01:25:52.359877+0000 mon.a (mon.0) 335 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:25:53.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:53 smithi046 bash[44872]: audit 2024-04-27T01:25:52.363984+0000 mon.a (mon.0) 336 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:25:53.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:53 smithi046 bash[44872]: audit 2024-04-27T01:25:52.367197+0000 mon.a (mon.0) 337 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:25:53.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:53 smithi046 bash[44872]: audit 2024-04-27T01:25:52.369831+0000 mon.a (mon.0) 338 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:25:53.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:53 smithi046 bash[44872]: audit 2024-04-27T01:25:52.373863+0000 mon.a (mon.0) 339 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-27T01:25:53.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:53 smithi046 bash[44872]: audit 2024-04-27T01:25:52.374337+0000 mgr.y (mgr.34101) 186 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-27T01:25:53.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:53 smithi046 bash[44872]: cephadm 2024-04-27T01:25:52.376898+0000 mgr.y (mgr.34101) 187 : cephadm 1 Upgrade: osd.2 is safe to restart 2024-04-27T01:25:55.180 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:55 smithi042 bash[55870]: audit 2024-04-27T01:25:54.140742+0000 mon.a (mon.0) 340 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:55.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:55 smithi042 bash[55870]: cluster 2024-04-27T01:25:54.252578+0000 mgr.y (mgr.34101) 188 : cluster 0 pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:25:55.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:55 smithi042 bash[55870]: audit 2024-04-27T01:25:54.454285+0000 mon.a (mon.0) 341 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:55.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:55 smithi042 bash[55870]: audit 2024-04-27T01:25:54.458991+0000 mon.a (mon.0) 342 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-27T01:25:55.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:55 smithi042 bash[55870]: audit 2024-04-27T01:25:54.460866+0000 mon.a (mon.0) 343 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:25:55.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:55 smithi042 bash[57193]: audit 2024-04-27T01:25:54.140742+0000 mon.a (mon.0) 340 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:55.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:55 smithi042 bash[57193]: cluster 2024-04-27T01:25:54.252578+0000 mgr.y (mgr.34101) 188 : cluster 0 pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:25:55.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:55 smithi042 bash[57193]: audit 2024-04-27T01:25:54.454285+0000 mon.a (mon.0) 341 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:55.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:55 smithi042 bash[57193]: audit 2024-04-27T01:25:54.458991+0000 mon.a (mon.0) 342 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-27T01:25:55.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:55 smithi042 bash[57193]: audit 2024-04-27T01:25:54.460866+0000 mon.a (mon.0) 343 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:25:55.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:55 smithi046 bash[44872]: audit 2024-04-27T01:25:54.140742+0000 mon.a (mon.0) 340 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:55.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:55 smithi046 bash[44872]: cluster 2024-04-27T01:25:54.252578+0000 mgr.y (mgr.34101) 188 : cluster 0 pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:25:55.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:55 smithi046 bash[44872]: audit 2024-04-27T01:25:54.454285+0000 mon.a (mon.0) 341 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:55.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:55 smithi046 bash[44872]: audit 2024-04-27T01:25:54.458991+0000 mon.a (mon.0) 342 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-27T01:25:55.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:55 smithi046 bash[44872]: audit 2024-04-27T01:25:54.460866+0000 mon.a (mon.0) 343 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:25:56.180 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:56 smithi042 bash[55870]: cephadm 2024-04-27T01:25:54.447163+0000 mgr.y (mgr.34101) 189 : cephadm 1 Upgrade: Updating osd.2 2024-04-27T01:25:56.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:56 smithi042 bash[55870]: cephadm 2024-04-27T01:25:54.466885+0000 mgr.y (mgr.34101) 190 : cephadm 1 Deploying daemon osd.2 on smithi042 2024-04-27T01:25:56.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:56 smithi042 bash[55870]: audit 2024-04-27T01:25:55.094699+0000 mgr.y (mgr.34101) 191 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:25:56.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:56 smithi042 bash[57193]: cephadm 2024-04-27T01:25:54.447163+0000 mgr.y (mgr.34101) 189 : cephadm 1 Upgrade: Updating osd.2 2024-04-27T01:25:56.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:56 smithi042 bash[57193]: cephadm 2024-04-27T01:25:54.466885+0000 mgr.y (mgr.34101) 190 : cephadm 1 Deploying daemon osd.2 on smithi042 2024-04-27T01:25:56.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:56 smithi042 bash[57193]: audit 2024-04-27T01:25:55.094699+0000 mgr.y (mgr.34101) 191 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:25:56.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:56 smithi046 bash[44872]: cephadm 2024-04-27T01:25:54.447163+0000 mgr.y (mgr.34101) 189 : cephadm 1 Upgrade: Updating osd.2 2024-04-27T01:25:56.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:56 smithi046 bash[44872]: cephadm 2024-04-27T01:25:54.466885+0000 mgr.y (mgr.34101) 190 : cephadm 1 Deploying daemon osd.2 on smithi042 2024-04-27T01:25:56.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:56 smithi046 bash[44872]: audit 2024-04-27T01:25:55.094699+0000 mgr.y (mgr.34101) 191 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:25:56.965 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:25:57.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:57 smithi046 bash[44872]: cluster 2024-04-27T01:25:56.254225+0000 mgr.y (mgr.34101) 192 : cluster 0 pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:25:57.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:57 smithi042 bash[55870]: cluster 2024-04-27T01:25:56.254225+0000 mgr.y (mgr.34101) 192 : cluster 0 pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:25:57.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:57 smithi042 bash[57193]: cluster 2024-04-27T01:25:56.254225+0000 mgr.y (mgr.34101) 192 : cluster 0 pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:25:57.742 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:25:57.742 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (4m) 16s ago 11m 14.7M - 0.23.0 ba2b418f427c 0f0b55d975d0 2024-04-27T01:25:57.742 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 error 106s ago 10m - - 2024-04-27T01:25:57.742 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 running (3m) 16s ago 9m 44.0M - 3.5 e1d6a67b021e e9e58db015ab 2024-04-27T01:25:57.742 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443,9283,8765 running (3m) 106s ago 16m 436M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 b405f9e86d9a 2024-04-27T01:25:57.742 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (4m) 16s ago 18m 494M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 60e39f55c7ea 2024-04-27T01:25:57.742 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (2m) 16s ago 18m 45.9M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 73925c36c48e 2024-04-27T01:25:57.742 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (114s) 106s ago 17m 18.2M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 56399982a983 2024-04-27T01:25:57.742 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (2m) 16s ago 17m 39.5M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 cf9a80ee073c 2024-04-27T01:25:57.742 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (4m) 16s ago 11m 9492k - 1.3.1 1dbe0e931976 ea2d213e0f7a 2024-04-27T01:25:57.743 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (4m) 106s ago 11m 8863k - 1.3.1 1dbe0e931976 e95126faf566 2024-04-27T01:25:57.743 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (48s) 16s ago 16m 45.5M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 59aa3e813245 2024-04-27T01:25:57.743 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (20s) 16s ago 15m - 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 4432f1499107 2024-04-27T01:25:57.743 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (15m) 16s ago 15m 53.6M 2781M 17.2.0 e1d6a67b021e 1694c06983a4 2024-04-27T01:25:57.743 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (14m) 16s ago 14m 58.1M 2781M 17.2.0 e1d6a67b021e 523b1c99e778 2024-04-27T01:25:57.743 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (14m) 106s ago 14m 58.9M 3037M 17.2.0 e1d6a67b021e 8f9eeee1f917 2024-04-27T01:25:57.743 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (13m) 106s ago 13m 54.0M 3037M 17.2.0 e1d6a67b021e 5c17501020a3 2024-04-27T01:25:57.743 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (13m) 106s ago 13m 52.9M 3037M 17.2.0 e1d6a67b021e 87a6f4ccf8a6 2024-04-27T01:25:57.743 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (12m) 106s ago 12m 56.0M 3037M 17.2.0 e1d6a67b021e 05ee6dbaf5ff 2024-04-27T01:25:57.743 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 running (3m) 106s ago 11m 56.7M - 2.33.4 514e6a882f6e 3405daccd7ea 2024-04-27T01:25:57.743 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (9m) 16s ago 9m 86.8M - 17.2.0 e1d6a67b021e 4022285478bf 2024-04-27T01:25:57.743 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (9m) 106s ago 9m 86.4M - 17.2.0 e1d6a67b021e aab619238956 2024-04-27T01:25:57.743 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (9m) 16s ago 9m 87.0M - 17.2.0 e1d6a67b021e 654b864f6909 2024-04-27T01:25:57.743 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (9m) 106s ago 9m 87.0M - 17.2.0 e1d6a67b021e b896e3222d12 2024-04-27T01:25:58.177 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:25:58.177 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:25:58.178 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 3 2024-04-27T01:25:58.178 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:25:58.178 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:25:58.178 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 2 2024-04-27T01:25:58.178 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:25:58.178 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:25:58.178 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2024-04-27T01:25:58.178 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 2 2024-04-27T01:25:58.178 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:25:58.178 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:25:58.178 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-04-27T01:25:58.178 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:25:58.178 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:25:58.179 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 10, 2024-04-27T01:25:58.179 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 7 2024-04-27T01:25:58.179 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:25:58.179 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:25:58.389 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:25:58 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:58.389 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:25:58 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:58.390 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:25:58 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:58.390 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:58 smithi042 bash[55870]: audit 2024-04-27T01:25:56.964978+0000 mgr.y (mgr.34101) 193 : audit 0 from='client.34329 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:25:58.390 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:58 smithi042 bash[55870]: audit 2024-04-27T01:25:57.359502+0000 mgr.y (mgr.34101) 194 : audit 0 from='client.34335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:25:58.390 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:58 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:58.390 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:58 smithi042 bash[57193]: audit 2024-04-27T01:25:56.964978+0000 mgr.y (mgr.34101) 193 : audit 0 from='client.34329 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:25:58.391 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:58 smithi042 bash[57193]: audit 2024-04-27T01:25:57.359502+0000 mgr.y (mgr.34101) 194 : audit 0 from='client.34335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:25:58.391 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:58 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:58.391 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:25:58 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:58.391 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:25:58 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:58.391 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:25:58 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:58.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:58 smithi046 bash[44872]: audit 2024-04-27T01:25:56.964978+0000 mgr.y (mgr.34101) 193 : audit 0 from='client.34329 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:25:58.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:58 smithi046 bash[44872]: audit 2024-04-27T01:25:57.359502+0000 mgr.y (mgr.34101) 194 : audit 0 from='client.34335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:25:58.559 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:25:58.560 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", 2024-04-27T01:25:58.560 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2024-04-27T01:25:58.560 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-27T01:25:58.560 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2024-04-27T01:25:58.560 INFO:teuthology.orchestra.run.smithi042.stdout: "mon", 2024-04-27T01:25:58.560 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr" 2024-04-27T01:25:58.560 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2024-04-27T01:25:58.560 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "7/23 daemons upgraded", 2024-04-27T01:25:58.560 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading osd daemons", 2024-04-27T01:25:58.560 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2024-04-27T01:25:58.560 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:25:58.680 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:25:58 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:25:58.680 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:25:58 smithi042 systemd[1]: Stopping Ceph osd.2 for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:25:58.680 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:25:58 smithi042 bash[32243]: debug 2024-04-27T01:25:58.634+0000 7f831fb43700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-27T01:25:58.681 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:25:58 smithi042 bash[32243]: debug 2024-04-27T01:25:58.634+0000 7f831fb43700 -1 osd.2 116 *** Got signal Terminated *** 2024-04-27T01:25:58.681 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:25:58 smithi042 bash[32243]: debug 2024-04-27T01:25:58.634+0000 7f831fb43700 -1 osd.2 116 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-27T01:25:58.921 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:25:58 smithi046 bash[42033]: ts=2024-04-27T01:25:58.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.46:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:25:58.978 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:25:58.978 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:25:58.978 INFO:teuthology.orchestra.run.smithi042.stdout: daemon grafana.a on smithi046 is in error state 2024-04-27T01:25:59.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:59 smithi046 bash[44872]: audit 2024-04-27T01:25:57.724908+0000 mgr.y (mgr.34101) 195 : audit 0 from='client.34341 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:25:59.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:59 smithi046 bash[44872]: audit 2024-04-27T01:25:58.192687+0000 mon.a (mon.0) 344 : audit 0 from='client.? 172.21.15.42:0/2155913096' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:25:59.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:59 smithi046 bash[44872]: cluster 2024-04-27T01:25:58.254740+0000 mgr.y (mgr.34101) 196 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:25:59.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:59 smithi046 bash[44872]: cluster 2024-04-27T01:25:58.636666+0000 mon.a (mon.0) 345 : cluster 1 osd.2 marked itself down and dead 2024-04-27T01:25:59.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:59 smithi046 bash[44872]: audit 2024-04-27T01:25:58.993628+0000 mon.c (mon.1) 9 : audit 0 from='client.? 172.21.15.42:0/1073573304' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:25:59.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:59 smithi046 bash[44872]: audit 2024-04-27T01:25:59.034900+0000 mon.a (mon.0) 346 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:59.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:25:59 smithi046 bash[44872]: audit 2024-04-27T01:25:59.035917+0000 mon.a (mon.0) 347 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:25:59.430 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:25:59 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:25:59] "GET /metrics HTTP/1.1" 200 38420 "" "Prometheus/2.33.4" 2024-04-27T01:25:59.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:59 smithi042 bash[55870]: audit 2024-04-27T01:25:57.724908+0000 mgr.y (mgr.34101) 195 : audit 0 from='client.34341 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:25:59.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:59 smithi042 bash[55870]: audit 2024-04-27T01:25:58.192687+0000 mon.a (mon.0) 344 : audit 0 from='client.? 172.21.15.42:0/2155913096' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:25:59.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:59 smithi042 bash[55870]: cluster 2024-04-27T01:25:58.254740+0000 mgr.y (mgr.34101) 196 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:25:59.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:59 smithi042 bash[55870]: cluster 2024-04-27T01:25:58.636666+0000 mon.a (mon.0) 345 : cluster 1 osd.2 marked itself down and dead 2024-04-27T01:25:59.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:59 smithi042 bash[55870]: audit 2024-04-27T01:25:58.993628+0000 mon.c (mon.1) 9 : audit 0 from='client.? 172.21.15.42:0/1073573304' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:25:59.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:59 smithi042 bash[55870]: audit 2024-04-27T01:25:59.034900+0000 mon.a (mon.0) 346 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:59.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:25:59 smithi042 bash[55870]: audit 2024-04-27T01:25:59.035917+0000 mon.a (mon.0) 347 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:25:59.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:59 smithi042 bash[57193]: audit 2024-04-27T01:25:57.724908+0000 mgr.y (mgr.34101) 195 : audit 0 from='client.34341 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:25:59.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:59 smithi042 bash[57193]: audit 2024-04-27T01:25:58.192687+0000 mon.a (mon.0) 344 : audit 0 from='client.? 172.21.15.42:0/2155913096' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:25:59.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:59 smithi042 bash[57193]: cluster 2024-04-27T01:25:58.254740+0000 mgr.y (mgr.34101) 196 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:25:59.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:59 smithi042 bash[57193]: cluster 2024-04-27T01:25:58.636666+0000 mon.a (mon.0) 345 : cluster 1 osd.2 marked itself down and dead 2024-04-27T01:25:59.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:59 smithi042 bash[57193]: audit 2024-04-27T01:25:58.993628+0000 mon.c (mon.1) 9 : audit 0 from='client.? 172.21.15.42:0/1073573304' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:25:59.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:59 smithi042 bash[57193]: audit 2024-04-27T01:25:59.034900+0000 mon.a (mon.0) 346 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:25:59.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:25:59 smithi042 bash[57193]: audit 2024-04-27T01:25:59.035917+0000 mon.a (mon.0) 347 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:26:00.430 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:26:00 smithi042 bash[63399]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-2 2024-04-27T01:26:00.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:00 smithi042 bash[55870]: audit 2024-04-27T01:25:58.575045+0000 mgr.y (mgr.34101) 197 : audit 0 from='client.44281 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:26:00.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:00 smithi042 bash[55870]: cluster 2024-04-27T01:25:59.155616+0000 mon.a (mon.0) 348 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-27T01:26:00.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:00 smithi042 bash[55870]: cluster 2024-04-27T01:25:59.174587+0000 mon.a (mon.0) 349 : cluster 0 osdmap e117: 8 total, 7 up, 8 in 2024-04-27T01:26:00.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:00 smithi042 bash[57193]: audit 2024-04-27T01:25:58.575045+0000 mgr.y (mgr.34101) 197 : audit 0 from='client.44281 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:26:00.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:00 smithi042 bash[57193]: cluster 2024-04-27T01:25:59.155616+0000 mon.a (mon.0) 348 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-27T01:26:00.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:00 smithi042 bash[57193]: cluster 2024-04-27T01:25:59.174587+0000 mon.a (mon.0) 349 : cluster 0 osdmap e117: 8 total, 7 up, 8 in 2024-04-27T01:26:00.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:00 smithi046 bash[44872]: audit 2024-04-27T01:25:58.575045+0000 mgr.y (mgr.34101) 197 : audit 0 from='client.44281 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:26:00.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:00 smithi046 bash[44872]: cluster 2024-04-27T01:25:59.155616+0000 mon.a (mon.0) 348 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-27T01:26:00.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:00 smithi046 bash[44872]: cluster 2024-04-27T01:25:59.174587+0000 mon.a (mon.0) 349 : cluster 0 osdmap e117: 8 total, 7 up, 8 in 2024-04-27T01:26:00.930 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:26:00 smithi042 bash[63489]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-2 2024-04-27T01:26:01.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:01 smithi042 bash[57193]: cluster 2024-04-27T01:26:00.171478+0000 mon.a (mon.0) 350 : cluster 0 osdmap e118: 8 total, 7 up, 8 in 2024-04-27T01:26:01.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:01 smithi042 bash[57193]: cluster 2024-04-27T01:26:00.255361+0000 mgr.y (mgr.34101) 198 : cluster 0 pgmap v105: 161 pgs: 41 peering, 2 stale+active+clean, 118 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:26:01.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:01 smithi042 bash[55870]: cluster 2024-04-27T01:26:00.171478+0000 mon.a (mon.0) 350 : cluster 0 osdmap e118: 8 total, 7 up, 8 in 2024-04-27T01:26:01.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:01 smithi042 bash[55870]: cluster 2024-04-27T01:26:00.255361+0000 mgr.y (mgr.34101) 198 : cluster 0 pgmap v105: 161 pgs: 41 peering, 2 stale+active+clean, 118 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:26:01.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:01 smithi046 bash[44872]: cluster 2024-04-27T01:26:00.171478+0000 mon.a (mon.0) 350 : cluster 0 osdmap e118: 8 total, 7 up, 8 in 2024-04-27T01:26:01.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:01 smithi046 bash[44872]: cluster 2024-04-27T01:26:00.255361+0000 mgr.y (mgr.34101) 198 : cluster 0 pgmap v105: 161 pgs: 41 peering, 2 stale+active+clean, 118 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:26:02.492 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:02 smithi042 bash[55870]: cluster 2024-04-27T01:26:01.185213+0000 mon.a (mon.0) 351 : cluster 3 Health check failed: Reduced data availability: 7 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-04-27T01:26:02.493 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:02 smithi042 bash[57193]: cluster 2024-04-27T01:26:01.185213+0000 mon.a (mon.0) 351 : cluster 3 Health check failed: Reduced data availability: 7 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-04-27T01:26:02.493 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:26:02 smithi042 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.2.service: Deactivated successfully. 2024-04-27T01:26:02.493 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:26:02 smithi042 systemd[1]: Stopped Ceph osd.2 for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:26:02.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:02 smithi046 bash[44872]: cluster 2024-04-27T01:26:01.185213+0000 mon.a (mon.0) 351 : cluster 3 Health check failed: Reduced data availability: 7 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-04-27T01:26:02.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:02 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:02.931 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:26:02 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:02.931 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:26:02 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:02.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:02 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:02.931 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:26:02 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:02.932 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:26:02 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:02.932 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:26:02 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:02.932 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:26:02 smithi042 systemd[1]: Started Ceph osd.2 for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:26:02.932 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:26:02 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:02.932 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:26:02 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:03.456 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:03 smithi042 bash[55870]: cluster 2024-04-27T01:26:02.256274+0000 mgr.y (mgr.34101) 199 : cluster 0 pgmap v106: 161 pgs: 41 peering, 2 stale+active+clean, 118 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:26:03.456 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:03 smithi042 bash[55870]: audit 2024-04-27T01:26:02.684262+0000 mon.a (mon.0) 352 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:03.456 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:03 smithi042 bash[55870]: audit 2024-04-27T01:26:02.689746+0000 mon.a (mon.0) 353 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:03.456 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:03 smithi042 bash[57193]: cluster 2024-04-27T01:26:02.256274+0000 mgr.y (mgr.34101) 199 : cluster 0 pgmap v106: 161 pgs: 41 peering, 2 stale+active+clean, 118 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:26:03.456 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:03 smithi042 bash[57193]: audit 2024-04-27T01:26:02.684262+0000 mon.a (mon.0) 352 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:03.456 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:03 smithi042 bash[57193]: audit 2024-04-27T01:26:02.689746+0000 mon.a (mon.0) 353 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:03.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:03 smithi046 bash[44872]: cluster 2024-04-27T01:26:02.256274+0000 mgr.y (mgr.34101) 199 : cluster 0 pgmap v106: 161 pgs: 41 peering, 2 stale+active+clean, 118 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:26:03.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:03 smithi046 bash[44872]: audit 2024-04-27T01:26:02.684262+0000 mon.a (mon.0) 352 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:03.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:03 smithi046 bash[44872]: audit 2024-04-27T01:26:02.689746+0000 mon.a (mon.0) 353 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:04.348 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:26:04 smithi042 bash[63637]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-04-27T01:26:04.348 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:26:04 smithi042 bash[63637]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-04-27T01:26:04.348 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:26:04 smithi042 bash[63637]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-04-27T01:26:04.348 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:26:04 smithi042 bash[63637]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-04-27T01:26:04.348 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:26:04 smithi042 bash[63637]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-04-27T01:26:04.348 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:26:04 smithi042 bash[63637]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-04-27T01:26:04.348 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:26:04 smithi042 bash[63637]: --> ceph-volume raw activate successful for osd ID: 2 2024-04-27T01:26:04.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:04 smithi046 bash[44872]: cluster 2024-04-27T01:26:04.309506+0000 mon.a (mon.0) 354 : cluster 3 Health check failed: Degraded data redundancy: 23/726 objects degraded (3.168%), 3 pgs degraded (PG_DEGRADED) 2024-04-27T01:26:04.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:04 smithi042 bash[55870]: cluster 2024-04-27T01:26:04.309506+0000 mon.a (mon.0) 354 : cluster 3 Health check failed: Degraded data redundancy: 23/726 objects degraded (3.168%), 3 pgs degraded (PG_DEGRADED) 2024-04-27T01:26:04.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:04 smithi042 bash[57193]: cluster 2024-04-27T01:26:04.309506+0000 mon.a (mon.0) 354 : cluster 3 Health check failed: Degraded data redundancy: 23/726 objects degraded (3.168%), 3 pgs degraded (PG_DEGRADED) 2024-04-27T01:26:05.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:05 smithi046 bash[44872]: cluster 2024-04-27T01:26:04.257485+0000 mgr.y (mgr.34101) 200 : cluster 0 pgmap v107: 161 pgs: 3 active+undersized+degraded, 41 peering, 3 active+undersized, 114 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 23/726 objects degraded (3.168%) 2024-04-27T01:26:05.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:05 smithi042 bash[55870]: cluster 2024-04-27T01:26:04.257485+0000 mgr.y (mgr.34101) 200 : cluster 0 pgmap v107: 161 pgs: 3 active+undersized+degraded, 41 peering, 3 active+undersized, 114 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 23/726 objects degraded (3.168%) 2024-04-27T01:26:05.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:05 smithi042 bash[57193]: cluster 2024-04-27T01:26:04.257485+0000 mgr.y (mgr.34101) 200 : cluster 0 pgmap v107: 161 pgs: 3 active+undersized+degraded, 41 peering, 3 active+undersized, 114 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 23/726 objects degraded (3.168%) 2024-04-27T01:26:05.681 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:26:05 smithi042 bash[63871]: debug 2024-04-27T01:26:05.577+0000 7efe75e8c700 1 -- 172.21.15.42:0/970822126 <== mon.0 v2:172.21.15.42:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5654af517680 con 0x5654af554c00 2024-04-27T01:26:06.358 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:26:06 smithi042 bash[63871]: debug 2024-04-27T01:26:06.117+0000 7efe7f0247c0 -1 Falling back to public interface 2024-04-27T01:26:06.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:06 smithi046 bash[44872]: audit 2024-04-27T01:26:05.104139+0000 mgr.y (mgr.34101) 201 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:26:06.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:06 smithi042 bash[55870]: audit 2024-04-27T01:26:05.104139+0000 mgr.y (mgr.34101) 201 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:26:06.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:06 smithi042 bash[57193]: audit 2024-04-27T01:26:05.104139+0000 mgr.y (mgr.34101) 201 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:26:07.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:07 smithi046 bash[44872]: cluster 2024-04-27T01:26:06.259443+0000 mgr.y (mgr.34101) 202 : cluster 0 pgmap v108: 161 pgs: 17 active+undersized+degraded, 30 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 69/726 objects degraded (9.504%) 2024-04-27T01:26:07.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:07 smithi046 bash[44872]: cluster 2024-04-27T01:26:06.364354+0000 mon.a (mon.0) 355 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 7 pgs inactive, 8 pgs peering) 2024-04-27T01:26:07.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:07 smithi042 bash[57193]: cluster 2024-04-27T01:26:06.259443+0000 mgr.y (mgr.34101) 202 : cluster 0 pgmap v108: 161 pgs: 17 active+undersized+degraded, 30 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 69/726 objects degraded (9.504%) 2024-04-27T01:26:07.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:07 smithi042 bash[57193]: cluster 2024-04-27T01:26:06.364354+0000 mon.a (mon.0) 355 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 7 pgs inactive, 8 pgs peering) 2024-04-27T01:26:07.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:07 smithi042 bash[55870]: cluster 2024-04-27T01:26:06.259443+0000 mgr.y (mgr.34101) 202 : cluster 0 pgmap v108: 161 pgs: 17 active+undersized+degraded, 30 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 69/726 objects degraded (9.504%) 2024-04-27T01:26:07.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:07 smithi042 bash[55870]: cluster 2024-04-27T01:26:06.364354+0000 mon.a (mon.0) 355 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 7 pgs inactive, 8 pgs peering) 2024-04-27T01:26:08.921 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:26:08 smithi046 bash[42033]: ts=2024-04-27T01:26:08.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.46:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:26:09.180 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:26:08 smithi042 bash[63871]: debug 2024-04-27T01:26:08.849+0000 7efe7f0247c0 -1 osd.2 0 read_superblock omap replica is missing. 2024-04-27T01:26:09.181 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:26:08 smithi042 bash[63871]: debug 2024-04-27T01:26:08.877+0000 7efe7f0247c0 -1 osd.2 116 log_to_monitors true 2024-04-27T01:26:09.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:09 smithi046 bash[44872]: cluster 2024-04-27T01:26:08.260616+0000 mgr.y (mgr.34101) 203 : cluster 0 pgmap v109: 161 pgs: 17 active+undersized+degraded, 30 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 69/726 objects degraded (9.504%) 2024-04-27T01:26:09.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:09 smithi046 bash[44872]: audit 2024-04-27T01:26:08.884730+0000 mon.a (mon.0) 356 : audit 1 from='osd.2 [v2:172.21.15.42:6818/1143042276,v1:172.21.15.42:6819/1143042276]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-27T01:26:09.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:09 smithi042 bash[55870]: cluster 2024-04-27T01:26:08.260616+0000 mgr.y (mgr.34101) 203 : cluster 0 pgmap v109: 161 pgs: 17 active+undersized+degraded, 30 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 69/726 objects degraded (9.504%) 2024-04-27T01:26:09.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:09 smithi042 bash[55870]: audit 2024-04-27T01:26:08.884730+0000 mon.a (mon.0) 356 : audit 1 from='osd.2 [v2:172.21.15.42:6818/1143042276,v1:172.21.15.42:6819/1143042276]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-27T01:26:09.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:09 smithi042 bash[57193]: cluster 2024-04-27T01:26:08.260616+0000 mgr.y (mgr.34101) 203 : cluster 0 pgmap v109: 161 pgs: 17 active+undersized+degraded, 30 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 69/726 objects degraded (9.504%) 2024-04-27T01:26:09.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:09 smithi042 bash[57193]: audit 2024-04-27T01:26:08.884730+0000 mon.a (mon.0) 356 : audit 1 from='osd.2 [v2:172.21.15.42:6818/1143042276,v1:172.21.15.42:6819/1143042276]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-27T01:26:09.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:26:09 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:26:09] "GET /metrics HTTP/1.1" 200 38420 "" "Prometheus/2.33.4" 2024-04-27T01:26:10.180 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:26:09 smithi042 bash[63871]: debug 2024-04-27T01:26:09.725+0000 7efe6c474700 -1 osd.2 116 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-27T01:26:10.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:10 smithi046 bash[44872]: audit 2024-04-27T01:26:09.379742+0000 mon.a (mon.0) 357 : audit 1 from='osd.2 [v2:172.21.15.42:6818/1143042276,v1:172.21.15.42:6819/1143042276]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-27T01:26:10.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:10 smithi046 bash[44872]: cluster 2024-04-27T01:26:09.383892+0000 mon.a (mon.0) 358 : cluster 0 osdmap e119: 8 total, 7 up, 8 in 2024-04-27T01:26:10.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:10 smithi046 bash[44872]: audit 2024-04-27T01:26:09.390943+0000 mon.a (mon.0) 359 : audit 1 from='osd.2 [v2:172.21.15.42:6818/1143042276,v1:172.21.15.42:6819/1143042276]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:26:10.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:10 smithi046 bash[44872]: audit 2024-04-27T01:26:09.710433+0000 mon.a (mon.0) 360 : audit 1 from='osd.2 [v2:172.21.15.42:6818/1143042276,v1:172.21.15.42:6819/1143042276]' entity='osd.2' 2024-04-27T01:26:10.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:10 smithi046 bash[44872]: audit 2024-04-27T01:26:10.300423+0000 mon.a (mon.0) 361 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:10.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:10 smithi046 bash[44872]: audit 2024-04-27T01:26:10.310525+0000 mon.a (mon.0) 362 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:10.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:10 smithi042 bash[55870]: audit 2024-04-27T01:26:09.379742+0000 mon.a (mon.0) 357 : audit 1 from='osd.2 [v2:172.21.15.42:6818/1143042276,v1:172.21.15.42:6819/1143042276]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-27T01:26:10.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:10 smithi042 bash[55870]: cluster 2024-04-27T01:26:09.383892+0000 mon.a (mon.0) 358 : cluster 0 osdmap e119: 8 total, 7 up, 8 in 2024-04-27T01:26:10.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:10 smithi042 bash[55870]: audit 2024-04-27T01:26:09.390943+0000 mon.a (mon.0) 359 : audit 1 from='osd.2 [v2:172.21.15.42:6818/1143042276,v1:172.21.15.42:6819/1143042276]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:26:10.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:10 smithi042 bash[55870]: audit 2024-04-27T01:26:09.710433+0000 mon.a (mon.0) 360 : audit 1 from='osd.2 [v2:172.21.15.42:6818/1143042276,v1:172.21.15.42:6819/1143042276]' entity='osd.2' 2024-04-27T01:26:10.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:10 smithi042 bash[55870]: audit 2024-04-27T01:26:10.300423+0000 mon.a (mon.0) 361 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:10.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:10 smithi042 bash[55870]: audit 2024-04-27T01:26:10.310525+0000 mon.a (mon.0) 362 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:10.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:10 smithi042 bash[57193]: audit 2024-04-27T01:26:09.379742+0000 mon.a (mon.0) 357 : audit 1 from='osd.2 [v2:172.21.15.42:6818/1143042276,v1:172.21.15.42:6819/1143042276]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-27T01:26:10.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:10 smithi042 bash[57193]: cluster 2024-04-27T01:26:09.383892+0000 mon.a (mon.0) 358 : cluster 0 osdmap e119: 8 total, 7 up, 8 in 2024-04-27T01:26:10.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:10 smithi042 bash[57193]: audit 2024-04-27T01:26:09.390943+0000 mon.a (mon.0) 359 : audit 1 from='osd.2 [v2:172.21.15.42:6818/1143042276,v1:172.21.15.42:6819/1143042276]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:26:10.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:10 smithi042 bash[57193]: audit 2024-04-27T01:26:09.710433+0000 mon.a (mon.0) 360 : audit 1 from='osd.2 [v2:172.21.15.42:6818/1143042276,v1:172.21.15.42:6819/1143042276]' entity='osd.2' 2024-04-27T01:26:10.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:10 smithi042 bash[57193]: audit 2024-04-27T01:26:10.300423+0000 mon.a (mon.0) 361 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:10.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:10 smithi042 bash[57193]: audit 2024-04-27T01:26:10.310525+0000 mon.a (mon.0) 362 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:11.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:11 smithi046 bash[44872]: cluster 2024-04-27T01:26:10.261597+0000 mgr.y (mgr.34101) 204 : cluster 0 pgmap v111: 161 pgs: 17 active+undersized+degraded, 30 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s; 69/726 objects degraded (9.504%) 2024-04-27T01:26:11.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:11 smithi046 bash[44872]: cluster 2024-04-27T01:26:10.708982+0000 mon.a (mon.0) 363 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-27T01:26:11.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:11 smithi046 bash[44872]: cluster 2024-04-27T01:26:10.725168+0000 mon.a (mon.0) 364 : cluster 1 osd.2 [v2:172.21.15.42:6818/1143042276,v1:172.21.15.42:6819/1143042276] boot 2024-04-27T01:26:11.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:11 smithi046 bash[44872]: cluster 2024-04-27T01:26:10.725344+0000 mon.a (mon.0) 365 : cluster 0 osdmap e120: 8 total, 8 up, 8 in 2024-04-27T01:26:11.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:11 smithi046 bash[44872]: audit 2024-04-27T01:26:10.726718+0000 mon.a (mon.0) 366 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:26:11.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:11 smithi046 bash[44872]: audit 2024-04-27T01:26:11.350817+0000 mon.a (mon.0) 367 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:11.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:11 smithi046 bash[44872]: audit 2024-04-27T01:26:11.357876+0000 mon.a (mon.0) 368 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:11.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:11 smithi042 bash[55870]: cluster 2024-04-27T01:26:10.261597+0000 mgr.y (mgr.34101) 204 : cluster 0 pgmap v111: 161 pgs: 17 active+undersized+degraded, 30 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s; 69/726 objects degraded (9.504%) 2024-04-27T01:26:11.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:11 smithi042 bash[55870]: cluster 2024-04-27T01:26:10.708982+0000 mon.a (mon.0) 363 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-27T01:26:11.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:11 smithi042 bash[55870]: cluster 2024-04-27T01:26:10.725168+0000 mon.a (mon.0) 364 : cluster 1 osd.2 [v2:172.21.15.42:6818/1143042276,v1:172.21.15.42:6819/1143042276] boot 2024-04-27T01:26:11.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:11 smithi042 bash[55870]: cluster 2024-04-27T01:26:10.725344+0000 mon.a (mon.0) 365 : cluster 0 osdmap e120: 8 total, 8 up, 8 in 2024-04-27T01:26:11.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:11 smithi042 bash[55870]: audit 2024-04-27T01:26:10.726718+0000 mon.a (mon.0) 366 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:26:11.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:11 smithi042 bash[55870]: audit 2024-04-27T01:26:11.350817+0000 mon.a (mon.0) 367 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:11.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:11 smithi042 bash[55870]: audit 2024-04-27T01:26:11.357876+0000 mon.a (mon.0) 368 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:11.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:11 smithi042 bash[57193]: cluster 2024-04-27T01:26:10.261597+0000 mgr.y (mgr.34101) 204 : cluster 0 pgmap v111: 161 pgs: 17 active+undersized+degraded, 30 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s; 69/726 objects degraded (9.504%) 2024-04-27T01:26:11.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:11 smithi042 bash[57193]: cluster 2024-04-27T01:26:10.708982+0000 mon.a (mon.0) 363 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-27T01:26:11.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:11 smithi042 bash[57193]: cluster 2024-04-27T01:26:10.725168+0000 mon.a (mon.0) 364 : cluster 1 osd.2 [v2:172.21.15.42:6818/1143042276,v1:172.21.15.42:6819/1143042276] boot 2024-04-27T01:26:11.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:11 smithi042 bash[57193]: cluster 2024-04-27T01:26:10.725344+0000 mon.a (mon.0) 365 : cluster 0 osdmap e120: 8 total, 8 up, 8 in 2024-04-27T01:26:11.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:11 smithi042 bash[57193]: audit 2024-04-27T01:26:10.726718+0000 mon.a (mon.0) 366 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T01:26:11.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:11 smithi042 bash[57193]: audit 2024-04-27T01:26:11.350817+0000 mon.a (mon.0) 367 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:11.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:11 smithi042 bash[57193]: audit 2024-04-27T01:26:11.357876+0000 mon.a (mon.0) 368 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:13.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:12 smithi046 bash[44872]: cluster 2024-04-27T01:26:11.725560+0000 mon.a (mon.0) 369 : cluster 0 osdmap e121: 8 total, 8 up, 8 in 2024-04-27T01:26:13.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:12 smithi046 bash[44872]: cluster 2024-04-27T01:26:12.262524+0000 mgr.y (mgr.34101) 205 : cluster 0 pgmap v114: 161 pgs: 17 active+undersized+degraded, 30 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 69/726 objects degraded (9.504%) 2024-04-27T01:26:13.180 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:12 smithi042 bash[55870]: cluster 2024-04-27T01:26:11.725560+0000 mon.a (mon.0) 369 : cluster 0 osdmap e121: 8 total, 8 up, 8 in 2024-04-27T01:26:13.180 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:12 smithi042 bash[55870]: cluster 2024-04-27T01:26:12.262524+0000 mgr.y (mgr.34101) 205 : cluster 0 pgmap v114: 161 pgs: 17 active+undersized+degraded, 30 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 69/726 objects degraded (9.504%) 2024-04-27T01:26:13.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:12 smithi042 bash[57193]: cluster 2024-04-27T01:26:11.725560+0000 mon.a (mon.0) 369 : cluster 0 osdmap e121: 8 total, 8 up, 8 in 2024-04-27T01:26:13.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:12 smithi042 bash[57193]: cluster 2024-04-27T01:26:12.262524+0000 mgr.y (mgr.34101) 205 : cluster 0 pgmap v114: 161 pgs: 17 active+undersized+degraded, 30 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 69/726 objects degraded (9.504%) 2024-04-27T01:26:14.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:13 smithi046 bash[44872]: cluster 2024-04-27T01:26:13.927364+0000 mon.a (mon.0) 370 : cluster 3 Health check update: Degraded data redundancy: 69/726 objects degraded (9.504%), 17 pgs degraded (PG_DEGRADED) 2024-04-27T01:26:14.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:13 smithi042 bash[55870]: cluster 2024-04-27T01:26:13.927364+0000 mon.a (mon.0) 370 : cluster 3 Health check update: Degraded data redundancy: 69/726 objects degraded (9.504%), 17 pgs degraded (PG_DEGRADED) 2024-04-27T01:26:14.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:13 smithi042 bash[57193]: cluster 2024-04-27T01:26:13.927364+0000 mon.a (mon.0) 370 : cluster 3 Health check update: Degraded data redundancy: 69/726 objects degraded (9.504%), 17 pgs degraded (PG_DEGRADED) 2024-04-27T01:26:15.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:15 smithi046 bash[44872]: audit 2024-04-27T01:26:14.043506+0000 mon.a (mon.0) 371 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:15.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:15 smithi046 bash[44872]: audit 2024-04-27T01:26:14.052318+0000 mon.a (mon.0) 372 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:26:15.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:15 smithi046 bash[44872]: audit 2024-04-27T01:26:14.173657+0000 mon.a (mon.0) 373 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:15.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:15 smithi046 bash[44872]: cluster 2024-04-27T01:26:14.263758+0000 mgr.y (mgr.34101) 206 : cluster 0 pgmap v115: 161 pgs: 15 active+undersized+degraded, 28 active+undersized, 118 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 0 B/s wr, 15 op/s; 47/726 objects degraded (6.474%); 0 B/s, 0 objects/s recovering 2024-04-27T01:26:15.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:15 smithi042 bash[55870]: audit 2024-04-27T01:26:14.043506+0000 mon.a (mon.0) 371 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:15.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:15 smithi042 bash[55870]: audit 2024-04-27T01:26:14.052318+0000 mon.a (mon.0) 372 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:26:15.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:15 smithi042 bash[55870]: audit 2024-04-27T01:26:14.173657+0000 mon.a (mon.0) 373 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:15.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:15 smithi042 bash[55870]: cluster 2024-04-27T01:26:14.263758+0000 mgr.y (mgr.34101) 206 : cluster 0 pgmap v115: 161 pgs: 15 active+undersized+degraded, 28 active+undersized, 118 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 0 B/s wr, 15 op/s; 47/726 objects degraded (6.474%); 0 B/s, 0 objects/s recovering 2024-04-27T01:26:15.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:15 smithi042 bash[57193]: audit 2024-04-27T01:26:14.043506+0000 mon.a (mon.0) 371 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:15.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:15 smithi042 bash[57193]: audit 2024-04-27T01:26:14.052318+0000 mon.a (mon.0) 372 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:26:15.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:15 smithi042 bash[57193]: audit 2024-04-27T01:26:14.173657+0000 mon.a (mon.0) 373 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:15.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:15 smithi042 bash[57193]: cluster 2024-04-27T01:26:14.263758+0000 mgr.y (mgr.34101) 206 : cluster 0 pgmap v115: 161 pgs: 15 active+undersized+degraded, 28 active+undersized, 118 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 0 B/s wr, 15 op/s; 47/726 objects degraded (6.474%); 0 B/s, 0 objects/s recovering 2024-04-27T01:26:16.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:16 smithi046 bash[44872]: audit 2024-04-27T01:26:15.114680+0000 mgr.y (mgr.34101) 207 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:26:16.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:16 smithi042 bash[55870]: audit 2024-04-27T01:26:15.114680+0000 mgr.y (mgr.34101) 207 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:26:16.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:16 smithi042 bash[57193]: audit 2024-04-27T01:26:15.114680+0000 mgr.y (mgr.34101) 207 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:26:17.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:17 smithi046 bash[44872]: cluster 2024-04-27T01:26:16.265504+0000 mgr.y (mgr.34101) 208 : cluster 0 pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 120 KiB/s rd, 0 B/s wr, 198 op/s; 0 B/s, 0 objects/s recovering 2024-04-27T01:26:17.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:17 smithi042 bash[55870]: cluster 2024-04-27T01:26:16.265504+0000 mgr.y (mgr.34101) 208 : cluster 0 pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 120 KiB/s rd, 0 B/s wr, 198 op/s; 0 B/s, 0 objects/s recovering 2024-04-27T01:26:17.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:17 smithi042 bash[57193]: cluster 2024-04-27T01:26:16.265504+0000 mgr.y (mgr.34101) 208 : cluster 0 pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 120 KiB/s rd, 0 B/s wr, 198 op/s; 0 B/s, 0 objects/s recovering 2024-04-27T01:26:18.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:18 smithi046 bash[44872]: cluster 2024-04-27T01:26:17.173001+0000 mon.a (mon.0) 374 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 47/726 objects degraded (6.474%), 15 pgs degraded) 2024-04-27T01:26:18.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:18 smithi042 bash[55870]: cluster 2024-04-27T01:26:17.173001+0000 mon.a (mon.0) 374 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 47/726 objects degraded (6.474%), 15 pgs degraded) 2024-04-27T01:26:18.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:18 smithi042 bash[57193]: cluster 2024-04-27T01:26:17.173001+0000 mon.a (mon.0) 374 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 47/726 objects degraded (6.474%), 15 pgs degraded) 2024-04-27T01:26:18.921 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:26:18 smithi046 bash[42033]: ts=2024-04-27T01:26: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 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.46:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-04-27T01:26:19.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:19 smithi042 bash[55870]: cluster 2024-04-27T01:26:18.266457+0000 mgr.y (mgr.34101) 209 : cluster 0 pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 110 KiB/s rd, 0 B/s wr, 181 op/s; 0 B/s, 0 objects/s recovering 2024-04-27T01:26:19.431 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:26:19 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:26:19] "GET /metrics HTTP/1.1" 200 38283 "" "Prometheus/2.33.4" 2024-04-27T01:26:19.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:19 smithi042 bash[57193]: cluster 2024-04-27T01:26:18.266457+0000 mgr.y (mgr.34101) 209 : cluster 0 pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 110 KiB/s rd, 0 B/s wr, 181 op/s; 0 B/s, 0 objects/s recovering 2024-04-27T01:26:19.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:19 smithi046 bash[44872]: cluster 2024-04-27T01:26:18.266457+0000 mgr.y (mgr.34101) 209 : cluster 0 pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 110 KiB/s rd, 0 B/s wr, 181 op/s; 0 B/s, 0 objects/s recovering 2024-04-27T01:26:21.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:21 smithi046 bash[44872]: cluster 2024-04-27T01:26:20.268231+0000 mgr.y (mgr.34101) 210 : cluster 0 pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 92 KiB/s rd, 0 B/s wr, 152 op/s; 0 B/s, 0 objects/s recovering 2024-04-27T01:26:21.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:21 smithi046 bash[44872]: audit 2024-04-27T01:26:20.743374+0000 mon.a (mon.0) 375 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:21.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:21 smithi046 bash[44872]: audit 2024-04-27T01:26:20.754948+0000 mon.a (mon.0) 376 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:21.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:21 smithi046 bash[44872]: audit 2024-04-27T01:26:20.757453+0000 mon.a (mon.0) 377 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:26:21.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:21 smithi046 bash[44872]: audit 2024-04-27T01:26:20.759161+0000 mon.a (mon.0) 378 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:26:21.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:21 smithi046 bash[44872]: audit 2024-04-27T01:26:20.771100+0000 mon.a (mon.0) 379 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:21.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:21 smithi046 bash[44872]: audit 2024-04-27T01:26:20.871221+0000 mon.a (mon.0) 380 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:26:21.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:21 smithi046 bash[44872]: audit 2024-04-27T01:26:20.876809+0000 mon.a (mon.0) 381 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:26:21.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:21 smithi046 bash[44872]: audit 2024-04-27T01:26:20.881415+0000 mon.a (mon.0) 382 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:26:21.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:21 smithi046 bash[44872]: audit 2024-04-27T01:26:20.884500+0000 mon.a (mon.0) 383 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:26:21.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:21 smithi046 bash[44872]: audit 2024-04-27T01:26:20.888351+0000 mon.a (mon.0) 384 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-04-27T01:26:21.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:21 smithi042 bash[55870]: cluster 2024-04-27T01:26:20.268231+0000 mgr.y (mgr.34101) 210 : cluster 0 pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 92 KiB/s rd, 0 B/s wr, 152 op/s; 0 B/s, 0 objects/s recovering 2024-04-27T01:26:21.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:21 smithi042 bash[55870]: audit 2024-04-27T01:26:20.743374+0000 mon.a (mon.0) 375 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:21.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:21 smithi042 bash[55870]: audit 2024-04-27T01:26:20.754948+0000 mon.a (mon.0) 376 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:21.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:21 smithi042 bash[55870]: audit 2024-04-27T01:26:20.757453+0000 mon.a (mon.0) 377 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:26:21.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:21 smithi042 bash[55870]: audit 2024-04-27T01:26:20.759161+0000 mon.a (mon.0) 378 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:26:21.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:21 smithi042 bash[55870]: audit 2024-04-27T01:26:20.771100+0000 mon.a (mon.0) 379 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:21.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:21 smithi042 bash[55870]: audit 2024-04-27T01:26:20.871221+0000 mon.a (mon.0) 380 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:26:21.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:21 smithi042 bash[55870]: audit 2024-04-27T01:26:20.876809+0000 mon.a (mon.0) 381 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:26:21.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:21 smithi042 bash[55870]: audit 2024-04-27T01:26:20.881415+0000 mon.a (mon.0) 382 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:26:21.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:21 smithi042 bash[55870]: audit 2024-04-27T01:26:20.884500+0000 mon.a (mon.0) 383 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:26:21.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:21 smithi042 bash[55870]: audit 2024-04-27T01:26:20.888351+0000 mon.a (mon.0) 384 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-04-27T01:26:21.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:21 smithi042 bash[57193]: cluster 2024-04-27T01:26:20.268231+0000 mgr.y (mgr.34101) 210 : cluster 0 pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 92 KiB/s rd, 0 B/s wr, 152 op/s; 0 B/s, 0 objects/s recovering 2024-04-27T01:26:21.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:21 smithi042 bash[57193]: audit 2024-04-27T01:26:20.743374+0000 mon.a (mon.0) 375 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:21.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:21 smithi042 bash[57193]: audit 2024-04-27T01:26:20.754948+0000 mon.a (mon.0) 376 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:21.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:21 smithi042 bash[57193]: audit 2024-04-27T01:26:20.757453+0000 mon.a (mon.0) 377 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:26:21.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:21 smithi042 bash[57193]: audit 2024-04-27T01:26:20.759161+0000 mon.a (mon.0) 378 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:26:21.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:21 smithi042 bash[57193]: audit 2024-04-27T01:26:20.771100+0000 mon.a (mon.0) 379 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:21.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:21 smithi042 bash[57193]: audit 2024-04-27T01:26:20.871221+0000 mon.a (mon.0) 380 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:26:21.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:21 smithi042 bash[57193]: audit 2024-04-27T01:26:20.876809+0000 mon.a (mon.0) 381 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:26:21.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:21 smithi042 bash[57193]: audit 2024-04-27T01:26:20.881415+0000 mon.a (mon.0) 382 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:26:21.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:21 smithi042 bash[57193]: audit 2024-04-27T01:26:20.884500+0000 mon.a (mon.0) 383 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:26:21.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:21 smithi042 bash[57193]: audit 2024-04-27T01:26:20.888351+0000 mon.a (mon.0) 384 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-04-27T01:26:22.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:22 smithi042 bash[55870]: cluster 2024-04-27T01:26:20.762251+0000 mgr.y (mgr.34101) 211 : cluster 0 pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 98 KiB/s rd, 0 B/s wr, 160 op/s; 0 B/s, 0 objects/s recovering 2024-04-27T01:26:22.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:22 smithi042 bash[55870]: cluster 2024-04-27T01:26:20.762797+0000 mgr.y (mgr.34101) 212 : cluster 0 pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 0 B/s wr, 171 op/s; 0 B/s, 0 objects/s recovering 2024-04-27T01:26:22.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:22 smithi042 bash[55870]: audit 2024-04-27T01:26:20.888733+0000 mgr.y (mgr.34101) 213 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-04-27T01:26:22.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:22 smithi042 bash[55870]: cephadm 2024-04-27T01:26:20.891226+0000 mgr.y (mgr.34101) 214 : cephadm 1 Upgrade: osd.3 is safe to restart 2024-04-27T01:26:22.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:22 smithi042 bash[57193]: cluster 2024-04-27T01:26:20.762251+0000 mgr.y (mgr.34101) 211 : cluster 0 pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 98 KiB/s rd, 0 B/s wr, 160 op/s; 0 B/s, 0 objects/s recovering 2024-04-27T01:26:22.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:22 smithi042 bash[57193]: cluster 2024-04-27T01:26:20.762797+0000 mgr.y (mgr.34101) 212 : cluster 0 pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 0 B/s wr, 171 op/s; 0 B/s, 0 objects/s recovering 2024-04-27T01:26:22.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:22 smithi042 bash[57193]: audit 2024-04-27T01:26:20.888733+0000 mgr.y (mgr.34101) 213 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-04-27T01:26:22.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:22 smithi042 bash[57193]: cephadm 2024-04-27T01:26:20.891226+0000 mgr.y (mgr.34101) 214 : cephadm 1 Upgrade: osd.3 is safe to restart 2024-04-27T01:26:22.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:22 smithi046 bash[44872]: cluster 2024-04-27T01:26:20.762251+0000 mgr.y (mgr.34101) 211 : cluster 0 pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 98 KiB/s rd, 0 B/s wr, 160 op/s; 0 B/s, 0 objects/s recovering 2024-04-27T01:26:22.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:22 smithi046 bash[44872]: cluster 2024-04-27T01:26:20.762797+0000 mgr.y (mgr.34101) 212 : cluster 0 pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 0 B/s wr, 171 op/s; 0 B/s, 0 objects/s recovering 2024-04-27T01:26:22.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:22 smithi046 bash[44872]: audit 2024-04-27T01:26:20.888733+0000 mgr.y (mgr.34101) 213 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-04-27T01:26:22.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:22 smithi046 bash[44872]: cephadm 2024-04-27T01:26:20.891226+0000 mgr.y (mgr.34101) 214 : cephadm 1 Upgrade: osd.3 is safe to restart 2024-04-27T01:26:24.295 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:24 smithi042 bash[55870]: cluster 2024-04-27T01:26:22.763708+0000 mgr.y (mgr.34101) 215 : cluster 0 pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 0 B/s wr, 171 op/s; 0 B/s, 0 objects/s recovering 2024-04-27T01:26:24.296 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:24 smithi042 bash[55870]: cephadm 2024-04-27T01:26:23.010575+0000 mgr.y (mgr.34101) 216 : cephadm 1 Upgrade: Updating osd.3 2024-04-27T01:26:24.296 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:24 smithi042 bash[55870]: audit 2024-04-27T01:26:23.015673+0000 mon.a (mon.0) 385 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:24.296 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:24 smithi042 bash[55870]: audit 2024-04-27T01:26:23.018680+0000 mon.a (mon.0) 386 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-27T01:26:24.296 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:24 smithi042 bash[55870]: audit 2024-04-27T01:26:23.020227+0000 mon.a (mon.0) 387 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:26:24.296 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:24 smithi042 bash[55870]: cephadm 2024-04-27T01:26:23.026558+0000 mgr.y (mgr.34101) 217 : cephadm 1 Deploying daemon osd.3 on smithi042 2024-04-27T01:26:24.296 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:24 smithi042 bash[57193]: cluster 2024-04-27T01:26:22.763708+0000 mgr.y (mgr.34101) 215 : cluster 0 pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 0 B/s wr, 171 op/s; 0 B/s, 0 objects/s recovering 2024-04-27T01:26:24.296 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:24 smithi042 bash[57193]: cephadm 2024-04-27T01:26:23.010575+0000 mgr.y (mgr.34101) 216 : cephadm 1 Upgrade: Updating osd.3 2024-04-27T01:26:24.297 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:24 smithi042 bash[57193]: audit 2024-04-27T01:26:23.015673+0000 mon.a (mon.0) 385 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:24.297 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:24 smithi042 bash[57193]: audit 2024-04-27T01:26:23.018680+0000 mon.a (mon.0) 386 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-27T01:26:24.297 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:24 smithi042 bash[57193]: audit 2024-04-27T01:26:23.020227+0000 mon.a (mon.0) 387 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:26:24.297 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:24 smithi042 bash[57193]: cephadm 2024-04-27T01:26:23.026558+0000 mgr.y (mgr.34101) 217 : cephadm 1 Deploying daemon osd.3 on smithi042 2024-04-27T01:26:24.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:24 smithi046 bash[44872]: cluster 2024-04-27T01:26:22.763708+0000 mgr.y (mgr.34101) 215 : cluster 0 pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 0 B/s wr, 171 op/s; 0 B/s, 0 objects/s recovering 2024-04-27T01:26:24.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:24 smithi046 bash[44872]: cephadm 2024-04-27T01:26:23.010575+0000 mgr.y (mgr.34101) 216 : cephadm 1 Upgrade: Updating osd.3 2024-04-27T01:26:24.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:24 smithi046 bash[44872]: audit 2024-04-27T01:26:23.015673+0000 mon.a (mon.0) 385 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:24.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:24 smithi046 bash[44872]: audit 2024-04-27T01:26:23.018680+0000 mon.a (mon.0) 386 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-27T01:26:24.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:24 smithi046 bash[44872]: audit 2024-04-27T01:26:23.020227+0000 mon.a (mon.0) 387 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:26:24.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:24 smithi046 bash[44872]: cephadm 2024-04-27T01:26:23.026558+0000 mgr.y (mgr.34101) 217 : cephadm 1 Deploying daemon osd.3 on smithi042 2024-04-27T01:26:25.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:25 smithi042 bash[55870]: audit 2024-04-27T01:26:24.196841+0000 mon.a (mon.0) 388 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:25.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:25 smithi042 bash[57193]: audit 2024-04-27T01:26:24.196841+0000 mon.a (mon.0) 388 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:25.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:25 smithi046 bash[44872]: audit 2024-04-27T01:26:24.196841+0000 mon.a (mon.0) 388 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:26.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:26 smithi042 bash[55870]: cluster 2024-04-27T01:26:24.764550+0000 mgr.y (mgr.34101) 218 : cluster 0 pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 21 op/s 2024-04-27T01:26:26.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:26 smithi042 bash[55870]: audit 2024-04-27T01:26:25.125965+0000 mgr.y (mgr.34101) 219 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:26:26.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:26 smithi042 bash[57193]: cluster 2024-04-27T01:26:24.764550+0000 mgr.y (mgr.34101) 218 : cluster 0 pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 21 op/s 2024-04-27T01:26:26.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:26 smithi042 bash[57193]: audit 2024-04-27T01:26:25.125965+0000 mgr.y (mgr.34101) 219 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:26:26.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:26 smithi046 bash[44872]: cluster 2024-04-27T01:26:24.764550+0000 mgr.y (mgr.34101) 218 : cluster 0 pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 21 op/s 2024-04-27T01:26:26.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:26 smithi046 bash[44872]: audit 2024-04-27T01:26:25.125965+0000 mgr.y (mgr.34101) 219 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:26:27.153 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:27 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:27.153 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:26:27 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:27.153 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:26:27 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:27.154 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:26:27 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:27.154 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:26:27 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:27.154 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:26:27 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:27.155 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:27 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:27.155 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:26:27 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:27.155 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:26:27 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:27.430 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:26:27 smithi042 systemd[1]: Stopping Ceph osd.3 for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:26:27.431 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:26:27 smithi042 bash[35311]: debug 2024-04-27T01:26:27.301+0000 7f7b61a8d700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-27T01:26:27.431 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:26:27 smithi042 bash[35311]: debug 2024-04-27T01:26:27.301+0000 7f7b61a8d700 -1 osd.3 121 *** Got signal Terminated *** 2024-04-27T01:26:27.431 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:26:27 smithi042 bash[35311]: debug 2024-04-27T01:26:27.301+0000 7f7b61a8d700 -1 osd.3 121 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-27T01:26:28.604 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:28 smithi042 bash[55870]: cluster 2024-04-27T01:26:26.765611+0000 mgr.y (mgr.34101) 220 : cluster 0 pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 175 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s rd, 0 B/s wr, 158 op/s 2024-04-27T01:26:28.604 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:28 smithi042 bash[55870]: cluster 2024-04-27T01:26:27.304872+0000 mon.a (mon.0) 389 : cluster 1 osd.3 marked itself down and dead 2024-04-27T01:26:28.604 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:28 smithi042 bash[57193]: cluster 2024-04-27T01:26:26.765611+0000 mgr.y (mgr.34101) 220 : cluster 0 pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 175 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s rd, 0 B/s wr, 158 op/s 2024-04-27T01:26:28.604 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:28 smithi042 bash[57193]: cluster 2024-04-27T01:26:27.304872+0000 mon.a (mon.0) 389 : cluster 1 osd.3 marked itself down and dead 2024-04-27T01:26:28.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:28 smithi046 bash[44872]: cluster 2024-04-27T01:26:26.765611+0000 mgr.y (mgr.34101) 220 : cluster 0 pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 175 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s rd, 0 B/s wr, 158 op/s 2024-04-27T01:26:28.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:28 smithi046 bash[44872]: cluster 2024-04-27T01:26:27.304872+0000 mon.a (mon.0) 389 : cluster 1 osd.3 marked itself down and dead 2024-04-27T01:26:29.407 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:26:29.442 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:26:29 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:26:29] "GET /metrics HTTP/1.1" 200 38431 "" "Prometheus/2.33.4" 2024-04-27T01:26:29.443 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:26:29 smithi042 bash[65318]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-3 2024-04-27T01:26:29.443 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:26:29 smithi042 bash[65403]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-3 2024-04-27T01:26:29.443 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:29 smithi042 bash[57193]: cluster 2024-04-27T01:26:28.208461+0000 mon.a (mon.0) 390 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-27T01:26:29.443 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:29 smithi042 bash[57193]: cluster 2024-04-27T01:26:28.223867+0000 mon.a (mon.0) 391 : cluster 0 osdmap e122: 8 total, 7 up, 8 in 2024-04-27T01:26:29.443 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:29 smithi042 bash[57193]: audit 2024-04-27T01:26:29.040111+0000 mon.a (mon.0) 392 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:29.443 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:29 smithi042 bash[57193]: audit 2024-04-27T01:26:29.042247+0000 mon.a (mon.0) 393 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:26:29.444 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:29 smithi042 bash[55870]: cluster 2024-04-27T01:26:28.208461+0000 mon.a (mon.0) 390 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-27T01:26:29.444 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:29 smithi042 bash[55870]: cluster 2024-04-27T01:26:28.223867+0000 mon.a (mon.0) 391 : cluster 0 osdmap e122: 8 total, 7 up, 8 in 2024-04-27T01:26:29.444 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:29 smithi042 bash[55870]: audit 2024-04-27T01:26:29.040111+0000 mon.a (mon.0) 392 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:29.444 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:29 smithi042 bash[55870]: audit 2024-04-27T01:26:29.042247+0000 mon.a (mon.0) 393 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:26:29.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:29 smithi046 bash[44872]: cluster 2024-04-27T01:26:28.208461+0000 mon.a (mon.0) 390 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-27T01:26:29.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:29 smithi046 bash[44872]: cluster 2024-04-27T01:26:28.223867+0000 mon.a (mon.0) 391 : cluster 0 osdmap e122: 8 total, 7 up, 8 in 2024-04-27T01:26:29.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:29 smithi046 bash[44872]: audit 2024-04-27T01:26:29.040111+0000 mon.a (mon.0) 392 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:29.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:29 smithi046 bash[44872]: audit 2024-04-27T01:26:29.042247+0000 mon.a (mon.0) 393 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:26:30.163 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:26:30.164 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (5m) 19s ago 12m 14.8M - 0.23.0 ba2b418f427c 0f0b55d975d0 2024-04-27T01:26:30.164 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 error 2m ago 11m - - 2024-04-27T01:26:30.164 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 running (4m) 19s ago 9m 44.1M - 3.5 e1d6a67b021e e9e58db015ab 2024-04-27T01:26:30.164 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443,9283,8765 running (3m) 2m ago 17m 436M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 b405f9e86d9a 2024-04-27T01:26:30.164 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (4m) 19s ago 19m 495M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 60e39f55c7ea 2024-04-27T01:26:30.164 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (3m) 19s ago 19m 48.3M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 73925c36c48e 2024-04-27T01:26:30.164 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (2m) 2m ago 17m 18.2M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 56399982a983 2024-04-27T01:26:30.164 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (2m) 19s ago 17m 38.7M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 cf9a80ee073c 2024-04-27T01:26:30.164 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (5m) 19s ago 12m 9644k - 1.3.1 1dbe0e931976 ea2d213e0f7a 2024-04-27T01:26:30.164 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (5m) 2m ago 12m 8863k - 1.3.1 1dbe0e931976 e95126faf566 2024-04-27T01:26:30.164 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (80s) 19s ago 16m 46.0M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 59aa3e813245 2024-04-27T01:26:30.164 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (52s) 19s ago 16m 46.6M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 4432f1499107 2024-04-27T01:26:30.165 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (25s) 19s ago 15m 11.8M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ee07041d5acd 2024-04-27T01:26:30.165 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (15m) 19s ago 15m 59.8M 2781M 17.2.0 e1d6a67b021e 523b1c99e778 2024-04-27T01:26:30.165 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (14m) 2m ago 14m 58.9M 3037M 17.2.0 e1d6a67b021e 8f9eeee1f917 2024-04-27T01:26:30.165 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (14m) 2m ago 14m 54.0M 3037M 17.2.0 e1d6a67b021e 5c17501020a3 2024-04-27T01:26:30.165 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (13m) 2m ago 13m 52.9M 3037M 17.2.0 e1d6a67b021e 87a6f4ccf8a6 2024-04-27T01:26:30.165 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (13m) 2m ago 13m 56.0M 3037M 17.2.0 e1d6a67b021e 05ee6dbaf5ff 2024-04-27T01:26:30.165 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 running (3m) 2m ago 12m 56.7M - 2.33.4 514e6a882f6e 3405daccd7ea 2024-04-27T01:26:30.165 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (10m) 19s ago 10m 87.0M - 17.2.0 e1d6a67b021e 4022285478bf 2024-04-27T01:26:30.165 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (10m) 2m ago 10m 86.4M - 17.2.0 e1d6a67b021e aab619238956 2024-04-27T01:26:30.165 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (10m) 19s ago 10m 87.2M - 17.2.0 e1d6a67b021e 654b864f6909 2024-04-27T01:26:30.165 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (10m) 2m ago 10m 87.0M - 17.2.0 e1d6a67b021e b896e3222d12 2024-04-27T01:26:30.600 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:26:30.600 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:26:30.601 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 3 2024-04-27T01:26:30.601 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:26:30.601 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:26:30.601 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 2 2024-04-27T01:26:30.601 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:26:30.601 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:26:30.601 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2024-04-27T01:26:30.601 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 3 2024-04-27T01:26:30.601 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:26:30.601 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:26:30.601 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-04-27T01:26:30.601 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:26:30.601 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:26:30.602 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8, 2024-04-27T01:26:30.602 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 8 2024-04-27T01:26:30.602 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:26:30.602 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:26:30.655 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:30 smithi042 bash[55870]: cluster 2024-04-27T01:26:28.766381+0000 mgr.y (mgr.34101) 221 : cluster 0 pgmap v125: 161 pgs: 27 stale+active+clean, 134 active+clean; 585 KiB data, 179 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2024-04-27T01:26:30.656 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:30 smithi042 bash[55870]: cluster 2024-04-27T01:26:29.225869+0000 mon.a (mon.0) 394 : cluster 0 osdmap e123: 8 total, 7 up, 8 in 2024-04-27T01:26:30.656 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:30 smithi042 bash[55870]: audit 2024-04-27T01:26:29.406429+0000 mgr.y (mgr.34101) 222 : audit 0 from='client.34371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:26:30.656 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:30 smithi042 bash[57193]: cluster 2024-04-27T01:26:28.766381+0000 mgr.y (mgr.34101) 221 : cluster 0 pgmap v125: 161 pgs: 27 stale+active+clean, 134 active+clean; 585 KiB data, 179 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2024-04-27T01:26:30.656 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:30 smithi042 bash[57193]: cluster 2024-04-27T01:26:29.225869+0000 mon.a (mon.0) 394 : cluster 0 osdmap e123: 8 total, 7 up, 8 in 2024-04-27T01:26:30.656 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:30 smithi042 bash[57193]: audit 2024-04-27T01:26:29.406429+0000 mgr.y (mgr.34101) 222 : audit 0 from='client.34371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:26:30.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:30 smithi046 bash[44872]: cluster 2024-04-27T01:26:28.766381+0000 mgr.y (mgr.34101) 221 : cluster 0 pgmap v125: 161 pgs: 27 stale+active+clean, 134 active+clean; 585 KiB data, 179 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2024-04-27T01:26:30.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:30 smithi046 bash[44872]: cluster 2024-04-27T01:26:29.225869+0000 mon.a (mon.0) 394 : cluster 0 osdmap e123: 8 total, 7 up, 8 in 2024-04-27T01:26:30.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:30 smithi046 bash[44872]: audit 2024-04-27T01:26:29.406429+0000 mgr.y (mgr.34101) 222 : audit 0 from='client.34371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:26:30.963 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:26:30.964 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", 2024-04-27T01:26:30.964 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2024-04-27T01:26:30.964 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-27T01:26:30.964 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2024-04-27T01:26:30.964 INFO:teuthology.orchestra.run.smithi042.stdout: "mon", 2024-04-27T01:26:30.964 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr" 2024-04-27T01:26:30.964 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2024-04-27T01:26:30.964 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "8/23 daemons upgraded", 2024-04-27T01:26:30.964 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading osd daemons", 2024-04-27T01:26:30.964 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2024-04-27T01:26:30.964 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:26:31.397 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 73/726 objects degraded (10.055%), 21 pgs degraded 2024-04-27T01:26:31.397 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:26:31.397 INFO:teuthology.orchestra.run.smithi042.stdout: daemon grafana.a on smithi046 is in error state 2024-04-27T01:26:31.397 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] OSD_DOWN: 1 osds down 2024-04-27T01:26:31.397 INFO:teuthology.orchestra.run.smithi042.stdout: osd.3 (root=default,host=smithi042) is down 2024-04-27T01:26:31.397 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 73/726 objects degraded (10.055%), 21 pgs degraded 2024-04-27T01:26:31.397 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.1 is active+undersized+degraded, acting [2,0] 2024-04-27T01:26:31.397 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.12 is active+undersized+degraded, acting [5,7] 2024-04-27T01:26:31.397 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.19 is active+undersized+degraded, acting [6,0] 2024-04-27T01:26:31.397 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.1b is active+undersized+degraded, acting [7,6] 2024-04-27T01:26:31.397 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.1 is active+undersized+degraded, acting [0,4] 2024-04-27T01:26:31.398 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.2 is active+undersized+degraded, acting [5,6] 2024-04-27T01:26:31.398 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.5 is active+undersized+degraded, acting [5,2] 2024-04-27T01:26:31.398 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.7 is active+undersized+degraded, acting [7,0] 2024-04-27T01:26:31.398 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.b is active+undersized+degraded, acting [0,4] 2024-04-27T01:26:31.398 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.c is active+undersized+degraded, acting [5,6] 2024-04-27T01:26:31.398 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.12 is active+undersized+degraded, acting [0,7] 2024-04-27T01:26:31.398 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.15 is active+undersized+degraded, acting [7,4] 2024-04-27T01:26:31.398 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.17 is active+undersized+degraded, acting [0,5] 2024-04-27T01:26:31.398 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.18 is active+undersized+degraded, acting [0,1] 2024-04-27T01:26:31.398 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.1e is active+undersized+degraded, acting [6,2] 2024-04-27T01:26:31.398 INFO:teuthology.orchestra.run.smithi042.stdout: pg 4.0 is active+undersized+degraded, acting [7,0] 2024-04-27T01:26:31.398 INFO:teuthology.orchestra.run.smithi042.stdout: pg 4.9 is active+undersized+degraded, acting [4,1] 2024-04-27T01:26:31.398 INFO:teuthology.orchestra.run.smithi042.stdout: pg 4.15 is active+undersized+degraded, acting [5,7] 2024-04-27T01:26:31.398 INFO:teuthology.orchestra.run.smithi042.stdout: pg 5.1 is active+undersized+degraded, acting [4,7] 2024-04-27T01:26:31.399 INFO:teuthology.orchestra.run.smithi042.stdout: pg 5.1c is active+undersized+degraded, acting [4,2] 2024-04-27T01:26:31.399 INFO:teuthology.orchestra.run.smithi042.stdout: pg 6.c is active+undersized+degraded, acting [6,5] 2024-04-27T01:26:31.510 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:31 smithi042 bash[55870]: audit 2024-04-27T01:26:29.783448+0000 mgr.y (mgr.34101) 223 : audit 0 from='client.34377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:26:31.510 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:31 smithi042 bash[55870]: audit 2024-04-27T01:26:30.148212+0000 mgr.y (mgr.34101) 224 : audit 0 from='client.34383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:26:31.510 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:31 smithi042 bash[55870]: audit 2024-04-27T01:26:30.615990+0000 mon.a (mon.0) 395 : audit 0 from='client.? 172.21.15.42:0/3358185077' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:26:31.510 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:31 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:31.510 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:26:31 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:31.511 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:26:31 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:31.511 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:26:31 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:31.511 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:26:31 smithi042 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.3.service: Deactivated successfully. 2024-04-27T01:26:31.511 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:26:31 smithi042 systemd[1]: Stopped Ceph osd.3 for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:26:31.511 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:26:31 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:31.512 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:26:31 smithi042 systemd[1]: Started Ceph osd.3 for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:26:31.512 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:31 smithi042 bash[57193]: audit 2024-04-27T01:26:29.783448+0000 mgr.y (mgr.34101) 223 : audit 0 from='client.34377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:26:31.512 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:31 smithi042 bash[57193]: audit 2024-04-27T01:26:30.148212+0000 mgr.y (mgr.34101) 224 : audit 0 from='client.34383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:26:31.512 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:31 smithi042 bash[57193]: audit 2024-04-27T01:26:30.615990+0000 mon.a (mon.0) 395 : audit 0 from='client.? 172.21.15.42:0/3358185077' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:26:31.512 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:31 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:31.512 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:26:31 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:31.513 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:26:31 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:31.513 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:26:31 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:31.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:31 smithi046 bash[44872]: audit 2024-04-27T01:26:29.783448+0000 mgr.y (mgr.34101) 223 : audit 0 from='client.34377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:26:31.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:31 smithi046 bash[44872]: audit 2024-04-27T01:26:30.148212+0000 mgr.y (mgr.34101) 224 : audit 0 from='client.34383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:26:31.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:31 smithi046 bash[44872]: audit 2024-04-27T01:26:30.615990+0000 mon.a (mon.0) 395 : audit 0 from='client.? 172.21.15.42:0/3358185077' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:26:32.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:32 smithi046 bash[44872]: cluster 2024-04-27T01:26:30.767248+0000 mgr.y (mgr.34101) 225 : cluster 0 pgmap v127: 161 pgs: 21 active+undersized+degraded, 6 stale+active+clean, 32 active+undersized, 102 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 91 op/s; 73/726 objects degraded (10.055%) 2024-04-27T01:26:32.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:32 smithi046 bash[44872]: audit 2024-04-27T01:26:30.978339+0000 mgr.y (mgr.34101) 226 : audit 0 from='client.44320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:26:32.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:32 smithi046 bash[44872]: cluster 2024-04-27T01:26:31.225059+0000 mon.a (mon.0) 396 : cluster 3 Health check failed: Degraded data redundancy: 73/726 objects degraded (10.055%), 21 pgs degraded (PG_DEGRADED) 2024-04-27T01:26:32.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:32 smithi046 bash[44872]: audit 2024-04-27T01:26:31.412420+0000 mon.c (mon.1) 10 : audit 0 from='client.? 172.21.15.42:0/3093430457' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:26:32.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:32 smithi046 bash[44872]: audit 2024-04-27T01:26:31.521381+0000 mon.a (mon.0) 397 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:32.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:32 smithi046 bash[44872]: audit 2024-04-27T01:26:31.528330+0000 mon.a (mon.0) 398 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:32.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:32 smithi042 bash[57193]: cluster 2024-04-27T01:26:30.767248+0000 mgr.y (mgr.34101) 225 : cluster 0 pgmap v127: 161 pgs: 21 active+undersized+degraded, 6 stale+active+clean, 32 active+undersized, 102 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 91 op/s; 73/726 objects degraded (10.055%) 2024-04-27T01:26:32.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:32 smithi042 bash[57193]: audit 2024-04-27T01:26:30.978339+0000 mgr.y (mgr.34101) 226 : audit 0 from='client.44320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:26:32.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:32 smithi042 bash[57193]: cluster 2024-04-27T01:26:31.225059+0000 mon.a (mon.0) 396 : cluster 3 Health check failed: Degraded data redundancy: 73/726 objects degraded (10.055%), 21 pgs degraded (PG_DEGRADED) 2024-04-27T01:26:32.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:32 smithi042 bash[57193]: audit 2024-04-27T01:26:31.412420+0000 mon.c (mon.1) 10 : audit 0 from='client.? 172.21.15.42:0/3093430457' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:26:32.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:32 smithi042 bash[57193]: audit 2024-04-27T01:26:31.521381+0000 mon.a (mon.0) 397 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:32.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:32 smithi042 bash[57193]: audit 2024-04-27T01:26:31.528330+0000 mon.a (mon.0) 398 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:32.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:32 smithi042 bash[55870]: cluster 2024-04-27T01:26:30.767248+0000 mgr.y (mgr.34101) 225 : cluster 0 pgmap v127: 161 pgs: 21 active+undersized+degraded, 6 stale+active+clean, 32 active+undersized, 102 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 91 op/s; 73/726 objects degraded (10.055%) 2024-04-27T01:26:32.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:32 smithi042 bash[55870]: audit 2024-04-27T01:26:30.978339+0000 mgr.y (mgr.34101) 226 : audit 0 from='client.44320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:26:32.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:32 smithi042 bash[55870]: cluster 2024-04-27T01:26:31.225059+0000 mon.a (mon.0) 396 : cluster 3 Health check failed: Degraded data redundancy: 73/726 objects degraded (10.055%), 21 pgs degraded (PG_DEGRADED) 2024-04-27T01:26:32.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:32 smithi042 bash[55870]: audit 2024-04-27T01:26:31.412420+0000 mon.c (mon.1) 10 : audit 0 from='client.? 172.21.15.42:0/3093430457' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:26:32.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:32 smithi042 bash[55870]: audit 2024-04-27T01:26:31.521381+0000 mon.a (mon.0) 397 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:32.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:32 smithi042 bash[55870]: audit 2024-04-27T01:26:31.528330+0000 mon.a (mon.0) 398 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:33.180 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:26:32 smithi042 bash[65674]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-04-27T01:26:33.181 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:26:32 smithi042 bash[65674]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-04-27T01:26:33.181 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:26:32 smithi042 bash[65674]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-04-27T01:26:33.181 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:26:32 smithi042 bash[65674]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-04-27T01:26:33.181 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:26:32 smithi042 bash[65674]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-04-27T01:26:33.181 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:26:32 smithi042 bash[65674]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-04-27T01:26:33.181 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:26:32 smithi042 bash[65674]: --> ceph-volume raw activate successful for osd ID: 3 2024-04-27T01:26:34.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:34 smithi046 bash[44872]: cluster 2024-04-27T01:26:32.768011+0000 mgr.y (mgr.34101) 227 : cluster 0 pgmap v128: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 91 op/s; 97/726 objects degraded (13.361%) 2024-04-27T01:26:34.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:34 smithi042 bash[55870]: cluster 2024-04-27T01:26:32.768011+0000 mgr.y (mgr.34101) 227 : cluster 0 pgmap v128: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 91 op/s; 97/726 objects degraded (13.361%) 2024-04-27T01:26:34.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:34 smithi042 bash[57193]: cluster 2024-04-27T01:26:32.768011+0000 mgr.y (mgr.34101) 227 : cluster 0 pgmap v128: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 91 op/s; 97/726 objects degraded (13.361%) 2024-04-27T01:26:34.681 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:26:34 smithi042 bash[65911]: debug 2024-04-27T01:26:34.373+0000 7f9e31a9d700 1 -- 172.21.15.42:0/2369553923 <== mon.1 v2:172.21.15.42:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x561d395b5680 con 0x561d395f3000 2024-04-27T01:26:35.180 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:26:34 smithi042 bash[65911]: debug 2024-04-27T01:26:34.913+0000 7f9e3ac357c0 -1 Falling back to public interface 2024-04-27T01:26:36.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:36 smithi046 bash[44872]: cluster 2024-04-27T01:26:34.769307+0000 mgr.y (mgr.34101) 228 : cluster 0 pgmap v129: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 4 op/s; 97/726 objects degraded (13.361%) 2024-04-27T01:26:36.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:36 smithi046 bash[44872]: audit 2024-04-27T01:26:35.137204+0000 mgr.y (mgr.34101) 229 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:26:36.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:36 smithi042 bash[55870]: cluster 2024-04-27T01:26:34.769307+0000 mgr.y (mgr.34101) 228 : cluster 0 pgmap v129: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 4 op/s; 97/726 objects degraded (13.361%) 2024-04-27T01:26:36.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:36 smithi042 bash[55870]: audit 2024-04-27T01:26:35.137204+0000 mgr.y (mgr.34101) 229 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:26:36.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:36 smithi042 bash[57193]: cluster 2024-04-27T01:26:34.769307+0000 mgr.y (mgr.34101) 228 : cluster 0 pgmap v129: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 4 op/s; 97/726 objects degraded (13.361%) 2024-04-27T01:26:36.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:36 smithi042 bash[57193]: audit 2024-04-27T01:26:35.137204+0000 mgr.y (mgr.34101) 229 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:26:38.232 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:26:37 smithi042 bash[65911]: debug 2024-04-27T01:26:37.977+0000 7f9e3ac357c0 -1 osd.3 0 read_superblock omap replica is missing. 2024-04-27T01:26:38.232 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:26:38 smithi042 bash[65911]: debug 2024-04-27T01:26:38.013+0000 7f9e3ac357c0 -1 osd.3 121 log_to_monitors true 2024-04-27T01:26:38.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:38 smithi046 bash[44872]: cluster 2024-04-27T01:26:36.770428+0000 mgr.y (mgr.34101) 230 : cluster 0 pgmap v130: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-04-27T01:26:38.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:38 smithi046 bash[44872]: audit 2024-04-27T01:26:37.604059+0000 mon.a (mon.0) 399 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:38.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:38 smithi046 bash[44872]: audit 2024-04-27T01:26:37.615772+0000 mon.a (mon.0) 400 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:38.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:38 smithi046 bash[44872]: audit 2024-04-27T01:26:38.020751+0000 mon.c (mon.1) 11 : audit 1 from='osd.3 [v2:172.21.15.42:6826/937631835,v1:172.21.15.42:6827/937631835]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-27T01:26:38.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:38 smithi046 bash[44872]: audit 2024-04-27T01:26:38.021095+0000 mon.a (mon.0) 401 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-27T01:26:38.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:38 smithi042 bash[55870]: cluster 2024-04-27T01:26:36.770428+0000 mgr.y (mgr.34101) 230 : cluster 0 pgmap v130: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-04-27T01:26:38.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:38 smithi042 bash[55870]: audit 2024-04-27T01:26:37.604059+0000 mon.a (mon.0) 399 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:38.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:38 smithi042 bash[55870]: audit 2024-04-27T01:26:37.615772+0000 mon.a (mon.0) 400 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:38.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:38 smithi042 bash[55870]: audit 2024-04-27T01:26:38.020751+0000 mon.c (mon.1) 11 : audit 1 from='osd.3 [v2:172.21.15.42:6826/937631835,v1:172.21.15.42:6827/937631835]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-27T01:26:38.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:38 smithi042 bash[55870]: audit 2024-04-27T01:26:38.021095+0000 mon.a (mon.0) 401 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-27T01:26:38.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:38 smithi042 bash[57193]: cluster 2024-04-27T01:26:36.770428+0000 mgr.y (mgr.34101) 230 : cluster 0 pgmap v130: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-04-27T01:26:38.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:38 smithi042 bash[57193]: audit 2024-04-27T01:26:37.604059+0000 mon.a (mon.0) 399 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:38.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:38 smithi042 bash[57193]: audit 2024-04-27T01:26:37.615772+0000 mon.a (mon.0) 400 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:38.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:38 smithi042 bash[57193]: audit 2024-04-27T01:26:38.020751+0000 mon.c (mon.1) 11 : audit 1 from='osd.3 [v2:172.21.15.42:6826/937631835,v1:172.21.15.42:6827/937631835]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-27T01:26:38.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:38 smithi042 bash[57193]: audit 2024-04-27T01:26:38.021095+0000 mon.a (mon.0) 401 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-27T01:26:39.392 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:26:38 smithi042 bash[65911]: debug 2024-04-27T01:26:38.945+0000 7f9e28085700 -1 osd.3 121 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-27T01:26:39.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:26:39 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:26:39] "GET /metrics HTTP/1.1" 200 38431 "" "Prometheus/2.33.4" 2024-04-27T01:26:39.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:39 smithi042 bash[55870]: audit 2024-04-27T01:26:38.613904+0000 mon.a (mon.0) 402 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-27T01:26:39.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:39 smithi042 bash[55870]: cluster 2024-04-27T01:26:38.618257+0000 mon.a (mon.0) 403 : cluster 0 osdmap e124: 8 total, 7 up, 8 in 2024-04-27T01:26:39.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:39 smithi042 bash[55870]: audit 2024-04-27T01:26:38.620447+0000 mon.c (mon.1) 12 : audit 1 from='osd.3 [v2:172.21.15.42:6826/937631835,v1:172.21.15.42:6827/937631835]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:26:39.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:39 smithi042 bash[55870]: audit 2024-04-27T01:26:38.620897+0000 mon.a (mon.0) 404 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:26:39.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:39 smithi042 bash[55870]: audit 2024-04-27T01:26:38.708333+0000 mon.a (mon.0) 405 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:39.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:39 smithi042 bash[55870]: audit 2024-04-27T01:26:38.728778+0000 mon.a (mon.0) 406 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:39.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:39 smithi042 bash[55870]: cluster 2024-04-27T01:26:38.771122+0000 mgr.y (mgr.34101) 231 : cluster 0 pgmap v132: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-04-27T01:26:39.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:39 smithi042 bash[55870]: audit 2024-04-27T01:26:38.921735+0000 mon.a (mon.0) 407 : audit 1 from='osd.3 ' entity='osd.3' 2024-04-27T01:26:39.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:39 smithi042 bash[55870]: cluster 2024-04-27T01:26:38.933186+0000 mon.a (mon.0) 408 : cluster 3 Health check update: Degraded data redundancy: 97/726 objects degraded (13.361%), 26 pgs degraded (PG_DEGRADED) 2024-04-27T01:26:39.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:39 smithi042 bash[57193]: audit 2024-04-27T01:26:38.613904+0000 mon.a (mon.0) 402 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-27T01:26:39.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:39 smithi042 bash[57193]: cluster 2024-04-27T01:26:38.618257+0000 mon.a (mon.0) 403 : cluster 0 osdmap e124: 8 total, 7 up, 8 in 2024-04-27T01:26:39.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:39 smithi042 bash[57193]: audit 2024-04-27T01:26:38.620447+0000 mon.c (mon.1) 12 : audit 1 from='osd.3 [v2:172.21.15.42:6826/937631835,v1:172.21.15.42:6827/937631835]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:26:39.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:39 smithi042 bash[57193]: audit 2024-04-27T01:26:38.620897+0000 mon.a (mon.0) 404 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:26:39.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:39 smithi042 bash[57193]: audit 2024-04-27T01:26:38.708333+0000 mon.a (mon.0) 405 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:39.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:39 smithi042 bash[57193]: audit 2024-04-27T01:26:38.728778+0000 mon.a (mon.0) 406 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:39.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:39 smithi042 bash[57193]: cluster 2024-04-27T01:26:38.771122+0000 mgr.y (mgr.34101) 231 : cluster 0 pgmap v132: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-04-27T01:26:39.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:39 smithi042 bash[57193]: audit 2024-04-27T01:26:38.921735+0000 mon.a (mon.0) 407 : audit 1 from='osd.3 ' entity='osd.3' 2024-04-27T01:26:39.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:39 smithi042 bash[57193]: cluster 2024-04-27T01:26:38.933186+0000 mon.a (mon.0) 408 : cluster 3 Health check update: Degraded data redundancy: 97/726 objects degraded (13.361%), 26 pgs degraded (PG_DEGRADED) 2024-04-27T01:26:39.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:39 smithi046 bash[44872]: audit 2024-04-27T01:26:38.613904+0000 mon.a (mon.0) 402 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-27T01:26:39.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:39 smithi046 bash[44872]: cluster 2024-04-27T01:26:38.618257+0000 mon.a (mon.0) 403 : cluster 0 osdmap e124: 8 total, 7 up, 8 in 2024-04-27T01:26:39.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:39 smithi046 bash[44872]: audit 2024-04-27T01:26:38.620447+0000 mon.c (mon.1) 12 : audit 1 from='osd.3 [v2:172.21.15.42:6826/937631835,v1:172.21.15.42:6827/937631835]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:26:39.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:39 smithi046 bash[44872]: audit 2024-04-27T01:26:38.620897+0000 mon.a (mon.0) 404 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2024-04-27T01:26:39.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:39 smithi046 bash[44872]: audit 2024-04-27T01:26:38.708333+0000 mon.a (mon.0) 405 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:39.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:39 smithi046 bash[44872]: audit 2024-04-27T01:26:38.728778+0000 mon.a (mon.0) 406 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:39.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:39 smithi046 bash[44872]: cluster 2024-04-27T01:26:38.771122+0000 mgr.y (mgr.34101) 231 : cluster 0 pgmap v132: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-04-27T01:26:39.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:39 smithi046 bash[44872]: audit 2024-04-27T01:26:38.921735+0000 mon.a (mon.0) 407 : audit 1 from='osd.3 ' entity='osd.3' 2024-04-27T01:26:39.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:39 smithi046 bash[44872]: cluster 2024-04-27T01:26:38.933186+0000 mon.a (mon.0) 408 : cluster 3 Health check update: Degraded data redundancy: 97/726 objects degraded (13.361%), 26 pgs degraded (PG_DEGRADED) 2024-04-27T01:26:41.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:40 smithi046 bash[44872]: cluster 2024-04-27T01:26:39.920972+0000 mon.a (mon.0) 409 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-27T01:26:41.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:40 smithi046 bash[44872]: cluster 2024-04-27T01:26:39.929515+0000 mon.a (mon.0) 410 : cluster 1 osd.3 [v2:172.21.15.42:6826/937631835,v1:172.21.15.42:6827/937631835] boot 2024-04-27T01:26:41.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:40 smithi046 bash[44872]: cluster 2024-04-27T01:26:39.929689+0000 mon.a (mon.0) 411 : cluster 0 osdmap e125: 8 total, 8 up, 8 in 2024-04-27T01:26:41.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:40 smithi046 bash[44872]: audit 2024-04-27T01:26:39.930055+0000 mon.a (mon.0) 412 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:26:41.180 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:40 smithi042 bash[55870]: cluster 2024-04-27T01:26:39.920972+0000 mon.a (mon.0) 409 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-27T01:26:41.180 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:40 smithi042 bash[55870]: cluster 2024-04-27T01:26:39.929515+0000 mon.a (mon.0) 410 : cluster 1 osd.3 [v2:172.21.15.42:6826/937631835,v1:172.21.15.42:6827/937631835] boot 2024-04-27T01:26:41.180 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:40 smithi042 bash[55870]: cluster 2024-04-27T01:26:39.929689+0000 mon.a (mon.0) 411 : cluster 0 osdmap e125: 8 total, 8 up, 8 in 2024-04-27T01:26:41.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:40 smithi042 bash[55870]: audit 2024-04-27T01:26:39.930055+0000 mon.a (mon.0) 412 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:26:41.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:40 smithi042 bash[57193]: cluster 2024-04-27T01:26:39.920972+0000 mon.a (mon.0) 409 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-27T01:26:41.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:40 smithi042 bash[57193]: cluster 2024-04-27T01:26:39.929515+0000 mon.a (mon.0) 410 : cluster 1 osd.3 [v2:172.21.15.42:6826/937631835,v1:172.21.15.42:6827/937631835] boot 2024-04-27T01:26:41.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:40 smithi042 bash[57193]: cluster 2024-04-27T01:26:39.929689+0000 mon.a (mon.0) 411 : cluster 0 osdmap e125: 8 total, 8 up, 8 in 2024-04-27T01:26:41.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:40 smithi042 bash[57193]: audit 2024-04-27T01:26:39.930055+0000 mon.a (mon.0) 412 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T01:26:42.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:41 smithi046 bash[44872]: cluster 2024-04-27T01:26:40.772737+0000 mgr.y (mgr.34101) 232 : cluster 0 pgmap v134: 161 pgs: 26 peering, 15 active+undersized+degraded, 25 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 59/726 objects degraded (8.127%) 2024-04-27T01:26:42.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:41 smithi046 bash[44872]: cluster 2024-04-27T01:26:40.936090+0000 mon.a (mon.0) 413 : cluster 0 osdmap e126: 8 total, 8 up, 8 in 2024-04-27T01:26:42.180 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:41 smithi042 bash[57193]: cluster 2024-04-27T01:26:40.772737+0000 mgr.y (mgr.34101) 232 : cluster 0 pgmap v134: 161 pgs: 26 peering, 15 active+undersized+degraded, 25 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 59/726 objects degraded (8.127%) 2024-04-27T01:26:42.180 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:41 smithi042 bash[57193]: cluster 2024-04-27T01:26:40.936090+0000 mon.a (mon.0) 413 : cluster 0 osdmap e126: 8 total, 8 up, 8 in 2024-04-27T01:26:42.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:41 smithi042 bash[55870]: cluster 2024-04-27T01:26:40.772737+0000 mgr.y (mgr.34101) 232 : cluster 0 pgmap v134: 161 pgs: 26 peering, 15 active+undersized+degraded, 25 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 59/726 objects degraded (8.127%) 2024-04-27T01:26:42.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:41 smithi042 bash[55870]: cluster 2024-04-27T01:26:40.936090+0000 mon.a (mon.0) 413 : cluster 0 osdmap e126: 8 total, 8 up, 8 in 2024-04-27T01:26:44.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:43 smithi046 bash[44872]: cluster 2024-04-27T01:26:42.773888+0000 mgr.y (mgr.34101) 233 : cluster 0 pgmap v136: 161 pgs: 26 peering, 12 active+undersized+degraded, 21 active+undersized, 102 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 45/726 objects degraded (6.198%) 2024-04-27T01:26:44.180 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:43 smithi042 bash[55870]: cluster 2024-04-27T01:26:42.773888+0000 mgr.y (mgr.34101) 233 : cluster 0 pgmap v136: 161 pgs: 26 peering, 12 active+undersized+degraded, 21 active+undersized, 102 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 45/726 objects degraded (6.198%) 2024-04-27T01:26:44.180 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:43 smithi042 bash[57193]: cluster 2024-04-27T01:26:42.773888+0000 mgr.y (mgr.34101) 233 : cluster 0 pgmap v136: 161 pgs: 26 peering, 12 active+undersized+degraded, 21 active+undersized, 102 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 45/726 objects degraded (6.198%) 2024-04-27T01:26:45.131 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:44 smithi042 bash[57193]: cluster 2024-04-27T01:26:43.937866+0000 mon.a (mon.0) 414 : cluster 3 Health check update: Degraded data redundancy: 45/726 objects degraded (6.198%), 12 pgs degraded (PG_DEGRADED) 2024-04-27T01:26:45.131 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:44 smithi042 bash[57193]: audit 2024-04-27T01:26:44.041267+0000 mon.a (mon.0) 415 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:45.132 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:44 smithi042 bash[57193]: audit 2024-04-27T01:26:44.043845+0000 mon.a (mon.0) 416 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:26:45.132 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:44 smithi042 bash[55870]: cluster 2024-04-27T01:26:43.937866+0000 mon.a (mon.0) 414 : cluster 3 Health check update: Degraded data redundancy: 45/726 objects degraded (6.198%), 12 pgs degraded (PG_DEGRADED) 2024-04-27T01:26:45.132 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:44 smithi042 bash[55870]: audit 2024-04-27T01:26:44.041267+0000 mon.a (mon.0) 415 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:45.132 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:44 smithi042 bash[55870]: audit 2024-04-27T01:26:44.043845+0000 mon.a (mon.0) 416 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:26:45.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:44 smithi046 bash[44872]: cluster 2024-04-27T01:26:43.937866+0000 mon.a (mon.0) 414 : cluster 3 Health check update: Degraded data redundancy: 45/726 objects degraded (6.198%), 12 pgs degraded (PG_DEGRADED) 2024-04-27T01:26:45.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:44 smithi046 bash[44872]: audit 2024-04-27T01:26:44.041267+0000 mon.a (mon.0) 415 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:45.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:44 smithi046 bash[44872]: audit 2024-04-27T01:26:44.043845+0000 mon.a (mon.0) 416 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:26:45.922 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:45 smithi042 bash[55870]: cluster 2024-04-27T01:26:44.775302+0000 mgr.y (mgr.34101) 234 : cluster 0 pgmap v137: 161 pgs: 26 peering, 135 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:26:45.922 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:45 smithi042 bash[55870]: cluster 2024-04-27T01:26:45.037051+0000 mon.a (mon.0) 417 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/726 objects degraded (6.198%), 12 pgs degraded) 2024-04-27T01:26:45.922 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:45 smithi042 bash[55870]: audit 2024-04-27T01:26:45.146561+0000 mgr.y (mgr.34101) 235 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:26:46.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:45 smithi046 bash[44872]: cluster 2024-04-27T01:26:44.775302+0000 mgr.y (mgr.34101) 234 : cluster 0 pgmap v137: 161 pgs: 26 peering, 135 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:26:46.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:45 smithi046 bash[44872]: cluster 2024-04-27T01:26:45.037051+0000 mon.a (mon.0) 417 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/726 objects degraded (6.198%), 12 pgs degraded) 2024-04-27T01:26:46.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:45 smithi046 bash[44872]: audit 2024-04-27T01:26:45.146561+0000 mgr.y (mgr.34101) 235 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:26:46.180 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:45 smithi042 bash[57193]: cluster 2024-04-27T01:26:44.775302+0000 mgr.y (mgr.34101) 234 : cluster 0 pgmap v137: 161 pgs: 26 peering, 135 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:26:46.180 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:45 smithi042 bash[57193]: cluster 2024-04-27T01:26:45.037051+0000 mon.a (mon.0) 417 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/726 objects degraded (6.198%), 12 pgs degraded) 2024-04-27T01:26:46.180 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:45 smithi042 bash[57193]: audit 2024-04-27T01:26:45.146561+0000 mgr.y (mgr.34101) 235 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:26:48.180 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:47 smithi042 bash[55870]: cluster 2024-04-27T01:26:46.776275+0000 mgr.y (mgr.34101) 236 : cluster 0 pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:26:48.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:47 smithi042 bash[57193]: cluster 2024-04-27T01:26:46.776275+0000 mgr.y (mgr.34101) 236 : cluster 0 pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:26:48.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:47 smithi046 bash[44872]: cluster 2024-04-27T01:26:46.776275+0000 mgr.y (mgr.34101) 236 : cluster 0 pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:26:49.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:49 smithi046 bash[44872]: audit 2024-04-27T01:26:48.336908+0000 mon.a (mon.0) 418 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:49.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:49 smithi046 bash[44872]: audit 2024-04-27T01:26:48.350847+0000 mon.a (mon.0) 419 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:49.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:49 smithi046 bash[44872]: audit 2024-04-27T01:26:48.353768+0000 mon.a (mon.0) 420 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:26:49.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:49 smithi046 bash[44872]: audit 2024-04-27T01:26:48.355689+0000 mon.a (mon.0) 421 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:26:49.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:49 smithi046 bash[44872]: cluster 2024-04-27T01:26:48.359338+0000 mgr.y (mgr.34101) 237 : cluster 0 pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:26:49.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:49 smithi046 bash[44872]: cluster 2024-04-27T01:26:48.359875+0000 mgr.y (mgr.34101) 238 : cluster 0 pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:26:49.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:49 smithi046 bash[44872]: audit 2024-04-27T01:26:48.369121+0000 mon.a (mon.0) 422 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:49.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:49 smithi046 bash[44872]: audit 2024-04-27T01:26:48.460245+0000 mon.a (mon.0) 423 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:26:49.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:49 smithi046 bash[44872]: audit 2024-04-27T01:26:48.464034+0000 mon.a (mon.0) 424 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:26:49.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:49 smithi046 bash[44872]: audit 2024-04-27T01:26:48.467236+0000 mon.a (mon.0) 425 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:26:49.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:49 smithi046 bash[44872]: audit 2024-04-27T01:26:48.469640+0000 mon.a (mon.0) 426 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:26:49.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:49 smithi046 bash[44872]: audit 2024-04-27T01:26:48.472068+0000 mon.a (mon.0) 427 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-27T01:26:49.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:26:49] "GET /metrics HTTP/1.1" 200 38430 "" "Prometheus/2.33.4" 2024-04-27T01:26:49.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[55870]: audit 2024-04-27T01:26:48.336908+0000 mon.a (mon.0) 418 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:49.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[55870]: audit 2024-04-27T01:26:48.350847+0000 mon.a (mon.0) 419 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:49.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[55870]: audit 2024-04-27T01:26:48.353768+0000 mon.a (mon.0) 420 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:26:49.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[55870]: audit 2024-04-27T01:26:48.355689+0000 mon.a (mon.0) 421 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:26:49.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[55870]: cluster 2024-04-27T01:26:48.359338+0000 mgr.y (mgr.34101) 237 : cluster 0 pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:26:49.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[55870]: cluster 2024-04-27T01:26:48.359875+0000 mgr.y (mgr.34101) 238 : cluster 0 pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:26:49.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[55870]: audit 2024-04-27T01:26:48.369121+0000 mon.a (mon.0) 422 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:49.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[55870]: audit 2024-04-27T01:26:48.460245+0000 mon.a (mon.0) 423 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:26:49.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[55870]: audit 2024-04-27T01:26:48.464034+0000 mon.a (mon.0) 424 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:26:49.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[55870]: audit 2024-04-27T01:26:48.467236+0000 mon.a (mon.0) 425 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:26:49.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[55870]: audit 2024-04-27T01:26:48.469640+0000 mon.a (mon.0) 426 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:26:49.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[55870]: audit 2024-04-27T01:26:48.472068+0000 mon.a (mon.0) 427 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-27T01:26:49.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[57193]: audit 2024-04-27T01:26:48.336908+0000 mon.a (mon.0) 418 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:49.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[57193]: audit 2024-04-27T01:26:48.350847+0000 mon.a (mon.0) 419 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:49.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[57193]: audit 2024-04-27T01:26:48.353768+0000 mon.a (mon.0) 420 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:26:49.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[57193]: audit 2024-04-27T01:26:48.355689+0000 mon.a (mon.0) 421 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:26:49.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[57193]: cluster 2024-04-27T01:26:48.359338+0000 mgr.y (mgr.34101) 237 : cluster 0 pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:26:49.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[57193]: cluster 2024-04-27T01:26:48.359875+0000 mgr.y (mgr.34101) 238 : cluster 0 pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:26:49.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[57193]: audit 2024-04-27T01:26:48.369121+0000 mon.a (mon.0) 422 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:49.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[57193]: audit 2024-04-27T01:26:48.460245+0000 mon.a (mon.0) 423 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:26:49.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[57193]: audit 2024-04-27T01:26:48.464034+0000 mon.a (mon.0) 424 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:26:49.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[57193]: audit 2024-04-27T01:26:48.467236+0000 mon.a (mon.0) 425 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:26:49.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[57193]: audit 2024-04-27T01:26:48.469640+0000 mon.a (mon.0) 426 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:26:49.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:49 smithi042 bash[57193]: audit 2024-04-27T01:26:48.472068+0000 mon.a (mon.0) 427 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-27T01:26:50.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:50 smithi046 bash[44872]: audit 2024-04-27T01:26:48.472433+0000 mgr.y (mgr.34101) 239 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-27T01:26:50.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:50 smithi046 bash[44872]: cephadm 2024-04-27T01:26:48.474422+0000 mgr.y (mgr.34101) 240 : cephadm 1 Upgrade: osd.4 is safe to restart 2024-04-27T01:26:50.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:50 smithi042 bash[55870]: audit 2024-04-27T01:26:48.472433+0000 mgr.y (mgr.34101) 239 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-27T01:26:50.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:50 smithi042 bash[55870]: cephadm 2024-04-27T01:26:48.474422+0000 mgr.y (mgr.34101) 240 : cephadm 1 Upgrade: osd.4 is safe to restart 2024-04-27T01:26:50.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:50 smithi042 bash[57193]: audit 2024-04-27T01:26:48.472433+0000 mgr.y (mgr.34101) 239 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-27T01:26:50.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:50 smithi042 bash[57193]: cephadm 2024-04-27T01:26:48.474422+0000 mgr.y (mgr.34101) 240 : cephadm 1 Upgrade: osd.4 is safe to restart 2024-04-27T01:26:51.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:51 smithi046 bash[44872]: cluster 2024-04-27T01:26:50.361512+0000 mgr.y (mgr.34101) 241 : cluster 0 pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2024-04-27T01:26:51.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:51 smithi046 bash[44872]: audit 2024-04-27T01:26:50.753475+0000 mon.a (mon.0) 428 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:51.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:51 smithi046 bash[44872]: audit 2024-04-27T01:26:50.758798+0000 mon.a (mon.0) 429 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-27T01:26:51.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:51 smithi046 bash[44872]: audit 2024-04-27T01:26:50.760691+0000 mon.a (mon.0) 430 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:26:51.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:51 smithi042 bash[55870]: cluster 2024-04-27T01:26:50.361512+0000 mgr.y (mgr.34101) 241 : cluster 0 pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2024-04-27T01:26:51.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:51 smithi042 bash[55870]: audit 2024-04-27T01:26:50.753475+0000 mon.a (mon.0) 428 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:51.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:51 smithi042 bash[55870]: audit 2024-04-27T01:26:50.758798+0000 mon.a (mon.0) 429 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-27T01:26:51.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:51 smithi042 bash[55870]: audit 2024-04-27T01:26:50.760691+0000 mon.a (mon.0) 430 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:26:51.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:51 smithi042 bash[57193]: cluster 2024-04-27T01:26:50.361512+0000 mgr.y (mgr.34101) 241 : cluster 0 pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2024-04-27T01:26:51.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:51 smithi042 bash[57193]: audit 2024-04-27T01:26:50.753475+0000 mon.a (mon.0) 428 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:51.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:51 smithi042 bash[57193]: audit 2024-04-27T01:26:50.758798+0000 mon.a (mon.0) 429 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-27T01:26:51.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:51 smithi042 bash[57193]: audit 2024-04-27T01:26:50.760691+0000 mon.a (mon.0) 430 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:26:52.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:52 smithi046 bash[44872]: cephadm 2024-04-27T01:26:50.745722+0000 mgr.y (mgr.34101) 242 : cephadm 1 Upgrade: Updating osd.4 2024-04-27T01:26:52.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:52 smithi046 bash[44872]: cephadm 2024-04-27T01:26:50.766561+0000 mgr.y (mgr.34101) 243 : cephadm 1 Deploying daemon osd.4 on smithi046 2024-04-27T01:26:52.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:52 smithi042 bash[55870]: cephadm 2024-04-27T01:26:50.745722+0000 mgr.y (mgr.34101) 242 : cephadm 1 Upgrade: Updating osd.4 2024-04-27T01:26:52.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:52 smithi042 bash[55870]: cephadm 2024-04-27T01:26:50.766561+0000 mgr.y (mgr.34101) 243 : cephadm 1 Deploying daemon osd.4 on smithi046 2024-04-27T01:26:52.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:52 smithi042 bash[57193]: cephadm 2024-04-27T01:26:50.745722+0000 mgr.y (mgr.34101) 242 : cephadm 1 Upgrade: Updating osd.4 2024-04-27T01:26:52.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:52 smithi042 bash[57193]: cephadm 2024-04-27T01:26:50.766561+0000 mgr.y (mgr.34101) 243 : cephadm 1 Deploying daemon osd.4 on smithi046 2024-04-27T01:26:53.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:53 smithi046 bash[44872]: cluster 2024-04-27T01:26:52.362310+0000 mgr.y (mgr.34101) 244 : cluster 0 pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 213 B/s rd, 0 op/s 2024-04-27T01:26:53.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:53 smithi042 bash[55870]: cluster 2024-04-27T01:26:52.362310+0000 mgr.y (mgr.34101) 244 : cluster 0 pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 213 B/s rd, 0 op/s 2024-04-27T01:26:53.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:53 smithi042 bash[57193]: cluster 2024-04-27T01:26:52.362310+0000 mgr.y (mgr.34101) 244 : cluster 0 pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 213 B/s rd, 0 op/s 2024-04-27T01:26:55.028 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:26:54 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:55.028 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:26:54 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:55.029 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:26:54 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:55.029 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:26:54 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:55.029 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:26:54 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:55.030 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:26:54 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:55.030 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:26:54 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:55.030 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:26:54 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:55.030 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:54 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:55.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:55 smithi046 bash[44872]: audit 2024-04-27T01:26:54.221067+0000 mon.a (mon.0) 431 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:55.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:55 smithi046 bash[44872]: cluster 2024-04-27T01:26:54.363403+0000 mgr.y (mgr.34101) 245 : cluster 0 pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:26:55.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:55 smithi046 bash[44872]: cluster 2024-04-27T01:26:55.145751+0000 mon.a (mon.0) 432 : cluster 1 osd.4 marked itself down and dead 2024-04-27T01:26:55.422 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:26:55 smithi046 systemd[1]: Stopping Ceph osd.4 for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:26:55.422 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:26:55 smithi046 bash[21525]: debug 2024-04-27T01:26:55.143+0000 7f0bcaccb700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-27T01:26:55.422 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:26:55 smithi046 bash[21525]: debug 2024-04-27T01:26:55.143+0000 7f0bcaccb700 -1 osd.4 126 *** Got signal Terminated *** 2024-04-27T01:26:55.422 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:26:55 smithi046 bash[21525]: debug 2024-04-27T01:26:55.143+0000 7f0bcaccb700 -1 osd.4 126 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-27T01:26:55.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:55 smithi042 bash[55870]: audit 2024-04-27T01:26:54.221067+0000 mon.a (mon.0) 431 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:55.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:55 smithi042 bash[55870]: cluster 2024-04-27T01:26:54.363403+0000 mgr.y (mgr.34101) 245 : cluster 0 pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:26:55.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:55 smithi042 bash[55870]: cluster 2024-04-27T01:26:55.145751+0000 mon.a (mon.0) 432 : cluster 1 osd.4 marked itself down and dead 2024-04-27T01:26:55.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:55 smithi042 bash[57193]: audit 2024-04-27T01:26:54.221067+0000 mon.a (mon.0) 431 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:26:55.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:55 smithi042 bash[57193]: cluster 2024-04-27T01:26:54.363403+0000 mgr.y (mgr.34101) 245 : cluster 0 pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:26:55.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:55 smithi042 bash[57193]: cluster 2024-04-27T01:26:55.145751+0000 mon.a (mon.0) 432 : cluster 1 osd.4 marked itself down and dead 2024-04-27T01:26:56.464 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:26:56 smithi046 bash[46564]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-4 2024-04-27T01:26:56.464 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:26:56 smithi046 bash[46627]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-4 2024-04-27T01:26:56.465 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:56 smithi046 bash[44872]: audit 2024-04-27T01:26:55.155767+0000 mgr.y (mgr.34101) 246 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:26:56.465 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:56 smithi046 bash[44872]: cluster 2024-04-27T01:26:55.218112+0000 mon.a (mon.0) 433 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-27T01:26:56.465 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:56 smithi046 bash[44872]: cluster 2024-04-27T01:26:55.235870+0000 mon.a (mon.0) 434 : cluster 0 osdmap e127: 8 total, 7 up, 8 in 2024-04-27T01:26:56.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:56 smithi042 bash[55870]: audit 2024-04-27T01:26:55.155767+0000 mgr.y (mgr.34101) 246 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:26:56.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:56 smithi042 bash[55870]: cluster 2024-04-27T01:26:55.218112+0000 mon.a (mon.0) 433 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-27T01:26:56.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:56 smithi042 bash[55870]: cluster 2024-04-27T01:26:55.235870+0000 mon.a (mon.0) 434 : cluster 0 osdmap e127: 8 total, 7 up, 8 in 2024-04-27T01:26:56.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:56 smithi042 bash[57193]: audit 2024-04-27T01:26:55.155767+0000 mgr.y (mgr.34101) 246 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:26:56.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:56 smithi042 bash[57193]: cluster 2024-04-27T01:26:55.218112+0000 mon.a (mon.0) 433 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-27T01:26:56.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:56 smithi042 bash[57193]: cluster 2024-04-27T01:26:55.235870+0000 mon.a (mon.0) 434 : cluster 0 osdmap e127: 8 total, 7 up, 8 in 2024-04-27T01:26:57.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:57 smithi046 bash[44872]: cluster 2024-04-27T01:26:56.243805+0000 mon.a (mon.0) 435 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2024-04-27T01:26:57.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:57 smithi046 bash[44872]: cluster 2024-04-27T01:26:56.364176+0000 mgr.y (mgr.34101) 247 : cluster 0 pgmap v146: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:26:57.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:57 smithi042 bash[55870]: cluster 2024-04-27T01:26:56.243805+0000 mon.a (mon.0) 435 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2024-04-27T01:26:57.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:57 smithi042 bash[55870]: cluster 2024-04-27T01:26:56.364176+0000 mgr.y (mgr.34101) 247 : cluster 0 pgmap v146: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:26:57.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:57 smithi042 bash[57193]: cluster 2024-04-27T01:26:56.243805+0000 mon.a (mon.0) 435 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2024-04-27T01:26:57.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:57 smithi042 bash[57193]: cluster 2024-04-27T01:26:56.364176+0000 mgr.y (mgr.34101) 247 : cluster 0 pgmap v146: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:26:58.634 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:26:58 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:58.634 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:26:58 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.4.service: Deactivated successfully. 2024-04-27T01:26:58.635 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:26:58 smithi046 systemd[1]: Stopped Ceph osd.4 for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:26:58.635 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:26:58 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:58.635 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:26:58 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:58.635 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:26:58 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:58.636 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:26:58 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:58.636 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:26:58 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:58.636 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:26:58 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:58.636 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:58 smithi046 bash[44872]: cluster 2024-04-27T01:26:58.365176+0000 mgr.y (mgr.34101) 248 : cluster 0 pgmap v147: 161 pgs: 4 active+undersized+degraded, 20 stale+active+clean, 6 active+undersized, 131 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 19/726 objects degraded (2.617%) 2024-04-27T01:26:58.637 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:58 smithi046 bash[44872]: cluster 2024-04-27T01:26:58.417182+0000 mon.a (mon.0) 436 : cluster 3 Health check failed: Degraded data redundancy: 19/726 objects degraded (2.617%), 4 pgs degraded (PG_DEGRADED) 2024-04-27T01:26:58.637 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:58 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:58.637 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:26:58 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:26:58.921 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:26:58 smithi046 systemd[1]: Started Ceph osd.4 for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:26:58.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:58 smithi042 bash[55870]: cluster 2024-04-27T01:26:58.365176+0000 mgr.y (mgr.34101) 248 : cluster 0 pgmap v147: 161 pgs: 4 active+undersized+degraded, 20 stale+active+clean, 6 active+undersized, 131 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 19/726 objects degraded (2.617%) 2024-04-27T01:26:58.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:58 smithi042 bash[55870]: cluster 2024-04-27T01:26:58.417182+0000 mon.a (mon.0) 436 : cluster 3 Health check failed: Degraded data redundancy: 19/726 objects degraded (2.617%), 4 pgs degraded (PG_DEGRADED) 2024-04-27T01:26:58.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:58 smithi042 bash[57193]: cluster 2024-04-27T01:26:58.365176+0000 mgr.y (mgr.34101) 248 : cluster 0 pgmap v147: 161 pgs: 4 active+undersized+degraded, 20 stale+active+clean, 6 active+undersized, 131 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 19/726 objects degraded (2.617%) 2024-04-27T01:26:58.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:58 smithi042 bash[57193]: cluster 2024-04-27T01:26:58.417182+0000 mon.a (mon.0) 436 : cluster 3 Health check failed: Degraded data redundancy: 19/726 objects degraded (2.617%), 4 pgs degraded (PG_DEGRADED) 2024-04-27T01:26:59.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:26:59 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:26:59] "GET /metrics HTTP/1.1" 200 38439 "" "Prometheus/2.33.4" 2024-04-27T01:27:00.010 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:59 smithi046 bash[44872]: audit 2024-04-27T01:26:58.699967+0000 mon.a (mon.0) 437 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:00.010 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:59 smithi046 bash[44872]: audit 2024-04-27T01:26:58.711967+0000 mon.a (mon.0) 438 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:00.010 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:59 smithi046 bash[44872]: audit 2024-04-27T01:26:59.041858+0000 mon.a (mon.0) 439 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:00.010 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:26:59 smithi046 bash[44872]: audit 2024-04-27T01:26:59.044430+0000 mon.a (mon.0) 440 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:27:00.180 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:59 smithi042 bash[57193]: audit 2024-04-27T01:26:58.699967+0000 mon.a (mon.0) 437 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:00.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:59 smithi042 bash[57193]: audit 2024-04-27T01:26:58.711967+0000 mon.a (mon.0) 438 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:00.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:59 smithi042 bash[57193]: audit 2024-04-27T01:26:59.041858+0000 mon.a (mon.0) 439 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:00.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:26:59 smithi042 bash[57193]: audit 2024-04-27T01:26:59.044430+0000 mon.a (mon.0) 440 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:27:00.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:59 smithi042 bash[55870]: audit 2024-04-27T01:26:58.699967+0000 mon.a (mon.0) 437 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:00.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:59 smithi042 bash[55870]: audit 2024-04-27T01:26:58.711967+0000 mon.a (mon.0) 438 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:00.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:59 smithi042 bash[55870]: audit 2024-04-27T01:26:59.041858+0000 mon.a (mon.0) 439 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:00.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:26:59 smithi042 bash[55870]: audit 2024-04-27T01:26:59.044430+0000 mon.a (mon.0) 440 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:27:00.421 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:27:00 smithi046 bash[46776]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-04-27T01:27:00.422 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:27:00 smithi046 bash[46776]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-04-27T01:27:00.422 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:27:00 smithi046 bash[46776]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-04-27T01:27:00.422 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:27:00 smithi046 bash[46776]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-04-27T01:27:00.422 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:27:00 smithi046 bash[46776]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-04-27T01:27:00.422 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:27:00 smithi046 bash[46776]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-04-27T01:27:00.422 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:27:00 smithi046 bash[46776]: --> ceph-volume raw activate successful for osd ID: 4 2024-04-27T01:27:01.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:00 smithi046 bash[44872]: cluster 2024-04-27T01:27:00.367128+0000 mgr.y (mgr.34101) 249 : cluster 0 pgmap v148: 161 pgs: 25 active+undersized+degraded, 43 active+undersized, 93 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 123/726 objects degraded (16.942%) 2024-04-27T01:27:01.180 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:00 smithi042 bash[57193]: cluster 2024-04-27T01:27:00.367128+0000 mgr.y (mgr.34101) 249 : cluster 0 pgmap v148: 161 pgs: 25 active+undersized+degraded, 43 active+undersized, 93 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 123/726 objects degraded (16.942%) 2024-04-27T01:27:01.180 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:00 smithi042 bash[55870]: cluster 2024-04-27T01:27:00.367128+0000 mgr.y (mgr.34101) 249 : cluster 0 pgmap v148: 161 pgs: 25 active+undersized+degraded, 43 active+undersized, 93 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 123/726 objects degraded (16.942%) 2024-04-27T01:27:01.797 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:27:01.921 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:27:01 smithi046 bash[47009]: debug 2024-04-27T01:27:01.535+0000 7f1406464700 1 -- 172.21.15.46:0/2690849196 <== mon.2 v2:172.21.15.46:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55dd9b60f680 con 0x55dd9b64d000 2024-04-27T01:27:02.421 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:27:02 smithi046 bash[47009]: debug 2024-04-27T01:27:02.083+0000 7f140f5fc7c0 -1 Falling back to public interface 2024-04-27T01:27:02.546 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:27:02.547 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (5m) 24s ago 12m 14.8M - 0.23.0 ba2b418f427c 0f0b55d975d0 2024-04-27T01:27:02.547 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 error 2m ago 12m - - 2024-04-27T01:27:02.547 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 running (4m) 24s ago 10m 44.2M - 3.5 e1d6a67b021e e9e58db015ab 2024-04-27T01:27:02.547 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443,9283,8765 running (4m) 2m ago 17m 436M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 b405f9e86d9a 2024-04-27T01:27:02.547 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (5m) 24s ago 19m 496M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 60e39f55c7ea 2024-04-27T01:27:02.547 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (3m) 24s ago 19m 49.9M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 73925c36c48e 2024-04-27T01:27:02.547 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (2m) 2m ago 18m 18.2M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 56399982a983 2024-04-27T01:27:02.547 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (3m) 24s ago 18m 41.1M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 cf9a80ee073c 2024-04-27T01:27:02.547 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (5m) 24s ago 12m 9251k - 1.3.1 1dbe0e931976 ea2d213e0f7a 2024-04-27T01:27:02.547 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (5m) 2m ago 12m 8863k - 1.3.1 1dbe0e931976 e95126faf566 2024-04-27T01:27:02.547 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (112s) 24s ago 17m 49.7M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 59aa3e813245 2024-04-27T01:27:02.547 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (85s) 24s ago 16m 49.9M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 4432f1499107 2024-04-27T01:27:02.547 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (57s) 24s ago 16m 51.4M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ee07041d5acd 2024-04-27T01:27:02.548 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (28s) 24s ago 15m - 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 887e8f900de3 2024-04-27T01:27:02.548 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 starting - - - 3037M 2024-04-27T01:27:02.548 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (14m) 2m ago 14m 54.0M 3037M 17.2.0 e1d6a67b021e 5c17501020a3 2024-04-27T01:27:02.548 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (14m) 2m ago 14m 52.9M 3037M 17.2.0 e1d6a67b021e 87a6f4ccf8a6 2024-04-27T01:27:02.548 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (13m) 2m ago 13m 56.0M 3037M 17.2.0 e1d6a67b021e 05ee6dbaf5ff 2024-04-27T01:27:02.548 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 running (4m) 2m ago 12m 56.7M - 2.33.4 514e6a882f6e 3405daccd7ea 2024-04-27T01:27:02.548 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (10m) 24s ago 10m 87.3M - 17.2.0 e1d6a67b021e 4022285478bf 2024-04-27T01:27:02.548 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (10m) 2m ago 10m 86.4M - 17.2.0 e1d6a67b021e aab619238956 2024-04-27T01:27:02.548 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (10m) 24s ago 10m 87.4M - 17.2.0 e1d6a67b021e 654b864f6909 2024-04-27T01:27:02.548 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (10m) 2m ago 10m 87.0M - 17.2.0 e1d6a67b021e b896e3222d12 2024-04-27T01:27:02.983 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:27:02.983 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:27:02.983 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 3 2024-04-27T01:27:02.983 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:27:02.983 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:27:02.983 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 2 2024-04-27T01:27:02.983 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:27:02.984 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:27:02.984 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3, 2024-04-27T01:27:02.984 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 4 2024-04-27T01:27:02.984 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:27:02.984 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:27:02.984 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-04-27T01:27:02.984 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:27:02.984 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:27:02.984 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2024-04-27T01:27:02.984 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 9 2024-04-27T01:27:02.984 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:27:02.984 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:27:03.351 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:27:03.351 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", 2024-04-27T01:27:03.351 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2024-04-27T01:27:03.351 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-27T01:27:03.351 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2024-04-27T01:27:03.352 INFO:teuthology.orchestra.run.smithi042.stdout: "mon", 2024-04-27T01:27:03.352 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr" 2024-04-27T01:27:03.352 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2024-04-27T01:27:03.352 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "9/23 daemons upgraded", 2024-04-27T01:27:03.352 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading osd daemons", 2024-04-27T01:27:03.352 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2024-04-27T01:27:03.352 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:27:03.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:03 smithi046 bash[44872]: audit 2024-04-27T01:27:01.798069+0000 mgr.y (mgr.34101) 250 : audit 0 from='client.44341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:27:03.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:03 smithi046 bash[44872]: audit 2024-04-27T01:27:02.157652+0000 mgr.y (mgr.34101) 251 : audit 0 from='client.44347 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:27:03.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:03 smithi046 bash[44872]: cluster 2024-04-27T01:27:02.368086+0000 mgr.y (mgr.34101) 252 : cluster 0 pgmap v149: 161 pgs: 25 active+undersized+degraded, 43 active+undersized, 93 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 123/726 objects degraded (16.942%) 2024-04-27T01:27:03.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:03 smithi046 bash[44872]: audit 2024-04-27T01:27:02.998488+0000 mon.a (mon.0) 441 : audit 0 from='client.? 172.21.15.42:0/589657334' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:27:03.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:03 smithi042 bash[57193]: audit 2024-04-27T01:27:01.798069+0000 mgr.y (mgr.34101) 250 : audit 0 from='client.44341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:27:03.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:03 smithi042 bash[57193]: audit 2024-04-27T01:27:02.157652+0000 mgr.y (mgr.34101) 251 : audit 0 from='client.44347 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:27:03.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:03 smithi042 bash[57193]: cluster 2024-04-27T01:27:02.368086+0000 mgr.y (mgr.34101) 252 : cluster 0 pgmap v149: 161 pgs: 25 active+undersized+degraded, 43 active+undersized, 93 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 123/726 objects degraded (16.942%) 2024-04-27T01:27:03.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:03 smithi042 bash[57193]: audit 2024-04-27T01:27:02.998488+0000 mon.a (mon.0) 441 : audit 0 from='client.? 172.21.15.42:0/589657334' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:27:03.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:03 smithi042 bash[55870]: audit 2024-04-27T01:27:01.798069+0000 mgr.y (mgr.34101) 250 : audit 0 from='client.44341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:27:03.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:03 smithi042 bash[55870]: audit 2024-04-27T01:27:02.157652+0000 mgr.y (mgr.34101) 251 : audit 0 from='client.44347 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:27:03.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:03 smithi042 bash[55870]: cluster 2024-04-27T01:27:02.368086+0000 mgr.y (mgr.34101) 252 : cluster 0 pgmap v149: 161 pgs: 25 active+undersized+degraded, 43 active+undersized, 93 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 123/726 objects degraded (16.942%) 2024-04-27T01:27:03.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:03 smithi042 bash[55870]: audit 2024-04-27T01:27:02.998488+0000 mon.a (mon.0) 441 : audit 0 from='client.? 172.21.15.42:0/589657334' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:27:03.782 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 123/726 objects degraded (16.942%), 25 pgs degraded 2024-04-27T01:27:03.782 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:27:03.782 INFO:teuthology.orchestra.run.smithi042.stdout: daemon grafana.a on smithi046 is in error state 2024-04-27T01:27:03.783 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] OSD_DOWN: 1 osds down 2024-04-27T01:27:03.783 INFO:teuthology.orchestra.run.smithi042.stdout: osd.4 (root=default,host=smithi046) is down 2024-04-27T01:27:03.783 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 123/726 objects degraded (16.942%), 25 pgs degraded 2024-04-27T01:27:03.783 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.f is active+undersized+degraded, acting [0,2] 2024-04-27T01:27:03.783 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.1 is active+undersized+degraded, acting [0,3] 2024-04-27T01:27:03.783 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.3 is active+undersized+degraded, acting [0,6] 2024-04-27T01:27:03.783 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.6 is active+undersized+degraded, acting [0,1] 2024-04-27T01:27:03.783 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.9 is active+undersized+degraded, acting [2,7] 2024-04-27T01:27:03.783 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.a is active+undersized+degraded, acting [6,1] 2024-04-27T01:27:03.783 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.b is active+undersized+degraded, acting [3,0] 2024-04-27T01:27:03.783 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.e is active+undersized+degraded, acting [7,1] 2024-04-27T01:27:03.783 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.f is active+undersized+degraded, acting [7,0] 2024-04-27T01:27:03.783 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.11 is active+undersized+degraded, acting [7,6] 2024-04-27T01:27:03.783 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.13 is active+undersized+degraded, acting [7,2] 2024-04-27T01:27:03.783 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.14 is active+undersized+degraded, acting [7,6] 2024-04-27T01:27:03.784 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.15 is active+undersized+degraded, acting [7,3] 2024-04-27T01:27:03.784 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.19 is active+undersized+degraded, acting [1,3] 2024-04-27T01:27:03.784 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.1a is active+undersized+degraded, acting [1,2] 2024-04-27T01:27:03.784 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.1b is active+undersized+degraded, acting [0,7] 2024-04-27T01:27:03.784 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.1c is active+undersized+degraded, acting [5,1] 2024-04-27T01:27:03.784 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.1d is active+undersized+degraded, acting [5,6] 2024-04-27T01:27:03.784 INFO:teuthology.orchestra.run.smithi042.stdout: pg 4.9 is active+undersized+degraded, acting [1,3] 2024-04-27T01:27:03.784 INFO:teuthology.orchestra.run.smithi042.stdout: pg 4.d is active+undersized+degraded, acting [2,1] 2024-04-27T01:27:03.784 INFO:teuthology.orchestra.run.smithi042.stdout: pg 4.e is active+undersized+degraded, acting [6,1] 2024-04-27T01:27:03.784 INFO:teuthology.orchestra.run.smithi042.stdout: pg 5.1 is active+undersized+degraded, acting [3,7] 2024-04-27T01:27:03.784 INFO:teuthology.orchestra.run.smithi042.stdout: pg 5.1c is active+undersized+degraded, acting [3,2] 2024-04-27T01:27:03.784 INFO:teuthology.orchestra.run.smithi042.stdout: pg 5.1d is active+undersized+degraded, acting [1,0] 2024-04-27T01:27:03.784 INFO:teuthology.orchestra.run.smithi042.stdout: pg 6.1a is active+undersized+degraded, acting [5,1] 2024-04-27T01:27:04.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:04 smithi046 bash[44872]: audit 2024-04-27T01:27:02.517038+0000 mgr.y (mgr.34101) 253 : audit 0 from='client.44353 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:27:04.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:04 smithi046 bash[44872]: audit 2024-04-27T01:27:03.366187+0000 mgr.y (mgr.34101) 254 : audit 0 from='client.34440 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:27:04.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:04 smithi046 bash[44872]: audit 2024-04-27T01:27:03.798216+0000 mon.a (mon.0) 442 : audit 0 from='client.? 172.21.15.42:0/1397544215' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:27:04.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:04 smithi046 bash[44872]: cluster 2024-04-27T01:27:03.942244+0000 mon.a (mon.0) 443 : cluster 3 Health check update: Degraded data redundancy: 123/726 objects degraded (16.942%), 25 pgs degraded (PG_DEGRADED) 2024-04-27T01:27:04.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:04 smithi042 bash[57193]: audit 2024-04-27T01:27:02.517038+0000 mgr.y (mgr.34101) 253 : audit 0 from='client.44353 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:27:04.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:04 smithi042 bash[57193]: audit 2024-04-27T01:27:03.366187+0000 mgr.y (mgr.34101) 254 : audit 0 from='client.34440 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:27:04.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:04 smithi042 bash[57193]: audit 2024-04-27T01:27:03.798216+0000 mon.a (mon.0) 442 : audit 0 from='client.? 172.21.15.42:0/1397544215' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:27:04.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:04 smithi042 bash[57193]: cluster 2024-04-27T01:27:03.942244+0000 mon.a (mon.0) 443 : cluster 3 Health check update: Degraded data redundancy: 123/726 objects degraded (16.942%), 25 pgs degraded (PG_DEGRADED) 2024-04-27T01:27:04.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:04 smithi042 bash[55870]: audit 2024-04-27T01:27:02.517038+0000 mgr.y (mgr.34101) 253 : audit 0 from='client.44353 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:27:04.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:04 smithi042 bash[55870]: audit 2024-04-27T01:27:03.366187+0000 mgr.y (mgr.34101) 254 : audit 0 from='client.34440 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:27:04.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:04 smithi042 bash[55870]: audit 2024-04-27T01:27:03.798216+0000 mon.a (mon.0) 442 : audit 0 from='client.? 172.21.15.42:0/1397544215' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:27:04.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:04 smithi042 bash[55870]: cluster 2024-04-27T01:27:03.942244+0000 mon.a (mon.0) 443 : cluster 3 Health check update: Degraded data redundancy: 123/726 objects degraded (16.942%), 25 pgs degraded (PG_DEGRADED) 2024-04-27T01:27:05.419 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:27:05 smithi046 bash[47009]: debug 2024-04-27T01:27:05.055+0000 7f140f5fc7c0 -1 osd.4 0 read_superblock omap replica is missing. 2024-04-27T01:27:05.419 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:27:05 smithi046 bash[47009]: debug 2024-04-27T01:27:05.099+0000 7f140f5fc7c0 -1 osd.4 126 log_to_monitors true 2024-04-27T01:27:05.671 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:27:05 smithi046 bash[47009]: debug 2024-04-27T01:27:05.499+0000 7f1400a54700 -1 osd.4 126 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-27T01:27:05.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:05 smithi046 bash[44872]: cluster 2024-04-27T01:27:04.369530+0000 mgr.y (mgr.34101) 255 : cluster 0 pgmap v150: 161 pgs: 25 active+undersized+degraded, 43 active+undersized, 93 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 123/726 objects degraded (16.942%) 2024-04-27T01:27:05.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:05 smithi046 bash[44872]: audit 2024-04-27T01:27:05.103642+0000 mon.a (mon.0) 444 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-27T01:27:05.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:05 smithi046 bash[44872]: audit 2024-04-27T01:27:05.103858+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.46:6800/3124610501,v1:172.21.15.46:6801/3124610501]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-27T01:27:05.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:05 smithi042 bash[55870]: cluster 2024-04-27T01:27:04.369530+0000 mgr.y (mgr.34101) 255 : cluster 0 pgmap v150: 161 pgs: 25 active+undersized+degraded, 43 active+undersized, 93 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 123/726 objects degraded (16.942%) 2024-04-27T01:27:05.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:05 smithi042 bash[55870]: audit 2024-04-27T01:27:05.103642+0000 mon.a (mon.0) 444 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-27T01:27:05.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:05 smithi042 bash[55870]: audit 2024-04-27T01:27:05.103858+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.46:6800/3124610501,v1:172.21.15.46:6801/3124610501]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-27T01:27:05.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:05 smithi042 bash[57193]: cluster 2024-04-27T01:27:04.369530+0000 mgr.y (mgr.34101) 255 : cluster 0 pgmap v150: 161 pgs: 25 active+undersized+degraded, 43 active+undersized, 93 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 123/726 objects degraded (16.942%) 2024-04-27T01:27:05.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:05 smithi042 bash[57193]: audit 2024-04-27T01:27:05.103642+0000 mon.a (mon.0) 444 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-27T01:27:05.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:05 smithi042 bash[57193]: audit 2024-04-27T01:27:05.103858+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.46:6800/3124610501,v1:172.21.15.46:6801/3124610501]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-27T01:27:06.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:06 smithi046 bash[44872]: audit 2024-04-27T01:27:05.164748+0000 mgr.y (mgr.34101) 256 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:27:06.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:06 smithi046 bash[44872]: audit 2024-04-27T01:27:05.444611+0000 mon.a (mon.0) 445 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-27T01:27:06.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:06 smithi046 bash[44872]: cluster 2024-04-27T01:27:05.453227+0000 mon.a (mon.0) 446 : cluster 0 osdmap e129: 8 total, 7 up, 8 in 2024-04-27T01:27:06.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:06 smithi046 bash[44872]: audit 2024-04-27T01:27:05.456116+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.46:6800/3124610501,v1:172.21.15.46:6801/3124610501]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:27:06.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:06 smithi046 bash[44872]: audit 2024-04-27T01:27:05.463373+0000 mon.a (mon.0) 447 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:27:06.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:06 smithi046 bash[44872]: audit 2024-04-27T01:27:06.109375+0000 mon.a (mon.0) 448 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:06.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:06 smithi046 bash[44872]: audit 2024-04-27T01:27:06.121659+0000 mon.a (mon.0) 449 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:06.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:06 smithi042 bash[55870]: audit 2024-04-27T01:27:05.164748+0000 mgr.y (mgr.34101) 256 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:27:06.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:06 smithi042 bash[55870]: audit 2024-04-27T01:27:05.444611+0000 mon.a (mon.0) 445 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-27T01:27:06.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:06 smithi042 bash[55870]: cluster 2024-04-27T01:27:05.453227+0000 mon.a (mon.0) 446 : cluster 0 osdmap e129: 8 total, 7 up, 8 in 2024-04-27T01:27:06.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:06 smithi042 bash[55870]: audit 2024-04-27T01:27:05.456116+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.46:6800/3124610501,v1:172.21.15.46:6801/3124610501]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:27:06.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:06 smithi042 bash[55870]: audit 2024-04-27T01:27:05.463373+0000 mon.a (mon.0) 447 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:27:06.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:06 smithi042 bash[55870]: audit 2024-04-27T01:27:06.109375+0000 mon.a (mon.0) 448 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:06.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:06 smithi042 bash[55870]: audit 2024-04-27T01:27:06.121659+0000 mon.a (mon.0) 449 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:06.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:06 smithi042 bash[57193]: audit 2024-04-27T01:27:05.164748+0000 mgr.y (mgr.34101) 256 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:27:06.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:06 smithi042 bash[57193]: audit 2024-04-27T01:27:05.444611+0000 mon.a (mon.0) 445 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-27T01:27:06.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:06 smithi042 bash[57193]: cluster 2024-04-27T01:27:05.453227+0000 mon.a (mon.0) 446 : cluster 0 osdmap e129: 8 total, 7 up, 8 in 2024-04-27T01:27:06.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:06 smithi042 bash[57193]: audit 2024-04-27T01:27:05.456116+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.46:6800/3124610501,v1:172.21.15.46:6801/3124610501]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:27:06.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:06 smithi042 bash[57193]: audit 2024-04-27T01:27:05.463373+0000 mon.a (mon.0) 447 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:27:06.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:06 smithi042 bash[57193]: audit 2024-04-27T01:27:06.109375+0000 mon.a (mon.0) 448 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:06.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:06 smithi042 bash[57193]: audit 2024-04-27T01:27:06.121659+0000 mon.a (mon.0) 449 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:07.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:07 smithi046 bash[44872]: cluster 2024-04-27T01:27:06.370594+0000 mgr.y (mgr.34101) 257 : cluster 0 pgmap v152: 161 pgs: 25 active+undersized+degraded, 43 active+undersized, 93 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 123/726 objects degraded (16.942%) 2024-04-27T01:27:07.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:07 smithi046 bash[44872]: cluster 2024-04-27T01:27:06.445669+0000 mon.a (mon.0) 450 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-27T01:27:07.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:07 smithi046 bash[44872]: cluster 2024-04-27T01:27:06.456182+0000 mon.a (mon.0) 451 : cluster 1 osd.4 [v2:172.21.15.46:6800/3124610501,v1:172.21.15.46:6801/3124610501] boot 2024-04-27T01:27:07.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:07 smithi046 bash[44872]: cluster 2024-04-27T01:27:06.456318+0000 mon.a (mon.0) 452 : cluster 0 osdmap e130: 8 total, 8 up, 8 in 2024-04-27T01:27:07.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:07 smithi046 bash[44872]: audit 2024-04-27T01:27:06.457546+0000 mon.a (mon.0) 453 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:27:07.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:07 smithi046 bash[44872]: audit 2024-04-27T01:27:07.332450+0000 mon.a (mon.0) 454 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:07.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:07 smithi046 bash[44872]: audit 2024-04-27T01:27:07.344673+0000 mon.a (mon.0) 455 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:07.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:07 smithi046 bash[44872]: cluster 2024-04-27T01:27:07.457998+0000 mon.a (mon.0) 456 : cluster 0 osdmap e131: 8 total, 8 up, 8 in 2024-04-27T01:27:07.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:07 smithi042 bash[55870]: cluster 2024-04-27T01:27:06.370594+0000 mgr.y (mgr.34101) 257 : cluster 0 pgmap v152: 161 pgs: 25 active+undersized+degraded, 43 active+undersized, 93 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 123/726 objects degraded (16.942%) 2024-04-27T01:27:07.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:07 smithi042 bash[55870]: cluster 2024-04-27T01:27:06.445669+0000 mon.a (mon.0) 450 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-27T01:27:07.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:07 smithi042 bash[55870]: cluster 2024-04-27T01:27:06.456182+0000 mon.a (mon.0) 451 : cluster 1 osd.4 [v2:172.21.15.46:6800/3124610501,v1:172.21.15.46:6801/3124610501] boot 2024-04-27T01:27:07.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:07 smithi042 bash[55870]: cluster 2024-04-27T01:27:06.456318+0000 mon.a (mon.0) 452 : cluster 0 osdmap e130: 8 total, 8 up, 8 in 2024-04-27T01:27:07.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:07 smithi042 bash[55870]: audit 2024-04-27T01:27:06.457546+0000 mon.a (mon.0) 453 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:27:07.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:07 smithi042 bash[55870]: audit 2024-04-27T01:27:07.332450+0000 mon.a (mon.0) 454 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:07.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:07 smithi042 bash[55870]: audit 2024-04-27T01:27:07.344673+0000 mon.a (mon.0) 455 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:07.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:07 smithi042 bash[55870]: cluster 2024-04-27T01:27:07.457998+0000 mon.a (mon.0) 456 : cluster 0 osdmap e131: 8 total, 8 up, 8 in 2024-04-27T01:27:07.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:07 smithi042 bash[57193]: cluster 2024-04-27T01:27:06.370594+0000 mgr.y (mgr.34101) 257 : cluster 0 pgmap v152: 161 pgs: 25 active+undersized+degraded, 43 active+undersized, 93 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 123/726 objects degraded (16.942%) 2024-04-27T01:27:07.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:07 smithi042 bash[57193]: cluster 2024-04-27T01:27:06.445669+0000 mon.a (mon.0) 450 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-27T01:27:07.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:07 smithi042 bash[57193]: cluster 2024-04-27T01:27:06.456182+0000 mon.a (mon.0) 451 : cluster 1 osd.4 [v2:172.21.15.46:6800/3124610501,v1:172.21.15.46:6801/3124610501] boot 2024-04-27T01:27:07.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:07 smithi042 bash[57193]: cluster 2024-04-27T01:27:06.456318+0000 mon.a (mon.0) 452 : cluster 0 osdmap e130: 8 total, 8 up, 8 in 2024-04-27T01:27:07.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:07 smithi042 bash[57193]: audit 2024-04-27T01:27:06.457546+0000 mon.a (mon.0) 453 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T01:27:07.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:07 smithi042 bash[57193]: audit 2024-04-27T01:27:07.332450+0000 mon.a (mon.0) 454 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:07.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:07 smithi042 bash[57193]: audit 2024-04-27T01:27:07.344673+0000 mon.a (mon.0) 455 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:07.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:07 smithi042 bash[57193]: cluster 2024-04-27T01:27:07.457998+0000 mon.a (mon.0) 456 : cluster 0 osdmap e131: 8 total, 8 up, 8 in 2024-04-27T01:27:08.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:08 smithi046 bash[44872]: cluster 2024-04-27T01:27:08.371763+0000 mgr.y (mgr.34101) 258 : cluster 0 pgmap v155: 161 pgs: 7 peering, 23 active+undersized+degraded, 38 active+undersized, 93 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 111/726 objects degraded (15.289%) 2024-04-27T01:27:08.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:08 smithi042 bash[55870]: cluster 2024-04-27T01:27:08.371763+0000 mgr.y (mgr.34101) 258 : cluster 0 pgmap v155: 161 pgs: 7 peering, 23 active+undersized+degraded, 38 active+undersized, 93 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 111/726 objects degraded (15.289%) 2024-04-27T01:27:08.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:08 smithi042 bash[57193]: cluster 2024-04-27T01:27:08.371763+0000 mgr.y (mgr.34101) 258 : cluster 0 pgmap v155: 161 pgs: 7 peering, 23 active+undersized+degraded, 38 active+undersized, 93 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 111/726 objects degraded (15.289%) 2024-04-27T01:27:09.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:09 smithi042 bash[55870]: cluster 2024-04-27T01:27:08.943364+0000 mon.a (mon.0) 457 : cluster 3 Health check update: Degraded data redundancy: 111/726 objects degraded (15.289%), 23 pgs degraded (PG_DEGRADED) 2024-04-27T01:27:09.681 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:27:09 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:27:09] "GET /metrics HTTP/1.1" 200 38439 "" "Prometheus/2.33.4" 2024-04-27T01:27:09.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:09 smithi042 bash[57193]: cluster 2024-04-27T01:27:08.943364+0000 mon.a (mon.0) 457 : cluster 3 Health check update: Degraded data redundancy: 111/726 objects degraded (15.289%), 23 pgs degraded (PG_DEGRADED) 2024-04-27T01:27:09.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:09 smithi046 bash[44872]: cluster 2024-04-27T01:27:08.943364+0000 mon.a (mon.0) 457 : cluster 3 Health check update: Degraded data redundancy: 111/726 objects degraded (15.289%), 23 pgs degraded (PG_DEGRADED) 2024-04-27T01:27:10.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:10 smithi046 bash[44872]: cluster 2024-04-27T01:27:10.373449+0000 mgr.y (mgr.34101) 259 : cluster 0 pgmap v156: 161 pgs: 7 peering, 11 active+undersized+degraded, 12 active+undersized, 131 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 36/726 objects degraded (4.959%) 2024-04-27T01:27:10.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:10 smithi042 bash[55870]: cluster 2024-04-27T01:27:10.373449+0000 mgr.y (mgr.34101) 259 : cluster 0 pgmap v156: 161 pgs: 7 peering, 11 active+undersized+degraded, 12 active+undersized, 131 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 36/726 objects degraded (4.959%) 2024-04-27T01:27:10.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:10 smithi042 bash[57193]: cluster 2024-04-27T01:27:10.373449+0000 mgr.y (mgr.34101) 259 : cluster 0 pgmap v156: 161 pgs: 7 peering, 11 active+undersized+degraded, 12 active+undersized, 131 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 36/726 objects degraded (4.959%) 2024-04-27T01:27:12.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:12 smithi046 bash[44872]: cluster 2024-04-27T01:27:12.374350+0000 mgr.y (mgr.34101) 260 : cluster 0 pgmap v157: 161 pgs: 7 peering, 154 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 739 B/s rd, 0 op/s 2024-04-27T01:27:12.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:12 smithi046 bash[44872]: cluster 2024-04-27T01:27:12.426324+0000 mon.a (mon.0) 458 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/726 objects degraded (4.959%), 11 pgs degraded) 2024-04-27T01:27:12.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:12 smithi042 bash[55870]: cluster 2024-04-27T01:27:12.374350+0000 mgr.y (mgr.34101) 260 : cluster 0 pgmap v157: 161 pgs: 7 peering, 154 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 739 B/s rd, 0 op/s 2024-04-27T01:27:12.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:12 smithi042 bash[55870]: cluster 2024-04-27T01:27:12.426324+0000 mon.a (mon.0) 458 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/726 objects degraded (4.959%), 11 pgs degraded) 2024-04-27T01:27:12.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:12 smithi042 bash[57193]: cluster 2024-04-27T01:27:12.374350+0000 mgr.y (mgr.34101) 260 : cluster 0 pgmap v157: 161 pgs: 7 peering, 154 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 739 B/s rd, 0 op/s 2024-04-27T01:27:12.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:12 smithi042 bash[57193]: cluster 2024-04-27T01:27:12.426324+0000 mon.a (mon.0) 458 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/726 objects degraded (4.959%), 11 pgs degraded) 2024-04-27T01:27:15.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:15 smithi046 bash[44872]: audit 2024-04-27T01:27:14.044143+0000 mon.a (mon.0) 459 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:15.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:15 smithi046 bash[44872]: audit 2024-04-27T01:27:14.046461+0000 mon.a (mon.0) 460 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:27:15.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:15 smithi046 bash[44872]: cluster 2024-04-27T01:27:14.375504+0000 mgr.y (mgr.34101) 261 : cluster 0 pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:27:15.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:15 smithi042 bash[55870]: audit 2024-04-27T01:27:14.044143+0000 mon.a (mon.0) 459 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:15.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:15 smithi042 bash[55870]: audit 2024-04-27T01:27:14.046461+0000 mon.a (mon.0) 460 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:27:15.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:15 smithi042 bash[55870]: cluster 2024-04-27T01:27:14.375504+0000 mgr.y (mgr.34101) 261 : cluster 0 pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:27:15.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:15 smithi042 bash[57193]: audit 2024-04-27T01:27:14.044143+0000 mon.a (mon.0) 459 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:15.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:15 smithi042 bash[57193]: audit 2024-04-27T01:27:14.046461+0000 mon.a (mon.0) 460 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:27:15.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:15 smithi042 bash[57193]: cluster 2024-04-27T01:27:14.375504+0000 mgr.y (mgr.34101) 261 : cluster 0 pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:27:16.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:16 smithi046 bash[44872]: audit 2024-04-27T01:27:15.174708+0000 mgr.y (mgr.34101) 262 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:27:16.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:16 smithi042 bash[55870]: audit 2024-04-27T01:27:15.174708+0000 mgr.y (mgr.34101) 262 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:27:16.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:16 smithi042 bash[57193]: audit 2024-04-27T01:27:15.174708+0000 mgr.y (mgr.34101) 262 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:27:17.403 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:17 smithi046 bash[44872]: cluster 2024-04-27T01:27:16.377068+0000 mgr.y (mgr.34101) 263 : cluster 0 pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:27:17.403 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:17 smithi046 bash[44872]: audit 2024-04-27T01:27:16.820964+0000 mon.a (mon.0) 461 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:17.404 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:17 smithi046 bash[44872]: audit 2024-04-27T01:27:16.832918+0000 mon.a (mon.0) 462 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:17.404 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:17 smithi046 bash[44872]: audit 2024-04-27T01:27:16.835669+0000 mon.a (mon.0) 463 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:27:17.404 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:17 smithi046 bash[44872]: audit 2024-04-27T01:27:16.837727+0000 mon.a (mon.0) 464 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:27:17.404 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:17 smithi046 bash[44872]: audit 2024-04-27T01:27:16.849693+0000 mon.a (mon.0) 465 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:17.404 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:17 smithi046 bash[44872]: audit 2024-04-27T01:27:16.948592+0000 mon.a (mon.0) 466 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:27:17.404 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:17 smithi046 bash[44872]: audit 2024-04-27T01:27:16.953572+0000 mon.a (mon.0) 467 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:27:17.404 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:17 smithi046 bash[44872]: audit 2024-04-27T01:27:16.957286+0000 mon.a (mon.0) 468 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:27:17.404 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:17 smithi046 bash[44872]: audit 2024-04-27T01:27:16.960046+0000 mon.a (mon.0) 469 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:27:17.404 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:17 smithi046 bash[44872]: audit 2024-04-27T01:27:16.964451+0000 mon.a (mon.0) 470 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-27T01:27:17.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:17 smithi042 bash[55870]: cluster 2024-04-27T01:27:16.377068+0000 mgr.y (mgr.34101) 263 : cluster 0 pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:27:17.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:17 smithi042 bash[55870]: audit 2024-04-27T01:27:16.820964+0000 mon.a (mon.0) 461 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:17.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:17 smithi042 bash[55870]: audit 2024-04-27T01:27:16.832918+0000 mon.a (mon.0) 462 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:17.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:17 smithi042 bash[55870]: audit 2024-04-27T01:27:16.835669+0000 mon.a (mon.0) 463 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:27:17.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:17 smithi042 bash[55870]: audit 2024-04-27T01:27:16.837727+0000 mon.a (mon.0) 464 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:27:17.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:17 smithi042 bash[55870]: audit 2024-04-27T01:27:16.849693+0000 mon.a (mon.0) 465 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:17.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:17 smithi042 bash[55870]: audit 2024-04-27T01:27:16.948592+0000 mon.a (mon.0) 466 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:27:17.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:17 smithi042 bash[55870]: audit 2024-04-27T01:27:16.953572+0000 mon.a (mon.0) 467 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:27:17.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:17 smithi042 bash[55870]: audit 2024-04-27T01:27:16.957286+0000 mon.a (mon.0) 468 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:27:17.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:17 smithi042 bash[55870]: audit 2024-04-27T01:27:16.960046+0000 mon.a (mon.0) 469 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:27:17.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:17 smithi042 bash[55870]: audit 2024-04-27T01:27:16.964451+0000 mon.a (mon.0) 470 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-27T01:27:17.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:17 smithi042 bash[57193]: cluster 2024-04-27T01:27:16.377068+0000 mgr.y (mgr.34101) 263 : cluster 0 pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:27:17.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:17 smithi042 bash[57193]: audit 2024-04-27T01:27:16.820964+0000 mon.a (mon.0) 461 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:17.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:17 smithi042 bash[57193]: audit 2024-04-27T01:27:16.832918+0000 mon.a (mon.0) 462 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:17.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:17 smithi042 bash[57193]: audit 2024-04-27T01:27:16.835669+0000 mon.a (mon.0) 463 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:27:17.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:17 smithi042 bash[57193]: audit 2024-04-27T01:27:16.837727+0000 mon.a (mon.0) 464 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:27:17.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:17 smithi042 bash[57193]: audit 2024-04-27T01:27:16.849693+0000 mon.a (mon.0) 465 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:17.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:17 smithi042 bash[57193]: audit 2024-04-27T01:27:16.948592+0000 mon.a (mon.0) 466 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:27:17.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:17 smithi042 bash[57193]: audit 2024-04-27T01:27:16.953572+0000 mon.a (mon.0) 467 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:27:17.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:17 smithi042 bash[57193]: audit 2024-04-27T01:27:16.957286+0000 mon.a (mon.0) 468 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:27:17.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:17 smithi042 bash[57193]: audit 2024-04-27T01:27:16.960046+0000 mon.a (mon.0) 469 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:27:17.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:17 smithi042 bash[57193]: audit 2024-04-27T01:27:16.964451+0000 mon.a (mon.0) 470 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-27T01:27:18.412 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:18 smithi046 bash[44872]: cluster 2024-04-27T01:27:16.841480+0000 mgr.y (mgr.34101) 264 : cluster 0 pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:27:18.412 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:18 smithi046 bash[44872]: audit 2024-04-27T01:27:16.964749+0000 mgr.y (mgr.34101) 265 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-27T01:27:18.412 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:18 smithi046 bash[44872]: cephadm 2024-04-27T01:27:16.966741+0000 mgr.y (mgr.34101) 266 : cephadm 1 Upgrade: osd.5 is safe to restart 2024-04-27T01:27:18.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:18 smithi042 bash[55870]: cluster 2024-04-27T01:27:16.841480+0000 mgr.y (mgr.34101) 264 : cluster 0 pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:27:18.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:18 smithi042 bash[55870]: audit 2024-04-27T01:27:16.964749+0000 mgr.y (mgr.34101) 265 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-27T01:27:18.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:18 smithi042 bash[55870]: cephadm 2024-04-27T01:27:16.966741+0000 mgr.y (mgr.34101) 266 : cephadm 1 Upgrade: osd.5 is safe to restart 2024-04-27T01:27:18.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:18 smithi042 bash[57193]: cluster 2024-04-27T01:27:16.841480+0000 mgr.y (mgr.34101) 264 : cluster 0 pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:27:18.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:18 smithi042 bash[57193]: audit 2024-04-27T01:27:16.964749+0000 mgr.y (mgr.34101) 265 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-27T01:27:18.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:18 smithi042 bash[57193]: cephadm 2024-04-27T01:27:16.966741+0000 mgr.y (mgr.34101) 266 : cephadm 1 Upgrade: osd.5 is safe to restart 2024-04-27T01:27:19.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:27:19 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:27:19] "GET /metrics HTTP/1.1" 200 38439 "" "Prometheus/2.33.4" 2024-04-27T01:27:20.280 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:20 smithi046 bash[44872]: cluster 2024-04-27T01:27:18.842566+0000 mgr.y (mgr.34101) 267 : cluster 0 pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-04-27T01:27:20.281 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:20 smithi046 bash[44872]: cephadm 2024-04-27T01:27:19.037173+0000 mgr.y (mgr.34101) 268 : cephadm 1 Upgrade: Updating osd.5 2024-04-27T01:27:20.281 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:20 smithi046 bash[44872]: audit 2024-04-27T01:27:19.044513+0000 mon.a (mon.0) 471 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:20.281 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:20 smithi046 bash[44872]: audit 2024-04-27T01:27:19.049199+0000 mon.a (mon.0) 472 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-27T01:27:20.281 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:20 smithi046 bash[44872]: audit 2024-04-27T01:27:19.050894+0000 mon.a (mon.0) 473 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:27:20.281 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:20 smithi046 bash[44872]: cephadm 2024-04-27T01:27:19.057269+0000 mgr.y (mgr.34101) 269 : cephadm 1 Deploying daemon osd.5 on smithi046 2024-04-27T01:27:20.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:20 smithi042 bash[55870]: cluster 2024-04-27T01:27:18.842566+0000 mgr.y (mgr.34101) 267 : cluster 0 pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-04-27T01:27:20.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:20 smithi042 bash[55870]: cephadm 2024-04-27T01:27:19.037173+0000 mgr.y (mgr.34101) 268 : cephadm 1 Upgrade: Updating osd.5 2024-04-27T01:27:20.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:20 smithi042 bash[55870]: audit 2024-04-27T01:27:19.044513+0000 mon.a (mon.0) 471 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:20.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:20 smithi042 bash[55870]: audit 2024-04-27T01:27:19.049199+0000 mon.a (mon.0) 472 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-27T01:27:20.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:20 smithi042 bash[55870]: audit 2024-04-27T01:27:19.050894+0000 mon.a (mon.0) 473 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:27:20.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:20 smithi042 bash[55870]: cephadm 2024-04-27T01:27:19.057269+0000 mgr.y (mgr.34101) 269 : cephadm 1 Deploying daemon osd.5 on smithi046 2024-04-27T01:27:20.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:20 smithi042 bash[57193]: cluster 2024-04-27T01:27:18.842566+0000 mgr.y (mgr.34101) 267 : cluster 0 pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-04-27T01:27:20.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:20 smithi042 bash[57193]: cephadm 2024-04-27T01:27:19.037173+0000 mgr.y (mgr.34101) 268 : cephadm 1 Upgrade: Updating osd.5 2024-04-27T01:27:20.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:20 smithi042 bash[57193]: audit 2024-04-27T01:27:19.044513+0000 mon.a (mon.0) 471 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:20.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:20 smithi042 bash[57193]: audit 2024-04-27T01:27:19.049199+0000 mon.a (mon.0) 472 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-27T01:27:20.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:20 smithi042 bash[57193]: audit 2024-04-27T01:27:19.050894+0000 mon.a (mon.0) 473 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:27:20.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:20 smithi042 bash[57193]: cephadm 2024-04-27T01:27:19.057269+0000 mgr.y (mgr.34101) 269 : cephadm 1 Deploying daemon osd.5 on smithi046 2024-04-27T01:27:22.138 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:22 smithi046 bash[44872]: cluster 2024-04-27T01:27:20.844007+0000 mgr.y (mgr.34101) 270 : cluster 0 pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 977 B/s rd, 0 op/s 2024-04-27T01:27:22.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:22 smithi042 bash[55870]: cluster 2024-04-27T01:27:20.844007+0000 mgr.y (mgr.34101) 270 : cluster 0 pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 977 B/s rd, 0 op/s 2024-04-27T01:27:22.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:22 smithi042 bash[57193]: cluster 2024-04-27T01:27:20.844007+0000 mgr.y (mgr.34101) 270 : cluster 0 pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 977 B/s rd, 0 op/s 2024-04-27T01:27:23.221 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:23 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:23.221 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:27:23 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:23.222 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:27:23 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:23.222 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:27:23 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:23.223 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:27:23 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:23.223 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:23 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:23.223 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:23 smithi046 systemd[1]: Stopping Ceph osd.5 for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:27:23.223 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:27:23 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:23.224 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:27:23 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:23.224 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:27:23 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:23.671 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:23 smithi046 bash[24497]: debug 2024-04-27T01:27:23.367+0000 7f73b86f9700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-27T01:27:23.671 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:23 smithi046 bash[24497]: debug 2024-04-27T01:27:23.367+0000 7f73b86f9700 -1 osd.5 131 *** Got signal Terminated *** 2024-04-27T01:27:23.671 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:23 smithi046 bash[24497]: debug 2024-04-27T01:27:23.367+0000 7f73b86f9700 -1 osd.5 131 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-27T01:27:24.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:24 smithi046 bash[44872]: cluster 2024-04-27T01:27:22.844885+0000 mgr.y (mgr.34101) 271 : cluster 0 pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 977 B/s rd, 0 op/s 2024-04-27T01:27:24.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:24 smithi046 bash[44872]: cluster 2024-04-27T01:27:23.370335+0000 mon.a (mon.0) 474 : cluster 1 osd.5 marked itself down and dead 2024-04-27T01:27:24.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:24 smithi042 bash[55870]: cluster 2024-04-27T01:27:22.844885+0000 mgr.y (mgr.34101) 271 : cluster 0 pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 977 B/s rd, 0 op/s 2024-04-27T01:27:24.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:24 smithi042 bash[55870]: cluster 2024-04-27T01:27:23.370335+0000 mon.a (mon.0) 474 : cluster 1 osd.5 marked itself down and dead 2024-04-27T01:27:24.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:24 smithi042 bash[57193]: cluster 2024-04-27T01:27:22.844885+0000 mgr.y (mgr.34101) 271 : cluster 0 pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 977 B/s rd, 0 op/s 2024-04-27T01:27:24.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:24 smithi042 bash[57193]: cluster 2024-04-27T01:27:23.370335+0000 mon.a (mon.0) 474 : cluster 1 osd.5 marked itself down and dead 2024-04-27T01:27:25.347 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:25 smithi046 bash[48430]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-5 2024-04-27T01:27:25.347 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:25 smithi046 bash[44872]: cluster 2024-04-27T01:27:24.050181+0000 mon.a (mon.0) 475 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-27T01:27:25.347 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:25 smithi046 bash[44872]: cluster 2024-04-27T01:27:24.067119+0000 mon.a (mon.0) 476 : cluster 0 osdmap e132: 8 total, 7 up, 8 in 2024-04-27T01:27:25.347 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:25 smithi046 bash[44872]: audit 2024-04-27T01:27:24.256508+0000 mon.a (mon.0) 477 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:25.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:25 smithi042 bash[55870]: cluster 2024-04-27T01:27:24.050181+0000 mon.a (mon.0) 475 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-27T01:27:25.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:25 smithi042 bash[55870]: cluster 2024-04-27T01:27:24.067119+0000 mon.a (mon.0) 476 : cluster 0 osdmap e132: 8 total, 7 up, 8 in 2024-04-27T01:27:25.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:25 smithi042 bash[55870]: audit 2024-04-27T01:27:24.256508+0000 mon.a (mon.0) 477 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:25.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:25 smithi042 bash[57193]: cluster 2024-04-27T01:27:24.050181+0000 mon.a (mon.0) 475 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-27T01:27:25.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:25 smithi042 bash[57193]: cluster 2024-04-27T01:27:24.067119+0000 mon.a (mon.0) 476 : cluster 0 osdmap e132: 8 total, 7 up, 8 in 2024-04-27T01:27:25.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:25 smithi042 bash[57193]: audit 2024-04-27T01:27:24.256508+0000 mon.a (mon.0) 477 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:25.671 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:25 smithi046 bash[48496]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-5 2024-04-27T01:27:26.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:26 smithi046 bash[44872]: cluster 2024-04-27T01:27:24.845786+0000 mgr.y (mgr.34101) 272 : cluster 0 pgmap v165: 161 pgs: 5 peering, 21 stale+active+clean, 135 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:27:26.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:26 smithi046 bash[44872]: cluster 2024-04-27T01:27:25.069927+0000 mon.a (mon.0) 478 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2024-04-27T01:27:26.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:26 smithi046 bash[44872]: audit 2024-04-27T01:27:25.183106+0000 mgr.y (mgr.34101) 273 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:27:26.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:26 smithi046 bash[44872]: cluster 2024-04-27T01:27:25.252154+0000 mon.a (mon.0) 479 : cluster 3 Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-04-27T01:27:26.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:26 smithi042 bash[55870]: cluster 2024-04-27T01:27:24.845786+0000 mgr.y (mgr.34101) 272 : cluster 0 pgmap v165: 161 pgs: 5 peering, 21 stale+active+clean, 135 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:27:26.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:26 smithi042 bash[55870]: cluster 2024-04-27T01:27:25.069927+0000 mon.a (mon.0) 478 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2024-04-27T01:27:26.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:26 smithi042 bash[55870]: audit 2024-04-27T01:27:25.183106+0000 mgr.y (mgr.34101) 273 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:27:26.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:26 smithi042 bash[55870]: cluster 2024-04-27T01:27:25.252154+0000 mon.a (mon.0) 479 : cluster 3 Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-04-27T01:27:26.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:26 smithi042 bash[57193]: cluster 2024-04-27T01:27:24.845786+0000 mgr.y (mgr.34101) 272 : cluster 0 pgmap v165: 161 pgs: 5 peering, 21 stale+active+clean, 135 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:27:26.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:26 smithi042 bash[57193]: cluster 2024-04-27T01:27:25.069927+0000 mon.a (mon.0) 478 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2024-04-27T01:27:26.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:26 smithi042 bash[57193]: audit 2024-04-27T01:27:25.183106+0000 mgr.y (mgr.34101) 273 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:27:26.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:26 smithi042 bash[57193]: cluster 2024-04-27T01:27:25.252154+0000 mon.a (mon.0) 479 : cluster 3 Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-04-27T01:27:27.354 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:27 smithi046 bash[44872]: cluster 2024-04-27T01:27:27.065322+0000 mon.a (mon.0) 480 : cluster 3 Health check failed: Degraded data redundancy: 26/726 objects degraded (3.581%), 6 pgs degraded (PG_DEGRADED) 2024-04-27T01:27:27.354 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:27:27 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:27.354 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:27:27 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:27.355 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:27:27 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:27.355 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:27:27 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:27.355 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:27:27 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:27.356 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:27 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.5.service: Deactivated successfully. 2024-04-27T01:27:27.356 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:27 smithi046 systemd[1]: Stopped Ceph osd.5 for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:27:27.356 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:27 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:27.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:27 smithi042 bash[55870]: cluster 2024-04-27T01:27:27.065322+0000 mon.a (mon.0) 480 : cluster 3 Health check failed: Degraded data redundancy: 26/726 objects degraded (3.581%), 6 pgs degraded (PG_DEGRADED) 2024-04-27T01:27:27.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:27 smithi042 bash[57193]: cluster 2024-04-27T01:27:27.065322+0000 mon.a (mon.0) 480 : cluster 3 Health check failed: Degraded data redundancy: 26/726 objects degraded (3.581%), 6 pgs degraded (PG_DEGRADED) 2024-04-27T01:27:27.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:27 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:27.671 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:27:27 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:27.672 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:27 smithi046 systemd[1]: Started Ceph osd.5 for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:27:27.672 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:27:27 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:28.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:28 smithi046 bash[44872]: cluster 2024-04-27T01:27:26.847184+0000 mgr.y (mgr.34101) 274 : cluster 0 pgmap v167: 161 pgs: 6 active+undersized+degraded, 21 peering, 10 stale+active+clean, 9 active+undersized, 115 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 26/726 objects degraded (3.581%) 2024-04-27T01:27:28.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:28 smithi046 bash[44872]: audit 2024-04-27T01:27:27.527352+0000 mon.a (mon.0) 481 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:28.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:28 smithi046 bash[44872]: audit 2024-04-27T01:27:27.539131+0000 mon.a (mon.0) 482 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:28.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:28 smithi042 bash[55870]: cluster 2024-04-27T01:27:26.847184+0000 mgr.y (mgr.34101) 274 : cluster 0 pgmap v167: 161 pgs: 6 active+undersized+degraded, 21 peering, 10 stale+active+clean, 9 active+undersized, 115 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 26/726 objects degraded (3.581%) 2024-04-27T01:27:28.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:28 smithi042 bash[55870]: audit 2024-04-27T01:27:27.527352+0000 mon.a (mon.0) 481 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:28.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:28 smithi042 bash[55870]: audit 2024-04-27T01:27:27.539131+0000 mon.a (mon.0) 482 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:28.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:28 smithi042 bash[57193]: cluster 2024-04-27T01:27:26.847184+0000 mgr.y (mgr.34101) 274 : cluster 0 pgmap v167: 161 pgs: 6 active+undersized+degraded, 21 peering, 10 stale+active+clean, 9 active+undersized, 115 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 26/726 objects degraded (3.581%) 2024-04-27T01:27:28.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:28 smithi042 bash[57193]: audit 2024-04-27T01:27:27.527352+0000 mon.a (mon.0) 481 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:28.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:28 smithi042 bash[57193]: audit 2024-04-27T01:27:27.539131+0000 mon.a (mon.0) 482 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:29.171 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:28 smithi046 bash[48646]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-04-27T01:27:29.171 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:28 smithi046 bash[48646]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-04-27T01:27:29.171 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:28 smithi046 bash[48646]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-04-27T01:27:29.172 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:28 smithi046 bash[48646]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-04-27T01:27:29.172 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:28 smithi046 bash[48646]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-04-27T01:27:29.172 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:28 smithi046 bash[48646]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-04-27T01:27:29.172 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:28 smithi046 bash[48646]: --> ceph-volume raw activate successful for osd ID: 5 2024-04-27T01:27:29.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:27:29 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:27:29] "GET /metrics HTTP/1.1" 200 38509 "" "Prometheus/2.33.4" 2024-04-27T01:27:30.301 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:30 smithi046 bash[44872]: cluster 2024-04-27T01:27:28.848642+0000 mgr.y (mgr.34101) 275 : cluster 0 pgmap v168: 161 pgs: 12 active+undersized+degraded, 21 peering, 26 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 57/726 objects degraded (7.851%) 2024-04-27T01:27:30.301 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:30 smithi046 bash[44872]: audit 2024-04-27T01:27:29.043276+0000 mon.a (mon.0) 483 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:30.301 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:30 smithi046 bash[44872]: audit 2024-04-27T01:27:29.045677+0000 mon.a (mon.0) 484 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:27:30.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:30 smithi042 bash[57193]: cluster 2024-04-27T01:27:28.848642+0000 mgr.y (mgr.34101) 275 : cluster 0 pgmap v168: 161 pgs: 12 active+undersized+degraded, 21 peering, 26 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 57/726 objects degraded (7.851%) 2024-04-27T01:27:30.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:30 smithi042 bash[57193]: audit 2024-04-27T01:27:29.043276+0000 mon.a (mon.0) 483 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:30.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:30 smithi042 bash[57193]: audit 2024-04-27T01:27:29.045677+0000 mon.a (mon.0) 484 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:27:30.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:30 smithi042 bash[55870]: cluster 2024-04-27T01:27:28.848642+0000 mgr.y (mgr.34101) 275 : cluster 0 pgmap v168: 161 pgs: 12 active+undersized+degraded, 21 peering, 26 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 57/726 objects degraded (7.851%) 2024-04-27T01:27:30.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:30 smithi042 bash[55870]: audit 2024-04-27T01:27:29.043276+0000 mon.a (mon.0) 483 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:30.432 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:30 smithi042 bash[55870]: audit 2024-04-27T01:27:29.045677+0000 mon.a (mon.0) 484 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:27:30.671 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:30 smithi046 bash[48875]: debug 2024-04-27T01:27:30.383+0000 7fec738ae700 1 -- 172.21.15.46:0/744561941 <== mon.2 v2:172.21.15.46:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5644d75c5680 con 0x5644d7603000 2024-04-27T01:27:31.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:31 smithi046 bash[44872]: cluster 2024-04-27T01:27:31.040683+0000 mon.a (mon.0) 485 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 7 pgs peering) 2024-04-27T01:27:31.171 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:30 smithi046 bash[48875]: debug 2024-04-27T01:27:30.923+0000 7fec7ca467c0 -1 Falling back to public interface 2024-04-27T01:27:31.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:31 smithi042 bash[55870]: cluster 2024-04-27T01:27:31.040683+0000 mon.a (mon.0) 485 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 7 pgs peering) 2024-04-27T01:27:31.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:31 smithi042 bash[57193]: cluster 2024-04-27T01:27:31.040683+0000 mon.a (mon.0) 485 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 7 pgs peering) 2024-04-27T01:27:32.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:32 smithi046 bash[44872]: cluster 2024-04-27T01:27:30.850445+0000 mgr.y (mgr.34101) 276 : cluster 0 pgmap v169: 161 pgs: 19 active+undersized+degraded, 40 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-04-27T01:27:32.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:32 smithi042 bash[55870]: cluster 2024-04-27T01:27:30.850445+0000 mgr.y (mgr.34101) 276 : cluster 0 pgmap v169: 161 pgs: 19 active+undersized+degraded, 40 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-04-27T01:27:32.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:32 smithi042 bash[57193]: cluster 2024-04-27T01:27:30.850445+0000 mgr.y (mgr.34101) 276 : cluster 0 pgmap v169: 161 pgs: 19 active+undersized+degraded, 40 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-04-27T01:27:34.151 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:33 smithi046 bash[48875]: debug 2024-04-27T01:27:33.891+0000 7fec7ca467c0 -1 osd.5 0 read_superblock omap replica is missing. 2024-04-27T01:27:34.152 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:33 smithi046 bash[48875]: debug 2024-04-27T01:27:33.935+0000 7fec7ca467c0 -1 osd.5 131 log_to_monitors true 2024-04-27T01:27:34.152 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:34 smithi046 bash[44872]: cluster 2024-04-27T01:27:32.851710+0000 mgr.y (mgr.34101) 277 : cluster 0 pgmap v170: 161 pgs: 19 active+undersized+degraded, 40 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-04-27T01:27:34.152 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:34 smithi046 bash[44872]: audit 2024-04-27T01:27:33.941362+0000 mon.c (mon.1) 13 : audit 1 from='osd.5 [v2:172.21.15.46:6808/1838343277,v1:172.21.15.46:6809/1838343277]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-27T01:27:34.152 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:34 smithi046 bash[44872]: audit 2024-04-27T01:27:33.941719+0000 mon.a (mon.0) 486 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-27T01:27:34.152 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:34 smithi046 bash[44872]: cluster 2024-04-27T01:27:33.950856+0000 mon.a (mon.0) 487 : cluster 3 Health check update: Degraded data redundancy: 77/726 objects degraded (10.606%), 19 pgs degraded (PG_DEGRADED) 2024-04-27T01:27:34.196 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:27:34.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:34 smithi042 bash[57193]: cluster 2024-04-27T01:27:32.851710+0000 mgr.y (mgr.34101) 277 : cluster 0 pgmap v170: 161 pgs: 19 active+undersized+degraded, 40 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-04-27T01:27:34.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:34 smithi042 bash[57193]: audit 2024-04-27T01:27:33.941362+0000 mon.c (mon.1) 13 : audit 1 from='osd.5 [v2:172.21.15.46:6808/1838343277,v1:172.21.15.46:6809/1838343277]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-27T01:27:34.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:34 smithi042 bash[57193]: audit 2024-04-27T01:27:33.941719+0000 mon.a (mon.0) 486 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-27T01:27:34.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:34 smithi042 bash[57193]: cluster 2024-04-27T01:27:33.950856+0000 mon.a (mon.0) 487 : cluster 3 Health check update: Degraded data redundancy: 77/726 objects degraded (10.606%), 19 pgs degraded (PG_DEGRADED) 2024-04-27T01:27:34.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:34 smithi042 bash[55870]: cluster 2024-04-27T01:27:32.851710+0000 mgr.y (mgr.34101) 277 : cluster 0 pgmap v170: 161 pgs: 19 active+undersized+degraded, 40 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-04-27T01:27:34.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:34 smithi042 bash[55870]: audit 2024-04-27T01:27:33.941362+0000 mon.c (mon.1) 13 : audit 1 from='osd.5 [v2:172.21.15.46:6808/1838343277,v1:172.21.15.46:6809/1838343277]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-27T01:27:34.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:34 smithi042 bash[55870]: audit 2024-04-27T01:27:33.941719+0000 mon.a (mon.0) 486 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-27T01:27:34.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:34 smithi042 bash[55870]: cluster 2024-04-27T01:27:33.950856+0000 mon.a (mon.0) 487 : cluster 3 Health check update: Degraded data redundancy: 77/726 objects degraded (10.606%), 19 pgs degraded (PG_DEGRADED) 2024-04-27T01:27:34.908 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:27:34.908 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (6m) 57s ago 13m 14.8M - 0.23.0 ba2b418f427c 0f0b55d975d0 2024-04-27T01:27:34.909 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 error 28s ago 12m - - 2024-04-27T01:27:34.909 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 running (5m) 57s ago 11m 44.2M - 3.5 e1d6a67b021e e9e58db015ab 2024-04-27T01:27:34.909 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443,9283,8765 running (4m) 28s ago 18m 438M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 b405f9e86d9a 2024-04-27T01:27:34.909 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (5m) 57s ago 20m 496M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 60e39f55c7ea 2024-04-27T01:27:34.909 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (4m) 57s ago 20m 49.9M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 73925c36c48e 2024-04-27T01:27:34.909 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (3m) 28s ago 18m 36.6M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 56399982a983 2024-04-27T01:27:34.909 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (3m) 57s ago 18m 41.1M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 cf9a80ee073c 2024-04-27T01:27:34.909 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (6m) 57s ago 13m 9251k - 1.3.1 1dbe0e931976 ea2d213e0f7a 2024-04-27T01:27:34.909 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (6m) 28s ago 13m 9127k - 1.3.1 1dbe0e931976 e95126faf566 2024-04-27T01:27:34.909 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (2m) 57s ago 17m 49.7M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 59aa3e813245 2024-04-27T01:27:34.909 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (117s) 57s ago 17m 49.9M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 4432f1499107 2024-04-27T01:27:34.909 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (90s) 57s ago 16m 51.4M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ee07041d5acd 2024-04-27T01:27:34.909 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (61s) 57s ago 16m - 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 887e8f900de3 2024-04-27T01:27:34.909 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (34s) 28s ago 15m 11.7M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 a75b6e03fc58 2024-04-27T01:27:34.910 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 starting - - - 3037M 2024-04-27T01:27:34.910 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (14m) 28s ago 14m 59.2M 3037M 17.2.0 e1d6a67b021e 87a6f4ccf8a6 2024-04-27T01:27:34.910 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (14m) 28s ago 14m 63.9M 3037M 17.2.0 e1d6a67b021e 05ee6dbaf5ff 2024-04-27T01:27:34.910 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 running (5m) 28s ago 13m 59.4M - 2.33.4 514e6a882f6e 3405daccd7ea 2024-04-27T01:27:34.910 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (11m) 57s ago 11m 87.3M - 17.2.0 e1d6a67b021e 4022285478bf 2024-04-27T01:27:34.910 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (11m) 28s ago 11m 87.3M - 17.2.0 e1d6a67b021e aab619238956 2024-04-27T01:27:34.910 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (11m) 57s ago 11m 87.4M - 17.2.0 e1d6a67b021e 654b864f6909 2024-04-27T01:27:34.910 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (11m) 28s ago 11m 87.9M - 17.2.0 e1d6a67b021e b896e3222d12 2024-04-27T01:27:35.369 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:27:35.369 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:27:35.369 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 3 2024-04-27T01:27:35.369 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:27:35.369 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:27:35.370 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 2 2024-04-27T01:27:35.370 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:27:35.370 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:27:35.370 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2024-04-27T01:27:35.370 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 6 2024-04-27T01:27:35.370 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:27:35.370 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:27:35.370 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-04-27T01:27:35.370 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:27:35.370 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:27:35.370 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2024-04-27T01:27:35.370 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 11 2024-04-27T01:27:35.370 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:27:35.370 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:27:35.421 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:34 smithi046 bash[48875]: debug 2024-04-27T01:27:34.167+0000 7fec6de9e700 -1 osd.5 131 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-27T01:27:35.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:35 smithi046 bash[44872]: audit 2024-04-27T01:27:34.101165+0000 mon.a (mon.0) 488 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-27T01:27:35.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:35 smithi046 bash[44872]: cluster 2024-04-27T01:27:34.107664+0000 mon.a (mon.0) 489 : cluster 0 osdmap e134: 8 total, 7 up, 8 in 2024-04-27T01:27:35.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:35 smithi046 bash[44872]: audit 2024-04-27T01:27:34.119633+0000 mon.c (mon.1) 14 : audit 1 from='osd.5 [v2:172.21.15.46:6808/1838343277,v1:172.21.15.46:6809/1838343277]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:27:35.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:35 smithi046 bash[44872]: audit 2024-04-27T01:27:34.120576+0000 mon.a (mon.0) 490 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:27:35.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:35 smithi046 bash[44872]: audit 2024-04-27T01:27:34.197903+0000 mgr.y (mgr.34101) 278 : audit 0 from='client.34458 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:27:35.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:35 smithi046 bash[44872]: audit 2024-04-27T01:27:34.991251+0000 mon.a (mon.0) 491 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:35.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:35 smithi046 bash[44872]: audit 2024-04-27T01:27:34.998630+0000 mon.a (mon.0) 492 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:35.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:35 smithi042 bash[57193]: audit 2024-04-27T01:27:34.101165+0000 mon.a (mon.0) 488 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-27T01:27:35.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:35 smithi042 bash[57193]: cluster 2024-04-27T01:27:34.107664+0000 mon.a (mon.0) 489 : cluster 0 osdmap e134: 8 total, 7 up, 8 in 2024-04-27T01:27:35.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:35 smithi042 bash[57193]: audit 2024-04-27T01:27:34.119633+0000 mon.c (mon.1) 14 : audit 1 from='osd.5 [v2:172.21.15.46:6808/1838343277,v1:172.21.15.46:6809/1838343277]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:27:35.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:35 smithi042 bash[57193]: audit 2024-04-27T01:27:34.120576+0000 mon.a (mon.0) 490 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:27:35.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:35 smithi042 bash[57193]: audit 2024-04-27T01:27:34.197903+0000 mgr.y (mgr.34101) 278 : audit 0 from='client.34458 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:27:35.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:35 smithi042 bash[57193]: audit 2024-04-27T01:27:34.991251+0000 mon.a (mon.0) 491 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:35.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:35 smithi042 bash[57193]: audit 2024-04-27T01:27:34.998630+0000 mon.a (mon.0) 492 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:35.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:35 smithi042 bash[55870]: audit 2024-04-27T01:27:34.101165+0000 mon.a (mon.0) 488 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-27T01:27:35.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:35 smithi042 bash[55870]: cluster 2024-04-27T01:27:34.107664+0000 mon.a (mon.0) 489 : cluster 0 osdmap e134: 8 total, 7 up, 8 in 2024-04-27T01:27:35.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:35 smithi042 bash[55870]: audit 2024-04-27T01:27:34.119633+0000 mon.c (mon.1) 14 : audit 1 from='osd.5 [v2:172.21.15.46:6808/1838343277,v1:172.21.15.46:6809/1838343277]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:27:35.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:35 smithi042 bash[55870]: audit 2024-04-27T01:27:34.120576+0000 mon.a (mon.0) 490 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:27:35.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:35 smithi042 bash[55870]: audit 2024-04-27T01:27:34.197903+0000 mgr.y (mgr.34101) 278 : audit 0 from='client.34458 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:27:35.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:35 smithi042 bash[55870]: audit 2024-04-27T01:27:34.991251+0000 mon.a (mon.0) 491 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:35.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:35 smithi042 bash[55870]: audit 2024-04-27T01:27:34.998630+0000 mon.a (mon.0) 492 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:35.747 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:27:35.748 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", 2024-04-27T01:27:35.748 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2024-04-27T01:27:35.748 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-27T01:27:35.748 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2024-04-27T01:27:35.748 INFO:teuthology.orchestra.run.smithi042.stdout: "mon", 2024-04-27T01:27:35.748 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr" 2024-04-27T01:27:35.748 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2024-04-27T01:27:35.748 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "11/23 daemons upgraded", 2024-04-27T01:27:35.748 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading osd daemons", 2024-04-27T01:27:35.748 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2024-04-27T01:27:35.748 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:27:36.215 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_WARN 1 failed cephadm daemon(s); Degraded data redundancy: 77/726 objects degraded (10.606%), 19 pgs degraded 2024-04-27T01:27:36.216 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:27:36.216 INFO:teuthology.orchestra.run.smithi042.stdout: daemon grafana.a on smithi046 is in error state 2024-04-27T01:27:36.216 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 77/726 objects degraded (10.606%), 19 pgs degraded 2024-04-27T01:27:36.216 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.3 is active+undersized+degraded, acting [2,7] 2024-04-27T01:27:36.216 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.12 is active+undersized+degraded, acting [3,7] 2024-04-27T01:27:36.216 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.16 is active+undersized+degraded, acting [6,2] 2024-04-27T01:27:36.216 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.2 is active+undersized+degraded, acting [3,6] 2024-04-27T01:27:36.216 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.4 is active+undersized+degraded, acting [1,2] 2024-04-27T01:27:36.216 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.5 is active+undersized+degraded, acting [3,2] 2024-04-27T01:27:36.216 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.c is active+undersized+degraded, acting [3,6] 2024-04-27T01:27:36.216 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.d is active+undersized+degraded, acting [7,6] 2024-04-27T01:27:36.216 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.10 is active+undersized+degraded, acting [6,0] 2024-04-27T01:27:36.216 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.16 is active+undersized+degraded, acting [7,1] 2024-04-27T01:27:36.217 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.17 is active+undersized+degraded, acting [0,3] 2024-04-27T01:27:36.217 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.1c is active+undersized+degraded, acting [4,1] 2024-04-27T01:27:36.217 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.1d is active+undersized+degraded, acting [4,6] 2024-04-27T01:27:36.217 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.1f is active+undersized+degraded, acting [0,2] 2024-04-27T01:27:36.217 INFO:teuthology.orchestra.run.smithi042.stdout: pg 4.3 is active+undersized+degraded, acting [0,7] 2024-04-27T01:27:36.217 INFO:teuthology.orchestra.run.smithi042.stdout: pg 4.15 is active+undersized+degraded, acting [7,3] 2024-04-27T01:27:36.217 INFO:teuthology.orchestra.run.smithi042.stdout: pg 4.1f is active+undersized+degraded, acting [6,2] 2024-04-27T01:27:36.217 INFO:teuthology.orchestra.run.smithi042.stdout: pg 6.c is active+undersized+degraded, acting [3,6] 2024-04-27T01:27:36.217 INFO:teuthology.orchestra.run.smithi042.stdout: pg 6.1a is active+undersized+degraded, acting [4,1] 2024-04-27T01:27:36.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:36 smithi046 bash[44872]: audit 2024-04-27T01:27:34.559092+0000 mgr.y (mgr.34101) 279 : audit 0 from='client.34467 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:27:36.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:36 smithi046 bash[44872]: cluster 2024-04-27T01:27:34.852792+0000 mgr.y (mgr.34101) 280 : cluster 0 pgmap v172: 161 pgs: 19 active+undersized+degraded, 40 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-04-27T01:27:36.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:36 smithi046 bash[44872]: audit 2024-04-27T01:27:34.908258+0000 mgr.y (mgr.34101) 281 : audit 0 from='client.34473 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:27:36.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:36 smithi046 bash[44872]: cluster 2024-04-27T01:27:35.113049+0000 mon.a (mon.0) 493 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-27T01:27:36.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:36 smithi046 bash[44872]: cluster 2024-04-27T01:27:35.118451+0000 mon.a (mon.0) 494 : cluster 1 osd.5 [v2:172.21.15.46:6808/1838343277,v1:172.21.15.46:6809/1838343277] boot 2024-04-27T01:27:36.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:36 smithi046 bash[44872]: cluster 2024-04-27T01:27:35.118498+0000 mon.a (mon.0) 495 : cluster 0 osdmap e135: 8 total, 8 up, 8 in 2024-04-27T01:27:36.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:36 smithi046 bash[44872]: audit 2024-04-27T01:27:35.123304+0000 mon.a (mon.0) 496 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:27:36.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:36 smithi046 bash[44872]: audit 2024-04-27T01:27:35.192080+0000 mgr.y (mgr.34101) 282 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:27:36.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:36 smithi046 bash[44872]: audit 2024-04-27T01:27:35.384993+0000 mon.a (mon.0) 497 : audit 0 from='client.? 172.21.15.42:0/3308838770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:27:36.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:36 smithi046 bash[44872]: audit 2024-04-27T01:27:36.095503+0000 mon.a (mon.0) 498 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:36.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:36 smithi046 bash[44872]: audit 2024-04-27T01:27:36.106789+0000 mon.a (mon.0) 499 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:36.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:36 smithi042 bash[55870]: audit 2024-04-27T01:27:34.559092+0000 mgr.y (mgr.34101) 279 : audit 0 from='client.34467 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:27:36.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:36 smithi042 bash[55870]: cluster 2024-04-27T01:27:34.852792+0000 mgr.y (mgr.34101) 280 : cluster 0 pgmap v172: 161 pgs: 19 active+undersized+degraded, 40 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-04-27T01:27:36.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:36 smithi042 bash[55870]: audit 2024-04-27T01:27:34.908258+0000 mgr.y (mgr.34101) 281 : audit 0 from='client.34473 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:27:36.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:36 smithi042 bash[55870]: cluster 2024-04-27T01:27:35.113049+0000 mon.a (mon.0) 493 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-27T01:27:36.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:36 smithi042 bash[55870]: cluster 2024-04-27T01:27:35.118451+0000 mon.a (mon.0) 494 : cluster 1 osd.5 [v2:172.21.15.46:6808/1838343277,v1:172.21.15.46:6809/1838343277] boot 2024-04-27T01:27:36.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:36 smithi042 bash[55870]: cluster 2024-04-27T01:27:35.118498+0000 mon.a (mon.0) 495 : cluster 0 osdmap e135: 8 total, 8 up, 8 in 2024-04-27T01:27:36.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:36 smithi042 bash[55870]: audit 2024-04-27T01:27:35.123304+0000 mon.a (mon.0) 496 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:27:36.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:36 smithi042 bash[55870]: audit 2024-04-27T01:27:35.192080+0000 mgr.y (mgr.34101) 282 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:27:36.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:36 smithi042 bash[55870]: audit 2024-04-27T01:27:35.384993+0000 mon.a (mon.0) 497 : audit 0 from='client.? 172.21.15.42:0/3308838770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:27:36.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:36 smithi042 bash[55870]: audit 2024-04-27T01:27:36.095503+0000 mon.a (mon.0) 498 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:36.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:36 smithi042 bash[55870]: audit 2024-04-27T01:27:36.106789+0000 mon.a (mon.0) 499 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:36.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:36 smithi042 bash[57193]: audit 2024-04-27T01:27:34.559092+0000 mgr.y (mgr.34101) 279 : audit 0 from='client.34467 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:27:36.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:36 smithi042 bash[57193]: cluster 2024-04-27T01:27:34.852792+0000 mgr.y (mgr.34101) 280 : cluster 0 pgmap v172: 161 pgs: 19 active+undersized+degraded, 40 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-04-27T01:27:36.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:36 smithi042 bash[57193]: audit 2024-04-27T01:27:34.908258+0000 mgr.y (mgr.34101) 281 : audit 0 from='client.34473 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:27:36.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:36 smithi042 bash[57193]: cluster 2024-04-27T01:27:35.113049+0000 mon.a (mon.0) 493 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-27T01:27:36.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:36 smithi042 bash[57193]: cluster 2024-04-27T01:27:35.118451+0000 mon.a (mon.0) 494 : cluster 1 osd.5 [v2:172.21.15.46:6808/1838343277,v1:172.21.15.46:6809/1838343277] boot 2024-04-27T01:27:36.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:36 smithi042 bash[57193]: cluster 2024-04-27T01:27:35.118498+0000 mon.a (mon.0) 495 : cluster 0 osdmap e135: 8 total, 8 up, 8 in 2024-04-27T01:27:36.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:36 smithi042 bash[57193]: audit 2024-04-27T01:27:35.123304+0000 mon.a (mon.0) 496 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T01:27:36.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:36 smithi042 bash[57193]: audit 2024-04-27T01:27:35.192080+0000 mgr.y (mgr.34101) 282 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:27:36.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:36 smithi042 bash[57193]: audit 2024-04-27T01:27:35.384993+0000 mon.a (mon.0) 497 : audit 0 from='client.? 172.21.15.42:0/3308838770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:27:36.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:36 smithi042 bash[57193]: audit 2024-04-27T01:27:36.095503+0000 mon.a (mon.0) 498 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:36.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:36 smithi042 bash[57193]: audit 2024-04-27T01:27:36.106789+0000 mon.a (mon.0) 499 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:37.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:37 smithi046 bash[44872]: audit 2024-04-27T01:27:35.762805+0000 mgr.y (mgr.34101) 283 : audit 0 from='client.44410 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:27:37.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:37 smithi046 bash[44872]: cluster 2024-04-27T01:27:36.122870+0000 mon.a (mon.0) 500 : cluster 0 osdmap e136: 8 total, 8 up, 8 in 2024-04-27T01:27:37.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:37 smithi046 bash[44872]: audit 2024-04-27T01:27:36.231344+0000 mon.c (mon.1) 15 : audit 0 from='client.? 172.21.15.42:0/1417136803' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:27:37.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:37 smithi042 bash[55870]: audit 2024-04-27T01:27:35.762805+0000 mgr.y (mgr.34101) 283 : audit 0 from='client.44410 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:27:37.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:37 smithi042 bash[55870]: cluster 2024-04-27T01:27:36.122870+0000 mon.a (mon.0) 500 : cluster 0 osdmap e136: 8 total, 8 up, 8 in 2024-04-27T01:27:37.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:37 smithi042 bash[55870]: audit 2024-04-27T01:27:36.231344+0000 mon.c (mon.1) 15 : audit 0 from='client.? 172.21.15.42:0/1417136803' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:27:37.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:37 smithi042 bash[57193]: audit 2024-04-27T01:27:35.762805+0000 mgr.y (mgr.34101) 283 : audit 0 from='client.44410 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:27:37.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:37 smithi042 bash[57193]: cluster 2024-04-27T01:27:36.122870+0000 mon.a (mon.0) 500 : cluster 0 osdmap e136: 8 total, 8 up, 8 in 2024-04-27T01:27:37.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:37 smithi042 bash[57193]: audit 2024-04-27T01:27:36.231344+0000 mon.c (mon.1) 15 : audit 0 from='client.? 172.21.15.42:0/1417136803' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:27:38.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:38 smithi046 bash[44872]: cluster 2024-04-27T01:27:36.853788+0000 mgr.y (mgr.34101) 284 : cluster 0 pgmap v175: 161 pgs: 5 peering, 18 active+undersized+degraded, 36 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 76/726 objects degraded (10.468%) 2024-04-27T01:27:38.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:38 smithi042 bash[55870]: cluster 2024-04-27T01:27:36.853788+0000 mgr.y (mgr.34101) 284 : cluster 0 pgmap v175: 161 pgs: 5 peering, 18 active+undersized+degraded, 36 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 76/726 objects degraded (10.468%) 2024-04-27T01:27:38.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:38 smithi042 bash[57193]: cluster 2024-04-27T01:27:36.853788+0000 mgr.y (mgr.34101) 284 : cluster 0 pgmap v175: 161 pgs: 5 peering, 18 active+undersized+degraded, 36 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 76/726 objects degraded (10.468%) 2024-04-27T01:27:39.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:39 smithi046 bash[44872]: cluster 2024-04-27T01:27:38.951558+0000 mon.a (mon.0) 501 : cluster 3 Health check update: Degraded data redundancy: 76/726 objects degraded (10.468%), 18 pgs degraded (PG_DEGRADED) 2024-04-27T01:27:39.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:39 smithi042 bash[55870]: cluster 2024-04-27T01:27:38.951558+0000 mon.a (mon.0) 501 : cluster 3 Health check update: Degraded data redundancy: 76/726 objects degraded (10.468%), 18 pgs degraded (PG_DEGRADED) 2024-04-27T01:27:39.430 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:27:39 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:27:39] "GET /metrics HTTP/1.1" 200 38509 "" "Prometheus/2.33.4" 2024-04-27T01:27:39.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:39 smithi042 bash[57193]: cluster 2024-04-27T01:27:38.951558+0000 mon.a (mon.0) 501 : cluster 3 Health check update: Degraded data redundancy: 76/726 objects degraded (10.468%), 18 pgs degraded (PG_DEGRADED) 2024-04-27T01:27:40.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:40 smithi046 bash[44872]: cluster 2024-04-27T01:27:38.855168+0000 mgr.y (mgr.34101) 285 : cluster 0 pgmap v176: 161 pgs: 5 peering, 15 active+undersized+degraded, 26 active+undersized, 115 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 58/726 objects degraded (7.989%) 2024-04-27T01:27:40.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:40 smithi042 bash[55870]: cluster 2024-04-27T01:27:38.855168+0000 mgr.y (mgr.34101) 285 : cluster 0 pgmap v176: 161 pgs: 5 peering, 15 active+undersized+degraded, 26 active+undersized, 115 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 58/726 objects degraded (7.989%) 2024-04-27T01:27:40.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:40 smithi042 bash[57193]: cluster 2024-04-27T01:27:38.855168+0000 mgr.y (mgr.34101) 285 : cluster 0 pgmap v176: 161 pgs: 5 peering, 15 active+undersized+degraded, 26 active+undersized, 115 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 58/726 objects degraded (7.989%) 2024-04-27T01:27:41.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:41 smithi046 bash[44872]: cluster 2024-04-27T01:27:41.165476+0000 mon.a (mon.0) 502 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 58/726 objects degraded (7.989%), 15 pgs degraded) 2024-04-27T01:27:41.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:41 smithi042 bash[55870]: cluster 2024-04-27T01:27:41.165476+0000 mon.a (mon.0) 502 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 58/726 objects degraded (7.989%), 15 pgs degraded) 2024-04-27T01:27:41.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:41 smithi042 bash[57193]: cluster 2024-04-27T01:27:41.165476+0000 mon.a (mon.0) 502 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 58/726 objects degraded (7.989%), 15 pgs degraded) 2024-04-27T01:27:42.410 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:42 smithi046 bash[44872]: cluster 2024-04-27T01:27:40.856635+0000 mgr.y (mgr.34101) 286 : cluster 0 pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 303 B/s rd, 0 op/s 2024-04-27T01:27:42.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:42 smithi042 bash[55870]: cluster 2024-04-27T01:27:40.856635+0000 mgr.y (mgr.34101) 286 : cluster 0 pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 303 B/s rd, 0 op/s 2024-04-27T01:27:42.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:42 smithi042 bash[57193]: cluster 2024-04-27T01:27:40.856635+0000 mgr.y (mgr.34101) 286 : cluster 0 pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 303 B/s rd, 0 op/s 2024-04-27T01:27:44.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:44 smithi046 bash[44872]: cluster 2024-04-27T01:27:42.857527+0000 mgr.y (mgr.34101) 287 : cluster 0 pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-27T01:27:44.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:44 smithi046 bash[44872]: audit 2024-04-27T01:27:44.043281+0000 mon.a (mon.0) 503 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:44.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:44 smithi046 bash[44872]: audit 2024-04-27T01:27:44.045636+0000 mon.a (mon.0) 504 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:27:44.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:44 smithi042 bash[55870]: cluster 2024-04-27T01:27:42.857527+0000 mgr.y (mgr.34101) 287 : cluster 0 pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-27T01:27:44.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:44 smithi042 bash[55870]: audit 2024-04-27T01:27:44.043281+0000 mon.a (mon.0) 503 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:44.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:44 smithi042 bash[55870]: audit 2024-04-27T01:27:44.045636+0000 mon.a (mon.0) 504 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:27:44.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:44 smithi042 bash[57193]: cluster 2024-04-27T01:27:42.857527+0000 mgr.y (mgr.34101) 287 : cluster 0 pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-27T01:27:44.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:44 smithi042 bash[57193]: audit 2024-04-27T01:27:44.043281+0000 mon.a (mon.0) 503 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:44.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:44 smithi042 bash[57193]: audit 2024-04-27T01:27:44.045636+0000 mon.a (mon.0) 504 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:27:46.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:46 smithi046 bash[44872]: cluster 2024-04-27T01:27:44.858715+0000 mgr.y (mgr.34101) 288 : cluster 0 pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 735 B/s rd, 0 op/s 2024-04-27T01:27:46.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:46 smithi046 bash[44872]: audit 2024-04-27T01:27:45.202708+0000 mgr.y (mgr.34101) 289 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:27:46.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:46 smithi046 bash[44872]: audit 2024-04-27T01:27:45.728032+0000 mon.a (mon.0) 505 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:46.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:46 smithi046 bash[44872]: audit 2024-04-27T01:27:45.740161+0000 mon.a (mon.0) 506 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:46.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:46 smithi046 bash[44872]: audit 2024-04-27T01:27:45.742807+0000 mon.a (mon.0) 507 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:27:46.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:46 smithi046 bash[44872]: audit 2024-04-27T01:27:45.744824+0000 mon.a (mon.0) 508 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:27:46.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:46 smithi046 bash[44872]: audit 2024-04-27T01:27:45.758571+0000 mon.a (mon.0) 509 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:46.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:46 smithi046 bash[44872]: audit 2024-04-27T01:27:45.857785+0000 mon.a (mon.0) 510 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:27:46.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:46 smithi046 bash[44872]: audit 2024-04-27T01:27:45.863292+0000 mon.a (mon.0) 511 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:27:46.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:46 smithi046 bash[44872]: audit 2024-04-27T01:27:45.867519+0000 mon.a (mon.0) 512 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:27:46.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:46 smithi046 bash[44872]: audit 2024-04-27T01:27:45.870485+0000 mon.a (mon.0) 513 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:27:46.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:46 smithi046 bash[44872]: audit 2024-04-27T01:27:45.874696+0000 mon.a (mon.0) 514 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-27T01:27:46.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:46 smithi042 bash[55870]: cluster 2024-04-27T01:27:44.858715+0000 mgr.y (mgr.34101) 288 : cluster 0 pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 735 B/s rd, 0 op/s 2024-04-27T01:27:46.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:46 smithi042 bash[55870]: audit 2024-04-27T01:27:45.202708+0000 mgr.y (mgr.34101) 289 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:27:46.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:46 smithi042 bash[55870]: audit 2024-04-27T01:27:45.728032+0000 mon.a (mon.0) 505 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:46.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:46 smithi042 bash[55870]: audit 2024-04-27T01:27:45.740161+0000 mon.a (mon.0) 506 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:46.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:46 smithi042 bash[55870]: audit 2024-04-27T01:27:45.742807+0000 mon.a (mon.0) 507 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:27:46.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:46 smithi042 bash[55870]: audit 2024-04-27T01:27:45.744824+0000 mon.a (mon.0) 508 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:27:46.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:46 smithi042 bash[55870]: audit 2024-04-27T01:27:45.758571+0000 mon.a (mon.0) 509 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:46.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:46 smithi042 bash[55870]: audit 2024-04-27T01:27:45.857785+0000 mon.a (mon.0) 510 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:27:46.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:46 smithi042 bash[55870]: audit 2024-04-27T01:27:45.863292+0000 mon.a (mon.0) 511 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:27:46.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:46 smithi042 bash[55870]: audit 2024-04-27T01:27:45.867519+0000 mon.a (mon.0) 512 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:27:46.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:46 smithi042 bash[55870]: audit 2024-04-27T01:27:45.870485+0000 mon.a (mon.0) 513 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:27:46.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:46 smithi042 bash[55870]: audit 2024-04-27T01:27:45.874696+0000 mon.a (mon.0) 514 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-27T01:27:46.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:46 smithi042 bash[57193]: cluster 2024-04-27T01:27:44.858715+0000 mgr.y (mgr.34101) 288 : cluster 0 pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 735 B/s rd, 0 op/s 2024-04-27T01:27:46.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:46 smithi042 bash[57193]: audit 2024-04-27T01:27:45.202708+0000 mgr.y (mgr.34101) 289 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:27:46.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:46 smithi042 bash[57193]: audit 2024-04-27T01:27:45.728032+0000 mon.a (mon.0) 505 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:46.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:46 smithi042 bash[57193]: audit 2024-04-27T01:27:45.740161+0000 mon.a (mon.0) 506 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:46.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:46 smithi042 bash[57193]: audit 2024-04-27T01:27:45.742807+0000 mon.a (mon.0) 507 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:27:46.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:46 smithi042 bash[57193]: audit 2024-04-27T01:27:45.744824+0000 mon.a (mon.0) 508 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:27:46.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:46 smithi042 bash[57193]: audit 2024-04-27T01:27:45.758571+0000 mon.a (mon.0) 509 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:46.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:46 smithi042 bash[57193]: audit 2024-04-27T01:27:45.857785+0000 mon.a (mon.0) 510 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:27:46.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:46 smithi042 bash[57193]: audit 2024-04-27T01:27:45.863292+0000 mon.a (mon.0) 511 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:27:46.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:46 smithi042 bash[57193]: audit 2024-04-27T01:27:45.867519+0000 mon.a (mon.0) 512 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:27:46.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:46 smithi042 bash[57193]: audit 2024-04-27T01:27:45.870485+0000 mon.a (mon.0) 513 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:27:46.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:46 smithi042 bash[57193]: audit 2024-04-27T01:27:45.874696+0000 mon.a (mon.0) 514 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-27T01:27:47.333 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:47 smithi046 bash[44872]: cluster 2024-04-27T01:27:45.748858+0000 mgr.y (mgr.34101) 290 : cluster 0 pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 744 B/s rd, 0 op/s 2024-04-27T01:27:47.333 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:47 smithi046 bash[44872]: cluster 2024-04-27T01:27:45.749369+0000 mgr.y (mgr.34101) 291 : cluster 0 pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 805 B/s rd, 0 op/s 2024-04-27T01:27:47.333 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:47 smithi046 bash[44872]: audit 2024-04-27T01:27:45.875073+0000 mgr.y (mgr.34101) 292 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-27T01:27:47.333 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:47 smithi046 bash[44872]: cephadm 2024-04-27T01:27:45.877585+0000 mgr.y (mgr.34101) 293 : cephadm 1 Upgrade: osd.6 is safe to restart 2024-04-27T01:27:47.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:47 smithi042 bash[55870]: cluster 2024-04-27T01:27:45.748858+0000 mgr.y (mgr.34101) 290 : cluster 0 pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 744 B/s rd, 0 op/s 2024-04-27T01:27:47.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:47 smithi042 bash[55870]: cluster 2024-04-27T01:27:45.749369+0000 mgr.y (mgr.34101) 291 : cluster 0 pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 805 B/s rd, 0 op/s 2024-04-27T01:27:47.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:47 smithi042 bash[55870]: audit 2024-04-27T01:27:45.875073+0000 mgr.y (mgr.34101) 292 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-27T01:27:47.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:47 smithi042 bash[55870]: cephadm 2024-04-27T01:27:45.877585+0000 mgr.y (mgr.34101) 293 : cephadm 1 Upgrade: osd.6 is safe to restart 2024-04-27T01:27:47.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:47 smithi042 bash[57193]: cluster 2024-04-27T01:27:45.748858+0000 mgr.y (mgr.34101) 290 : cluster 0 pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 744 B/s rd, 0 op/s 2024-04-27T01:27:47.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:47 smithi042 bash[57193]: cluster 2024-04-27T01:27:45.749369+0000 mgr.y (mgr.34101) 291 : cluster 0 pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 805 B/s rd, 0 op/s 2024-04-27T01:27:47.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:47 smithi042 bash[57193]: audit 2024-04-27T01:27:45.875073+0000 mgr.y (mgr.34101) 292 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-27T01:27:47.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:47 smithi042 bash[57193]: cephadm 2024-04-27T01:27:45.877585+0000 mgr.y (mgr.34101) 293 : cephadm 1 Upgrade: osd.6 is safe to restart 2024-04-27T01:27:49.324 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:49 smithi046 bash[44872]: cluster 2024-04-27T01:27:47.750272+0000 mgr.y (mgr.34101) 294 : cluster 0 pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 460 B/s rd, 0 op/s 2024-04-27T01:27:49.324 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:49 smithi046 bash[44872]: cephadm 2024-04-27T01:27:47.998708+0000 mgr.y (mgr.34101) 295 : cephadm 1 Upgrade: Updating osd.6 2024-04-27T01:27:49.324 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:49 smithi046 bash[44872]: audit 2024-04-27T01:27:48.006091+0000 mon.a (mon.0) 515 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:49.324 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:49 smithi046 bash[44872]: audit 2024-04-27T01:27:48.010542+0000 mon.a (mon.0) 516 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-27T01:27:49.324 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:49 smithi046 bash[44872]: audit 2024-04-27T01:27:48.012149+0000 mon.a (mon.0) 517 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:27:49.324 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:49 smithi046 bash[44872]: cephadm 2024-04-27T01:27:48.017866+0000 mgr.y (mgr.34101) 296 : cephadm 1 Deploying daemon osd.6 on smithi046 2024-04-27T01:27:49.392 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:49 smithi042 bash[57193]: cluster 2024-04-27T01:27:47.750272+0000 mgr.y (mgr.34101) 294 : cluster 0 pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 460 B/s rd, 0 op/s 2024-04-27T01:27:49.392 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:49 smithi042 bash[57193]: cephadm 2024-04-27T01:27:47.998708+0000 mgr.y (mgr.34101) 295 : cephadm 1 Upgrade: Updating osd.6 2024-04-27T01:27:49.392 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:49 smithi042 bash[57193]: audit 2024-04-27T01:27:48.006091+0000 mon.a (mon.0) 515 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:49.392 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:49 smithi042 bash[57193]: audit 2024-04-27T01:27:48.010542+0000 mon.a (mon.0) 516 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-27T01:27:49.392 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:49 smithi042 bash[57193]: audit 2024-04-27T01:27:48.012149+0000 mon.a (mon.0) 517 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:27:49.392 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:49 smithi042 bash[57193]: cephadm 2024-04-27T01:27:48.017866+0000 mgr.y (mgr.34101) 296 : cephadm 1 Deploying daemon osd.6 on smithi046 2024-04-27T01:27:49.392 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:49 smithi042 bash[55870]: cluster 2024-04-27T01:27:47.750272+0000 mgr.y (mgr.34101) 294 : cluster 0 pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 460 B/s rd, 0 op/s 2024-04-27T01:27:49.392 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:49 smithi042 bash[55870]: cephadm 2024-04-27T01:27:47.998708+0000 mgr.y (mgr.34101) 295 : cephadm 1 Upgrade: Updating osd.6 2024-04-27T01:27:49.393 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:49 smithi042 bash[55870]: audit 2024-04-27T01:27:48.006091+0000 mon.a (mon.0) 515 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:49.393 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:49 smithi042 bash[55870]: audit 2024-04-27T01:27:48.010542+0000 mon.a (mon.0) 516 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-27T01:27:49.393 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:49 smithi042 bash[55870]: audit 2024-04-27T01:27:48.012149+0000 mon.a (mon.0) 517 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:27:49.393 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:49 smithi042 bash[55870]: cephadm 2024-04-27T01:27:48.017866+0000 mgr.y (mgr.34101) 296 : cephadm 1 Deploying daemon osd.6 on smithi046 2024-04-27T01:27:49.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:27:49 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:27:49] "GET /metrics HTTP/1.1" 200 38518 "" "Prometheus/2.33.4" 2024-04-27T01:27:50.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:50 smithi046 bash[44872]: audit 2024-04-27T01:27:49.278448+0000 mon.a (mon.0) 518 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:50.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:50 smithi042 bash[57193]: audit 2024-04-27T01:27:49.278448+0000 mon.a (mon.0) 518 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:50.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:50 smithi042 bash[55870]: audit 2024-04-27T01:27:49.278448+0000 mon.a (mon.0) 518 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:51.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:51 smithi046 bash[44872]: cluster 2024-04-27T01:27:49.751387+0000 mgr.y (mgr.34101) 297 : cluster 0 pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:27:51.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:51 smithi042 bash[55870]: cluster 2024-04-27T01:27:49.751387+0000 mgr.y (mgr.34101) 297 : cluster 0 pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:27:51.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:51 smithi042 bash[57193]: cluster 2024-04-27T01:27:49.751387+0000 mgr.y (mgr.34101) 297 : cluster 0 pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:27:52.275 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:27:52 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:52.276 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:27:52 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:52.276 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:27:52 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:52.276 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:27:52 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:52.277 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:52 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:52.277 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:27:52 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:52.277 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:27:52 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:52.278 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:52 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:52.278 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:27:52 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:52.654 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:27:52 smithi046 systemd[1]: Stopping Ceph osd.6 for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:27:52.654 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:27:52 smithi046 bash[27479]: debug 2024-04-27T01:27:52.418+0000 7f3b86a22700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-27T01:27:52.654 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:27:52 smithi046 bash[27479]: debug 2024-04-27T01:27:52.418+0000 7f3b86a22700 -1 osd.6 136 *** Got signal Terminated *** 2024-04-27T01:27:52.655 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:27:52 smithi046 bash[27479]: debug 2024-04-27T01:27:52.418+0000 7f3b86a22700 -1 osd.6 136 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-27T01:27:53.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:53 smithi046 bash[44872]: cluster 2024-04-27T01:27:51.752718+0000 mgr.y (mgr.34101) 298 : cluster 0 pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:27:53.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:53 smithi046 bash[44872]: cluster 2024-04-27T01:27:52.421620+0000 mon.a (mon.0) 519 : cluster 1 osd.6 marked itself down and dead 2024-04-27T01:27:53.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:53 smithi042 bash[57193]: cluster 2024-04-27T01:27:51.752718+0000 mgr.y (mgr.34101) 298 : cluster 0 pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:27:53.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:53 smithi042 bash[57193]: cluster 2024-04-27T01:27:52.421620+0000 mon.a (mon.0) 519 : cluster 1 osd.6 marked itself down and dead 2024-04-27T01:27:53.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:53 smithi042 bash[55870]: cluster 2024-04-27T01:27:51.752718+0000 mgr.y (mgr.34101) 298 : cluster 0 pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:27:53.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:53 smithi042 bash[55870]: cluster 2024-04-27T01:27:52.421620+0000 mon.a (mon.0) 519 : cluster 1 osd.6 marked itself down and dead 2024-04-27T01:27:54.650 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:54 smithi046 bash[44872]: cluster 2024-04-27T01:27:53.289508+0000 mon.a (mon.0) 520 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-27T01:27:54.650 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:54 smithi046 bash[44872]: cluster 2024-04-27T01:27:53.306004+0000 mon.a (mon.0) 521 : cluster 0 osdmap e137: 8 total, 7 up, 8 in 2024-04-27T01:27:54.650 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:27:54 smithi046 bash[50330]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-6 2024-04-27T01:27:54.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:54 smithi042 bash[55870]: cluster 2024-04-27T01:27:53.289508+0000 mon.a (mon.0) 520 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-27T01:27:54.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:54 smithi042 bash[55870]: cluster 2024-04-27T01:27:53.306004+0000 mon.a (mon.0) 521 : cluster 0 osdmap e137: 8 total, 7 up, 8 in 2024-04-27T01:27:54.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:54 smithi042 bash[57193]: cluster 2024-04-27T01:27:53.289508+0000 mon.a (mon.0) 520 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-27T01:27:54.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:54 smithi042 bash[57193]: cluster 2024-04-27T01:27:53.306004+0000 mon.a (mon.0) 521 : cluster 0 osdmap e137: 8 total, 7 up, 8 in 2024-04-27T01:27:54.921 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:27:54 smithi046 bash[50430]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-6 2024-04-27T01:27:55.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:55 smithi046 bash[44872]: cluster 2024-04-27T01:27:53.753617+0000 mgr.y (mgr.34101) 299 : cluster 0 pgmap v186: 161 pgs: 11 peering, 12 stale+active+clean, 138 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:27:55.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:55 smithi046 bash[44872]: cluster 2024-04-27T01:27:54.314244+0000 mon.a (mon.0) 522 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2024-04-27T01:27:55.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:55 smithi042 bash[55870]: cluster 2024-04-27T01:27:53.753617+0000 mgr.y (mgr.34101) 299 : cluster 0 pgmap v186: 161 pgs: 11 peering, 12 stale+active+clean, 138 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:27:55.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:55 smithi042 bash[55870]: cluster 2024-04-27T01:27:54.314244+0000 mon.a (mon.0) 522 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2024-04-27T01:27:55.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:55 smithi042 bash[57193]: cluster 2024-04-27T01:27:53.753617+0000 mgr.y (mgr.34101) 299 : cluster 0 pgmap v186: 161 pgs: 11 peering, 12 stale+active+clean, 138 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:27:55.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:55 smithi042 bash[57193]: cluster 2024-04-27T01:27:54.314244+0000 mon.a (mon.0) 522 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2024-04-27T01:27:56.610 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:56 smithi046 bash[44872]: audit 2024-04-27T01:27:55.210674+0000 mgr.y (mgr.34101) 300 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:27:56.610 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:27:56 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.6.service: Deactivated successfully. 2024-04-27T01:27:56.610 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:27:56 smithi046 systemd[1]: Stopped Ceph osd.6 for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:27:56.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:56 smithi042 bash[55870]: audit 2024-04-27T01:27:55.210674+0000 mgr.y (mgr.34101) 300 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:27:56.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:56 smithi042 bash[57193]: audit 2024-04-27T01:27:55.210674+0000 mgr.y (mgr.34101) 300 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:27:56.921 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:27:56 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:56.921 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:27:56 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:56.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:56 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:56.922 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:27:56 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:56.922 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:27:56 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:56.922 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:27:56 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:56.922 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:27:56 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:56.923 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:27:56 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:56.923 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:27:56 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:27:56.923 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:27:56 smithi046 systemd[1]: Started Ceph osd.6 for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:27:57.589 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:57 smithi046 bash[44872]: cluster 2024-04-27T01:27:55.755186+0000 mgr.y (mgr.34101) 301 : cluster 0 pgmap v188: 161 pgs: 10 active+undersized+degraded, 21 peering, 1 stale+active+clean, 18 active+undersized, 111 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 47/726 objects degraded (6.474%) 2024-04-27T01:27:57.589 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:57 smithi046 bash[44872]: cluster 2024-04-27T01:27:56.308706+0000 mon.a (mon.0) 523 : cluster 3 Health check failed: Degraded data redundancy: 47/726 objects degraded (6.474%), 10 pgs degraded (PG_DEGRADED) 2024-04-27T01:27:57.589 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:57 smithi046 bash[44872]: audit 2024-04-27T01:27:56.793159+0000 mon.a (mon.0) 524 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:57.589 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:57 smithi046 bash[44872]: audit 2024-04-27T01:27:56.805231+0000 mon.a (mon.0) 525 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:57.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:57 smithi042 bash[55870]: cluster 2024-04-27T01:27:55.755186+0000 mgr.y (mgr.34101) 301 : cluster 0 pgmap v188: 161 pgs: 10 active+undersized+degraded, 21 peering, 1 stale+active+clean, 18 active+undersized, 111 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 47/726 objects degraded (6.474%) 2024-04-27T01:27:57.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:57 smithi042 bash[55870]: cluster 2024-04-27T01:27:56.308706+0000 mon.a (mon.0) 523 : cluster 3 Health check failed: Degraded data redundancy: 47/726 objects degraded (6.474%), 10 pgs degraded (PG_DEGRADED) 2024-04-27T01:27:57.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:57 smithi042 bash[55870]: audit 2024-04-27T01:27:56.793159+0000 mon.a (mon.0) 524 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:57.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:57 smithi042 bash[55870]: audit 2024-04-27T01:27:56.805231+0000 mon.a (mon.0) 525 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:57.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:57 smithi042 bash[57193]: cluster 2024-04-27T01:27:55.755186+0000 mgr.y (mgr.34101) 301 : cluster 0 pgmap v188: 161 pgs: 10 active+undersized+degraded, 21 peering, 1 stale+active+clean, 18 active+undersized, 111 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 47/726 objects degraded (6.474%) 2024-04-27T01:27:57.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:57 smithi042 bash[57193]: cluster 2024-04-27T01:27:56.308706+0000 mon.a (mon.0) 523 : cluster 3 Health check failed: Degraded data redundancy: 47/726 objects degraded (6.474%), 10 pgs degraded (PG_DEGRADED) 2024-04-27T01:27:57.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:57 smithi042 bash[57193]: audit 2024-04-27T01:27:56.793159+0000 mon.a (mon.0) 524 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:57.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:57 smithi042 bash[57193]: audit 2024-04-27T01:27:56.805231+0000 mon.a (mon.0) 525 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:58.671 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:27:58 smithi046 bash[50581]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-04-27T01:27:58.671 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:27:58 smithi046 bash[50581]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-04-27T01:27:58.671 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:27:58 smithi046 bash[50581]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-04-27T01:27:58.671 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:27:58 smithi046 bash[50581]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-04-27T01:27:58.671 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:27:58 smithi046 bash[50581]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-04-27T01:27:58.671 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:27:58 smithi046 bash[50581]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-04-27T01:27:58.671 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:27:58 smithi046 bash[50581]: --> ceph-volume raw activate successful for osd ID: 6 2024-04-27T01:27:59.606 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:59 smithi046 bash[44872]: cluster 2024-04-27T01:27:57.756296+0000 mgr.y (mgr.34101) 302 : cluster 0 pgmap v189: 161 pgs: 11 active+undersized+degraded, 21 peering, 21 active+undersized, 108 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 58/726 objects degraded (7.989%) 2024-04-27T01:27:59.607 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:59 smithi046 bash[44872]: audit 2024-04-27T01:27:59.044093+0000 mon.a (mon.0) 526 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:59.607 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:27:59 smithi046 bash[44872]: audit 2024-04-27T01:27:59.046426+0000 mon.a (mon.0) 527 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:27:59.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:27:59 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:27:59] "GET /metrics HTTP/1.1" 200 38516 "" "Prometheus/2.33.4" 2024-04-27T01:27:59.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:59 smithi042 bash[57193]: cluster 2024-04-27T01:27:57.756296+0000 mgr.y (mgr.34101) 302 : cluster 0 pgmap v189: 161 pgs: 11 active+undersized+degraded, 21 peering, 21 active+undersized, 108 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 58/726 objects degraded (7.989%) 2024-04-27T01:27:59.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:59 smithi042 bash[57193]: audit 2024-04-27T01:27:59.044093+0000 mon.a (mon.0) 526 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:59.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:27:59 smithi042 bash[57193]: audit 2024-04-27T01:27:59.046426+0000 mon.a (mon.0) 527 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:27:59.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:59 smithi042 bash[55870]: cluster 2024-04-27T01:27:57.756296+0000 mgr.y (mgr.34101) 302 : cluster 0 pgmap v189: 161 pgs: 11 active+undersized+degraded, 21 peering, 21 active+undersized, 108 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 58/726 objects degraded (7.989%) 2024-04-27T01:27:59.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:59 smithi042 bash[55870]: audit 2024-04-27T01:27:59.044093+0000 mon.a (mon.0) 526 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:27:59.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:27:59 smithi042 bash[55870]: audit 2024-04-27T01:27:59.046426+0000 mon.a (mon.0) 527 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:27:59.920 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:27:59 smithi046 bash[50816]: debug 2024-04-27T01:27:59.706+0000 7fb3289c4700 1 -- 172.21.15.46:0/3358214395 <== mon.2 v2:172.21.15.46:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x557833d55680 con 0x557833d93000 2024-04-27T01:28:00.671 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:28:00 smithi046 bash[50816]: debug 2024-04-27T01:28:00.242+0000 7fb331b5c7c0 -1 Falling back to public interface 2024-04-27T01:28:01.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:01 smithi046 bash[44872]: cluster 2024-04-27T01:27:59.757785+0000 mgr.y (mgr.34101) 303 : cluster 0 pgmap v190: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 87/726 objects degraded (11.983%) 2024-04-27T01:28:01.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:01 smithi042 bash[55870]: cluster 2024-04-27T01:27:59.757785+0000 mgr.y (mgr.34101) 303 : cluster 0 pgmap v190: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 87/726 objects degraded (11.983%) 2024-04-27T01:28:01.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:01 smithi042 bash[57193]: cluster 2024-04-27T01:27:59.757785+0000 mgr.y (mgr.34101) 303 : cluster 0 pgmap v190: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 87/726 objects degraded (11.983%) 2024-04-27T01:28:03.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:03 smithi046 bash[44872]: cluster 2024-04-27T01:28:01.759338+0000 mgr.y (mgr.34101) 304 : cluster 0 pgmap v191: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 87/726 objects degraded (11.983%) 2024-04-27T01:28:03.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:03 smithi046 bash[44872]: audit 2024-04-27T01:28:03.237592+0000 mon.a (mon.0) 528 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-27T01:28:03.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:03 smithi046 bash[44872]: audit 2024-04-27T01:28:03.238040+0000 mon.b (mon.2) 5 : audit 1 from='osd.6 [v2:172.21.15.46:6816/3435745677,v1:172.21.15.46:6817/3435745677]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-27T01:28:03.671 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:28:03 smithi046 bash[50816]: debug 2024-04-27T01:28:03.190+0000 7fb331b5c7c0 -1 osd.6 0 read_superblock omap replica is missing. 2024-04-27T01:28:03.671 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:28:03 smithi046 bash[50816]: debug 2024-04-27T01:28:03.230+0000 7fb331b5c7c0 -1 osd.6 136 log_to_monitors true 2024-04-27T01:28:03.671 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:28:03 smithi046 bash[50816]: debug 2024-04-27T01:28:03.394+0000 7fb322fb4700 -1 osd.6 136 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-27T01:28:03.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:03 smithi042 bash[57193]: cluster 2024-04-27T01:28:01.759338+0000 mgr.y (mgr.34101) 304 : cluster 0 pgmap v191: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 87/726 objects degraded (11.983%) 2024-04-27T01:28:03.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:03 smithi042 bash[57193]: audit 2024-04-27T01:28:03.237592+0000 mon.a (mon.0) 528 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-27T01:28:03.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:03 smithi042 bash[57193]: audit 2024-04-27T01:28:03.238040+0000 mon.b (mon.2) 5 : audit 1 from='osd.6 [v2:172.21.15.46:6816/3435745677,v1:172.21.15.46:6817/3435745677]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-27T01:28:03.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:03 smithi042 bash[55870]: cluster 2024-04-27T01:28:01.759338+0000 mgr.y (mgr.34101) 304 : cluster 0 pgmap v191: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 87/726 objects degraded (11.983%) 2024-04-27T01:28:03.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:03 smithi042 bash[55870]: audit 2024-04-27T01:28:03.237592+0000 mon.a (mon.0) 528 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-27T01:28:03.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:03 smithi042 bash[55870]: audit 2024-04-27T01:28:03.238040+0000 mon.b (mon.2) 5 : audit 1 from='osd.6 [v2:172.21.15.46:6816/3435745677,v1:172.21.15.46:6817/3435745677]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-27T01:28:04.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:04 smithi046 bash[44872]: audit 2024-04-27T01:28:03.333879+0000 mon.a (mon.0) 529 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-27T01:28:04.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:04 smithi046 bash[44872]: cluster 2024-04-27T01:28:03.341229+0000 mon.a (mon.0) 530 : cluster 0 osdmap e139: 8 total, 7 up, 8 in 2024-04-27T01:28:04.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:04 smithi046 bash[44872]: audit 2024-04-27T01:28:03.349059+0000 mon.b (mon.2) 6 : audit 1 from='osd.6 [v2:172.21.15.46:6816/3435745677,v1:172.21.15.46:6817/3435745677]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:28:04.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:04 smithi046 bash[44872]: audit 2024-04-27T01:28:03.356580+0000 mon.a (mon.0) 531 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:28:04.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:04 smithi046 bash[44872]: cluster 2024-04-27T01:28:03.957252+0000 mon.a (mon.0) 532 : cluster 3 Health check update: Degraded data redundancy: 87/726 objects degraded (11.983%), 20 pgs degraded (PG_DEGRADED) 2024-04-27T01:28:04.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:04 smithi046 bash[44872]: audit 2024-04-27T01:28:04.316872+0000 mon.a (mon.0) 533 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:04.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:04 smithi046 bash[44872]: audit 2024-04-27T01:28:04.329334+0000 mon.a (mon.0) 534 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:04.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:04 smithi042 bash[55870]: audit 2024-04-27T01:28:03.333879+0000 mon.a (mon.0) 529 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-27T01:28:04.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:04 smithi042 bash[55870]: cluster 2024-04-27T01:28:03.341229+0000 mon.a (mon.0) 530 : cluster 0 osdmap e139: 8 total, 7 up, 8 in 2024-04-27T01:28:04.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:04 smithi042 bash[55870]: audit 2024-04-27T01:28:03.349059+0000 mon.b (mon.2) 6 : audit 1 from='osd.6 [v2:172.21.15.46:6816/3435745677,v1:172.21.15.46:6817/3435745677]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:28:04.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:04 smithi042 bash[55870]: audit 2024-04-27T01:28:03.356580+0000 mon.a (mon.0) 531 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:28:04.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:04 smithi042 bash[55870]: cluster 2024-04-27T01:28:03.957252+0000 mon.a (mon.0) 532 : cluster 3 Health check update: Degraded data redundancy: 87/726 objects degraded (11.983%), 20 pgs degraded (PG_DEGRADED) 2024-04-27T01:28:04.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:04 smithi042 bash[55870]: audit 2024-04-27T01:28:04.316872+0000 mon.a (mon.0) 533 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:04.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:04 smithi042 bash[55870]: audit 2024-04-27T01:28:04.329334+0000 mon.a (mon.0) 534 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:04.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:04 smithi042 bash[57193]: audit 2024-04-27T01:28:03.333879+0000 mon.a (mon.0) 529 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-27T01:28:04.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:04 smithi042 bash[57193]: cluster 2024-04-27T01:28:03.341229+0000 mon.a (mon.0) 530 : cluster 0 osdmap e139: 8 total, 7 up, 8 in 2024-04-27T01:28:04.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:04 smithi042 bash[57193]: audit 2024-04-27T01:28:03.349059+0000 mon.b (mon.2) 6 : audit 1 from='osd.6 [v2:172.21.15.46:6816/3435745677,v1:172.21.15.46:6817/3435745677]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:28:04.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:04 smithi042 bash[57193]: audit 2024-04-27T01:28:03.356580+0000 mon.a (mon.0) 531 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:28:04.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:04 smithi042 bash[57193]: cluster 2024-04-27T01:28:03.957252+0000 mon.a (mon.0) 532 : cluster 3 Health check update: Degraded data redundancy: 87/726 objects degraded (11.983%), 20 pgs degraded (PG_DEGRADED) 2024-04-27T01:28:04.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:04 smithi042 bash[57193]: audit 2024-04-27T01:28:04.316872+0000 mon.a (mon.0) 533 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:04.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:04 smithi042 bash[57193]: audit 2024-04-27T01:28:04.329334+0000 mon.a (mon.0) 534 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:05.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:05 smithi046 bash[44872]: cluster 2024-04-27T01:28:03.760587+0000 mgr.y (mgr.34101) 305 : cluster 0 pgmap v193: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 108 B/s rd, 0 op/s; 87/726 objects degraded (11.983%) 2024-04-27T01:28:05.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:05 smithi046 bash[44872]: cluster 2024-04-27T01:28:04.350596+0000 mon.a (mon.0) 535 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-27T01:28:05.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:05 smithi046 bash[44872]: cluster 2024-04-27T01:28:04.371205+0000 mon.a (mon.0) 536 : cluster 1 osd.6 [v2:172.21.15.46:6816/3435745677,v1:172.21.15.46:6817/3435745677] boot 2024-04-27T01:28:05.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:05 smithi046 bash[44872]: cluster 2024-04-27T01:28:04.371445+0000 mon.a (mon.0) 537 : cluster 0 osdmap e140: 8 total, 8 up, 8 in 2024-04-27T01:28:05.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:05 smithi046 bash[44872]: audit 2024-04-27T01:28:04.377141+0000 mon.a (mon.0) 538 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:28:05.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:05 smithi042 bash[55870]: cluster 2024-04-27T01:28:03.760587+0000 mgr.y (mgr.34101) 305 : cluster 0 pgmap v193: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 108 B/s rd, 0 op/s; 87/726 objects degraded (11.983%) 2024-04-27T01:28:05.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:05 smithi042 bash[55870]: cluster 2024-04-27T01:28:04.350596+0000 mon.a (mon.0) 535 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-27T01:28:05.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:05 smithi042 bash[55870]: cluster 2024-04-27T01:28:04.371205+0000 mon.a (mon.0) 536 : cluster 1 osd.6 [v2:172.21.15.46:6816/3435745677,v1:172.21.15.46:6817/3435745677] boot 2024-04-27T01:28:05.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:05 smithi042 bash[55870]: cluster 2024-04-27T01:28:04.371445+0000 mon.a (mon.0) 537 : cluster 0 osdmap e140: 8 total, 8 up, 8 in 2024-04-27T01:28:05.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:05 smithi042 bash[55870]: audit 2024-04-27T01:28:04.377141+0000 mon.a (mon.0) 538 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:28:05.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:05 smithi042 bash[57193]: cluster 2024-04-27T01:28:03.760587+0000 mgr.y (mgr.34101) 305 : cluster 0 pgmap v193: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 108 B/s rd, 0 op/s; 87/726 objects degraded (11.983%) 2024-04-27T01:28:05.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:05 smithi042 bash[57193]: cluster 2024-04-27T01:28:04.350596+0000 mon.a (mon.0) 535 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-27T01:28:05.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:05 smithi042 bash[57193]: cluster 2024-04-27T01:28:04.371205+0000 mon.a (mon.0) 536 : cluster 1 osd.6 [v2:172.21.15.46:6816/3435745677,v1:172.21.15.46:6817/3435745677] boot 2024-04-27T01:28:05.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:05 smithi042 bash[57193]: cluster 2024-04-27T01:28:04.371445+0000 mon.a (mon.0) 537 : cluster 0 osdmap e140: 8 total, 8 up, 8 in 2024-04-27T01:28:05.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:05 smithi042 bash[57193]: audit 2024-04-27T01:28:04.377141+0000 mon.a (mon.0) 538 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T01:28:06.621 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:28:06.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:06 smithi046 bash[44872]: audit 2024-04-27T01:28:05.221910+0000 mgr.y (mgr.34101) 306 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:28:06.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:06 smithi046 bash[44872]: cluster 2024-04-27T01:28:05.374279+0000 mon.a (mon.0) 539 : cluster 0 osdmap e141: 8 total, 8 up, 8 in 2024-04-27T01:28:06.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:06 smithi046 bash[44872]: audit 2024-04-27T01:28:05.589820+0000 mon.a (mon.0) 540 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:06.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:06 smithi046 bash[44872]: audit 2024-04-27T01:28:05.602577+0000 mon.a (mon.0) 541 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:06.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:06 smithi042 bash[55870]: audit 2024-04-27T01:28:05.221910+0000 mgr.y (mgr.34101) 306 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:28:06.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:06 smithi042 bash[55870]: cluster 2024-04-27T01:28:05.374279+0000 mon.a (mon.0) 539 : cluster 0 osdmap e141: 8 total, 8 up, 8 in 2024-04-27T01:28:06.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:06 smithi042 bash[55870]: audit 2024-04-27T01:28:05.589820+0000 mon.a (mon.0) 540 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:06.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:06 smithi042 bash[55870]: audit 2024-04-27T01:28:05.602577+0000 mon.a (mon.0) 541 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:06.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:06 smithi042 bash[57193]: audit 2024-04-27T01:28:05.221910+0000 mgr.y (mgr.34101) 306 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:28:06.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:06 smithi042 bash[57193]: cluster 2024-04-27T01:28:05.374279+0000 mon.a (mon.0) 539 : cluster 0 osdmap e141: 8 total, 8 up, 8 in 2024-04-27T01:28:06.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:06 smithi042 bash[57193]: audit 2024-04-27T01:28:05.589820+0000 mon.a (mon.0) 540 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:06.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:06 smithi042 bash[57193]: audit 2024-04-27T01:28:05.602577+0000 mon.a (mon.0) 541 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:07.372 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:28:07.372 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (6m) 89s ago 13m 14.8M - 0.23.0 ba2b418f427c 0f0b55d975d0 2024-04-27T01:28:07.372 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 error 3s ago 13m - - 2024-04-27T01:28:07.372 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 running (5m) 89s ago 11m 44.2M - 3.5 e1d6a67b021e e9e58db015ab 2024-04-27T01:28:07.372 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443,9283,8765 running (5m) 3s ago 18m 439M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 b405f9e86d9a 2024-04-27T01:28:07.372 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (6m) 89s ago 20m 496M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 60e39f55c7ea 2024-04-27T01:28:07.373 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (5m) 89s ago 20m 49.9M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 73925c36c48e 2024-04-27T01:28:07.373 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (4m) 3s ago 19m 39.2M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 56399982a983 2024-04-27T01:28:07.373 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (4m) 89s ago 19m 41.1M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 cf9a80ee073c 2024-04-27T01:28:07.373 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (7m) 89s ago 13m 9251k - 1.3.1 1dbe0e931976 ea2d213e0f7a 2024-04-27T01:28:07.373 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (6m) 3s ago 13m 8787k - 1.3.1 1dbe0e931976 e95126faf566 2024-04-27T01:28:07.373 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (2m) 89s ago 18m 49.7M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 59aa3e813245 2024-04-27T01:28:07.373 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (2m) 89s ago 17m 49.9M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 4432f1499107 2024-04-27T01:28:07.373 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (2m) 89s ago 17m 51.4M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ee07041d5acd 2024-04-27T01:28:07.373 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (93s) 89s ago 16m - 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 887e8f900de3 2024-04-27T01:28:07.373 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (66s) 3s ago 16m 49.4M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 a75b6e03fc58 2024-04-27T01:28:07.373 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (37s) 3s ago 15m 46.8M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 6fcfd911db34 2024-04-27T01:28:07.373 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (8s) 3s ago 15m 11.7M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ac46d34fada7 2024-04-27T01:28:07.373 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (14m) 3s ago 14m 64.6M 3037M 17.2.0 e1d6a67b021e 05ee6dbaf5ff 2024-04-27T01:28:07.373 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 running (5m) 3s ago 13m 60.4M - 2.33.4 514e6a882f6e 3405daccd7ea 2024-04-27T01:28:07.374 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (11m) 89s ago 11m 87.3M - 17.2.0 e1d6a67b021e 4022285478bf 2024-04-27T01:28:07.374 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (11m) 3s ago 11m 87.7M - 17.2.0 e1d6a67b021e aab619238956 2024-04-27T01:28:07.374 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (11m) 89s ago 11m 87.4M - 17.2.0 e1d6a67b021e 654b864f6909 2024-04-27T01:28:07.374 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (11m) 3s ago 11m 88.3M - 17.2.0 e1d6a67b021e b896e3222d12 2024-04-27T01:28:07.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:07 smithi046 bash[44872]: cluster 2024-04-27T01:28:05.761758+0000 mgr.y (mgr.34101) 307 : cluster 0 pgmap v196: 161 pgs: 10 peering, 13 active+undersized+degraded, 21 active+undersized, 117 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 53/726 objects degraded (7.300%) 2024-04-27T01:28:07.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:07 smithi042 bash[55870]: cluster 2024-04-27T01:28:05.761758+0000 mgr.y (mgr.34101) 307 : cluster 0 pgmap v196: 161 pgs: 10 peering, 13 active+undersized+degraded, 21 active+undersized, 117 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 53/726 objects degraded (7.300%) 2024-04-27T01:28:07.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:07 smithi042 bash[57193]: cluster 2024-04-27T01:28:05.761758+0000 mgr.y (mgr.34101) 307 : cluster 0 pgmap v196: 161 pgs: 10 peering, 13 active+undersized+degraded, 21 active+undersized, 117 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 53/726 objects degraded (7.300%) 2024-04-27T01:28:07.813 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:28:07.813 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:28:07.813 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 3 2024-04-27T01:28:07.813 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:28:07.813 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:28:07.813 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 2 2024-04-27T01:28:07.813 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:28:07.813 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:28:07.813 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-04-27T01:28:07.813 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 7 2024-04-27T01:28:07.813 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:28:07.813 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:28:07.814 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-04-27T01:28:07.814 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:28:07.814 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:28:07.814 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2024-04-27T01:28:07.814 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 12 2024-04-27T01:28:07.814 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:28:07.814 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:28:08.194 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:28:08.194 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", 2024-04-27T01:28:08.194 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2024-04-27T01:28:08.194 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-27T01:28:08.194 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2024-04-27T01:28:08.194 INFO:teuthology.orchestra.run.smithi042.stdout: "mon", 2024-04-27T01:28:08.195 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr" 2024-04-27T01:28:08.195 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2024-04-27T01:28:08.195 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "12/23 daemons upgraded", 2024-04-27T01:28:08.195 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading osd daemons", 2024-04-27T01:28:08.195 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2024-04-27T01:28:08.195 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:28:08.633 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_WARN 1 failed cephadm daemon(s); Degraded data redundancy: 42/726 objects degraded (5.785%), 12 pgs degraded 2024-04-27T01:28:08.633 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:28:08.633 INFO:teuthology.orchestra.run.smithi042.stdout: daemon grafana.a on smithi046 is in error state 2024-04-27T01:28:08.633 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 42/726 objects degraded (5.785%), 12 pgs degraded 2024-04-27T01:28:08.633 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.7 is active+undersized+degraded, acting [7,2] 2024-04-27T01:28:08.633 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.16 is active+undersized+degraded, acting [5,2] 2024-04-27T01:28:08.633 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.19 is active+undersized+degraded, acting [3,0] 2024-04-27T01:28:08.633 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.1b is active+undersized+degraded, acting [3,7] 2024-04-27T01:28:08.633 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.2 is active+undersized+degraded, acting [3,5] 2024-04-27T01:28:08.633 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.a is active+undersized+degraded, acting [4,1] 2024-04-27T01:28:08.634 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.c is active+undersized+degraded, acting [5,3] 2024-04-27T01:28:08.634 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.10 is active+undersized+degraded, acting [0,5] 2024-04-27T01:28:08.634 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.1d is active+undersized+degraded, acting [5,4] 2024-04-27T01:28:08.634 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.1e is active+undersized+degraded, acting [3,2] 2024-04-27T01:28:08.634 INFO:teuthology.orchestra.run.smithi042.stdout: pg 4.1f is active+undersized+degraded, acting [5,2] 2024-04-27T01:28:08.634 INFO:teuthology.orchestra.run.smithi042.stdout: pg 6.c is active+undersized+degraded, acting [3,5] 2024-04-27T01:28:08.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:08 smithi046 bash[44872]: audit 2024-04-27T01:28:06.621401+0000 mgr.y (mgr.34101) 308 : audit 0 from='client.44428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:28:08.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:08 smithi046 bash[44872]: audit 2024-04-27T01:28:07.003673+0000 mgr.y (mgr.34101) 309 : audit 0 from='client.34509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:28:08.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:08 smithi046 bash[44872]: audit 2024-04-27T01:28:07.371396+0000 mgr.y (mgr.34101) 310 : audit 0 from='client.34515 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:28:08.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:08 smithi046 bash[44872]: audit 2024-04-27T01:28:07.828402+0000 mon.a (mon.0) 542 : audit 0 from='client.? 172.21.15.42:0/2140653136' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:08.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:08 smithi042 bash[55870]: audit 2024-04-27T01:28:06.621401+0000 mgr.y (mgr.34101) 308 : audit 0 from='client.44428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:28:08.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:08 smithi042 bash[55870]: audit 2024-04-27T01:28:07.003673+0000 mgr.y (mgr.34101) 309 : audit 0 from='client.34509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:28:08.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:08 smithi042 bash[55870]: audit 2024-04-27T01:28:07.371396+0000 mgr.y (mgr.34101) 310 : audit 0 from='client.34515 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:28:08.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:08 smithi042 bash[55870]: audit 2024-04-27T01:28:07.828402+0000 mon.a (mon.0) 542 : audit 0 from='client.? 172.21.15.42:0/2140653136' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:08.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:08 smithi042 bash[57193]: audit 2024-04-27T01:28:06.621401+0000 mgr.y (mgr.34101) 308 : audit 0 from='client.44428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:28:08.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:08 smithi042 bash[57193]: audit 2024-04-27T01:28:07.003673+0000 mgr.y (mgr.34101) 309 : audit 0 from='client.34509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:28:08.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:08 smithi042 bash[57193]: audit 2024-04-27T01:28:07.371396+0000 mgr.y (mgr.34101) 310 : audit 0 from='client.34515 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:28:08.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:08 smithi042 bash[57193]: audit 2024-04-27T01:28:07.828402+0000 mon.a (mon.0) 542 : audit 0 from='client.? 172.21.15.42:0/2140653136' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:09.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:09 smithi046 bash[44872]: cluster 2024-04-27T01:28:07.762813+0000 mgr.y (mgr.34101) 311 : cluster 0 pgmap v197: 161 pgs: 10 peering, 12 active+undersized+degraded, 19 active+undersized, 120 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 42/726 objects degraded (5.785%) 2024-04-27T01:28:09.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:09 smithi046 bash[44872]: audit 2024-04-27T01:28:08.209751+0000 mgr.y (mgr.34101) 312 : audit 0 from='client.44452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:28:09.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:09 smithi046 bash[44872]: audit 2024-04-27T01:28:08.648704+0000 mon.c (mon.1) 16 : audit 0 from='client.? 172.21.15.42:0/4241951159' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:28:09.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:09 smithi046 bash[44872]: cluster 2024-04-27T01:28:08.958353+0000 mon.a (mon.0) 543 : cluster 3 Health check update: Degraded data redundancy: 42/726 objects degraded (5.785%), 12 pgs degraded (PG_DEGRADED) 2024-04-27T01:28:09.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:28:09 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:28:09] "GET /metrics HTTP/1.1" 200 38516 "" "Prometheus/2.33.4" 2024-04-27T01:28:09.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:09 smithi042 bash[57193]: cluster 2024-04-27T01:28:07.762813+0000 mgr.y (mgr.34101) 311 : cluster 0 pgmap v197: 161 pgs: 10 peering, 12 active+undersized+degraded, 19 active+undersized, 120 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 42/726 objects degraded (5.785%) 2024-04-27T01:28:09.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:09 smithi042 bash[57193]: audit 2024-04-27T01:28:08.209751+0000 mgr.y (mgr.34101) 312 : audit 0 from='client.44452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:28:09.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:09 smithi042 bash[57193]: audit 2024-04-27T01:28:08.648704+0000 mon.c (mon.1) 16 : audit 0 from='client.? 172.21.15.42:0/4241951159' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:28:09.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:09 smithi042 bash[57193]: cluster 2024-04-27T01:28:08.958353+0000 mon.a (mon.0) 543 : cluster 3 Health check update: Degraded data redundancy: 42/726 objects degraded (5.785%), 12 pgs degraded (PG_DEGRADED) 2024-04-27T01:28:09.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:09 smithi042 bash[55870]: cluster 2024-04-27T01:28:07.762813+0000 mgr.y (mgr.34101) 311 : cluster 0 pgmap v197: 161 pgs: 10 peering, 12 active+undersized+degraded, 19 active+undersized, 120 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 42/726 objects degraded (5.785%) 2024-04-27T01:28:09.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:09 smithi042 bash[55870]: audit 2024-04-27T01:28:08.209751+0000 mgr.y (mgr.34101) 312 : audit 0 from='client.44452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:28:09.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:09 smithi042 bash[55870]: audit 2024-04-27T01:28:08.648704+0000 mon.c (mon.1) 16 : audit 0 from='client.? 172.21.15.42:0/4241951159' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:28:09.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:09 smithi042 bash[55870]: cluster 2024-04-27T01:28:08.958353+0000 mon.a (mon.0) 543 : cluster 3 Health check update: Degraded data redundancy: 42/726 objects degraded (5.785%), 12 pgs degraded (PG_DEGRADED) 2024-04-27T01:28:10.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:10 smithi046 bash[44872]: cluster 2024-04-27T01:28:10.381420+0000 mon.a (mon.0) 544 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 42/726 objects degraded (5.785%), 12 pgs degraded) 2024-04-27T01:28:10.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:10 smithi042 bash[55870]: cluster 2024-04-27T01:28:10.381420+0000 mon.a (mon.0) 544 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 42/726 objects degraded (5.785%), 12 pgs degraded) 2024-04-27T01:28:10.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:10 smithi042 bash[57193]: cluster 2024-04-27T01:28:10.381420+0000 mon.a (mon.0) 544 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 42/726 objects degraded (5.785%), 12 pgs degraded) 2024-04-27T01:28:11.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:11 smithi042 bash[55870]: cluster 2024-04-27T01:28:09.763998+0000 mgr.y (mgr.34101) 313 : cluster 0 pgmap v198: 161 pgs: 10 peering, 151 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-04-27T01:28:11.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:11 smithi042 bash[57193]: cluster 2024-04-27T01:28:09.763998+0000 mgr.y (mgr.34101) 313 : cluster 0 pgmap v198: 161 pgs: 10 peering, 151 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-04-27T01:28:11.740 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:11 smithi046 bash[44872]: cluster 2024-04-27T01:28:09.763998+0000 mgr.y (mgr.34101) 313 : cluster 0 pgmap v198: 161 pgs: 10 peering, 151 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-04-27T01:28:13.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:13 smithi046 bash[44872]: cluster 2024-04-27T01:28:11.765209+0000 mgr.y (mgr.34101) 314 : cluster 0 pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-04-27T01:28:13.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:13 smithi042 bash[55870]: cluster 2024-04-27T01:28:11.765209+0000 mgr.y (mgr.34101) 314 : cluster 0 pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-04-27T01:28:13.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:13 smithi042 bash[57193]: cluster 2024-04-27T01:28:11.765209+0000 mgr.y (mgr.34101) 314 : cluster 0 pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-04-27T01:28:15.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:15 smithi046 bash[44872]: cluster 2024-04-27T01:28:13.766480+0000 mgr.y (mgr.34101) 315 : cluster 0 pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 979 B/s rd, 0 op/s 2024-04-27T01:28:15.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:15 smithi046 bash[44872]: audit 2024-04-27T01:28:14.044624+0000 mon.a (mon.0) 545 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:15.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:15 smithi046 bash[44872]: audit 2024-04-27T01:28:14.047013+0000 mon.a (mon.0) 546 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:28:15.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:15 smithi042 bash[57193]: cluster 2024-04-27T01:28:13.766480+0000 mgr.y (mgr.34101) 315 : cluster 0 pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 979 B/s rd, 0 op/s 2024-04-27T01:28:15.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:15 smithi042 bash[57193]: audit 2024-04-27T01:28:14.044624+0000 mon.a (mon.0) 545 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:15.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:15 smithi042 bash[57193]: audit 2024-04-27T01:28:14.047013+0000 mon.a (mon.0) 546 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:28:15.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:15 smithi042 bash[55870]: cluster 2024-04-27T01:28:13.766480+0000 mgr.y (mgr.34101) 315 : cluster 0 pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 979 B/s rd, 0 op/s 2024-04-27T01:28:15.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:15 smithi042 bash[55870]: audit 2024-04-27T01:28:14.044624+0000 mon.a (mon.0) 545 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:15.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:15 smithi042 bash[55870]: audit 2024-04-27T01:28:14.047013+0000 mon.a (mon.0) 546 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:28:16.392 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:16 smithi046 bash[44872]: audit 2024-04-27T01:28:15.074603+0000 mon.a (mon.0) 547 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:16.393 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:16 smithi046 bash[44872]: audit 2024-04-27T01:28:15.087047+0000 mon.a (mon.0) 548 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:16.393 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:16 smithi046 bash[44872]: audit 2024-04-27T01:28:15.089805+0000 mon.a (mon.0) 549 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:28:16.393 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:16 smithi046 bash[44872]: audit 2024-04-27T01:28:15.091788+0000 mon.a (mon.0) 550 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:28:16.393 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:16 smithi046 bash[44872]: cluster 2024-04-27T01:28:15.095776+0000 mgr.y (mgr.34101) 316 : cluster 0 pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 947 B/s rd, 0 op/s 2024-04-27T01:28:16.393 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:16 smithi046 bash[44872]: cluster 2024-04-27T01:28:15.096533+0000 mgr.y (mgr.34101) 317 : cluster 0 pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 987 B/s rd, 0 op/s 2024-04-27T01:28:16.393 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:16 smithi046 bash[44872]: audit 2024-04-27T01:28:15.105283+0000 mon.a (mon.0) 551 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:16.393 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:16 smithi046 bash[44872]: audit 2024-04-27T01:28:15.205431+0000 mon.a (mon.0) 552 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:28:16.393 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:16 smithi046 bash[44872]: audit 2024-04-27T01:28:15.211128+0000 mon.a (mon.0) 553 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:16.393 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:16 smithi046 bash[44872]: audit 2024-04-27T01:28:15.215448+0000 mon.a (mon.0) 554 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:16.393 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:16 smithi046 bash[44872]: audit 2024-04-27T01:28:15.218603+0000 mon.a (mon.0) 555 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:16.393 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:16 smithi046 bash[44872]: audit 2024-04-27T01:28:15.222731+0000 mon.a (mon.0) 556 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-27T01:28:16.393 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:16 smithi046 bash[44872]: audit 2024-04-27T01:28:15.223142+0000 mgr.y (mgr.34101) 318 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-27T01:28:16.394 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:16 smithi046 bash[44872]: cephadm 2024-04-27T01:28:15.225308+0000 mgr.y (mgr.34101) 319 : cephadm 1 Upgrade: osd.7 is safe to restart 2024-04-27T01:28:16.394 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:16 smithi046 bash[44872]: audit 2024-04-27T01:28:15.231027+0000 mgr.y (mgr.34101) 320 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:28:16.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[55870]: audit 2024-04-27T01:28:15.074603+0000 mon.a (mon.0) 547 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:16.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[55870]: audit 2024-04-27T01:28:15.087047+0000 mon.a (mon.0) 548 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:16.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[55870]: audit 2024-04-27T01:28:15.089805+0000 mon.a (mon.0) 549 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:28:16.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[55870]: audit 2024-04-27T01:28:15.091788+0000 mon.a (mon.0) 550 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:28:16.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[55870]: cluster 2024-04-27T01:28:15.095776+0000 mgr.y (mgr.34101) 316 : cluster 0 pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 947 B/s rd, 0 op/s 2024-04-27T01:28:16.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[55870]: cluster 2024-04-27T01:28:15.096533+0000 mgr.y (mgr.34101) 317 : cluster 0 pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 987 B/s rd, 0 op/s 2024-04-27T01:28:16.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[55870]: audit 2024-04-27T01:28:15.105283+0000 mon.a (mon.0) 551 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:16.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[55870]: audit 2024-04-27T01:28:15.205431+0000 mon.a (mon.0) 552 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:28:16.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[55870]: audit 2024-04-27T01:28:15.211128+0000 mon.a (mon.0) 553 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:16.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[55870]: audit 2024-04-27T01:28:15.215448+0000 mon.a (mon.0) 554 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:16.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[55870]: audit 2024-04-27T01:28:15.218603+0000 mon.a (mon.0) 555 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:16.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[55870]: audit 2024-04-27T01:28:15.222731+0000 mon.a (mon.0) 556 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-27T01:28:16.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[55870]: audit 2024-04-27T01:28:15.223142+0000 mgr.y (mgr.34101) 318 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-27T01:28:16.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[55870]: cephadm 2024-04-27T01:28:15.225308+0000 mgr.y (mgr.34101) 319 : cephadm 1 Upgrade: osd.7 is safe to restart 2024-04-27T01:28:16.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[55870]: audit 2024-04-27T01:28:15.231027+0000 mgr.y (mgr.34101) 320 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:28:16.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[57193]: audit 2024-04-27T01:28:15.074603+0000 mon.a (mon.0) 547 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:16.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[57193]: audit 2024-04-27T01:28:15.087047+0000 mon.a (mon.0) 548 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:16.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[57193]: audit 2024-04-27T01:28:15.089805+0000 mon.a (mon.0) 549 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:28:16.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[57193]: audit 2024-04-27T01:28:15.091788+0000 mon.a (mon.0) 550 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:28:16.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[57193]: cluster 2024-04-27T01:28:15.095776+0000 mgr.y (mgr.34101) 316 : cluster 0 pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 947 B/s rd, 0 op/s 2024-04-27T01:28:16.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[57193]: cluster 2024-04-27T01:28:15.096533+0000 mgr.y (mgr.34101) 317 : cluster 0 pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 987 B/s rd, 0 op/s 2024-04-27T01:28:16.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[57193]: audit 2024-04-27T01:28:15.105283+0000 mon.a (mon.0) 551 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:16.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[57193]: audit 2024-04-27T01:28:15.205431+0000 mon.a (mon.0) 552 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:28:16.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[57193]: audit 2024-04-27T01:28:15.211128+0000 mon.a (mon.0) 553 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:16.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[57193]: audit 2024-04-27T01:28:15.215448+0000 mon.a (mon.0) 554 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:16.432 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[57193]: audit 2024-04-27T01:28:15.218603+0000 mon.a (mon.0) 555 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:16.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[57193]: audit 2024-04-27T01:28:15.222731+0000 mon.a (mon.0) 556 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-27T01:28:16.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[57193]: audit 2024-04-27T01:28:15.223142+0000 mgr.y (mgr.34101) 318 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-27T01:28:16.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[57193]: cephadm 2024-04-27T01:28:15.225308+0000 mgr.y (mgr.34101) 319 : cephadm 1 Upgrade: osd.7 is safe to restart 2024-04-27T01:28:16.433 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:16 smithi042 bash[57193]: audit 2024-04-27T01:28:15.231027+0000 mgr.y (mgr.34101) 320 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:28:18.579 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:18 smithi046 bash[44872]: cluster 2024-04-27T01:28:17.097640+0000 mgr.y (mgr.34101) 321 : cluster 0 pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 987 B/s rd, 0 op/s 2024-04-27T01:28:18.580 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:18 smithi046 bash[44872]: cephadm 2024-04-27T01:28:17.294972+0000 mgr.y (mgr.34101) 322 : cephadm 1 Upgrade: Updating osd.7 2024-04-27T01:28:18.580 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:18 smithi046 bash[44872]: audit 2024-04-27T01:28:17.302181+0000 mon.a (mon.0) 557 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:18.580 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:18 smithi046 bash[44872]: audit 2024-04-27T01:28:17.306716+0000 mon.a (mon.0) 558 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-27T01:28:18.580 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:18 smithi046 bash[44872]: audit 2024-04-27T01:28:17.308511+0000 mon.a (mon.0) 559 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:28:18.580 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:18 smithi046 bash[44872]: cephadm 2024-04-27T01:28:17.315087+0000 mgr.y (mgr.34101) 323 : cephadm 1 Deploying daemon osd.7 on smithi046 2024-04-27T01:28:18.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:18 smithi042 bash[57193]: cluster 2024-04-27T01:28:17.097640+0000 mgr.y (mgr.34101) 321 : cluster 0 pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 987 B/s rd, 0 op/s 2024-04-27T01:28:18.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:18 smithi042 bash[57193]: cephadm 2024-04-27T01:28:17.294972+0000 mgr.y (mgr.34101) 322 : cephadm 1 Upgrade: Updating osd.7 2024-04-27T01:28:18.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:18 smithi042 bash[57193]: audit 2024-04-27T01:28:17.302181+0000 mon.a (mon.0) 557 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:18.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:18 smithi042 bash[57193]: audit 2024-04-27T01:28:17.306716+0000 mon.a (mon.0) 558 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-27T01:28:18.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:18 smithi042 bash[57193]: audit 2024-04-27T01:28:17.308511+0000 mon.a (mon.0) 559 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:28:18.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:18 smithi042 bash[57193]: cephadm 2024-04-27T01:28:17.315087+0000 mgr.y (mgr.34101) 323 : cephadm 1 Deploying daemon osd.7 on smithi046 2024-04-27T01:28:18.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:18 smithi042 bash[55870]: cluster 2024-04-27T01:28:17.097640+0000 mgr.y (mgr.34101) 321 : cluster 0 pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 987 B/s rd, 0 op/s 2024-04-27T01:28:18.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:18 smithi042 bash[55870]: cephadm 2024-04-27T01:28:17.294972+0000 mgr.y (mgr.34101) 322 : cephadm 1 Upgrade: Updating osd.7 2024-04-27T01:28:18.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:18 smithi042 bash[55870]: audit 2024-04-27T01:28:17.302181+0000 mon.a (mon.0) 557 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:18.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:18 smithi042 bash[55870]: audit 2024-04-27T01:28:17.306716+0000 mon.a (mon.0) 558 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-27T01:28:18.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:18 smithi042 bash[55870]: audit 2024-04-27T01:28:17.308511+0000 mon.a (mon.0) 559 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:28:18.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:18 smithi042 bash[55870]: cephadm 2024-04-27T01:28:17.315087+0000 mgr.y (mgr.34101) 323 : cephadm 1 Deploying daemon osd.7 on smithi046 2024-04-27T01:28:19.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:28:19 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:28:19] "GET /metrics HTTP/1.1" 200 38532 "" "Prometheus/2.33.4" 2024-04-27T01:28:20.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:20 smithi046 bash[44872]: cluster 2024-04-27T01:28:19.098831+0000 mgr.y (mgr.34101) 324 : cluster 0 pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:28:20.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:20 smithi046 bash[44872]: audit 2024-04-27T01:28:19.314198+0000 mon.a (mon.0) 560 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:20.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:20 smithi042 bash[55870]: cluster 2024-04-27T01:28:19.098831+0000 mgr.y (mgr.34101) 324 : cluster 0 pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:28:20.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:20 smithi042 bash[55870]: audit 2024-04-27T01:28:19.314198+0000 mon.a (mon.0) 560 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:20.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:20 smithi042 bash[57193]: cluster 2024-04-27T01:28:19.098831+0000 mgr.y (mgr.34101) 324 : cluster 0 pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:28:20.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:20 smithi042 bash[57193]: audit 2024-04-27T01:28:19.314198+0000 mon.a (mon.0) 560 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:21.389 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:21.390 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:28:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:21.390 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:28:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:21.390 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:28:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:21.391 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:28:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:21.391 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:28:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:21.391 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:28:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:21.391 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:28:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:21.392 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:28:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:21.671 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:28:21 smithi046 systemd[1]: Stopping Ceph osd.7 for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:28:21.671 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:28:21 smithi046 bash[30495]: debug 2024-04-27T01:28:21.534+0000 7f1689956700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-27T01:28:21.671 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:28:21 smithi046 bash[30495]: debug 2024-04-27T01:28:21.534+0000 7f1689956700 -1 osd.7 141 *** Got signal Terminated *** 2024-04-27T01:28:21.671 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:28:21 smithi046 bash[30495]: debug 2024-04-27T01:28:21.534+0000 7f1689956700 -1 osd.7 141 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-27T01:28:22.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:22 smithi046 bash[44872]: cluster 2024-04-27T01:28:21.100262+0000 mgr.y (mgr.34101) 325 : cluster 0 pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:28:22.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:22 smithi046 bash[44872]: cluster 2024-04-27T01:28:21.537454+0000 mon.a (mon.0) 561 : cluster 1 osd.7 marked itself down and dead 2024-04-27T01:28:22.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:22 smithi042 bash[55870]: cluster 2024-04-27T01:28:21.100262+0000 mgr.y (mgr.34101) 325 : cluster 0 pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:28:22.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:22 smithi042 bash[55870]: cluster 2024-04-27T01:28:21.537454+0000 mon.a (mon.0) 561 : cluster 1 osd.7 marked itself down and dead 2024-04-27T01:28:22.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:22 smithi042 bash[57193]: cluster 2024-04-27T01:28:21.100262+0000 mgr.y (mgr.34101) 325 : cluster 0 pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:28:22.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:22 smithi042 bash[57193]: cluster 2024-04-27T01:28:21.537454+0000 mon.a (mon.0) 561 : cluster 1 osd.7 marked itself down and dead 2024-04-27T01:28:23.656 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:28:23 smithi046 bash[52230]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-7 2024-04-27T01:28:23.657 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:23 smithi046 bash[44872]: cluster 2024-04-27T01:28:22.315337+0000 mon.a (mon.0) 562 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-27T01:28:23.657 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:23 smithi046 bash[44872]: cluster 2024-04-27T01:28:22.315387+0000 mon.a (mon.0) 563 : cluster 3 Health check failed: all OSDs are running squid or later but require_osd_release < squid (OSD_UPGRADE_FINISHED) 2024-04-27T01:28:23.657 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:23 smithi046 bash[44872]: cluster 2024-04-27T01:28:22.328031+0000 mon.a (mon.0) 564 : cluster 0 osdmap e142: 8 total, 7 up, 8 in 2024-04-27T01:28:23.657 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:23 smithi046 bash[44872]: cluster 2024-04-27T01:28:23.327713+0000 mon.a (mon.0) 565 : cluster 0 osdmap e143: 8 total, 7 up, 8 in 2024-04-27T01:28:23.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:23 smithi042 bash[55870]: cluster 2024-04-27T01:28:22.315337+0000 mon.a (mon.0) 562 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-27T01:28:23.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:23 smithi042 bash[55870]: cluster 2024-04-27T01:28:22.315387+0000 mon.a (mon.0) 563 : cluster 3 Health check failed: all OSDs are running squid or later but require_osd_release < squid (OSD_UPGRADE_FINISHED) 2024-04-27T01:28:23.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:23 smithi042 bash[55870]: cluster 2024-04-27T01:28:22.328031+0000 mon.a (mon.0) 564 : cluster 0 osdmap e142: 8 total, 7 up, 8 in 2024-04-27T01:28:23.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:23 smithi042 bash[55870]: cluster 2024-04-27T01:28:23.327713+0000 mon.a (mon.0) 565 : cluster 0 osdmap e143: 8 total, 7 up, 8 in 2024-04-27T01:28:23.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:23 smithi042 bash[57193]: cluster 2024-04-27T01:28:22.315337+0000 mon.a (mon.0) 562 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-27T01:28:23.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:23 smithi042 bash[57193]: cluster 2024-04-27T01:28:22.315387+0000 mon.a (mon.0) 563 : cluster 3 Health check failed: all OSDs are running squid or later but require_osd_release < squid (OSD_UPGRADE_FINISHED) 2024-04-27T01:28:23.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:23 smithi042 bash[57193]: cluster 2024-04-27T01:28:22.328031+0000 mon.a (mon.0) 564 : cluster 0 osdmap e142: 8 total, 7 up, 8 in 2024-04-27T01:28:23.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:23 smithi042 bash[57193]: cluster 2024-04-27T01:28:23.327713+0000 mon.a (mon.0) 565 : cluster 0 osdmap e143: 8 total, 7 up, 8 in 2024-04-27T01:28:23.920 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:28:23 smithi046 bash[52298]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-7 2024-04-27T01:28:24.609 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:24 smithi046 bash[44872]: cluster 2024-04-27T01:28:23.101218+0000 mgr.y (mgr.34101) 326 : cluster 0 pgmap v207: 161 pgs: 5 peering, 22 stale+active+clean, 134 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-04-27T01:28:24.609 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:24 smithi046 bash[44872]: cluster 2024-04-27T01:28:23.348431+0000 mon.a (mon.0) 566 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-04-27T01:28:24.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:24 smithi042 bash[55870]: cluster 2024-04-27T01:28:23.101218+0000 mgr.y (mgr.34101) 326 : cluster 0 pgmap v207: 161 pgs: 5 peering, 22 stale+active+clean, 134 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-04-27T01:28:24.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:24 smithi042 bash[55870]: cluster 2024-04-27T01:28:23.348431+0000 mon.a (mon.0) 566 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-04-27T01:28:24.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:24 smithi042 bash[57193]: cluster 2024-04-27T01:28:23.101218+0000 mgr.y (mgr.34101) 326 : cluster 0 pgmap v207: 161 pgs: 5 peering, 22 stale+active+clean, 134 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-04-27T01:28:24.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:24 smithi042 bash[57193]: cluster 2024-04-27T01:28:23.348431+0000 mon.a (mon.0) 566 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-04-27T01:28:25.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:25 smithi046 bash[44872]: cluster 2024-04-27T01:28:25.365363+0000 mon.a (mon.0) 567 : cluster 3 Health check failed: Degraded data redundancy: 43/726 objects degraded (5.923%), 13 pgs degraded (PG_DEGRADED) 2024-04-27T01:28:25.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:25 smithi042 bash[55870]: cluster 2024-04-27T01:28:25.365363+0000 mon.a (mon.0) 567 : cluster 3 Health check failed: Degraded data redundancy: 43/726 objects degraded (5.923%), 13 pgs degraded (PG_DEGRADED) 2024-04-27T01:28:25.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:25 smithi042 bash[57193]: cluster 2024-04-27T01:28:25.365363+0000 mon.a (mon.0) 567 : cluster 3 Health check failed: Degraded data redundancy: 43/726 objects degraded (5.923%), 13 pgs degraded (PG_DEGRADED) 2024-04-27T01:28:25.998 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:25 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:25.998 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:28:25 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:25.999 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:28:25 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:25.999 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:28:25 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:25.999 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:28:25 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.7.service: Deactivated successfully. 2024-04-27T01:28:25.999 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:28:25 smithi046 systemd[1]: Stopped Ceph osd.7 for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:28:26.000 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:28:25 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:26.000 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:28:25 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:26.000 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:28:25 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:26.000 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:28:25 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:26.001 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:28:25 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:26.405 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:28:26 smithi046 systemd[1]: Started Ceph osd.7 for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:28:26.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:26 smithi046 bash[44872]: cluster 2024-04-27T01:28:25.102801+0000 mgr.y (mgr.34101) 327 : cluster 0 pgmap v209: 161 pgs: 13 active+undersized+degraded, 5 peering, 10 stale+active+clean, 28 active+undersized, 105 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 43/726 objects degraded (5.923%) 2024-04-27T01:28:26.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:26 smithi046 bash[44872]: audit 2024-04-27T01:28:25.242292+0000 mgr.y (mgr.34101) 328 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:28:26.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:26 smithi046 bash[44872]: audit 2024-04-27T01:28:26.062478+0000 mon.a (mon.0) 568 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:26.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:26 smithi046 bash[44872]: audit 2024-04-27T01:28:26.074039+0000 mon.a (mon.0) 569 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:26.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:26 smithi042 bash[55870]: cluster 2024-04-27T01:28:25.102801+0000 mgr.y (mgr.34101) 327 : cluster 0 pgmap v209: 161 pgs: 13 active+undersized+degraded, 5 peering, 10 stale+active+clean, 28 active+undersized, 105 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 43/726 objects degraded (5.923%) 2024-04-27T01:28:26.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:26 smithi042 bash[55870]: audit 2024-04-27T01:28:25.242292+0000 mgr.y (mgr.34101) 328 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:28:26.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:26 smithi042 bash[55870]: audit 2024-04-27T01:28:26.062478+0000 mon.a (mon.0) 568 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:26.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:26 smithi042 bash[55870]: audit 2024-04-27T01:28:26.074039+0000 mon.a (mon.0) 569 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:26.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:26 smithi042 bash[57193]: cluster 2024-04-27T01:28:25.102801+0000 mgr.y (mgr.34101) 327 : cluster 0 pgmap v209: 161 pgs: 13 active+undersized+degraded, 5 peering, 10 stale+active+clean, 28 active+undersized, 105 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 43/726 objects degraded (5.923%) 2024-04-27T01:28:26.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:26 smithi042 bash[57193]: audit 2024-04-27T01:28:25.242292+0000 mgr.y (mgr.34101) 328 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:28:26.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:26 smithi042 bash[57193]: audit 2024-04-27T01:28:26.062478+0000 mon.a (mon.0) 568 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:26.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:26 smithi042 bash[57193]: audit 2024-04-27T01:28:26.074039+0000 mon.a (mon.0) 569 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:27.921 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:28:27 smithi046 bash[52447]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-04-27T01:28:27.921 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:28:27 smithi046 bash[52447]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-04-27T01:28:27.921 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:28:27 smithi046 bash[52447]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-04-27T01:28:27.921 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:28:27 smithi046 bash[52447]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-04-27T01:28:27.921 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:28:27 smithi046 bash[52447]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-04-27T01:28:27.921 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:28:27 smithi046 bash[52447]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-04-27T01:28:27.921 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:28:27 smithi046 bash[52447]: --> ceph-volume raw activate successful for osd ID: 7 2024-04-27T01:28:28.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:28 smithi046 bash[44872]: cluster 2024-04-27T01:28:27.104300+0000 mgr.y (mgr.34101) 329 : cluster 0 pgmap v210: 161 pgs: 25 active+undersized+degraded, 5 peering, 39 active+undersized, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 93/726 objects degraded (12.810%) 2024-04-27T01:28:28.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:28 smithi042 bash[55870]: cluster 2024-04-27T01:28:27.104300+0000 mgr.y (mgr.34101) 329 : cluster 0 pgmap v210: 161 pgs: 25 active+undersized+degraded, 5 peering, 39 active+undersized, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 93/726 objects degraded (12.810%) 2024-04-27T01:28:28.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:28 smithi042 bash[57193]: cluster 2024-04-27T01:28:27.104300+0000 mgr.y (mgr.34101) 329 : cluster 0 pgmap v210: 161 pgs: 25 active+undersized+degraded, 5 peering, 39 active+undersized, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 93/726 objects degraded (12.810%) 2024-04-27T01:28:29.171 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:28:28 smithi046 bash[52678]: debug 2024-04-27T01:28:28.934+0000 7f542a410700 1 -- 172.21.15.46:0/983608273 <== mon.2 v2:172.21.15.46:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55a069531680 con 0x55a06956f000 2024-04-27T01:28:29.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:28:29 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:28:29] "GET /metrics HTTP/1.1" 200 38611 "" "Prometheus/2.33.4" 2024-04-27T01:28:29.921 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:28:29 smithi046 bash[52678]: debug 2024-04-27T01:28:29.474+0000 7f54335a87c0 -1 Falling back to public interface 2024-04-27T01:28:30.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:30 smithi046 bash[44872]: audit 2024-04-27T01:28:29.047740+0000 mon.a (mon.0) 570 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:30.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:30 smithi046 bash[44872]: audit 2024-04-27T01:28:29.050207+0000 mon.a (mon.0) 571 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:28:30.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:30 smithi046 bash[44872]: cluster 2024-04-27T01:28:29.105748+0000 mgr.y (mgr.34101) 330 : cluster 0 pgmap v211: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-04-27T01:28:30.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:30 smithi042 bash[55870]: audit 2024-04-27T01:28:29.047740+0000 mon.a (mon.0) 570 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:30.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:30 smithi042 bash[55870]: audit 2024-04-27T01:28:29.050207+0000 mon.a (mon.0) 571 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:28:30.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:30 smithi042 bash[55870]: cluster 2024-04-27T01:28:29.105748+0000 mgr.y (mgr.34101) 330 : cluster 0 pgmap v211: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-04-27T01:28:30.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:30 smithi042 bash[57193]: audit 2024-04-27T01:28:29.047740+0000 mon.a (mon.0) 570 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:30.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:30 smithi042 bash[57193]: audit 2024-04-27T01:28:29.050207+0000 mon.a (mon.0) 571 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:28:30.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:30 smithi042 bash[57193]: cluster 2024-04-27T01:28:29.105748+0000 mgr.y (mgr.34101) 330 : cluster 0 pgmap v211: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-04-27T01:28:31.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:31 smithi046 bash[44872]: cluster 2024-04-27T01:28:30.041122+0000 mon.a (mon.0) 572 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-04-27T01:28:31.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:31 smithi042 bash[55870]: cluster 2024-04-27T01:28:30.041122+0000 mon.a (mon.0) 572 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-04-27T01:28:31.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:31 smithi042 bash[57193]: cluster 2024-04-27T01:28:30.041122+0000 mon.a (mon.0) 572 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-04-27T01:28:32.414 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:32 smithi046 bash[44872]: cluster 2024-04-27T01:28:31.107913+0000 mgr.y (mgr.34101) 331 : cluster 0 pgmap v212: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-04-27T01:28:32.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:32 smithi042 bash[55870]: cluster 2024-04-27T01:28:31.107913+0000 mgr.y (mgr.34101) 331 : cluster 0 pgmap v212: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-04-27T01:28:32.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:32 smithi042 bash[57193]: cluster 2024-04-27T01:28:31.107913+0000 mgr.y (mgr.34101) 331 : cluster 0 pgmap v212: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-04-27T01:28:32.671 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:28:32 smithi046 bash[52678]: debug 2024-04-27T01:28:32.426+0000 7f54335a87c0 -1 osd.7 0 read_superblock omap replica is missing. 2024-04-27T01:28:32.671 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:28:32 smithi046 bash[52678]: debug 2024-04-27T01:28:32.482+0000 7f54335a87c0 -1 osd.7 141 log_to_monitors true 2024-04-27T01:28:33.420 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:28:33 smithi046 bash[52678]: debug 2024-04-27T01:28:33.114+0000 7f5424a00700 -1 osd.7 141 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-27T01:28:33.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:33 smithi046 bash[44872]: audit 2024-04-27T01:28:32.490696+0000 mon.a (mon.0) 573 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-27T01:28:33.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:33 smithi046 bash[44872]: audit 2024-04-27T01:28:32.490927+0000 mon.b (mon.2) 7 : audit 1 from='osd.7 [v2:172.21.15.46:6824/226261751,v1:172.21.15.46:6825/226261751]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-27T01:28:33.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:33 smithi042 bash[55870]: audit 2024-04-27T01:28:32.490696+0000 mon.a (mon.0) 573 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-27T01:28:33.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:33 smithi042 bash[55870]: audit 2024-04-27T01:28:32.490927+0000 mon.b (mon.2) 7 : audit 1 from='osd.7 [v2:172.21.15.46:6824/226261751,v1:172.21.15.46:6825/226261751]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-27T01:28:33.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:33 smithi042 bash[57193]: audit 2024-04-27T01:28:32.490696+0000 mon.a (mon.0) 573 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-27T01:28:33.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:33 smithi042 bash[57193]: audit 2024-04-27T01:28:32.490927+0000 mon.b (mon.2) 7 : audit 1 from='osd.7 [v2:172.21.15.46:6824/226261751,v1:172.21.15.46:6825/226261751]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-27T01:28:34.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:34 smithi046 bash[44872]: audit 2024-04-27T01:28:33.073481+0000 mon.a (mon.0) 574 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-27T01:28:34.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:34 smithi046 bash[44872]: audit 2024-04-27T01:28:33.078471+0000 mon.b (mon.2) 8 : audit 1 from='osd.7 [v2:172.21.15.46:6824/226261751,v1:172.21.15.46:6825/226261751]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:28:34.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:34 smithi046 bash[44872]: cluster 2024-04-27T01:28:33.080376+0000 mon.a (mon.0) 575 : cluster 0 osdmap e144: 8 total, 7 up, 8 in 2024-04-27T01:28:34.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:34 smithi046 bash[44872]: audit 2024-04-27T01:28:33.082738+0000 mon.a (mon.0) 576 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:28:34.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:34 smithi046 bash[44872]: cluster 2024-04-27T01:28:33.109032+0000 mgr.y (mgr.34101) 332 : cluster 0 pgmap v214: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-04-27T01:28:34.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:34 smithi046 bash[44872]: audit 2024-04-27T01:28:33.634318+0000 mon.a (mon.0) 577 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:34.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:34 smithi046 bash[44872]: audit 2024-04-27T01:28:33.648398+0000 mon.a (mon.0) 578 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:34.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:34 smithi046 bash[44872]: cluster 2024-04-27T01:28:33.964440+0000 mon.a (mon.0) 579 : cluster 3 Health check update: Degraded data redundancy: 96/726 objects degraded (13.223%), 27 pgs degraded (PG_DEGRADED) 2024-04-27T01:28:34.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:34 smithi042 bash[55870]: audit 2024-04-27T01:28:33.073481+0000 mon.a (mon.0) 574 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-27T01:28:34.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:34 smithi042 bash[55870]: audit 2024-04-27T01:28:33.078471+0000 mon.b (mon.2) 8 : audit 1 from='osd.7 [v2:172.21.15.46:6824/226261751,v1:172.21.15.46:6825/226261751]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:28:34.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:34 smithi042 bash[55870]: cluster 2024-04-27T01:28:33.080376+0000 mon.a (mon.0) 575 : cluster 0 osdmap e144: 8 total, 7 up, 8 in 2024-04-27T01:28:34.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:34 smithi042 bash[55870]: audit 2024-04-27T01:28:33.082738+0000 mon.a (mon.0) 576 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:28:34.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:34 smithi042 bash[55870]: cluster 2024-04-27T01:28:33.109032+0000 mgr.y (mgr.34101) 332 : cluster 0 pgmap v214: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-04-27T01:28:34.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:34 smithi042 bash[55870]: audit 2024-04-27T01:28:33.634318+0000 mon.a (mon.0) 577 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:34.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:34 smithi042 bash[55870]: audit 2024-04-27T01:28:33.648398+0000 mon.a (mon.0) 578 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:34.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:34 smithi042 bash[55870]: cluster 2024-04-27T01:28:33.964440+0000 mon.a (mon.0) 579 : cluster 3 Health check update: Degraded data redundancy: 96/726 objects degraded (13.223%), 27 pgs degraded (PG_DEGRADED) 2024-04-27T01:28:34.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:34 smithi042 bash[57193]: audit 2024-04-27T01:28:33.073481+0000 mon.a (mon.0) 574 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-27T01:28:34.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:34 smithi042 bash[57193]: audit 2024-04-27T01:28:33.078471+0000 mon.b (mon.2) 8 : audit 1 from='osd.7 [v2:172.21.15.46:6824/226261751,v1:172.21.15.46:6825/226261751]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:28:34.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:34 smithi042 bash[57193]: cluster 2024-04-27T01:28:33.080376+0000 mon.a (mon.0) 575 : cluster 0 osdmap e144: 8 total, 7 up, 8 in 2024-04-27T01:28:34.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:34 smithi042 bash[57193]: audit 2024-04-27T01:28:33.082738+0000 mon.a (mon.0) 576 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-27T01:28:34.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:34 smithi042 bash[57193]: cluster 2024-04-27T01:28:33.109032+0000 mgr.y (mgr.34101) 332 : cluster 0 pgmap v214: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-04-27T01:28:34.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:34 smithi042 bash[57193]: audit 2024-04-27T01:28:33.634318+0000 mon.a (mon.0) 577 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:34.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:34 smithi042 bash[57193]: audit 2024-04-27T01:28:33.648398+0000 mon.a (mon.0) 578 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:34.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:34 smithi042 bash[57193]: cluster 2024-04-27T01:28:33.964440+0000 mon.a (mon.0) 579 : cluster 3 Health check update: Degraded data redundancy: 96/726 objects degraded (13.223%), 27 pgs degraded (PG_DEGRADED) 2024-04-27T01:28:35.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:35 smithi046 bash[44872]: cluster 2024-04-27T01:28:34.074370+0000 mon.a (mon.0) 580 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-27T01:28:35.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:35 smithi046 bash[44872]: cluster 2024-04-27T01:28:34.084564+0000 mon.a (mon.0) 581 : cluster 1 osd.7 [v2:172.21.15.46:6824/226261751,v1:172.21.15.46:6825/226261751] boot 2024-04-27T01:28:35.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:35 smithi046 bash[44872]: cluster 2024-04-27T01:28:34.084688+0000 mon.a (mon.0) 582 : cluster 0 osdmap e145: 8 total, 8 up, 8 in 2024-04-27T01:28:35.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:35 smithi046 bash[44872]: audit 2024-04-27T01:28:34.090658+0000 mon.a (mon.0) 583 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:28:35.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:35 smithi046 bash[44872]: audit 2024-04-27T01:28:34.800714+0000 mon.a (mon.0) 584 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:35.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:35 smithi046 bash[44872]: audit 2024-04-27T01:28:34.812524+0000 mon.a (mon.0) 585 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:35.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:35 smithi046 bash[44872]: cluster 2024-04-27T01:28:35.086339+0000 mon.a (mon.0) 586 : cluster 0 osdmap e146: 8 total, 8 up, 8 in 2024-04-27T01:28:35.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:35 smithi042 bash[55870]: cluster 2024-04-27T01:28:34.074370+0000 mon.a (mon.0) 580 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-27T01:28:35.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:35 smithi042 bash[55870]: cluster 2024-04-27T01:28:34.084564+0000 mon.a (mon.0) 581 : cluster 1 osd.7 [v2:172.21.15.46:6824/226261751,v1:172.21.15.46:6825/226261751] boot 2024-04-27T01:28:35.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:35 smithi042 bash[55870]: cluster 2024-04-27T01:28:34.084688+0000 mon.a (mon.0) 582 : cluster 0 osdmap e145: 8 total, 8 up, 8 in 2024-04-27T01:28:35.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:35 smithi042 bash[55870]: audit 2024-04-27T01:28:34.090658+0000 mon.a (mon.0) 583 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:28:35.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:35 smithi042 bash[55870]: audit 2024-04-27T01:28:34.800714+0000 mon.a (mon.0) 584 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:35.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:35 smithi042 bash[55870]: audit 2024-04-27T01:28:34.812524+0000 mon.a (mon.0) 585 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:35.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:35 smithi042 bash[55870]: cluster 2024-04-27T01:28:35.086339+0000 mon.a (mon.0) 586 : cluster 0 osdmap e146: 8 total, 8 up, 8 in 2024-04-27T01:28:35.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:35 smithi042 bash[57193]: cluster 2024-04-27T01:28:34.074370+0000 mon.a (mon.0) 580 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-27T01:28:35.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:35 smithi042 bash[57193]: cluster 2024-04-27T01:28:34.084564+0000 mon.a (mon.0) 581 : cluster 1 osd.7 [v2:172.21.15.46:6824/226261751,v1:172.21.15.46:6825/226261751] boot 2024-04-27T01:28:35.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:35 smithi042 bash[57193]: cluster 2024-04-27T01:28:34.084688+0000 mon.a (mon.0) 582 : cluster 0 osdmap e145: 8 total, 8 up, 8 in 2024-04-27T01:28:35.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:35 smithi042 bash[57193]: audit 2024-04-27T01:28:34.090658+0000 mon.a (mon.0) 583 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T01:28:35.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:35 smithi042 bash[57193]: audit 2024-04-27T01:28:34.800714+0000 mon.a (mon.0) 584 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:35.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:35 smithi042 bash[57193]: audit 2024-04-27T01:28:34.812524+0000 mon.a (mon.0) 585 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:35.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:35 smithi042 bash[57193]: cluster 2024-04-27T01:28:35.086339+0000 mon.a (mon.0) 586 : cluster 0 osdmap e146: 8 total, 8 up, 8 in 2024-04-27T01:28:36.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:36 smithi046 bash[44872]: cluster 2024-04-27T01:28:35.110587+0000 mgr.y (mgr.34101) 333 : cluster 0 pgmap v217: 161 pgs: 11 peering, 23 active+undersized+degraded, 35 active+undersized, 92 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 87/726 objects degraded (11.983%) 2024-04-27T01:28:36.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:36 smithi046 bash[44872]: audit 2024-04-27T01:28:35.253173+0000 mgr.y (mgr.34101) 334 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:28:36.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:36 smithi042 bash[55870]: cluster 2024-04-27T01:28:35.110587+0000 mgr.y (mgr.34101) 333 : cluster 0 pgmap v217: 161 pgs: 11 peering, 23 active+undersized+degraded, 35 active+undersized, 92 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 87/726 objects degraded (11.983%) 2024-04-27T01:28:36.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:36 smithi042 bash[55870]: audit 2024-04-27T01:28:35.253173+0000 mgr.y (mgr.34101) 334 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:28:36.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:36 smithi042 bash[57193]: cluster 2024-04-27T01:28:35.110587+0000 mgr.y (mgr.34101) 333 : cluster 0 pgmap v217: 161 pgs: 11 peering, 23 active+undersized+degraded, 35 active+undersized, 92 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 87/726 objects degraded (11.983%) 2024-04-27T01:28:36.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:36 smithi042 bash[57193]: audit 2024-04-27T01:28:35.253173+0000 mgr.y (mgr.34101) 334 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:28:38.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:38 smithi046 bash[44872]: cluster 2024-04-27T01:28:37.112005+0000 mgr.y (mgr.34101) 335 : cluster 0 pgmap v218: 161 pgs: 10 activating, 11 peering, 17 active+undersized+degraded, 28 active+undersized, 95 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 64/726 objects degraded (8.815%) 2024-04-27T01:28:38.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:38 smithi042 bash[55870]: cluster 2024-04-27T01:28:37.112005+0000 mgr.y (mgr.34101) 335 : cluster 0 pgmap v218: 161 pgs: 10 activating, 11 peering, 17 active+undersized+degraded, 28 active+undersized, 95 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 64/726 objects degraded (8.815%) 2024-04-27T01:28:38.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:38 smithi042 bash[57193]: cluster 2024-04-27T01:28:37.112005+0000 mgr.y (mgr.34101) 335 : cluster 0 pgmap v218: 161 pgs: 10 activating, 11 peering, 17 active+undersized+degraded, 28 active+undersized, 95 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 64/726 objects degraded (8.815%) 2024-04-27T01:28:39.029 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:28:39.389 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:39 smithi042 bash[55870]: cluster 2024-04-27T01:28:38.965520+0000 mon.a (mon.0) 587 : cluster 3 Health check update: Degraded data redundancy: 64/726 objects degraded (8.815%), 17 pgs degraded (PG_DEGRADED) 2024-04-27T01:28:39.390 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:39 smithi042 bash[57193]: cluster 2024-04-27T01:28:38.965520+0000 mon.a (mon.0) 587 : cluster 3 Health check update: Degraded data redundancy: 64/726 objects degraded (8.815%), 17 pgs degraded (PG_DEGRADED) 2024-04-27T01:28:39.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:39 smithi046 bash[44872]: cluster 2024-04-27T01:28:38.965520+0000 mon.a (mon.0) 587 : cluster 3 Health check update: Degraded data redundancy: 64/726 objects degraded (8.815%), 17 pgs degraded (PG_DEGRADED) 2024-04-27T01:28:39.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:28:39 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:28:39] "GET /metrics HTTP/1.1" 200 38611 "" "Prometheus/2.33.4" 2024-04-27T01:28:39.796 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:28:39.796 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (7m) 2m ago 14m 14.8M - 0.23.0 ba2b418f427c 0f0b55d975d0 2024-04-27T01:28:39.797 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 error 6s ago 13m - - 2024-04-27T01:28:39.797 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 running (6m) 2m ago 12m 44.2M - 3.5 e1d6a67b021e e9e58db015ab 2024-04-27T01:28:39.797 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443,9283,8765 running (5m) 6s ago 19m 439M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 b405f9e86d9a 2024-04-27T01:28:39.797 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (6m) 2m ago 21m 496M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 60e39f55c7ea 2024-04-27T01:28:39.797 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (5m) 2m ago 21m 49.9M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 73925c36c48e 2024-04-27T01:28:39.797 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (4m) 6s ago 19m 39.2M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 56399982a983 2024-04-27T01:28:39.797 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (5m) 2m ago 19m 41.1M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 cf9a80ee073c 2024-04-27T01:28:39.797 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (7m) 2m ago 14m 9251k - 1.3.1 1dbe0e931976 ea2d213e0f7a 2024-04-27T01:28:39.797 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (7m) 6s ago 14m 9388k - 1.3.1 1dbe0e931976 e95126faf566 2024-04-27T01:28:39.797 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (3m) 2m ago 19m 49.7M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 59aa3e813245 2024-04-27T01:28:39.797 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (3m) 2m ago 18m 49.9M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 4432f1499107 2024-04-27T01:28:39.797 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (2m) 2m ago 17m 51.4M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ee07041d5acd 2024-04-27T01:28:39.797 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (2m) 2m ago 17m - 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 887e8f900de3 2024-04-27T01:28:39.797 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (99s) 6s ago 16m 50.6M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 a75b6e03fc58 2024-04-27T01:28:39.798 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (70s) 6s ago 16m 47.7M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 6fcfd911db34 2024-04-27T01:28:39.798 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (40s) 6s ago 15m 46.4M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ac46d34fada7 2024-04-27T01:28:39.798 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (11s) 6s ago 15m 11.7M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 bc4e8ce11408 2024-04-27T01:28:39.798 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 running (6m) 6s ago 14m 61.0M - 2.33.4 514e6a882f6e 3405daccd7ea 2024-04-27T01:28:39.798 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (12m) 2m ago 12m 87.3M - 17.2.0 e1d6a67b021e 4022285478bf 2024-04-27T01:28:39.798 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (12m) 6s ago 12m 87.9M - 17.2.0 e1d6a67b021e aab619238956 2024-04-27T01:28:39.798 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (12m) 2m ago 12m 87.4M - 17.2.0 e1d6a67b021e 654b864f6909 2024-04-27T01:28:39.798 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (12m) 6s ago 12m 88.4M - 17.2.0 e1d6a67b021e b896e3222d12 2024-04-27T01:28:40.257 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:28:40.257 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:28:40.257 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 3 2024-04-27T01:28:40.257 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:28:40.257 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:28:40.257 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 2 2024-04-27T01:28:40.257 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:28:40.257 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:28:40.257 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 8 2024-04-27T01:28:40.257 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:28:40.257 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:28:40.257 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-04-27T01:28:40.257 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:28:40.258 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:28:40.258 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2024-04-27T01:28:40.258 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 13 2024-04-27T01:28:40.258 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:28:40.258 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:28:40.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:40 smithi046 bash[44872]: audit 2024-04-27T01:28:39.031847+0000 mgr.y (mgr.34101) 336 : audit 0 from='client.44470 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:28:40.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:40 smithi046 bash[44872]: cluster 2024-04-27T01:28:39.112677+0000 mgr.y (mgr.34101) 337 : cluster 0 pgmap v219: 161 pgs: 10 activating, 11 peering, 140 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-04-27T01:28:40.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:40 smithi046 bash[44872]: cluster 2024-04-27T01:28:39.121132+0000 mon.a (mon.0) 588 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 64/726 objects degraded (8.815%), 17 pgs degraded) 2024-04-27T01:28:40.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:40 smithi046 bash[44872]: audit 2024-04-27T01:28:39.406419+0000 mgr.y (mgr.34101) 338 : audit 0 from='client.44476 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:28:40.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:40 smithi042 bash[55870]: audit 2024-04-27T01:28:39.031847+0000 mgr.y (mgr.34101) 336 : audit 0 from='client.44470 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:28:40.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:40 smithi042 bash[55870]: cluster 2024-04-27T01:28:39.112677+0000 mgr.y (mgr.34101) 337 : cluster 0 pgmap v219: 161 pgs: 10 activating, 11 peering, 140 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-04-27T01:28:40.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:40 smithi042 bash[55870]: cluster 2024-04-27T01:28:39.121132+0000 mon.a (mon.0) 588 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 64/726 objects degraded (8.815%), 17 pgs degraded) 2024-04-27T01:28:40.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:40 smithi042 bash[55870]: audit 2024-04-27T01:28:39.406419+0000 mgr.y (mgr.34101) 338 : audit 0 from='client.44476 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:28:40.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:40 smithi042 bash[57193]: audit 2024-04-27T01:28:39.031847+0000 mgr.y (mgr.34101) 336 : audit 0 from='client.44470 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:28:40.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:40 smithi042 bash[57193]: cluster 2024-04-27T01:28:39.112677+0000 mgr.y (mgr.34101) 337 : cluster 0 pgmap v219: 161 pgs: 10 activating, 11 peering, 140 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-04-27T01:28:40.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:40 smithi042 bash[57193]: cluster 2024-04-27T01:28:39.121132+0000 mon.a (mon.0) 588 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 64/726 objects degraded (8.815%), 17 pgs degraded) 2024-04-27T01:28:40.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:40 smithi042 bash[57193]: audit 2024-04-27T01:28:39.406419+0000 mgr.y (mgr.34101) 338 : audit 0 from='client.44476 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:28:40.635 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:28:40.635 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", 2024-04-27T01:28:40.635 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2024-04-27T01:28:40.635 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-27T01:28:40.635 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2024-04-27T01:28:40.635 INFO:teuthology.orchestra.run.smithi042.stdout: "osd", 2024-04-27T01:28:40.635 INFO:teuthology.orchestra.run.smithi042.stdout: "mon", 2024-04-27T01:28:40.635 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr" 2024-04-27T01:28:40.635 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2024-04-27T01:28:40.635 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "13/23 daemons upgraded", 2024-04-27T01:28:40.635 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading osd daemons", 2024-04-27T01:28:40.635 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2024-04-27T01:28:40.636 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:28:41.074 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_WARN 1 failed cephadm daemon(s); all OSDs are running squid or later but require_osd_release < squid 2024-04-27T01:28:41.075 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:28:41.075 INFO:teuthology.orchestra.run.smithi042.stdout: daemon grafana.a on smithi046 is in error state 2024-04-27T01:28:41.075 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] OSD_UPGRADE_FINISHED: all OSDs are running squid or later but require_osd_release < squid 2024-04-27T01:28:41.075 INFO:teuthology.orchestra.run.smithi042.stdout: all OSDs are running squid or later but require_osd_release < squid 2024-04-27T01:28:41.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:41 smithi046 bash[44872]: audit 2024-04-27T01:28:39.767019+0000 mgr.y (mgr.34101) 339 : audit 0 from='client.34557 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:28:41.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:41 smithi046 bash[44872]: audit 2024-04-27T01:28:40.272161+0000 mon.c (mon.1) 17 : audit 0 from='client.? 172.21.15.42:0/1671680717' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:41.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:41 smithi046 bash[44872]: audit 2024-04-27T01:28:41.090722+0000 mon.c (mon.1) 18 : audit 0 from='client.? 172.21.15.42:0/1114921384' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:28:41.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:41 smithi042 bash[55870]: audit 2024-04-27T01:28:39.767019+0000 mgr.y (mgr.34101) 339 : audit 0 from='client.34557 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:28:41.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:41 smithi042 bash[55870]: audit 2024-04-27T01:28:40.272161+0000 mon.c (mon.1) 17 : audit 0 from='client.? 172.21.15.42:0/1671680717' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:41.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:41 smithi042 bash[55870]: audit 2024-04-27T01:28:41.090722+0000 mon.c (mon.1) 18 : audit 0 from='client.? 172.21.15.42:0/1114921384' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:28:41.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:41 smithi042 bash[57193]: audit 2024-04-27T01:28:39.767019+0000 mgr.y (mgr.34101) 339 : audit 0 from='client.34557 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:28:41.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:41 smithi042 bash[57193]: audit 2024-04-27T01:28:40.272161+0000 mon.c (mon.1) 17 : audit 0 from='client.? 172.21.15.42:0/1671680717' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:41.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:41 smithi042 bash[57193]: audit 2024-04-27T01:28:41.090722+0000 mon.c (mon.1) 18 : audit 0 from='client.? 172.21.15.42:0/1114921384' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:28:42.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:42 smithi046 bash[44872]: audit 2024-04-27T01:28:40.650312+0000 mgr.y (mgr.34101) 340 : audit 0 from='client.44494 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:28:42.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:42 smithi046 bash[44872]: cluster 2024-04-27T01:28:41.113640+0000 mgr.y (mgr.34101) 341 : cluster 0 pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:28:42.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:42 smithi042 bash[55870]: audit 2024-04-27T01:28:40.650312+0000 mgr.y (mgr.34101) 340 : audit 0 from='client.44494 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:28:42.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:42 smithi042 bash[55870]: cluster 2024-04-27T01:28:41.113640+0000 mgr.y (mgr.34101) 341 : cluster 0 pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:28:42.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:42 smithi042 bash[57193]: audit 2024-04-27T01:28:40.650312+0000 mgr.y (mgr.34101) 340 : audit 0 from='client.44494 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:28:42.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:42 smithi042 bash[57193]: cluster 2024-04-27T01:28:41.113640+0000 mgr.y (mgr.34101) 341 : cluster 0 pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:28:44.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:44 smithi046 bash[44872]: cluster 2024-04-27T01:28:43.114754+0000 mgr.y (mgr.34101) 342 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 566 B/s rd, 0 op/s 2024-04-27T01:28:44.435 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:44 smithi046 bash[44872]: audit 2024-04-27T01:28:44.045456+0000 mon.a (mon.0) 589 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:44.435 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:44 smithi046 bash[44872]: audit 2024-04-27T01:28:44.047793+0000 mon.a (mon.0) 590 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:28:44.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:44 smithi042 bash[57193]: cluster 2024-04-27T01:28:43.114754+0000 mgr.y (mgr.34101) 342 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 566 B/s rd, 0 op/s 2024-04-27T01:28:44.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:44 smithi042 bash[57193]: audit 2024-04-27T01:28:44.045456+0000 mon.a (mon.0) 589 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:44.436 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:44 smithi042 bash[57193]: audit 2024-04-27T01:28:44.047793+0000 mon.a (mon.0) 590 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:28:44.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:44 smithi042 bash[55870]: cluster 2024-04-27T01:28:43.114754+0000 mgr.y (mgr.34101) 342 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 566 B/s rd, 0 op/s 2024-04-27T01:28:44.436 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:44 smithi042 bash[55870]: audit 2024-04-27T01:28:44.045456+0000 mon.a (mon.0) 589 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:44.437 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:44 smithi042 bash[55870]: audit 2024-04-27T01:28:44.047793+0000 mon.a (mon.0) 590 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:28:45.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.273672+0000 mon.a (mon.0) 591 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:45.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.285845+0000 mon.a (mon.0) 592 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:45.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.288514+0000 mon.a (mon.0) 593 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:28:45.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.290560+0000 mon.a (mon.0) 594 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:28:45.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: cluster 2024-04-27T01:28:44.294584+0000 mgr.y (mgr.34101) 343 : cluster 0 pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:28:45.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: cluster 2024-04-27T01:28:44.295218+0000 mgr.y (mgr.34101) 344 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:28:45.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.303776+0000 mon.a (mon.0) 595 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:45.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.438699+0000 mon.a (mon.0) 596 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:28:45.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.444179+0000 mon.a (mon.0) 597 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:45.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.448442+0000 mon.a (mon.0) 598 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:45.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.451466+0000 mon.a (mon.0) 599 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:45.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.457078+0000 mon.a (mon.0) 600 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:45.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: cephadm 2024-04-27T01:28:44.458734+0000 mgr.y (mgr.34101) 345 : cephadm 1 Upgrade: Setting container_image for all osd 2024-04-27T01:28:45.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.465380+0000 mon.a (mon.0) 601 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:45.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.470038+0000 mon.a (mon.0) 602 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-04-27T01:28:45.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.475728+0000 mon.a (mon.0) 603 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-04-27T01:28:45.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.480385+0000 mon.a (mon.0) 604 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-04-27T01:28:45.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.485822+0000 mon.a (mon.0) 605 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-04-27T01:28:45.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.490355+0000 mon.a (mon.0) 606 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-04-27T01:28:45.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.496349+0000 mon.a (mon.0) 607 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-04-27T01:28:45.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.500910+0000 mon.a (mon.0) 608 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-04-27T01:28:45.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.506603+0000 mon.a (mon.0) 609 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-04-27T01:28:45.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.511893+0000 mon.a (mon.0) 610 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-04-27T01:28:45.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.517512+0000 mon.a (mon.0) 611 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-04-27T01:28:45.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.522910+0000 mon.a (mon.0) 612 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-04-27T01:28:45.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.529167+0000 mon.a (mon.0) 613 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-04-27T01:28:45.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.533625+0000 mon.a (mon.0) 614 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-04-27T01:28:45.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.539363+0000 mon.a (mon.0) 615 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-04-27T01:28:45.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.543761+0000 mon.a (mon.0) 616 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-04-27T01:28:45.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.549718+0000 mon.a (mon.0) 617 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-04-27T01:28:45.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:45 smithi046 bash[44872]: audit 2024-04-27T01:28:44.559029+0000 mon.a (mon.0) 618 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-04-27T01:28:45.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.273672+0000 mon.a (mon.0) 591 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:45.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.285845+0000 mon.a (mon.0) 592 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:45.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.288514+0000 mon.a (mon.0) 593 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:28:45.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.290560+0000 mon.a (mon.0) 594 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:28:45.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: cluster 2024-04-27T01:28:44.294584+0000 mgr.y (mgr.34101) 343 : cluster 0 pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:28:45.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: cluster 2024-04-27T01:28:44.295218+0000 mgr.y (mgr.34101) 344 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:28:45.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.303776+0000 mon.a (mon.0) 595 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:45.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.438699+0000 mon.a (mon.0) 596 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:28:45.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.444179+0000 mon.a (mon.0) 597 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:45.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.448442+0000 mon.a (mon.0) 598 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:45.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.451466+0000 mon.a (mon.0) 599 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:45.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.457078+0000 mon.a (mon.0) 600 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:45.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: cephadm 2024-04-27T01:28:44.458734+0000 mgr.y (mgr.34101) 345 : cephadm 1 Upgrade: Setting container_image for all osd 2024-04-27T01:28:45.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.465380+0000 mon.a (mon.0) 601 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:45.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.470038+0000 mon.a (mon.0) 602 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-04-27T01:28:45.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.475728+0000 mon.a (mon.0) 603 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-04-27T01:28:45.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.480385+0000 mon.a (mon.0) 604 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-04-27T01:28:45.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.485822+0000 mon.a (mon.0) 605 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-04-27T01:28:45.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.490355+0000 mon.a (mon.0) 606 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-04-27T01:28:45.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.273672+0000 mon.a (mon.0) 591 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:45.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.285845+0000 mon.a (mon.0) 592 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:45.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.288514+0000 mon.a (mon.0) 593 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:28:45.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.290560+0000 mon.a (mon.0) 594 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:28:45.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: cluster 2024-04-27T01:28:44.294584+0000 mgr.y (mgr.34101) 343 : cluster 0 pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:28:45.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: cluster 2024-04-27T01:28:44.295218+0000 mgr.y (mgr.34101) 344 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:28:45.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.303776+0000 mon.a (mon.0) 595 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:45.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.438699+0000 mon.a (mon.0) 596 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:28:45.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.444179+0000 mon.a (mon.0) 597 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:45.682 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.448442+0000 mon.a (mon.0) 598 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:45.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.451466+0000 mon.a (mon.0) 599 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:45.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.457078+0000 mon.a (mon.0) 600 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:45.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: cephadm 2024-04-27T01:28:44.458734+0000 mgr.y (mgr.34101) 345 : cephadm 1 Upgrade: Setting container_image for all osd 2024-04-27T01:28:45.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.465380+0000 mon.a (mon.0) 601 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:45.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.470038+0000 mon.a (mon.0) 602 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-04-27T01:28:45.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.475728+0000 mon.a (mon.0) 603 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-04-27T01:28:45.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.480385+0000 mon.a (mon.0) 604 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-04-27T01:28:45.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.485822+0000 mon.a (mon.0) 605 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-04-27T01:28:45.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.490355+0000 mon.a (mon.0) 606 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-04-27T01:28:45.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.496349+0000 mon.a (mon.0) 607 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-04-27T01:28:45.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.500910+0000 mon.a (mon.0) 608 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-04-27T01:28:45.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.506603+0000 mon.a (mon.0) 609 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-04-27T01:28:45.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.511893+0000 mon.a (mon.0) 610 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-04-27T01:28:45.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.517512+0000 mon.a (mon.0) 611 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-04-27T01:28:45.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.522910+0000 mon.a (mon.0) 612 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-04-27T01:28:45.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.529167+0000 mon.a (mon.0) 613 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-04-27T01:28:45.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.533625+0000 mon.a (mon.0) 614 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-04-27T01:28:45.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.539363+0000 mon.a (mon.0) 615 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-04-27T01:28:45.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.543761+0000 mon.a (mon.0) 616 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-04-27T01:28:45.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.549718+0000 mon.a (mon.0) 617 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-04-27T01:28:45.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[57193]: audit 2024-04-27T01:28:44.559029+0000 mon.a (mon.0) 618 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-04-27T01:28:45.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.496349+0000 mon.a (mon.0) 607 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-04-27T01:28:45.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.500910+0000 mon.a (mon.0) 608 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-04-27T01:28:45.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.506603+0000 mon.a (mon.0) 609 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-04-27T01:28:45.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.511893+0000 mon.a (mon.0) 610 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-04-27T01:28:45.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.517512+0000 mon.a (mon.0) 611 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-04-27T01:28:45.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.522910+0000 mon.a (mon.0) 612 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-04-27T01:28:45.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.529167+0000 mon.a (mon.0) 613 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-04-27T01:28:45.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.533625+0000 mon.a (mon.0) 614 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-04-27T01:28:45.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.539363+0000 mon.a (mon.0) 615 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-04-27T01:28:45.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.543761+0000 mon.a (mon.0) 616 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-04-27T01:28:45.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.549718+0000 mon.a (mon.0) 617 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-04-27T01:28:45.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:45 smithi042 bash[55870]: audit 2024-04-27T01:28:44.559029+0000 mon.a (mon.0) 618 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-04-27T01:28:46.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:46 smithi046 bash[44872]: cephadm 2024-04-27T01:28:44.558228+0000 mgr.y (mgr.34101) 346 : cephadm 1 Upgrade: Setting require_osd_release to 19 squid 2024-04-27T01:28:46.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:46 smithi046 bash[44872]: audit 2024-04-27T01:28:45.260837+0000 mgr.y (mgr.34101) 347 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:28:46.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:46 smithi046 bash[44872]: cluster 2024-04-27T01:28:45.546013+0000 mon.a (mon.0) 619 : cluster 1 Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running squid or later but require_osd_release < squid) 2024-04-27T01:28:46.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:46 smithi046 bash[44872]: audit 2024-04-27T01:28:45.548117+0000 mon.a (mon.0) 620 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "squid"}]': finished 2024-04-27T01:28:46.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:46 smithi046 bash[44872]: cluster 2024-04-27T01:28:45.556479+0000 mon.a (mon.0) 621 : cluster 0 osdmap e147: 8 total, 8 up, 8 in 2024-04-27T01:28:46.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:46 smithi046 bash[44872]: audit 2024-04-27T01:28:45.560271+0000 mon.a (mon.0) 622 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:46.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:46 smithi046 bash[44872]: audit 2024-04-27T01:28:45.568449+0000 mon.a (mon.0) 623 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:46.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:46 smithi042 bash[55870]: cephadm 2024-04-27T01:28:44.558228+0000 mgr.y (mgr.34101) 346 : cephadm 1 Upgrade: Setting require_osd_release to 19 squid 2024-04-27T01:28:46.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:46 smithi042 bash[55870]: audit 2024-04-27T01:28:45.260837+0000 mgr.y (mgr.34101) 347 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:28:46.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:46 smithi042 bash[55870]: cluster 2024-04-27T01:28:45.546013+0000 mon.a (mon.0) 619 : cluster 1 Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running squid or later but require_osd_release < squid) 2024-04-27T01:28:46.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:46 smithi042 bash[55870]: audit 2024-04-27T01:28:45.548117+0000 mon.a (mon.0) 620 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "squid"}]': finished 2024-04-27T01:28:46.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:46 smithi042 bash[55870]: cluster 2024-04-27T01:28:45.556479+0000 mon.a (mon.0) 621 : cluster 0 osdmap e147: 8 total, 8 up, 8 in 2024-04-27T01:28:46.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:46 smithi042 bash[55870]: audit 2024-04-27T01:28:45.560271+0000 mon.a (mon.0) 622 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:46.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:46 smithi042 bash[55870]: audit 2024-04-27T01:28:45.568449+0000 mon.a (mon.0) 623 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:46.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:46 smithi042 bash[57193]: cephadm 2024-04-27T01:28:44.558228+0000 mgr.y (mgr.34101) 346 : cephadm 1 Upgrade: Setting require_osd_release to 19 squid 2024-04-27T01:28:46.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:46 smithi042 bash[57193]: audit 2024-04-27T01:28:45.260837+0000 mgr.y (mgr.34101) 347 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:28:46.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:46 smithi042 bash[57193]: cluster 2024-04-27T01:28:45.546013+0000 mon.a (mon.0) 619 : cluster 1 Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running squid or later but require_osd_release < squid) 2024-04-27T01:28:46.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:46 smithi042 bash[57193]: audit 2024-04-27T01:28:45.548117+0000 mon.a (mon.0) 620 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "squid"}]': finished 2024-04-27T01:28:46.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:46 smithi042 bash[57193]: cluster 2024-04-27T01:28:45.556479+0000 mon.a (mon.0) 621 : cluster 0 osdmap e147: 8 total, 8 up, 8 in 2024-04-27T01:28:46.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:46 smithi042 bash[57193]: audit 2024-04-27T01:28:45.560271+0000 mon.a (mon.0) 622 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:28:46.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:46 smithi042 bash[57193]: audit 2024-04-27T01:28:45.568449+0000 mon.a (mon.0) 623 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:47.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:47 smithi046 bash[44872]: cephadm 2024-04-27T01:28:45.563666+0000 mgr.y (mgr.34101) 348 : cephadm 1 Upgrade: Setting container_image for all mds 2024-04-27T01:28:47.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:47 smithi046 bash[44872]: cluster 2024-04-27T01:28:46.295911+0000 mgr.y (mgr.34101) 349 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 712 B/s rd, 0 op/s 2024-04-27T01:28:47.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:47 smithi042 bash[55870]: cephadm 2024-04-27T01:28:45.563666+0000 mgr.y (mgr.34101) 348 : cephadm 1 Upgrade: Setting container_image for all mds 2024-04-27T01:28:47.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:47 smithi042 bash[55870]: cluster 2024-04-27T01:28:46.295911+0000 mgr.y (mgr.34101) 349 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 712 B/s rd, 0 op/s 2024-04-27T01:28:47.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:47 smithi042 bash[57193]: cephadm 2024-04-27T01:28:45.563666+0000 mgr.y (mgr.34101) 348 : cephadm 1 Upgrade: Setting container_image for all mds 2024-04-27T01:28:47.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:47 smithi042 bash[57193]: cluster 2024-04-27T01:28:46.295911+0000 mgr.y (mgr.34101) 349 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 712 B/s rd, 0 op/s 2024-04-27T01:28:49.007 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:48 smithi042 bash[55870]: cephadm 2024-04-27T01:28:47.740664+0000 mgr.y (mgr.34101) 350 : cephadm 1 Upgrade: Updating rgw.foo.smithi042.btwsuv (1/4) 2024-04-27T01:28:49.007 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:48 smithi042 bash[55870]: audit 2024-04-27T01:28:47.747482+0000 mon.a (mon.0) 624 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:49.007 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:48 smithi042 bash[55870]: audit 2024-04-27T01:28:47.751561+0000 mon.a (mon.0) 625 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi042.btwsuv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:28:49.008 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:48 smithi042 bash[55870]: audit 2024-04-27T01:28:47.756371+0000 mon.a (mon.0) 626 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:28:49.008 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:48 smithi042 bash[55870]: cephadm 2024-04-27T01:28:47.758416+0000 mgr.y (mgr.34101) 351 : cephadm 1 Deploying daemon rgw.foo.smithi042.btwsuv on smithi042 2024-04-27T01:28:49.008 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:48 smithi042 bash[55870]: cluster 2024-04-27T01:28:48.296954+0000 mgr.y (mgr.34101) 352 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 712 B/s rd, 0 op/s 2024-04-27T01:28:49.008 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:48 smithi042 bash[57193]: cephadm 2024-04-27T01:28:47.740664+0000 mgr.y (mgr.34101) 350 : cephadm 1 Upgrade: Updating rgw.foo.smithi042.btwsuv (1/4) 2024-04-27T01:28:49.008 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:48 smithi042 bash[57193]: audit 2024-04-27T01:28:47.747482+0000 mon.a (mon.0) 624 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:49.008 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:48 smithi042 bash[57193]: audit 2024-04-27T01:28:47.751561+0000 mon.a (mon.0) 625 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi042.btwsuv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:28:49.008 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:48 smithi042 bash[57193]: audit 2024-04-27T01:28:47.756371+0000 mon.a (mon.0) 626 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:28:49.008 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:48 smithi042 bash[57193]: cephadm 2024-04-27T01:28:47.758416+0000 mgr.y (mgr.34101) 351 : cephadm 1 Deploying daemon rgw.foo.smithi042.btwsuv on smithi042 2024-04-27T01:28:49.008 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:48 smithi042 bash[57193]: cluster 2024-04-27T01:28:48.296954+0000 mgr.y (mgr.34101) 352 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 712 B/s rd, 0 op/s 2024-04-27T01:28:49.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:48 smithi046 bash[44872]: cephadm 2024-04-27T01:28:47.740664+0000 mgr.y (mgr.34101) 350 : cephadm 1 Upgrade: Updating rgw.foo.smithi042.btwsuv (1/4) 2024-04-27T01:28:49.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:48 smithi046 bash[44872]: audit 2024-04-27T01:28:47.747482+0000 mon.a (mon.0) 624 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:49.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:48 smithi046 bash[44872]: audit 2024-04-27T01:28:47.751561+0000 mon.a (mon.0) 625 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi042.btwsuv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:28:49.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:48 smithi046 bash[44872]: audit 2024-04-27T01:28:47.756371+0000 mon.a (mon.0) 626 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:28:49.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:48 smithi046 bash[44872]: cephadm 2024-04-27T01:28:47.758416+0000 mgr.y (mgr.34101) 351 : cephadm 1 Deploying daemon rgw.foo.smithi042.btwsuv on smithi042 2024-04-27T01:28:49.171 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:48 smithi046 bash[44872]: cluster 2024-04-27T01:28:48.296954+0000 mgr.y (mgr.34101) 352 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 712 B/s rd, 0 op/s 2024-04-27T01:28:49.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:28:49 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:28:49] "GET /metrics HTTP/1.1" 200 38621 "" "Prometheus/2.33.4" 2024-04-27T01:28:50.151 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:28:50 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:50.152 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:28:50 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:50.152 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:50 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:50.152 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:50 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:50.153 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:28:50 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:50.153 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:28:50 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:50.153 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:28:50 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:50.153 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:28:50 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:50.154 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:28:50 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:50.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:50 smithi042 bash[55870]: audit 2024-04-27T01:28:49.345521+0000 mon.a (mon.0) 627 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:50.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:50 smithi042 bash[57193]: audit 2024-04-27T01:28:49.345521+0000 mon.a (mon.0) 627 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:50.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:50 smithi046 bash[44872]: audit 2024-04-27T01:28:49.345521+0000 mon.a (mon.0) 627 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:51.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:51 smithi046 bash[44872]: cluster 2024-04-27T01:28:50.297728+0000 mgr.y (mgr.34101) 353 : cluster 0 pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-04-27T01:28:51.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:51 smithi042 bash[55870]: cluster 2024-04-27T01:28:50.297728+0000 mgr.y (mgr.34101) 353 : cluster 0 pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-04-27T01:28:51.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:51 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:51.680 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:28:51 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:51.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:28:51 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:51.681 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:28:51 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:51.681 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:28:51 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:51.681 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:28:51 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:51.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:51 smithi042 bash[57193]: cluster 2024-04-27T01:28:50.297728+0000 mgr.y (mgr.34101) 353 : cluster 0 pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-04-27T01:28:51.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:51 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:51.682 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:28:51 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:51.682 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:28:51 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:52.875 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:52 smithi042 bash[57193]: audit 2024-04-27T01:28:51.549222+0000 mon.a (mon.0) 628 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:52.875 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:52 smithi042 bash[57193]: audit 2024-04-27T01:28:51.555377+0000 mon.a (mon.0) 629 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:52.875 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:52 smithi042 bash[57193]: cluster 2024-04-27T01:28:52.298714+0000 mgr.y (mgr.34101) 354 : cluster 0 pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-04-27T01:28:52.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:52 smithi042 bash[55870]: audit 2024-04-27T01:28:51.549222+0000 mon.a (mon.0) 628 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:52.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:52 smithi042 bash[55870]: audit 2024-04-27T01:28:51.555377+0000 mon.a (mon.0) 629 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:52.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:52 smithi042 bash[55870]: cluster 2024-04-27T01:28:52.298714+0000 mgr.y (mgr.34101) 354 : cluster 0 pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-04-27T01:28:52.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:52 smithi046 bash[44872]: audit 2024-04-27T01:28:51.549222+0000 mon.a (mon.0) 628 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:52.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:52 smithi046 bash[44872]: audit 2024-04-27T01:28:51.555377+0000 mon.a (mon.0) 629 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:52.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:52 smithi046 bash[44872]: cluster 2024-04-27T01:28:52.298714+0000 mgr.y (mgr.34101) 354 : cluster 0 pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-04-27T01:28:55.247 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:54 smithi042 bash[57193]: cephadm 2024-04-27T01:28:53.949364+0000 mgr.y (mgr.34101) 355 : cephadm 1 Upgrade: Updating rgw.smpl.smithi042.yftnvj (2/4) 2024-04-27T01:28:55.247 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:54 smithi042 bash[57193]: audit 2024-04-27T01:28:53.957089+0000 mon.a (mon.0) 630 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:55.247 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:54 smithi042 bash[57193]: audit 2024-04-27T01:28:53.962084+0000 mon.a (mon.0) 631 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi042.yftnvj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:28:55.247 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:54 smithi042 bash[57193]: audit 2024-04-27T01:28:53.965859+0000 mon.a (mon.0) 632 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:28:55.247 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:54 smithi042 bash[57193]: cephadm 2024-04-27T01:28:53.967872+0000 mgr.y (mgr.34101) 356 : cephadm 1 Deploying daemon rgw.smpl.smithi042.yftnvj on smithi042 2024-04-27T01:28:55.247 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:54 smithi042 bash[57193]: cluster 2024-04-27T01:28:54.300142+0000 mgr.y (mgr.34101) 357 : cluster 0 pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 52 op/s 2024-04-27T01:28:55.247 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:54 smithi042 bash[55870]: cephadm 2024-04-27T01:28:53.949364+0000 mgr.y (mgr.34101) 355 : cephadm 1 Upgrade: Updating rgw.smpl.smithi042.yftnvj (2/4) 2024-04-27T01:28:55.247 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:54 smithi042 bash[55870]: audit 2024-04-27T01:28:53.957089+0000 mon.a (mon.0) 630 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:55.247 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:54 smithi042 bash[55870]: audit 2024-04-27T01:28:53.962084+0000 mon.a (mon.0) 631 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi042.yftnvj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:28:55.247 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:54 smithi042 bash[55870]: audit 2024-04-27T01:28:53.965859+0000 mon.a (mon.0) 632 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:28:55.247 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:54 smithi042 bash[55870]: cephadm 2024-04-27T01:28:53.967872+0000 mgr.y (mgr.34101) 356 : cephadm 1 Deploying daemon rgw.smpl.smithi042.yftnvj on smithi042 2024-04-27T01:28:55.248 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:54 smithi042 bash[55870]: cluster 2024-04-27T01:28:54.300142+0000 mgr.y (mgr.34101) 357 : cluster 0 pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 52 op/s 2024-04-27T01:28:55.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:54 smithi046 bash[44872]: cephadm 2024-04-27T01:28:53.949364+0000 mgr.y (mgr.34101) 355 : cephadm 1 Upgrade: Updating rgw.smpl.smithi042.yftnvj (2/4) 2024-04-27T01:28:55.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:54 smithi046 bash[44872]: audit 2024-04-27T01:28:53.957089+0000 mon.a (mon.0) 630 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:55.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:54 smithi046 bash[44872]: audit 2024-04-27T01:28:53.962084+0000 mon.a (mon.0) 631 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi042.yftnvj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:28:55.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:54 smithi046 bash[44872]: audit 2024-04-27T01:28:53.965859+0000 mon.a (mon.0) 632 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:28:55.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:54 smithi046 bash[44872]: cephadm 2024-04-27T01:28:53.967872+0000 mgr.y (mgr.34101) 356 : cephadm 1 Deploying daemon rgw.smpl.smithi042.yftnvj on smithi042 2024-04-27T01:28:55.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:54 smithi046 bash[44872]: cluster 2024-04-27T01:28:54.300142+0000 mgr.y (mgr.34101) 357 : cluster 0 pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 52 op/s 2024-04-27T01:28:56.239 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:28:56 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:56.239 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:28:56 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:56.239 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:28:56 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:56.240 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:55 smithi042 bash[55870]: audit 2024-04-27T01:28:55.270565+0000 mgr.y (mgr.34101) 358 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:28:56.240 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:56 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:56.240 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:55 smithi042 bash[57193]: audit 2024-04-27T01:28:55.270565+0000 mgr.y (mgr.34101) 358 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:28:56.240 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:56 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:56.240 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:28:56 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:56.241 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:28:56 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:56.241 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:28:56 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:56.241 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:28:56 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:56.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:55 smithi046 bash[44872]: audit 2024-04-27T01:28:55.270565+0000 mgr.y (mgr.34101) 358 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:28:57.180 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:56 smithi042 bash[55870]: cluster 2024-04-27T01:28:56.300771+0000 mgr.y (mgr.34101) 359 : cluster 0 pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s rd, 0 B/s wr, 90 op/s 2024-04-27T01:28:57.180 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:56 smithi042 bash[57193]: cluster 2024-04-27T01:28:56.300771+0000 mgr.y (mgr.34101) 359 : cluster 0 pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s rd, 0 B/s wr, 90 op/s 2024-04-27T01:28:57.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:56 smithi046 bash[44872]: cluster 2024-04-27T01:28:56.300771+0000 mgr.y (mgr.34101) 359 : cluster 0 pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s rd, 0 B/s wr, 90 op/s 2024-04-27T01:28:57.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:57 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:57.930 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:28:57 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:57.931 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:28:57 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:57.931 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:28:57 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:57.931 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:28:57 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:57.931 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:28:57 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:57.932 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:28:57 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:57.932 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:28:57 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:57.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:57 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:28:58.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:58 smithi042 bash[55870]: audit 2024-04-27T01:28:57.719117+0000 mon.a (mon.0) 633 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:58.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:58 smithi042 bash[55870]: audit 2024-04-27T01:28:57.725635+0000 mon.a (mon.0) 634 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:58.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:28:58 smithi042 bash[55870]: cluster 2024-04-27T01:28:58.301827+0000 mgr.y (mgr.34101) 360 : cluster 0 pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 85 B/s wr, 121 op/s 2024-04-27T01:28:58.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:58 smithi042 bash[57193]: audit 2024-04-27T01:28:57.719117+0000 mon.a (mon.0) 633 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:58.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:58 smithi042 bash[57193]: audit 2024-04-27T01:28:57.725635+0000 mon.a (mon.0) 634 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:58.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:28:58 smithi042 bash[57193]: cluster 2024-04-27T01:28:58.301827+0000 mgr.y (mgr.34101) 360 : cluster 0 pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 85 B/s wr, 121 op/s 2024-04-27T01:28:58.954 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:58 smithi046 bash[44872]: audit 2024-04-27T01:28:57.719117+0000 mon.a (mon.0) 633 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:58.954 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:58 smithi046 bash[44872]: audit 2024-04-27T01:28:57.725635+0000 mon.a (mon.0) 634 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:28:58.954 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:28:58 smithi046 bash[44872]: cluster 2024-04-27T01:28:58.301827+0000 mgr.y (mgr.34101) 360 : cluster 0 pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 85 B/s wr, 121 op/s 2024-04-27T01:28:59.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:28:59 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:28:59] "GET /metrics HTTP/1.1" 200 38612 "" "Prometheus/2.33.4" 2024-04-27T01:29:00.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:00 smithi046 bash[44872]: audit 2024-04-27T01:28:59.042421+0000 mon.a (mon.0) 635 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:00.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:00 smithi046 bash[44872]: audit 2024-04-27T01:28:59.043656+0000 mon.a (mon.0) 636 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:29:00.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:00 smithi046 bash[44872]: audit 2024-04-27T01:29:00.019072+0000 mon.a (mon.0) 637 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:00.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:00 smithi046 bash[44872]: audit 2024-04-27T01:29:00.021789+0000 mon.a (mon.0) 638 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi046.zouexy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:29:00.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:00 smithi046 bash[44872]: audit 2024-04-27T01:29:00.024848+0000 mon.a (mon.0) 639 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:29:00.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:00 smithi042 bash[55870]: audit 2024-04-27T01:28:59.042421+0000 mon.a (mon.0) 635 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:00.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:00 smithi042 bash[55870]: audit 2024-04-27T01:28:59.043656+0000 mon.a (mon.0) 636 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:29:00.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:00 smithi042 bash[55870]: audit 2024-04-27T01:29:00.019072+0000 mon.a (mon.0) 637 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:00.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:00 smithi042 bash[55870]: audit 2024-04-27T01:29:00.021789+0000 mon.a (mon.0) 638 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi046.zouexy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:29:00.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:00 smithi042 bash[55870]: audit 2024-04-27T01:29:00.024848+0000 mon.a (mon.0) 639 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:29:00.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:00 smithi042 bash[57193]: audit 2024-04-27T01:28:59.042421+0000 mon.a (mon.0) 635 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:00.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:00 smithi042 bash[57193]: audit 2024-04-27T01:28:59.043656+0000 mon.a (mon.0) 636 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:29:00.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:00 smithi042 bash[57193]: audit 2024-04-27T01:29:00.019072+0000 mon.a (mon.0) 637 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:00.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:00 smithi042 bash[57193]: audit 2024-04-27T01:29:00.021789+0000 mon.a (mon.0) 638 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi046.zouexy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:29:00.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:00 smithi042 bash[57193]: audit 2024-04-27T01:29:00.024848+0000 mon.a (mon.0) 639 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:29:01.359 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:01 smithi046 bash[44872]: cephadm 2024-04-27T01:29:00.013505+0000 mgr.y (mgr.34101) 361 : cephadm 1 Upgrade: Updating rgw.foo.smithi046.zouexy (3/4) 2024-04-27T01:29:01.359 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:01 smithi046 bash[44872]: cephadm 2024-04-27T01:29:00.026672+0000 mgr.y (mgr.34101) 362 : cephadm 1 Deploying daemon rgw.foo.smithi046.zouexy on smithi046 2024-04-27T01:29:01.359 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:01 smithi046 bash[44872]: cluster 2024-04-27T01:29:00.303364+0000 mgr.y (mgr.34101) 363 : cluster 0 pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s rd, 85 B/s wr, 155 op/s 2024-04-27T01:29:01.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:01 smithi042 bash[55870]: cephadm 2024-04-27T01:29:00.013505+0000 mgr.y (mgr.34101) 361 : cephadm 1 Upgrade: Updating rgw.foo.smithi046.zouexy (3/4) 2024-04-27T01:29:01.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:01 smithi042 bash[55870]: cephadm 2024-04-27T01:29:00.026672+0000 mgr.y (mgr.34101) 362 : cephadm 1 Deploying daemon rgw.foo.smithi046.zouexy on smithi046 2024-04-27T01:29:01.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:01 smithi042 bash[55870]: cluster 2024-04-27T01:29:00.303364+0000 mgr.y (mgr.34101) 363 : cluster 0 pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s rd, 85 B/s wr, 155 op/s 2024-04-27T01:29:01.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:01 smithi042 bash[57193]: cephadm 2024-04-27T01:29:00.013505+0000 mgr.y (mgr.34101) 361 : cephadm 1 Upgrade: Updating rgw.foo.smithi046.zouexy (3/4) 2024-04-27T01:29:01.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:01 smithi042 bash[57193]: cephadm 2024-04-27T01:29:00.026672+0000 mgr.y (mgr.34101) 362 : cephadm 1 Deploying daemon rgw.foo.smithi046.zouexy on smithi046 2024-04-27T01:29:01.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:01 smithi042 bash[57193]: cluster 2024-04-27T01:29:00.303364+0000 mgr.y (mgr.34101) 363 : cluster 0 pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s rd, 85 B/s wr, 155 op/s 2024-04-27T01:29:02.358 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:29:02 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:02.358 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:29:02 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:02.359 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:29:02 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:02.359 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:29:02 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:02.359 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:02 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:02.360 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:29:02 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:02.360 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:29:02 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:02.360 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:29:02 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:02.360 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:29:02 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:03.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:03 smithi046 bash[44872]: cluster 2024-04-27T01:29:02.304366+0000 mgr.y (mgr.34101) 364 : cluster 0 pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 111 KiB/s rd, 85 B/s wr, 174 op/s 2024-04-27T01:29:03.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:03 smithi042 bash[55870]: cluster 2024-04-27T01:29:02.304366+0000 mgr.y (mgr.34101) 364 : cluster 0 pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 111 KiB/s rd, 85 B/s wr, 174 op/s 2024-04-27T01:29:03.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:03 smithi042 bash[57193]: cluster 2024-04-27T01:29:02.304366+0000 mgr.y (mgr.34101) 364 : cluster 0 pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 111 KiB/s rd, 85 B/s wr, 174 op/s 2024-04-27T01:29:04.170 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:29:03 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:04.171 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:29:03 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:04.171 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:29:03 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:04.171 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:29:03 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:04.172 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:29:03 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:04.172 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:29:03 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:04.172 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:03 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:04.173 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:29:03 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:04.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:29:03 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:05.111 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:04 smithi046 bash[44872]: audit 2024-04-27T01:29:03.860446+0000 mon.a (mon.0) 640 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:05.113 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:04 smithi046 bash[44872]: audit 2024-04-27T01:29:03.872221+0000 mon.a (mon.0) 641 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:05.113 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:04 smithi046 bash[44872]: cluster 2024-04-27T01:29:04.305986+0000 mgr.y (mgr.34101) 365 : cluster 0 pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 157 KiB/s rd, 170 B/s wr, 248 op/s 2024-04-27T01:29:05.180 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:04 smithi042 bash[55870]: audit 2024-04-27T01:29:03.860446+0000 mon.a (mon.0) 640 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:05.180 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:04 smithi042 bash[55870]: audit 2024-04-27T01:29:03.872221+0000 mon.a (mon.0) 641 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:05.180 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:04 smithi042 bash[55870]: cluster 2024-04-27T01:29:04.305986+0000 mgr.y (mgr.34101) 365 : cluster 0 pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 157 KiB/s rd, 170 B/s wr, 248 op/s 2024-04-27T01:29:05.180 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:04 smithi042 bash[57193]: audit 2024-04-27T01:29:03.860446+0000 mon.a (mon.0) 640 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:05.180 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:04 smithi042 bash[57193]: audit 2024-04-27T01:29:03.872221+0000 mon.a (mon.0) 641 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:05.181 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:04 smithi042 bash[57193]: cluster 2024-04-27T01:29:04.305986+0000 mgr.y (mgr.34101) 365 : cluster 0 pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 157 KiB/s rd, 170 B/s wr, 248 op/s 2024-04-27T01:29:06.170 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:05 smithi046 bash[44872]: audit 2024-04-27T01:29:05.279413+0000 mgr.y (mgr.34101) 366 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:29:06.180 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:05 smithi042 bash[55870]: audit 2024-04-27T01:29:05.279413+0000 mgr.y (mgr.34101) 366 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:29:06.180 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:05 smithi042 bash[57193]: audit 2024-04-27T01:29:05.279413+0000 mgr.y (mgr.34101) 366 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:29:07.486 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:07 smithi046 bash[44872]: cephadm 2024-04-27T01:29:06.224001+0000 mgr.y (mgr.34101) 367 : cephadm 1 Upgrade: Updating rgw.smpl.smithi046.goucgg (4/4) 2024-04-27T01:29:07.487 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:07 smithi046 bash[44872]: audit 2024-04-27T01:29:06.231474+0000 mon.a (mon.0) 642 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:07.487 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:07 smithi046 bash[44872]: audit 2024-04-27T01:29:06.236298+0000 mon.a (mon.0) 643 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi046.goucgg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:29:07.487 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:07 smithi046 bash[44872]: audit 2024-04-27T01:29:06.240196+0000 mon.a (mon.0) 644 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:29:07.487 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:07 smithi046 bash[44872]: cephadm 2024-04-27T01:29:06.242249+0000 mgr.y (mgr.34101) 368 : cephadm 1 Deploying daemon rgw.smpl.smithi046.goucgg on smithi046 2024-04-27T01:29:07.487 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:07 smithi046 bash[44872]: cluster 2024-04-27T01:29:06.307185+0000 mgr.y (mgr.34101) 369 : cluster 0 pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 135 KiB/s rd, 170 B/s wr, 213 op/s 2024-04-27T01:29:07.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:07 smithi042 bash[55870]: cephadm 2024-04-27T01:29:06.224001+0000 mgr.y (mgr.34101) 367 : cephadm 1 Upgrade: Updating rgw.smpl.smithi046.goucgg (4/4) 2024-04-27T01:29:07.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:07 smithi042 bash[55870]: audit 2024-04-27T01:29:06.231474+0000 mon.a (mon.0) 642 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:07.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:07 smithi042 bash[55870]: audit 2024-04-27T01:29:06.236298+0000 mon.a (mon.0) 643 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi046.goucgg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:29:07.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:07 smithi042 bash[55870]: audit 2024-04-27T01:29:06.240196+0000 mon.a (mon.0) 644 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:29:07.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:07 smithi042 bash[55870]: cephadm 2024-04-27T01:29:06.242249+0000 mgr.y (mgr.34101) 368 : cephadm 1 Deploying daemon rgw.smpl.smithi046.goucgg on smithi046 2024-04-27T01:29:07.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:07 smithi042 bash[55870]: cluster 2024-04-27T01:29:06.307185+0000 mgr.y (mgr.34101) 369 : cluster 0 pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 135 KiB/s rd, 170 B/s wr, 213 op/s 2024-04-27T01:29:07.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:07 smithi042 bash[57193]: cephadm 2024-04-27T01:29:06.224001+0000 mgr.y (mgr.34101) 367 : cephadm 1 Upgrade: Updating rgw.smpl.smithi046.goucgg (4/4) 2024-04-27T01:29:07.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:07 smithi042 bash[57193]: audit 2024-04-27T01:29:06.231474+0000 mon.a (mon.0) 642 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:07.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:07 smithi042 bash[57193]: audit 2024-04-27T01:29:06.236298+0000 mon.a (mon.0) 643 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi046.goucgg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T01:29:07.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:07 smithi042 bash[57193]: audit 2024-04-27T01:29:06.240196+0000 mon.a (mon.0) 644 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:29:07.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:07 smithi042 bash[57193]: cephadm 2024-04-27T01:29:06.242249+0000 mgr.y (mgr.34101) 368 : cephadm 1 Deploying daemon rgw.smpl.smithi046.goucgg on smithi046 2024-04-27T01:29:07.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:07 smithi042 bash[57193]: cluster 2024-04-27T01:29:06.307185+0000 mgr.y (mgr.34101) 369 : cluster 0 pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 135 KiB/s rd, 170 B/s wr, 213 op/s 2024-04-27T01:29:08.606 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:29:08 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:08.606 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:29:08 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:08.606 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:29:08 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:08.607 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:08 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:08.607 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:29:08 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:08.607 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:29:08 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:08.607 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:29:08 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:08.608 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:29:08 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:08.608 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:29:08 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:09.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:09 smithi046 bash[44872]: cluster 2024-04-27T01:29:08.308248+0000 mgr.y (mgr.34101) 370 : cluster 0 pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 138 KiB/s rd, 255 B/s wr, 217 op/s 2024-04-27T01:29:09.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:09 smithi042 bash[55870]: cluster 2024-04-27T01:29:08.308248+0000 mgr.y (mgr.34101) 370 : cluster 0 pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 138 KiB/s rd, 255 B/s wr, 217 op/s 2024-04-27T01:29:09.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:29:09 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:29:09] "GET /metrics HTTP/1.1" 200 38612 "" "Prometheus/2.33.4" 2024-04-27T01:29:09.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:09 smithi042 bash[57193]: cluster 2024-04-27T01:29:08.308248+0000 mgr.y (mgr.34101) 370 : cluster 0 pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 138 KiB/s rd, 255 B/s wr, 217 op/s 2024-04-27T01:29:10.022 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:29:09 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:10.023 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:29:09 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:10.023 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:29:09 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:10.023 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:29:09 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:10.023 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:09 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:10.024 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:29:09 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:10.024 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:29:09 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:10.024 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:29:09 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:10.024 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:29:09 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:11.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:11 smithi046 bash[44872]: audit 2024-04-27T01:29:10.089493+0000 mon.a (mon.0) 645 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:11.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:11 smithi046 bash[44872]: audit 2024-04-27T01:29:10.101563+0000 mon.a (mon.0) 646 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:11.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:11 smithi046 bash[44872]: cluster 2024-04-27T01:29:10.309600+0000 mgr.y (mgr.34101) 371 : cluster 0 pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 152 KiB/s rd, 170 B/s wr, 240 op/s 2024-04-27T01:29:11.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:11 smithi046 bash[44872]: audit 2024-04-27T01:29:10.694124+0000 mon.a (mon.0) 647 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:11.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:11 smithi046 bash[44872]: audit 2024-04-27T01:29:10.702022+0000 mon.a (mon.0) 648 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:11.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:11 smithi046 bash[44872]: audit 2024-04-27T01:29:10.712482+0000 mon.a (mon.0) 649 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:11.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:11 smithi046 bash[44872]: audit 2024-04-27T01:29:10.724540+0000 mon.a (mon.0) 650 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:11.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:11 smithi042 bash[55870]: audit 2024-04-27T01:29:10.089493+0000 mon.a (mon.0) 645 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:11.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:11 smithi042 bash[55870]: audit 2024-04-27T01:29:10.101563+0000 mon.a (mon.0) 646 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:11.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:11 smithi042 bash[55870]: cluster 2024-04-27T01:29:10.309600+0000 mgr.y (mgr.34101) 371 : cluster 0 pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 152 KiB/s rd, 170 B/s wr, 240 op/s 2024-04-27T01:29:11.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:11 smithi042 bash[55870]: audit 2024-04-27T01:29:10.694124+0000 mon.a (mon.0) 647 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:11.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:11 smithi042 bash[55870]: audit 2024-04-27T01:29:10.702022+0000 mon.a (mon.0) 648 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:11.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:11 smithi042 bash[55870]: audit 2024-04-27T01:29:10.712482+0000 mon.a (mon.0) 649 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:11.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:11 smithi042 bash[55870]: audit 2024-04-27T01:29:10.724540+0000 mon.a (mon.0) 650 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:11.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:11 smithi042 bash[57193]: audit 2024-04-27T01:29:10.089493+0000 mon.a (mon.0) 645 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:11.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:11 smithi042 bash[57193]: audit 2024-04-27T01:29:10.101563+0000 mon.a (mon.0) 646 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:11.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:11 smithi042 bash[57193]: cluster 2024-04-27T01:29:10.309600+0000 mgr.y (mgr.34101) 371 : cluster 0 pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 152 KiB/s rd, 170 B/s wr, 240 op/s 2024-04-27T01:29:11.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:11 smithi042 bash[57193]: audit 2024-04-27T01:29:10.694124+0000 mon.a (mon.0) 647 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:11.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:11 smithi042 bash[57193]: audit 2024-04-27T01:29:10.702022+0000 mon.a (mon.0) 648 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:11.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:11 smithi042 bash[57193]: audit 2024-04-27T01:29:10.712482+0000 mon.a (mon.0) 649 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:11.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:11 smithi042 bash[57193]: audit 2024-04-27T01:29:10.724540+0000 mon.a (mon.0) 650 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:11.529 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:29:12.254 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:29:12.254 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (7m) 2m ago 14m 14.8M - 0.23.0 ba2b418f427c 0f0b55d975d0 2024-04-27T01:29:12.254 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 error 38s ago 14m - - 2024-04-27T01:29:12.254 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 running (6m) 2m ago 12m 44.2M - 3.5 e1d6a67b021e e9e58db015ab 2024-04-27T01:29:12.254 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443,9283,8765 running (6m) 38s ago 20m 439M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 b405f9e86d9a 2024-04-27T01:29:12.254 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (7m) 2m ago 21m 496M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 60e39f55c7ea 2024-04-27T01:29:12.254 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (6m) 2m ago 22m 49.9M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 73925c36c48e 2024-04-27T01:29:12.254 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (5m) 38s ago 20m 39.2M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 56399982a983 2024-04-27T01:29:12.254 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (5m) 2m ago 20m 41.1M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 cf9a80ee073c 2024-04-27T01:29:12.255 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (8m) 2m ago 14m 9251k - 1.3.1 1dbe0e931976 ea2d213e0f7a 2024-04-27T01:29:12.255 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (7m) 38s ago 14m 9388k - 1.3.1 1dbe0e931976 e95126faf566 2024-04-27T01:29:12.255 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (4m) 2m ago 19m 49.7M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 59aa3e813245 2024-04-27T01:29:12.255 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (3m) 2m ago 19m 49.9M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 4432f1499107 2024-04-27T01:29:12.255 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (3m) 2m ago 18m 51.4M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ee07041d5acd 2024-04-27T01:29:12.255 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (2m) 2m ago 17m - 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 887e8f900de3 2024-04-27T01:29:12.255 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (2m) 38s ago 17m 50.6M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 a75b6e03fc58 2024-04-27T01:29:12.255 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (102s) 38s ago 16m 47.7M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 6fcfd911db34 2024-04-27T01:29:12.255 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (73s) 38s ago 16m 46.4M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ac46d34fada7 2024-04-27T01:29:12.255 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (44s) 38s ago 15m 11.7M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 bc4e8ce11408 2024-04-27T01:29:12.255 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 running (6m) 38s ago 14m 61.0M - 2.33.4 514e6a882f6e 3405daccd7ea 2024-04-27T01:29:12.255 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 starting - - - - 2024-04-27T01:29:12.255 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 starting - - - - 2024-04-27T01:29:12.255 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 starting - - - - 2024-04-27T01:29:12.256 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 starting - - - - 2024-04-27T01:29:12.681 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:29:12.681 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:29:12.681 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 3 2024-04-27T01:29:12.681 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:29:12.681 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:29:12.681 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 2 2024-04-27T01:29:12.682 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:29:12.682 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:29:12.682 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 8 2024-04-27T01:29:12.682 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:29:12.682 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:29:12.682 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 4 2024-04-27T01:29:12.682 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:29:12.682 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:29:12.682 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 17 2024-04-27T01:29:12.682 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:29:12.682 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:29:13.051 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:29:13.051 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", 2024-04-27T01:29:13.051 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2024-04-27T01:29:13.051 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-27T01:29:13.051 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2024-04-27T01:29:13.051 INFO:teuthology.orchestra.run.smithi042.stdout: "osd", 2024-04-27T01:29:13.052 INFO:teuthology.orchestra.run.smithi042.stdout: "mon", 2024-04-27T01:29:13.052 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr" 2024-04-27T01:29:13.052 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2024-04-27T01:29:13.052 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "13/23 daemons upgraded", 2024-04-27T01:29:13.052 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading rgw daemons", 2024-04-27T01:29:13.052 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2024-04-27T01:29:13.052 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:29:13.482 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:29:13.482 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:29:13.482 INFO:teuthology.orchestra.run.smithi042.stdout: daemon grafana.a on smithi046 is in error state 2024-04-27T01:29:13.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:13 smithi046 bash[44872]: audit 2024-04-27T01:29:11.531213+0000 mgr.y (mgr.34101) 372 : audit 0 from='client.44575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:29:13.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:13 smithi046 bash[44872]: audit 2024-04-27T01:29:11.899618+0000 mgr.y (mgr.34101) 373 : audit 0 from='client.34668 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:29:13.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:13 smithi046 bash[44872]: audit 2024-04-27T01:29:12.254548+0000 mgr.y (mgr.34101) 374 : audit 0 from='client.44590 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:29:13.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:13 smithi046 bash[44872]: cluster 2024-04-27T01:29:12.310313+0000 mgr.y (mgr.34101) 375 : cluster 0 pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 137 KiB/s rd, 170 B/s wr, 217 op/s 2024-04-27T01:29:13.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:13 smithi046 bash[44872]: audit 2024-04-27T01:29:12.696791+0000 mon.c (mon.1) 19 : audit 0 from='client.? 172.21.15.42:0/895830751' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:13.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:13 smithi042 bash[55870]: audit 2024-04-27T01:29:11.531213+0000 mgr.y (mgr.34101) 372 : audit 0 from='client.44575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:29:13.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:13 smithi042 bash[55870]: audit 2024-04-27T01:29:11.899618+0000 mgr.y (mgr.34101) 373 : audit 0 from='client.34668 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:29:13.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:13 smithi042 bash[55870]: audit 2024-04-27T01:29:12.254548+0000 mgr.y (mgr.34101) 374 : audit 0 from='client.44590 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:29:13.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:13 smithi042 bash[55870]: cluster 2024-04-27T01:29:12.310313+0000 mgr.y (mgr.34101) 375 : cluster 0 pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 137 KiB/s rd, 170 B/s wr, 217 op/s 2024-04-27T01:29:13.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:13 smithi042 bash[55870]: audit 2024-04-27T01:29:12.696791+0000 mon.c (mon.1) 19 : audit 0 from='client.? 172.21.15.42:0/895830751' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:13.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:13 smithi042 bash[57193]: audit 2024-04-27T01:29:11.531213+0000 mgr.y (mgr.34101) 372 : audit 0 from='client.44575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:29:13.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:13 smithi042 bash[57193]: audit 2024-04-27T01:29:11.899618+0000 mgr.y (mgr.34101) 373 : audit 0 from='client.34668 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:29:13.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:13 smithi042 bash[57193]: audit 2024-04-27T01:29:12.254548+0000 mgr.y (mgr.34101) 374 : audit 0 from='client.44590 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:29:13.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:13 smithi042 bash[57193]: cluster 2024-04-27T01:29:12.310313+0000 mgr.y (mgr.34101) 375 : cluster 0 pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 137 KiB/s rd, 170 B/s wr, 217 op/s 2024-04-27T01:29:13.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:13 smithi042 bash[57193]: audit 2024-04-27T01:29:12.696791+0000 mon.c (mon.1) 19 : audit 0 from='client.? 172.21.15.42:0/895830751' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:14.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:14 smithi046 bash[44872]: audit 2024-04-27T01:29:13.066847+0000 mgr.y (mgr.34101) 376 : audit 0 from='client.44602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:29:14.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:14 smithi046 bash[44872]: audit 2024-04-27T01:29:13.498144+0000 mon.c (mon.1) 20 : audit 0 from='client.? 172.21.15.42:0/3790295042' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:29:14.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:14 smithi046 bash[44872]: audit 2024-04-27T01:29:14.040133+0000 mon.a (mon.0) 651 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:29:14.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:14 smithi042 bash[55870]: audit 2024-04-27T01:29:13.066847+0000 mgr.y (mgr.34101) 376 : audit 0 from='client.44602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:29:14.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:14 smithi042 bash[55870]: audit 2024-04-27T01:29:13.498144+0000 mon.c (mon.1) 20 : audit 0 from='client.? 172.21.15.42:0/3790295042' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:29:14.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:14 smithi042 bash[55870]: audit 2024-04-27T01:29:14.040133+0000 mon.a (mon.0) 651 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:29:14.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:14 smithi042 bash[57193]: audit 2024-04-27T01:29:13.066847+0000 mgr.y (mgr.34101) 376 : audit 0 from='client.44602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:29:14.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:14 smithi042 bash[57193]: audit 2024-04-27T01:29:13.498144+0000 mon.c (mon.1) 20 : audit 0 from='client.? 172.21.15.42:0/3790295042' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:29:14.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:14 smithi042 bash[57193]: audit 2024-04-27T01:29:14.040133+0000 mon.a (mon.0) 651 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:29:15.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:15 smithi046 bash[44872]: cluster 2024-04-27T01:29:14.311628+0000 mgr.y (mgr.34101) 377 : cluster 0 pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 180 KiB/s rd, 255 B/s wr, 284 op/s 2024-04-27T01:29:15.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:15 smithi042 bash[55870]: cluster 2024-04-27T01:29:14.311628+0000 mgr.y (mgr.34101) 377 : cluster 0 pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 180 KiB/s rd, 255 B/s wr, 284 op/s 2024-04-27T01:29:15.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:15 smithi042 bash[57193]: cluster 2024-04-27T01:29:14.311628+0000 mgr.y (mgr.34101) 377 : cluster 0 pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 180 KiB/s rd, 255 B/s wr, 284 op/s 2024-04-27T01:29:16.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:16 smithi046 bash[44872]: audit 2024-04-27T01:29:15.286744+0000 mgr.y (mgr.34101) 378 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:29:16.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:16 smithi042 bash[55870]: audit 2024-04-27T01:29:15.286744+0000 mgr.y (mgr.34101) 378 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:29:16.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:16 smithi042 bash[57193]: audit 2024-04-27T01:29:15.286744+0000 mgr.y (mgr.34101) 378 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:29:17.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:17 smithi046 bash[44872]: cluster 2024-04-27T01:29:16.312266+0000 mgr.y (mgr.34101) 379 : cluster 0 pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 157 KiB/s rd, 170 B/s wr, 248 op/s 2024-04-27T01:29:17.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:17 smithi046 bash[44872]: audit 2024-04-27T01:29:16.402691+0000 mon.a (mon.0) 652 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:17.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:17 smithi046 bash[44872]: audit 2024-04-27T01:29:16.407558+0000 mon.a (mon.0) 653 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:17.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:17 smithi046 bash[44872]: audit 2024-04-27T01:29:16.680532+0000 mon.a (mon.0) 654 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:17.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:17 smithi046 bash[44872]: audit 2024-04-27T01:29:16.689052+0000 mon.a (mon.0) 655 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:17.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:17 smithi042 bash[55870]: cluster 2024-04-27T01:29:16.312266+0000 mgr.y (mgr.34101) 379 : cluster 0 pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 157 KiB/s rd, 170 B/s wr, 248 op/s 2024-04-27T01:29:17.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:17 smithi042 bash[55870]: audit 2024-04-27T01:29:16.402691+0000 mon.a (mon.0) 652 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:17.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:17 smithi042 bash[55870]: audit 2024-04-27T01:29:16.407558+0000 mon.a (mon.0) 653 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:17.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:17 smithi042 bash[55870]: audit 2024-04-27T01:29:16.680532+0000 mon.a (mon.0) 654 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:17.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:17 smithi042 bash[55870]: audit 2024-04-27T01:29:16.689052+0000 mon.a (mon.0) 655 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:17.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:17 smithi042 bash[57193]: cluster 2024-04-27T01:29:16.312266+0000 mgr.y (mgr.34101) 379 : cluster 0 pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 157 KiB/s rd, 170 B/s wr, 248 op/s 2024-04-27T01:29:17.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:17 smithi042 bash[57193]: audit 2024-04-27T01:29:16.402691+0000 mon.a (mon.0) 652 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:17.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:17 smithi042 bash[57193]: audit 2024-04-27T01:29:16.407558+0000 mon.a (mon.0) 653 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:17.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:17 smithi042 bash[57193]: audit 2024-04-27T01:29:16.680532+0000 mon.a (mon.0) 654 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:17.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:17 smithi042 bash[57193]: audit 2024-04-27T01:29:16.689052+0000 mon.a (mon.0) 655 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:18.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:18 smithi046 bash[44872]: audit 2024-04-27T01:29:17.570193+0000 mon.a (mon.0) 656 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:18.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:18 smithi046 bash[44872]: audit 2024-04-27T01:29:17.580881+0000 mon.a (mon.0) 657 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:18.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:18 smithi046 bash[44872]: audit 2024-04-27T01:29:17.806371+0000 mon.a (mon.0) 658 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:18.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:18 smithi046 bash[44872]: audit 2024-04-27T01:29:17.817900+0000 mon.a (mon.0) 659 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:18.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:18 smithi046 bash[44872]: cluster 2024-04-27T01:29:18.313018+0000 mgr.y (mgr.34101) 380 : cluster 0 pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 151 KiB/s rd, 170 B/s wr, 239 op/s 2024-04-27T01:29:18.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:18 smithi042 bash[55870]: audit 2024-04-27T01:29:17.570193+0000 mon.a (mon.0) 656 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:18.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:18 smithi042 bash[55870]: audit 2024-04-27T01:29:17.580881+0000 mon.a (mon.0) 657 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:18.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:18 smithi042 bash[55870]: audit 2024-04-27T01:29:17.806371+0000 mon.a (mon.0) 658 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:18.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:18 smithi042 bash[55870]: audit 2024-04-27T01:29:17.817900+0000 mon.a (mon.0) 659 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:18.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:18 smithi042 bash[55870]: cluster 2024-04-27T01:29:18.313018+0000 mgr.y (mgr.34101) 380 : cluster 0 pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 151 KiB/s rd, 170 B/s wr, 239 op/s 2024-04-27T01:29:18.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:18 smithi042 bash[57193]: audit 2024-04-27T01:29:17.570193+0000 mon.a (mon.0) 656 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:18.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:18 smithi042 bash[57193]: audit 2024-04-27T01:29:17.580881+0000 mon.a (mon.0) 657 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:18.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:18 smithi042 bash[57193]: audit 2024-04-27T01:29:17.806371+0000 mon.a (mon.0) 658 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:18.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:18 smithi042 bash[57193]: audit 2024-04-27T01:29:17.817900+0000 mon.a (mon.0) 659 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:18.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:18 smithi042 bash[57193]: cluster 2024-04-27T01:29:18.313018+0000 mgr.y (mgr.34101) 380 : cluster 0 pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 151 KiB/s rd, 170 B/s wr, 239 op/s 2024-04-27T01:29:19.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:29:19 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:29:19] "GET /metrics HTTP/1.1" 200 38616 "" "Prometheus/2.33.4" 2024-04-27T01:29:21.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:21 smithi046 bash[44872]: cluster 2024-04-27T01:29:20.314364+0000 mgr.y (mgr.34101) 381 : cluster 0 pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 126 KiB/s rd, 85 B/s wr, 198 op/s 2024-04-27T01:29:21.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:21 smithi042 bash[55870]: cluster 2024-04-27T01:29:20.314364+0000 mgr.y (mgr.34101) 381 : cluster 0 pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 126 KiB/s rd, 85 B/s wr, 198 op/s 2024-04-27T01:29:21.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:21 smithi042 bash[57193]: cluster 2024-04-27T01:29:20.314364+0000 mgr.y (mgr.34101) 381 : cluster 0 pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 126 KiB/s rd, 85 B/s wr, 198 op/s 2024-04-27T01:29:23.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:23 smithi046 bash[44872]: cluster 2024-04-27T01:29:22.315347+0000 mgr.y (mgr.34101) 382 : cluster 0 pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s rd, 85 B/s wr, 135 op/s 2024-04-27T01:29:23.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:23 smithi042 bash[55870]: cluster 2024-04-27T01:29:22.315347+0000 mgr.y (mgr.34101) 382 : cluster 0 pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s rd, 85 B/s wr, 135 op/s 2024-04-27T01:29:23.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:23 smithi042 bash[57193]: cluster 2024-04-27T01:29:22.315347+0000 mgr.y (mgr.34101) 382 : cluster 0 pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s rd, 85 B/s wr, 135 op/s 2024-04-27T01:29:25.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:25 smithi046 bash[44872]: cluster 2024-04-27T01:29:24.316712+0000 mgr.y (mgr.34101) 383 : cluster 0 pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 85 B/s wr, 124 op/s 2024-04-27T01:29:25.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:25 smithi042 bash[55870]: cluster 2024-04-27T01:29:24.316712+0000 mgr.y (mgr.34101) 383 : cluster 0 pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 85 B/s wr, 124 op/s 2024-04-27T01:29:25.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:25 smithi042 bash[57193]: cluster 2024-04-27T01:29:24.316712+0000 mgr.y (mgr.34101) 383 : cluster 0 pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 85 B/s wr, 124 op/s 2024-04-27T01:29:26.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:26 smithi042 bash[55870]: audit 2024-04-27T01:29:25.294604+0000 mgr.y (mgr.34101) 384 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:29:26.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:26 smithi042 bash[57193]: audit 2024-04-27T01:29:25.294604+0000 mgr.y (mgr.34101) 384 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:29:26.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:26 smithi046 bash[44872]: audit 2024-04-27T01:29:25.294604+0000 mgr.y (mgr.34101) 384 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:29:27.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:27 smithi046 bash[44872]: cluster 2024-04-27T01:29:26.317658+0000 mgr.y (mgr.34101) 385 : cluster 0 pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 37 op/s 2024-04-27T01:29:27.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:27 smithi046 bash[44872]: audit 2024-04-27T01:29:26.782914+0000 mon.a (mon.0) 660 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:27.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:27 smithi046 bash[44872]: audit 2024-04-27T01:29:26.797366+0000 mon.a (mon.0) 661 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:27.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:27 smithi046 bash[44872]: audit 2024-04-27T01:29:27.370588+0000 mon.a (mon.0) 662 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:27.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:27 smithi046 bash[44872]: audit 2024-04-27T01:29:27.383412+0000 mon.a (mon.0) 663 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:27.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:27 smithi042 bash[55870]: cluster 2024-04-27T01:29:26.317658+0000 mgr.y (mgr.34101) 385 : cluster 0 pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 37 op/s 2024-04-27T01:29:27.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:27 smithi042 bash[55870]: audit 2024-04-27T01:29:26.782914+0000 mon.a (mon.0) 660 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:27.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:27 smithi042 bash[55870]: audit 2024-04-27T01:29:26.797366+0000 mon.a (mon.0) 661 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:27.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:27 smithi042 bash[55870]: audit 2024-04-27T01:29:27.370588+0000 mon.a (mon.0) 662 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:27.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:27 smithi042 bash[55870]: audit 2024-04-27T01:29:27.383412+0000 mon.a (mon.0) 663 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:27.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:27 smithi042 bash[57193]: cluster 2024-04-27T01:29:26.317658+0000 mgr.y (mgr.34101) 385 : cluster 0 pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 37 op/s 2024-04-27T01:29:27.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:27 smithi042 bash[57193]: audit 2024-04-27T01:29:26.782914+0000 mon.a (mon.0) 660 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:27.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:27 smithi042 bash[57193]: audit 2024-04-27T01:29:26.797366+0000 mon.a (mon.0) 661 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:27.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:27 smithi042 bash[57193]: audit 2024-04-27T01:29:27.370588+0000 mon.a (mon.0) 662 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:27.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:27 smithi042 bash[57193]: audit 2024-04-27T01:29:27.383412+0000 mon.a (mon.0) 663 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:28.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: cephadm 2024-04-27T01:29:26.771202+0000 mgr.y (mgr.34101) 386 : cephadm 1 Detected new or changed devices on smithi046 2024-04-27T01:29:28.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: cephadm 2024-04-27T01:29:27.357919+0000 mgr.y (mgr.34101) 387 : cephadm 1 Detected new or changed devices on smithi042 2024-04-27T01:29:28.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: audit 2024-04-27T01:29:27.386388+0000 mon.a (mon.0) 664 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:29:28.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: audit 2024-04-27T01:29:27.395543+0000 mon.a (mon.0) 665 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:29:28.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: cluster 2024-04-27T01:29:27.399452+0000 mgr.y (mgr.34101) 388 : cluster 0 pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 923 B/s rd, 0 op/s 2024-04-27T01:29:28.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: cluster 2024-04-27T01:29:27.400136+0000 mgr.y (mgr.34101) 389 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:29:28.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: audit 2024-04-27T01:29:27.408689+0000 mon.a (mon.0) 666 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:28.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: audit 2024-04-27T01:29:27.518387+0000 mon.a (mon.0) 667 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:29:28.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: audit 2024-04-27T01:29:27.523899+0000 mon.a (mon.0) 668 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: audit 2024-04-27T01:29:27.528397+0000 mon.a (mon.0) 669 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: audit 2024-04-27T01:29:27.531448+0000 mon.a (mon.0) 670 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: audit 2024-04-27T01:29:27.537247+0000 mon.a (mon.0) 671 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: audit 2024-04-27T01:29:27.543977+0000 mon.a (mon.0) 672 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: audit 2024-04-27T01:29:27.548433+0000 mon.a (mon.0) 673 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: audit 2024-04-27T01:29:27.557183+0000 mon.a (mon.0) 674 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:28.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: audit 2024-04-27T01:29:27.561868+0000 mon.a (mon.0) 675 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi042.btwsuv"}]: dispatch 2024-04-27T01:29:28.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: audit 2024-04-27T01:29:27.567527+0000 mon.a (mon.0) 676 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi042.btwsuv"}]': finished 2024-04-27T01:29:28.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: audit 2024-04-27T01:29:27.571737+0000 mon.a (mon.0) 677 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi046.zouexy"}]: dispatch 2024-04-27T01:29:28.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: audit 2024-04-27T01:29:27.577888+0000 mon.a (mon.0) 678 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi046.zouexy"}]': finished 2024-04-27T01:29:28.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: audit 2024-04-27T01:29:27.582260+0000 mon.a (mon.0) 679 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi042.yftnvj"}]: dispatch 2024-04-27T01:29:28.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: audit 2024-04-27T01:29:27.588425+0000 mon.a (mon.0) 680 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi042.yftnvj"}]': finished 2024-04-27T01:29:28.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: audit 2024-04-27T01:29:27.593076+0000 mon.a (mon.0) 681 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi046.goucgg"}]: dispatch 2024-04-27T01:29:28.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: audit 2024-04-27T01:29:27.598876+0000 mon.a (mon.0) 682 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi046.goucgg"}]': finished 2024-04-27T01:29:28.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: audit 2024-04-27T01:29:27.604950+0000 mon.a (mon.0) 683 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: audit 2024-04-27T01:29:27.613501+0000 mon.a (mon.0) 684 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:28.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: audit 2024-04-27T01:29:27.619171+0000 mon.a (mon.0) 685 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: audit 2024-04-27T01:29:27.622153+0000 mon.a (mon.0) 686 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:28 smithi046 bash[44872]: audit 2024-04-27T01:29:27.630111+0000 mon.a (mon.0) 687 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:28.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: cephadm 2024-04-27T01:29:26.771202+0000 mgr.y (mgr.34101) 386 : cephadm 1 Detected new or changed devices on smithi046 2024-04-27T01:29:28.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: cephadm 2024-04-27T01:29:27.357919+0000 mgr.y (mgr.34101) 387 : cephadm 1 Detected new or changed devices on smithi042 2024-04-27T01:29:28.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: audit 2024-04-27T01:29:27.386388+0000 mon.a (mon.0) 664 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:29:28.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: audit 2024-04-27T01:29:27.395543+0000 mon.a (mon.0) 665 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:29:28.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: cluster 2024-04-27T01:29:27.399452+0000 mgr.y (mgr.34101) 388 : cluster 0 pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 923 B/s rd, 0 op/s 2024-04-27T01:29:28.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: cluster 2024-04-27T01:29:27.400136+0000 mgr.y (mgr.34101) 389 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:29:28.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: audit 2024-04-27T01:29:27.408689+0000 mon.a (mon.0) 666 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:28.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: audit 2024-04-27T01:29:27.518387+0000 mon.a (mon.0) 667 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:29:28.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: audit 2024-04-27T01:29:27.523899+0000 mon.a (mon.0) 668 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: audit 2024-04-27T01:29:27.528397+0000 mon.a (mon.0) 669 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: audit 2024-04-27T01:29:27.531448+0000 mon.a (mon.0) 670 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: audit 2024-04-27T01:29:27.537247+0000 mon.a (mon.0) 671 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: audit 2024-04-27T01:29:27.543977+0000 mon.a (mon.0) 672 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: audit 2024-04-27T01:29:27.548433+0000 mon.a (mon.0) 673 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: audit 2024-04-27T01:29:27.557183+0000 mon.a (mon.0) 674 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:28.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: audit 2024-04-27T01:29:27.561868+0000 mon.a (mon.0) 675 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi042.btwsuv"}]: dispatch 2024-04-27T01:29:28.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: audit 2024-04-27T01:29:27.567527+0000 mon.a (mon.0) 676 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi042.btwsuv"}]': finished 2024-04-27T01:29:28.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: audit 2024-04-27T01:29:27.571737+0000 mon.a (mon.0) 677 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi046.zouexy"}]: dispatch 2024-04-27T01:29:28.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: audit 2024-04-27T01:29:27.577888+0000 mon.a (mon.0) 678 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi046.zouexy"}]': finished 2024-04-27T01:29:28.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: audit 2024-04-27T01:29:27.582260+0000 mon.a (mon.0) 679 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi042.yftnvj"}]: dispatch 2024-04-27T01:29:28.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: audit 2024-04-27T01:29:27.588425+0000 mon.a (mon.0) 680 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi042.yftnvj"}]': finished 2024-04-27T01:29:28.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: audit 2024-04-27T01:29:27.593076+0000 mon.a (mon.0) 681 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi046.goucgg"}]: dispatch 2024-04-27T01:29:28.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: audit 2024-04-27T01:29:27.598876+0000 mon.a (mon.0) 682 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi046.goucgg"}]': finished 2024-04-27T01:29:28.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: audit 2024-04-27T01:29:27.604950+0000 mon.a (mon.0) 683 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: audit 2024-04-27T01:29:27.613501+0000 mon.a (mon.0) 684 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:28.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: audit 2024-04-27T01:29:27.619171+0000 mon.a (mon.0) 685 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: audit 2024-04-27T01:29:27.622153+0000 mon.a (mon.0) 686 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[57193]: audit 2024-04-27T01:29:27.630111+0000 mon.a (mon.0) 687 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:28.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: cephadm 2024-04-27T01:29:26.771202+0000 mgr.y (mgr.34101) 386 : cephadm 1 Detected new or changed devices on smithi046 2024-04-27T01:29:28.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: cephadm 2024-04-27T01:29:27.357919+0000 mgr.y (mgr.34101) 387 : cephadm 1 Detected new or changed devices on smithi042 2024-04-27T01:29:28.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: audit 2024-04-27T01:29:27.386388+0000 mon.a (mon.0) 664 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:29:28.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: audit 2024-04-27T01:29:27.395543+0000 mon.a (mon.0) 665 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:29:28.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: cluster 2024-04-27T01:29:27.399452+0000 mgr.y (mgr.34101) 388 : cluster 0 pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 923 B/s rd, 0 op/s 2024-04-27T01:29:28.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: cluster 2024-04-27T01:29:27.400136+0000 mgr.y (mgr.34101) 389 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:29:28.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: audit 2024-04-27T01:29:27.408689+0000 mon.a (mon.0) 666 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:28.683 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: audit 2024-04-27T01:29:27.518387+0000 mon.a (mon.0) 667 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:29:28.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: audit 2024-04-27T01:29:27.523899+0000 mon.a (mon.0) 668 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: audit 2024-04-27T01:29:27.528397+0000 mon.a (mon.0) 669 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: audit 2024-04-27T01:29:27.531448+0000 mon.a (mon.0) 670 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: audit 2024-04-27T01:29:27.537247+0000 mon.a (mon.0) 671 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: audit 2024-04-27T01:29:27.543977+0000 mon.a (mon.0) 672 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: audit 2024-04-27T01:29:27.548433+0000 mon.a (mon.0) 673 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: audit 2024-04-27T01:29:27.557183+0000 mon.a (mon.0) 674 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:28.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: audit 2024-04-27T01:29:27.561868+0000 mon.a (mon.0) 675 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi042.btwsuv"}]: dispatch 2024-04-27T01:29:28.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: audit 2024-04-27T01:29:27.567527+0000 mon.a (mon.0) 676 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi042.btwsuv"}]': finished 2024-04-27T01:29:28.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: audit 2024-04-27T01:29:27.571737+0000 mon.a (mon.0) 677 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi046.zouexy"}]: dispatch 2024-04-27T01:29:28.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: audit 2024-04-27T01:29:27.577888+0000 mon.a (mon.0) 678 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi046.zouexy"}]': finished 2024-04-27T01:29:28.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: audit 2024-04-27T01:29:27.582260+0000 mon.a (mon.0) 679 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi042.yftnvj"}]: dispatch 2024-04-27T01:29:28.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: audit 2024-04-27T01:29:27.588425+0000 mon.a (mon.0) 680 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi042.yftnvj"}]': finished 2024-04-27T01:29:28.684 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: audit 2024-04-27T01:29:27.593076+0000 mon.a (mon.0) 681 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi046.goucgg"}]: dispatch 2024-04-27T01:29:28.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: audit 2024-04-27T01:29:27.598876+0000 mon.a (mon.0) 682 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi046.goucgg"}]': finished 2024-04-27T01:29:28.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: audit 2024-04-27T01:29:27.604950+0000 mon.a (mon.0) 683 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: audit 2024-04-27T01:29:27.613501+0000 mon.a (mon.0) 684 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:28.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: audit 2024-04-27T01:29:27.619171+0000 mon.a (mon.0) 685 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: audit 2024-04-27T01:29:27.622153+0000 mon.a (mon.0) 686 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:28.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:28 smithi042 bash[55870]: audit 2024-04-27T01:29:27.630111+0000 mon.a (mon.0) 687 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:29.430 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:29:29 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:29:29] "GET /metrics HTTP/1.1" 200 38679 "" "Prometheus/2.33.4" 2024-04-27T01:29:29.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:29 smithi042 bash[57193]: cephadm 2024-04-27T01:29:27.550125+0000 mgr.y (mgr.34101) 390 : cephadm 1 Upgrade: Setting container_image for all rgw 2024-04-27T01:29:29.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:29 smithi042 bash[57193]: cephadm 2024-04-27T01:29:27.606670+0000 mgr.y (mgr.34101) 391 : cephadm 1 Upgrade: Setting container_image for all rbd-mirror 2024-04-27T01:29:29.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:29 smithi042 bash[57193]: cephadm 2024-04-27T01:29:27.623852+0000 mgr.y (mgr.34101) 392 : cephadm 1 Upgrade: Setting container_image for all ceph-exporter 2024-04-27T01:29:29.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:29 smithi042 bash[57193]: audit 2024-04-27T01:29:29.039426+0000 mon.a (mon.0) 688 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:29:29.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:29 smithi042 bash[55870]: cephadm 2024-04-27T01:29:27.550125+0000 mgr.y (mgr.34101) 390 : cephadm 1 Upgrade: Setting container_image for all rgw 2024-04-27T01:29:29.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:29 smithi042 bash[55870]: cephadm 2024-04-27T01:29:27.606670+0000 mgr.y (mgr.34101) 391 : cephadm 1 Upgrade: Setting container_image for all rbd-mirror 2024-04-27T01:29:29.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:29 smithi042 bash[55870]: cephadm 2024-04-27T01:29:27.623852+0000 mgr.y (mgr.34101) 392 : cephadm 1 Upgrade: Setting container_image for all ceph-exporter 2024-04-27T01:29:29.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:29 smithi042 bash[55870]: audit 2024-04-27T01:29:29.039426+0000 mon.a (mon.0) 688 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:29:29.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:29 smithi046 bash[44872]: cephadm 2024-04-27T01:29:27.550125+0000 mgr.y (mgr.34101) 390 : cephadm 1 Upgrade: Setting container_image for all rgw 2024-04-27T01:29:29.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:29 smithi046 bash[44872]: cephadm 2024-04-27T01:29:27.606670+0000 mgr.y (mgr.34101) 391 : cephadm 1 Upgrade: Setting container_image for all rbd-mirror 2024-04-27T01:29:29.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:29 smithi046 bash[44872]: cephadm 2024-04-27T01:29:27.623852+0000 mgr.y (mgr.34101) 392 : cephadm 1 Upgrade: Setting container_image for all ceph-exporter 2024-04-27T01:29:29.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:29 smithi046 bash[44872]: audit 2024-04-27T01:29:29.039426+0000 mon.a (mon.0) 688 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:29:30.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:30 smithi046 bash[44872]: cluster 2024-04-27T01:29:29.401838+0000 mgr.y (mgr.34101) 393 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:29:30.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:30 smithi046 bash[44872]: audit 2024-04-27T01:29:29.916128+0000 mon.a (mon.0) 689 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:30.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:30 smithi046 bash[44872]: audit 2024-04-27T01:29:29.921351+0000 mon.a (mon.0) 690 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.vknosz", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-04-27T01:29:30.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:30 smithi046 bash[44872]: audit 2024-04-27T01:29:29.946776+0000 mon.a (mon.0) 691 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:29:30.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:30 smithi042 bash[55870]: cluster 2024-04-27T01:29:29.401838+0000 mgr.y (mgr.34101) 393 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:29:30.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:30 smithi042 bash[55870]: audit 2024-04-27T01:29:29.916128+0000 mon.a (mon.0) 689 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:30.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:30 smithi042 bash[55870]: audit 2024-04-27T01:29:29.921351+0000 mon.a (mon.0) 690 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.vknosz", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-04-27T01:29:30.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:30 smithi042 bash[55870]: audit 2024-04-27T01:29:29.946776+0000 mon.a (mon.0) 691 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:29:30.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:30 smithi042 bash[57193]: cluster 2024-04-27T01:29:29.401838+0000 mgr.y (mgr.34101) 393 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:29:30.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:30 smithi042 bash[57193]: audit 2024-04-27T01:29:29.916128+0000 mon.a (mon.0) 689 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:30.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:30 smithi042 bash[57193]: audit 2024-04-27T01:29:29.921351+0000 mon.a (mon.0) 690 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.vknosz", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-04-27T01:29:30.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:30 smithi042 bash[57193]: audit 2024-04-27T01:29:29.946776+0000 mon.a (mon.0) 691 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:29:31.531 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:31 smithi042 bash[55870]: cephadm 2024-04-27T01:29:29.908760+0000 mgr.y (mgr.34101) 394 : cephadm 1 Upgrade: Updating iscsi.foo.smithi042.vknosz 2024-04-27T01:29:31.532 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:31 smithi042 bash[55870]: cephadm 2024-04-27T01:29:29.949052+0000 mgr.y (mgr.34101) 395 : cephadm 1 Deploying daemon iscsi.foo.smithi042.vknosz on smithi042 2024-04-27T01:29:31.532 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:31 smithi042 bash[57193]: cephadm 2024-04-27T01:29:29.908760+0000 mgr.y (mgr.34101) 394 : cephadm 1 Upgrade: Updating iscsi.foo.smithi042.vknosz 2024-04-27T01:29:31.532 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:31 smithi042 bash[57193]: cephadm 2024-04-27T01:29:29.949052+0000 mgr.y (mgr.34101) 395 : cephadm 1 Deploying daemon iscsi.foo.smithi042.vknosz on smithi042 2024-04-27T01:29:31.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:31 smithi046 bash[44872]: cephadm 2024-04-27T01:29:29.908760+0000 mgr.y (mgr.34101) 394 : cephadm 1 Upgrade: Updating iscsi.foo.smithi042.vknosz 2024-04-27T01:29:31.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:31 smithi046 bash[44872]: cephadm 2024-04-27T01:29:29.949052+0000 mgr.y (mgr.34101) 395 : cephadm 1 Deploying daemon iscsi.foo.smithi042.vknosz on smithi042 2024-04-27T01:29:32.399 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:29:32 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:32.400 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:29:32 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:32.400 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:29:32 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:32.400 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:32 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:32.401 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:29:32 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:32.401 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:29:32 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:32.401 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:32 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:32.401 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:29:32 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:32.402 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:29:32 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:32.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:32 smithi046 bash[44872]: cluster 2024-04-27T01:29:31.402602+0000 mgr.y (mgr.34101) 396 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:29:32.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:32 smithi042 bash[55870]: cluster 2024-04-27T01:29:31.402602+0000 mgr.y (mgr.34101) 396 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:29:32.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:32 smithi042 bash[57193]: cluster 2024-04-27T01:29:31.402602+0000 mgr.y (mgr.34101) 396 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:29:34.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:34 smithi046 bash[44872]: cluster 2024-04-27T01:29:33.404082+0000 mgr.y (mgr.34101) 397 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 563 B/s rd, 0 op/s 2024-04-27T01:29:34.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:34 smithi042 bash[55870]: cluster 2024-04-27T01:29:33.404082+0000 mgr.y (mgr.34101) 397 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 563 B/s rd, 0 op/s 2024-04-27T01:29:34.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:34 smithi042 bash[57193]: cluster 2024-04-27T01:29:33.404082+0000 mgr.y (mgr.34101) 397 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 563 B/s rd, 0 op/s 2024-04-27T01:29:36.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:36 smithi046 bash[44872]: audit 2024-04-27T01:29:35.305623+0000 mgr.y (mgr.34101) 398 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:29:36.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:36 smithi046 bash[44872]: cluster 2024-04-27T01:29:35.405374+0000 mgr.y (mgr.34101) 399 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:29:36.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:36 smithi042 bash[55870]: audit 2024-04-27T01:29:35.305623+0000 mgr.y (mgr.34101) 398 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:29:36.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:36 smithi042 bash[55870]: cluster 2024-04-27T01:29:35.405374+0000 mgr.y (mgr.34101) 399 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:29:36.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:36 smithi042 bash[57193]: audit 2024-04-27T01:29:35.305623+0000 mgr.y (mgr.34101) 398 : audit 0 from='client.15411 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:29:36.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:36 smithi042 bash[57193]: cluster 2024-04-27T01:29:35.405374+0000 mgr.y (mgr.34101) 399 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:29:38.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:38 smithi046 bash[44872]: cluster 2024-04-27T01:29:37.406314+0000 mgr.y (mgr.34101) 400 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:29:38.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:38 smithi042 bash[55870]: cluster 2024-04-27T01:29:37.406314+0000 mgr.y (mgr.34101) 400 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:29:38.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:38 smithi042 bash[57193]: cluster 2024-04-27T01:29:37.406314+0000 mgr.y (mgr.34101) 400 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:29:39.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:29:39 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:29:39] "GET /metrics HTTP/1.1" 200 38679 "" "Prometheus/2.33.4" 2024-04-27T01:29:40.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:40 smithi046 bash[44872]: cluster 2024-04-27T01:29:39.407811+0000 mgr.y (mgr.34101) 401 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:29:40.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:40 smithi042 bash[57193]: cluster 2024-04-27T01:29:39.407811+0000 mgr.y (mgr.34101) 401 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:29:40.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:40 smithi042 bash[55870]: cluster 2024-04-27T01:29:39.407811+0000 mgr.y (mgr.34101) 401 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:29:42.671 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:42 smithi042 bash[55870]: cluster 2024-04-27T01:29:41.409113+0000 mgr.y (mgr.34101) 402 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:29:42.672 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:42 smithi042 bash[57193]: cluster 2024-04-27T01:29:41.409113+0000 mgr.y (mgr.34101) 402 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:29:42.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:42 smithi046 bash[44872]: cluster 2024-04-27T01:29:41.409113+0000 mgr.y (mgr.34101) 402 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:29:43.722 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:43 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:43.723 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:29:43 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:43.723 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:43 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:43.723 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:29:43 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:43.724 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:29:43 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:43.724 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:29:43 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:43.724 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:29:43 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:43.725 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:29:43 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:43.725 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:29:43 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:29:43.892 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:29:44.640 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:29:44.641 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (8m) 27s ago 15m 14.6M - 0.23.0 ba2b418f427c 0f0b55d975d0 2024-04-27T01:29:44.641 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 error 28s ago 14m - - 2024-04-27T01:29:44.641 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 starting - - - - 2024-04-27T01:29:44.641 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443,9283,8765 running (7m) 28s ago 20m 440M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 b405f9e86d9a 2024-04-27T01:29:44.641 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (7m) 27s ago 22m 502M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 60e39f55c7ea 2024-04-27T01:29:44.641 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (6m) 27s ago 22m 58.6M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 73925c36c48e 2024-04-27T01:29:44.641 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (5m) 28s ago 20m 41.7M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 56399982a983 2024-04-27T01:29:44.641 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (6m) 27s ago 20m 48.9M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 cf9a80ee073c 2024-04-27T01:29:44.641 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (8m) 27s ago 15m 9476k - 1.3.1 1dbe0e931976 ea2d213e0f7a 2024-04-27T01:29:44.641 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (8m) 28s ago 15m 9772k - 1.3.1 1dbe0e931976 e95126faf566 2024-04-27T01:29:44.641 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (4m) 27s ago 20m 59.1M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 59aa3e813245 2024-04-27T01:29:44.641 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (4m) 27s ago 19m 62.2M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 4432f1499107 2024-04-27T01:29:44.641 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (3m) 27s ago 19m 59.4M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ee07041d5acd 2024-04-27T01:29:44.641 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (3m) 27s ago 18m 62.4M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 887e8f900de3 2024-04-27T01:29:44.642 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (2m) 28s ago 17m 59.2M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 a75b6e03fc58 2024-04-27T01:29:44.642 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (2m) 28s ago 17m 53.1M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 6fcfd911db34 2024-04-27T01:29:44.642 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (105s) 28s ago 16m 51.7M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ac46d34fada7 2024-04-27T01:29:44.642 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (76s) 28s ago 16m 53.1M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 bc4e8ce11408 2024-04-27T01:29:44.642 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 running (7m) 28s ago 15m 61.0M - 2.33.4 514e6a882f6e 3405daccd7ea 2024-04-27T01:29:44.642 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (53s) 27s ago 13m 89.0M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 40fd506bd324 2024-04-27T01:29:44.642 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (40s) 28s ago 13m 88.9M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 55f8dc9f8019 2024-04-27T01:29:44.642 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (46s) 27s ago 13m 88.9M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 0b7049afe1c7 2024-04-27T01:29:44.642 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (34s) 28s ago 13m 88.7M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 32447d03adbc 2024-04-27T01:29:44.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:44 smithi042 bash[57193]: cluster 2024-04-27T01:29:43.409892+0000 mgr.y (mgr.34101) 403 : cluster 0 pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:29:44.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:44 smithi042 bash[57193]: audit 2024-04-27T01:29:43.646246+0000 mon.a (mon.0) 692 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:44.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:44 smithi042 bash[57193]: audit 2024-04-27T01:29:43.652555+0000 mon.a (mon.0) 693 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:44.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:44 smithi042 bash[57193]: audit 2024-04-27T01:29:44.039556+0000 mon.a (mon.0) 694 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:29:44.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:44 smithi042 bash[55870]: cluster 2024-04-27T01:29:43.409892+0000 mgr.y (mgr.34101) 403 : cluster 0 pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:29:44.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:44 smithi042 bash[55870]: audit 2024-04-27T01:29:43.646246+0000 mon.a (mon.0) 692 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:44.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:44 smithi042 bash[55870]: audit 2024-04-27T01:29:43.652555+0000 mon.a (mon.0) 693 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:44.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:44 smithi042 bash[55870]: audit 2024-04-27T01:29:44.039556+0000 mon.a (mon.0) 694 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:29:44.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:44 smithi046 bash[44872]: cluster 2024-04-27T01:29:43.409892+0000 mgr.y (mgr.34101) 403 : cluster 0 pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:29:44.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:44 smithi046 bash[44872]: audit 2024-04-27T01:29:43.646246+0000 mon.a (mon.0) 692 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:44.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:44 smithi046 bash[44872]: audit 2024-04-27T01:29:43.652555+0000 mon.a (mon.0) 693 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:44.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:44 smithi046 bash[44872]: audit 2024-04-27T01:29:44.039556+0000 mon.a (mon.0) 694 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:29:45.071 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:29:45.071 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:29:45.071 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 3 2024-04-27T01:29:45.071 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:29:45.071 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:29:45.071 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 2 2024-04-27T01:29:45.071 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:29:45.071 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:29:45.072 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 8 2024-04-27T01:29:45.072 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:29:45.072 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:29:45.072 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 4 2024-04-27T01:29:45.072 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:29:45.072 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:29:45.072 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 17 2024-04-27T01:29:45.072 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:29:45.072 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:29:45.439 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:29:45.439 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", 2024-04-27T01:29:45.439 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2024-04-27T01:29:45.439 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-27T01:29:45.439 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2024-04-27T01:29:45.439 INFO:teuthology.orchestra.run.smithi042.stdout: "osd", 2024-04-27T01:29:45.439 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw", 2024-04-27T01:29:45.439 INFO:teuthology.orchestra.run.smithi042.stdout: "mon", 2024-04-27T01:29:45.439 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr" 2024-04-27T01:29:45.439 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2024-04-27T01:29:45.439 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "17/23 daemons upgraded", 2024-04-27T01:29:45.440 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading iscsi daemons", 2024-04-27T01:29:45.440 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2024-04-27T01:29:45.440 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:29:45.844 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:45 smithi042 bash[55870]: audit 2024-04-27T01:29:43.894635+0000 mgr.y (mgr.34101) 404 : audit 0 from='client.44614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:29:45.844 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:45 smithi042 bash[55870]: audit 2024-04-27T01:29:44.264149+0000 mgr.y (mgr.34101) 405 : audit 0 from='client.34704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:29:45.844 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:45 smithi042 bash[55870]: audit 2024-04-27T01:29:45.086962+0000 mon.a (mon.0) 695 : audit 0 from='client.? 172.21.15.42:0/860392615' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:45.844 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:45 smithi042 bash[57193]: audit 2024-04-27T01:29:43.894635+0000 mgr.y (mgr.34101) 404 : audit 0 from='client.44614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:29:45.844 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:45 smithi042 bash[57193]: audit 2024-04-27T01:29:44.264149+0000 mgr.y (mgr.34101) 405 : audit 0 from='client.34704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:29:45.844 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:45 smithi042 bash[57193]: audit 2024-04-27T01:29:45.086962+0000 mon.a (mon.0) 695 : audit 0 from='client.? 172.21.15.42:0/860392615' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:45.879 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:29:45.879 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:29:45.880 INFO:teuthology.orchestra.run.smithi042.stdout: daemon grafana.a on smithi046 is in error state 2024-04-27T01:29:45.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:45 smithi046 bash[44872]: audit 2024-04-27T01:29:43.894635+0000 mgr.y (mgr.34101) 404 : audit 0 from='client.44614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:29:45.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:45 smithi046 bash[44872]: audit 2024-04-27T01:29:44.264149+0000 mgr.y (mgr.34101) 405 : audit 0 from='client.34704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:29:45.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:45 smithi046 bash[44872]: audit 2024-04-27T01:29:45.086962+0000 mon.a (mon.0) 695 : audit 0 from='client.? 172.21.15.42:0/860392615' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:29:46.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:46 smithi042 bash[55870]: audit 2024-04-27T01:29:44.611739+0000 mgr.y (mgr.34101) 406 : audit 0 from='client.44626 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:29:46.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:46 smithi042 bash[55870]: cluster 2024-04-27T01:29:45.411133+0000 mgr.y (mgr.34101) 407 : cluster 0 pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:29:46.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:46 smithi042 bash[55870]: audit 2024-04-27T01:29:45.454250+0000 mgr.y (mgr.34101) 408 : audit 0 from='client.34722 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:29:46.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:46 smithi042 bash[55870]: audit 2024-04-27T01:29:45.895993+0000 mon.c (mon.1) 21 : audit 0 from='client.? 172.21.15.42:0/3809023221' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:29:46.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:46 smithi042 bash[57193]: audit 2024-04-27T01:29:44.611739+0000 mgr.y (mgr.34101) 406 : audit 0 from='client.44626 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:29:46.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:46 smithi042 bash[57193]: cluster 2024-04-27T01:29:45.411133+0000 mgr.y (mgr.34101) 407 : cluster 0 pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:29:46.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:46 smithi042 bash[57193]: audit 2024-04-27T01:29:45.454250+0000 mgr.y (mgr.34101) 408 : audit 0 from='client.34722 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:29:46.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:46 smithi042 bash[57193]: audit 2024-04-27T01:29:45.895993+0000 mon.c (mon.1) 21 : audit 0 from='client.? 172.21.15.42:0/3809023221' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:29:46.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:46 smithi046 bash[44872]: audit 2024-04-27T01:29:44.611739+0000 mgr.y (mgr.34101) 406 : audit 0 from='client.44626 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:29:46.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:46 smithi046 bash[44872]: cluster 2024-04-27T01:29:45.411133+0000 mgr.y (mgr.34101) 407 : cluster 0 pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:29:46.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:46 smithi046 bash[44872]: audit 2024-04-27T01:29:45.454250+0000 mgr.y (mgr.34101) 408 : audit 0 from='client.34722 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:29:46.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:46 smithi046 bash[44872]: audit 2024-04-27T01:29:45.895993+0000 mon.c (mon.1) 21 : audit 0 from='client.? 172.21.15.42:0/3809023221' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:29:47.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:47 smithi046 bash[44872]: audit 2024-04-27T01:29:46.499773+0000 mon.c (mon.1) 22 : audit 0 from='client.? 172.21.15.42:0/3217367107' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-04-27T01:29:47.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:47 smithi046 bash[44872]: audit 2024-04-27T01:29:46.866028+0000 mon.c (mon.1) 23 : audit 1 from='client.? 172.21.15.42:0/3053812058' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/4144319471"}]: dispatch 2024-04-27T01:29:47.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:47 smithi046 bash[44872]: audit 2024-04-27T01:29:46.867134+0000 mon.a (mon.0) 696 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/4144319471"}]: dispatch 2024-04-27T01:29:47.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:47 smithi042 bash[55870]: audit 2024-04-27T01:29:46.499773+0000 mon.c (mon.1) 22 : audit 0 from='client.? 172.21.15.42:0/3217367107' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-04-27T01:29:47.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:47 smithi042 bash[55870]: audit 2024-04-27T01:29:46.866028+0000 mon.c (mon.1) 23 : audit 1 from='client.? 172.21.15.42:0/3053812058' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/4144319471"}]: dispatch 2024-04-27T01:29:47.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:47 smithi042 bash[55870]: audit 2024-04-27T01:29:46.867134+0000 mon.a (mon.0) 696 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/4144319471"}]: dispatch 2024-04-27T01:29:47.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:47 smithi042 bash[57193]: audit 2024-04-27T01:29:46.499773+0000 mon.c (mon.1) 22 : audit 0 from='client.? 172.21.15.42:0/3217367107' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-04-27T01:29:47.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:47 smithi042 bash[57193]: audit 2024-04-27T01:29:46.866028+0000 mon.c (mon.1) 23 : audit 1 from='client.? 172.21.15.42:0/3053812058' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/4144319471"}]: dispatch 2024-04-27T01:29:47.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:47 smithi042 bash[57193]: audit 2024-04-27T01:29:46.867134+0000 mon.a (mon.0) 696 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/4144319471"}]: dispatch 2024-04-27T01:29:48.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:48 smithi046 bash[44872]: cluster 2024-04-27T01:29:47.412068+0000 mgr.y (mgr.34101) 409 : cluster 0 pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-04-27T01:29:48.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:48 smithi046 bash[44872]: audit 2024-04-27T01:29:47.459251+0000 mon.a (mon.0) 697 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/4144319471"}]': finished 2024-04-27T01:29:48.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:48 smithi046 bash[44872]: cluster 2024-04-27T01:29:47.468978+0000 mon.a (mon.0) 698 : cluster 0 osdmap e148: 8 total, 8 up, 8 in 2024-04-27T01:29:48.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:48 smithi046 bash[44872]: audit 2024-04-27T01:29:47.855436+0000 mon.a (mon.0) 699 : audit 1 from='client.? 172.21.15.42:0/1508051731' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/262293117"}]: dispatch 2024-04-27T01:29:48.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:48 smithi042 bash[55870]: cluster 2024-04-27T01:29:47.412068+0000 mgr.y (mgr.34101) 409 : cluster 0 pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-04-27T01:29:48.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:48 smithi042 bash[55870]: audit 2024-04-27T01:29:47.459251+0000 mon.a (mon.0) 697 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/4144319471"}]': finished 2024-04-27T01:29:48.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:48 smithi042 bash[55870]: cluster 2024-04-27T01:29:47.468978+0000 mon.a (mon.0) 698 : cluster 0 osdmap e148: 8 total, 8 up, 8 in 2024-04-27T01:29:48.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:48 smithi042 bash[55870]: audit 2024-04-27T01:29:47.855436+0000 mon.a (mon.0) 699 : audit 1 from='client.? 172.21.15.42:0/1508051731' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/262293117"}]: dispatch 2024-04-27T01:29:48.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:48 smithi042 bash[57193]: cluster 2024-04-27T01:29:47.412068+0000 mgr.y (mgr.34101) 409 : cluster 0 pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-04-27T01:29:48.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:48 smithi042 bash[57193]: audit 2024-04-27T01:29:47.459251+0000 mon.a (mon.0) 697 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/4144319471"}]': finished 2024-04-27T01:29:48.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:48 smithi042 bash[57193]: cluster 2024-04-27T01:29:47.468978+0000 mon.a (mon.0) 698 : cluster 0 osdmap e148: 8 total, 8 up, 8 in 2024-04-27T01:29:48.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:48 smithi042 bash[57193]: audit 2024-04-27T01:29:47.855436+0000 mon.a (mon.0) 699 : audit 1 from='client.? 172.21.15.42:0/1508051731' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/262293117"}]: dispatch 2024-04-27T01:29:49.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:29:49 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:29:49] "GET /metrics HTTP/1.1" 200 38685 "" "Prometheus/2.33.4" 2024-04-27T01:29:49.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:49 smithi042 bash[55870]: audit 2024-04-27T01:29:48.470391+0000 mon.a (mon.0) 700 : audit 1 from='client.? 172.21.15.42:0/1508051731' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/262293117"}]': finished 2024-04-27T01:29:49.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:49 smithi042 bash[55870]: cluster 2024-04-27T01:29:48.478917+0000 mon.a (mon.0) 701 : cluster 0 osdmap e149: 8 total, 8 up, 8 in 2024-04-27T01:29:49.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:49 smithi042 bash[55870]: audit 2024-04-27T01:29:48.856694+0000 mon.c (mon.1) 24 : audit 1 from='client.? 172.21.15.42:0/3164024513' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/4066820242"}]: dispatch 2024-04-27T01:29:49.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:49 smithi042 bash[55870]: audit 2024-04-27T01:29:48.857531+0000 mon.a (mon.0) 702 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/4066820242"}]: dispatch 2024-04-27T01:29:49.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:49 smithi042 bash[55870]: audit 2024-04-27T01:29:49.389091+0000 mon.a (mon.0) 703 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:49.681 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:49 smithi042 bash[55870]: audit 2024-04-27T01:29:49.401819+0000 mon.a (mon.0) 704 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:49.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:49 smithi042 bash[57193]: audit 2024-04-27T01:29:48.470391+0000 mon.a (mon.0) 700 : audit 1 from='client.? 172.21.15.42:0/1508051731' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/262293117"}]': finished 2024-04-27T01:29:49.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:49 smithi042 bash[57193]: cluster 2024-04-27T01:29:48.478917+0000 mon.a (mon.0) 701 : cluster 0 osdmap e149: 8 total, 8 up, 8 in 2024-04-27T01:29:49.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:49 smithi042 bash[57193]: audit 2024-04-27T01:29:48.856694+0000 mon.c (mon.1) 24 : audit 1 from='client.? 172.21.15.42:0/3164024513' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/4066820242"}]: dispatch 2024-04-27T01:29:49.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:49 smithi042 bash[57193]: audit 2024-04-27T01:29:48.857531+0000 mon.a (mon.0) 702 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/4066820242"}]: dispatch 2024-04-27T01:29:49.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:49 smithi042 bash[57193]: audit 2024-04-27T01:29:49.389091+0000 mon.a (mon.0) 703 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:49.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:49 smithi042 bash[57193]: audit 2024-04-27T01:29:49.401819+0000 mon.a (mon.0) 704 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:49.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:49 smithi046 bash[44872]: audit 2024-04-27T01:29:48.470391+0000 mon.a (mon.0) 700 : audit 1 from='client.? 172.21.15.42:0/1508051731' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/262293117"}]': finished 2024-04-27T01:29:49.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:49 smithi046 bash[44872]: cluster 2024-04-27T01:29:48.478917+0000 mon.a (mon.0) 701 : cluster 0 osdmap e149: 8 total, 8 up, 8 in 2024-04-27T01:29:49.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:49 smithi046 bash[44872]: audit 2024-04-27T01:29:48.856694+0000 mon.c (mon.1) 24 : audit 1 from='client.? 172.21.15.42:0/3164024513' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/4066820242"}]: dispatch 2024-04-27T01:29:49.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:49 smithi046 bash[44872]: audit 2024-04-27T01:29:48.857531+0000 mon.a (mon.0) 702 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/4066820242"}]: dispatch 2024-04-27T01:29:49.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:49 smithi046 bash[44872]: audit 2024-04-27T01:29:49.389091+0000 mon.a (mon.0) 703 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:49.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:49 smithi046 bash[44872]: audit 2024-04-27T01:29:49.401819+0000 mon.a (mon.0) 704 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:50.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:50 smithi046 bash[44872]: cluster 2024-04-27T01:29:49.413258+0000 mgr.y (mgr.34101) 410 : cluster 0 pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 0 op/s 2024-04-27T01:29:50.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:50 smithi046 bash[44872]: audit 2024-04-27T01:29:49.480637+0000 mon.a (mon.0) 705 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/4066820242"}]': finished 2024-04-27T01:29:50.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:50 smithi046 bash[44872]: cluster 2024-04-27T01:29:49.487033+0000 mon.a (mon.0) 706 : cluster 0 osdmap e150: 8 total, 8 up, 8 in 2024-04-27T01:29:50.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:50 smithi046 bash[44872]: audit 2024-04-27T01:29:49.874106+0000 mon.c (mon.1) 25 : audit 1 from='client.? 172.21.15.42:0/2144608192' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2481001791"}]: dispatch 2024-04-27T01:29:50.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:50 smithi046 bash[44872]: audit 2024-04-27T01:29:49.874966+0000 mon.a (mon.0) 707 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2481001791"}]: dispatch 2024-04-27T01:29:50.929 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:50 smithi042 bash[57193]: cluster 2024-04-27T01:29:49.413258+0000 mgr.y (mgr.34101) 410 : cluster 0 pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 0 op/s 2024-04-27T01:29:50.929 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:50 smithi042 bash[57193]: audit 2024-04-27T01:29:49.480637+0000 mon.a (mon.0) 705 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/4066820242"}]': finished 2024-04-27T01:29:50.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:50 smithi042 bash[57193]: cluster 2024-04-27T01:29:49.487033+0000 mon.a (mon.0) 706 : cluster 0 osdmap e150: 8 total, 8 up, 8 in 2024-04-27T01:29:50.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:50 smithi042 bash[57193]: audit 2024-04-27T01:29:49.874106+0000 mon.c (mon.1) 25 : audit 1 from='client.? 172.21.15.42:0/2144608192' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2481001791"}]: dispatch 2024-04-27T01:29:50.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:50 smithi042 bash[57193]: audit 2024-04-27T01:29:49.874966+0000 mon.a (mon.0) 707 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2481001791"}]: dispatch 2024-04-27T01:29:50.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:50 smithi042 bash[55870]: cluster 2024-04-27T01:29:49.413258+0000 mgr.y (mgr.34101) 410 : cluster 0 pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 0 op/s 2024-04-27T01:29:50.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:50 smithi042 bash[55870]: audit 2024-04-27T01:29:49.480637+0000 mon.a (mon.0) 705 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/4066820242"}]': finished 2024-04-27T01:29:50.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:50 smithi042 bash[55870]: cluster 2024-04-27T01:29:49.487033+0000 mon.a (mon.0) 706 : cluster 0 osdmap e150: 8 total, 8 up, 8 in 2024-04-27T01:29:50.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:50 smithi042 bash[55870]: audit 2024-04-27T01:29:49.874106+0000 mon.c (mon.1) 25 : audit 1 from='client.? 172.21.15.42:0/2144608192' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2481001791"}]: dispatch 2024-04-27T01:29:50.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:50 smithi042 bash[55870]: audit 2024-04-27T01:29:49.874966+0000 mon.a (mon.0) 707 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2481001791"}]: dispatch 2024-04-27T01:29:51.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:51 smithi046 bash[44872]: audit 2024-04-27T01:29:50.482794+0000 mon.a (mon.0) 708 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2481001791"}]': finished 2024-04-27T01:29:51.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:51 smithi046 bash[44872]: cluster 2024-04-27T01:29:50.489450+0000 mon.a (mon.0) 709 : cluster 0 osdmap e151: 8 total, 8 up, 8 in 2024-04-27T01:29:51.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:51 smithi046 bash[44872]: audit 2024-04-27T01:29:50.882425+0000 mon.c (mon.1) 26 : audit 1 from='client.? 172.21.15.42:0/3392774695' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/2481001791"}]: dispatch 2024-04-27T01:29:51.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:51 smithi046 bash[44872]: audit 2024-04-27T01:29:50.883163+0000 mon.a (mon.0) 710 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/2481001791"}]: dispatch 2024-04-27T01:29:51.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:51 smithi042 bash[55870]: audit 2024-04-27T01:29:50.482794+0000 mon.a (mon.0) 708 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2481001791"}]': finished 2024-04-27T01:29:51.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:51 smithi042 bash[55870]: cluster 2024-04-27T01:29:50.489450+0000 mon.a (mon.0) 709 : cluster 0 osdmap e151: 8 total, 8 up, 8 in 2024-04-27T01:29:51.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:51 smithi042 bash[55870]: audit 2024-04-27T01:29:50.882425+0000 mon.c (mon.1) 26 : audit 1 from='client.? 172.21.15.42:0/3392774695' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/2481001791"}]: dispatch 2024-04-27T01:29:51.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:51 smithi042 bash[55870]: audit 2024-04-27T01:29:50.883163+0000 mon.a (mon.0) 710 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/2481001791"}]: dispatch 2024-04-27T01:29:51.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:51 smithi042 bash[57193]: audit 2024-04-27T01:29:50.482794+0000 mon.a (mon.0) 708 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2481001791"}]': finished 2024-04-27T01:29:51.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:51 smithi042 bash[57193]: cluster 2024-04-27T01:29:50.489450+0000 mon.a (mon.0) 709 : cluster 0 osdmap e151: 8 total, 8 up, 8 in 2024-04-27T01:29:51.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:51 smithi042 bash[57193]: audit 2024-04-27T01:29:50.882425+0000 mon.c (mon.1) 26 : audit 1 from='client.? 172.21.15.42:0/3392774695' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/2481001791"}]: dispatch 2024-04-27T01:29:51.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:51 smithi042 bash[57193]: audit 2024-04-27T01:29:50.883163+0000 mon.a (mon.0) 710 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/2481001791"}]: dispatch 2024-04-27T01:29:52.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:52 smithi046 bash[44872]: cluster 2024-04-27T01:29:51.414198+0000 mgr.y (mgr.34101) 411 : cluster 0 pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-04-27T01:29:52.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:52 smithi046 bash[44872]: audit 2024-04-27T01:29:51.496062+0000 mon.a (mon.0) 711 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:52.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:52 smithi046 bash[44872]: audit 2024-04-27T01:29:51.506977+0000 mon.a (mon.0) 712 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/2481001791"}]': finished 2024-04-27T01:29:52.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:52 smithi046 bash[44872]: audit 2024-04-27T01:29:51.509505+0000 mon.a (mon.0) 713 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:52.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:52 smithi046 bash[44872]: cluster 2024-04-27T01:29:51.510052+0000 mon.a (mon.0) 714 : cluster 0 osdmap e152: 8 total, 8 up, 8 in 2024-04-27T01:29:52.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:52 smithi046 bash[44872]: audit 2024-04-27T01:29:51.885523+0000 mon.c (mon.1) 27 : audit 1 from='client.? 172.21.15.42:0/162899446' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1281928059"}]: dispatch 2024-04-27T01:29:52.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:52 smithi046 bash[44872]: audit 2024-04-27T01:29:51.886209+0000 mon.a (mon.0) 715 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1281928059"}]: dispatch 2024-04-27T01:29:52.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:52 smithi042 bash[57193]: cluster 2024-04-27T01:29:51.414198+0000 mgr.y (mgr.34101) 411 : cluster 0 pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-04-27T01:29:52.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:52 smithi042 bash[57193]: audit 2024-04-27T01:29:51.496062+0000 mon.a (mon.0) 711 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:52.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:52 smithi042 bash[57193]: audit 2024-04-27T01:29:51.506977+0000 mon.a (mon.0) 712 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/2481001791"}]': finished 2024-04-27T01:29:52.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:52 smithi042 bash[57193]: audit 2024-04-27T01:29:51.509505+0000 mon.a (mon.0) 713 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:52.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:52 smithi042 bash[57193]: cluster 2024-04-27T01:29:51.510052+0000 mon.a (mon.0) 714 : cluster 0 osdmap e152: 8 total, 8 up, 8 in 2024-04-27T01:29:52.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:52 smithi042 bash[57193]: audit 2024-04-27T01:29:51.885523+0000 mon.c (mon.1) 27 : audit 1 from='client.? 172.21.15.42:0/162899446' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1281928059"}]: dispatch 2024-04-27T01:29:52.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:52 smithi042 bash[57193]: audit 2024-04-27T01:29:51.886209+0000 mon.a (mon.0) 715 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1281928059"}]: dispatch 2024-04-27T01:29:52.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:52 smithi042 bash[55870]: cluster 2024-04-27T01:29:51.414198+0000 mgr.y (mgr.34101) 411 : cluster 0 pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-04-27T01:29:52.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:52 smithi042 bash[55870]: audit 2024-04-27T01:29:51.496062+0000 mon.a (mon.0) 711 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:52.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:52 smithi042 bash[55870]: audit 2024-04-27T01:29:51.506977+0000 mon.a (mon.0) 712 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/2481001791"}]': finished 2024-04-27T01:29:52.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:52 smithi042 bash[55870]: audit 2024-04-27T01:29:51.509505+0000 mon.a (mon.0) 713 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:52.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:52 smithi042 bash[55870]: cluster 2024-04-27T01:29:51.510052+0000 mon.a (mon.0) 714 : cluster 0 osdmap e152: 8 total, 8 up, 8 in 2024-04-27T01:29:52.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:52 smithi042 bash[55870]: audit 2024-04-27T01:29:51.885523+0000 mon.c (mon.1) 27 : audit 1 from='client.? 172.21.15.42:0/162899446' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1281928059"}]: dispatch 2024-04-27T01:29:52.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:52 smithi042 bash[55870]: audit 2024-04-27T01:29:51.886209+0000 mon.a (mon.0) 715 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1281928059"}]: dispatch 2024-04-27T01:29:53.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:53 smithi046 bash[44872]: audit 2024-04-27T01:29:52.509178+0000 mon.a (mon.0) 716 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1281928059"}]': finished 2024-04-27T01:29:53.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:53 smithi046 bash[44872]: cluster 2024-04-27T01:29:52.513045+0000 mon.a (mon.0) 717 : cluster 0 osdmap e153: 8 total, 8 up, 8 in 2024-04-27T01:29:53.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:53 smithi046 bash[44872]: audit 2024-04-27T01:29:52.558470+0000 mon.a (mon.0) 718 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:53.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:53 smithi046 bash[44872]: audit 2024-04-27T01:29:52.564043+0000 mon.a (mon.0) 719 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:53.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:53 smithi046 bash[44872]: cluster 2024-04-27T01:29:53.415124+0000 mgr.y (mgr.34101) 412 : cluster 0 pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:29:53.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:53 smithi042 bash[55870]: audit 2024-04-27T01:29:52.509178+0000 mon.a (mon.0) 716 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1281928059"}]': finished 2024-04-27T01:29:53.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:53 smithi042 bash[55870]: cluster 2024-04-27T01:29:52.513045+0000 mon.a (mon.0) 717 : cluster 0 osdmap e153: 8 total, 8 up, 8 in 2024-04-27T01:29:53.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:53 smithi042 bash[55870]: audit 2024-04-27T01:29:52.558470+0000 mon.a (mon.0) 718 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:53.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:53 smithi042 bash[55870]: audit 2024-04-27T01:29:52.564043+0000 mon.a (mon.0) 719 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:53.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:53 smithi042 bash[55870]: cluster 2024-04-27T01:29:53.415124+0000 mgr.y (mgr.34101) 412 : cluster 0 pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:29:53.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:53 smithi042 bash[57193]: audit 2024-04-27T01:29:52.509178+0000 mon.a (mon.0) 716 : audit 1 from='client.? ' entity='client.iscsi.foo.smithi042.vknosz' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1281928059"}]': finished 2024-04-27T01:29:53.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:53 smithi042 bash[57193]: cluster 2024-04-27T01:29:52.513045+0000 mon.a (mon.0) 717 : cluster 0 osdmap e153: 8 total, 8 up, 8 in 2024-04-27T01:29:53.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:53 smithi042 bash[57193]: audit 2024-04-27T01:29:52.558470+0000 mon.a (mon.0) 718 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:53.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:53 smithi042 bash[57193]: audit 2024-04-27T01:29:52.564043+0000 mon.a (mon.0) 719 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:29:53.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:53 smithi042 bash[57193]: cluster 2024-04-27T01:29:53.415124+0000 mgr.y (mgr.34101) 412 : cluster 0 pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-04-27T01:29:56.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:56 smithi046 bash[44872]: cluster 2024-04-27T01:29:55.416474+0000 mgr.y (mgr.34101) 413 : cluster 0 pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 862 B/s rd, 0 op/s 2024-04-27T01:29:56.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:56 smithi042 bash[55870]: cluster 2024-04-27T01:29:55.416474+0000 mgr.y (mgr.34101) 413 : cluster 0 pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 862 B/s rd, 0 op/s 2024-04-27T01:29:56.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:56 smithi042 bash[57193]: cluster 2024-04-27T01:29:55.416474+0000 mgr.y (mgr.34101) 413 : cluster 0 pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 862 B/s rd, 0 op/s 2024-04-27T01:29:57.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:57 smithi046 bash[44872]: audit 2024-04-27T01:29:56.166337+0000 mgr.y (mgr.34101) 414 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:29:57.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:57 smithi042 bash[55870]: audit 2024-04-27T01:29:56.166337+0000 mgr.y (mgr.34101) 414 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:29:57.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:57 smithi042 bash[57193]: audit 2024-04-27T01:29:56.166337+0000 mgr.y (mgr.34101) 414 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:29:58.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:58 smithi042 bash[55870]: cluster 2024-04-27T01:29:57.417605+0000 mgr.y (mgr.34101) 415 : cluster 0 pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 738 B/s rd, 0 op/s 2024-04-27T01:29:58.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:58 smithi042 bash[57193]: cluster 2024-04-27T01:29:57.417605+0000 mgr.y (mgr.34101) 415 : cluster 0 pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 738 B/s rd, 0 op/s 2024-04-27T01:29:58.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:58 smithi046 bash[44872]: cluster 2024-04-27T01:29:57.417605+0000 mgr.y (mgr.34101) 415 : cluster 0 pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 738 B/s rd, 0 op/s 2024-04-27T01:29:59.475 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:29:59 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:29:59] "GET /metrics HTTP/1.1" 200 38682 "" "Prometheus/2.33.4" 2024-04-27T01:29:59.883 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:29:59 smithi042 bash[55870]: audit 2024-04-27T01:29:59.041235+0000 mon.a (mon.0) 720 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:29:59.883 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:29:59 smithi042 bash[57193]: audit 2024-04-27T01:29:59.041235+0000 mon.a (mon.0) 720 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:29:59.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:29:59 smithi046 bash[44872]: audit 2024-04-27T01:29:59.041235+0000 mon.a (mon.0) 720 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:30:00.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:00 smithi046 bash[44872]: cluster 2024-04-27T01:29:59.419047+0000 mgr.y (mgr.34101) 416 : cluster 0 pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:30:00.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:00 smithi046 bash[44872]: cluster 2024-04-27T01:30:00.000088+0000 mon.a (mon.0) 721 : cluster 3 overall HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:30:00.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:00 smithi042 bash[55870]: cluster 2024-04-27T01:29:59.419047+0000 mgr.y (mgr.34101) 416 : cluster 0 pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:30:00.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:00 smithi042 bash[55870]: cluster 2024-04-27T01:30:00.000088+0000 mon.a (mon.0) 721 : cluster 3 overall HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:30:00.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:00 smithi042 bash[57193]: cluster 2024-04-27T01:29:59.419047+0000 mgr.y (mgr.34101) 416 : cluster 0 pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:30:00.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:00 smithi042 bash[57193]: cluster 2024-04-27T01:30:00.000088+0000 mon.a (mon.0) 721 : cluster 3 overall HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:30:02.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:02 smithi046 bash[44872]: cluster 2024-04-27T01:30:01.419791+0000 mgr.y (mgr.34101) 417 : cluster 0 pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:30:02.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:02 smithi046 bash[44872]: audit 2024-04-27T01:30:02.023608+0000 mon.a (mon.0) 722 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:02.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:02 smithi046 bash[44872]: audit 2024-04-27T01:30:02.035773+0000 mon.a (mon.0) 723 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:02.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:02 smithi046 bash[44872]: audit 2024-04-27T01:30:02.038484+0000 mon.a (mon.0) 724 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:30:02.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:02 smithi046 bash[44872]: audit 2024-04-27T01:30:02.040343+0000 mon.a (mon.0) 725 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:30:02.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:02 smithi046 bash[44872]: audit 2024-04-27T01:30:02.361887+0000 mon.a (mon.0) 726 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:02.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:02 smithi046 bash[44872]: audit 2024-04-27T01:30:02.439085+0000 mon.a (mon.0) 727 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-04-27T01:30:02.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:02 smithi046 bash[44872]: audit 2024-04-27T01:30:02.457243+0000 mon.a (mon.0) 728 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:02.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:02 smithi046 bash[44872]: audit 2024-04-27T01:30:02.459919+0000 mon.a (mon.0) 729 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-04-27T01:30:02.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:02 smithi046 bash[44872]: audit 2024-04-27T01:30:02.463197+0000 mon.a (mon.0) 730 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2024-04-27T01:30:02.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:02 smithi046 bash[44872]: audit 2024-04-27T01:30:02.469807+0000 mon.a (mon.0) 731 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:02.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:02 smithi046 bash[44872]: audit 2024-04-27T01:30:02.478029+0000 mon.a (mon.0) 732 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:30:02.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:02 smithi046 bash[44872]: audit 2024-04-27T01:30:02.481438+0000 mon.a (mon.0) 733 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:02.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:02 smithi046 bash[44872]: audit 2024-04-27T01:30:02.484030+0000 mon.a (mon.0) 734 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:02.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:02 smithi046 bash[44872]: audit 2024-04-27T01:30:02.486356+0000 mon.a (mon.0) 735 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:02.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:02 smithi046 bash[44872]: audit 2024-04-27T01:30:02.489702+0000 mon.a (mon.0) 736 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:02.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:02 smithi046 bash[44872]: audit 2024-04-27T01:30:02.493206+0000 mon.a (mon.0) 737 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:02.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[55870]: cluster 2024-04-27T01:30:01.419791+0000 mgr.y (mgr.34101) 417 : cluster 0 pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:30:02.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[55870]: audit 2024-04-27T01:30:02.023608+0000 mon.a (mon.0) 722 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:02.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[55870]: audit 2024-04-27T01:30:02.035773+0000 mon.a (mon.0) 723 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:02.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[55870]: audit 2024-04-27T01:30:02.038484+0000 mon.a (mon.0) 724 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:30:02.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[55870]: audit 2024-04-27T01:30:02.040343+0000 mon.a (mon.0) 725 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:30:02.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[55870]: audit 2024-04-27T01:30:02.361887+0000 mon.a (mon.0) 726 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:02.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[55870]: audit 2024-04-27T01:30:02.439085+0000 mon.a (mon.0) 727 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-04-27T01:30:02.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[55870]: audit 2024-04-27T01:30:02.457243+0000 mon.a (mon.0) 728 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:02.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[55870]: audit 2024-04-27T01:30:02.459919+0000 mon.a (mon.0) 729 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-04-27T01:30:02.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[55870]: audit 2024-04-27T01:30:02.463197+0000 mon.a (mon.0) 730 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2024-04-27T01:30:02.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[55870]: audit 2024-04-27T01:30:02.469807+0000 mon.a (mon.0) 731 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:02.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[55870]: audit 2024-04-27T01:30:02.478029+0000 mon.a (mon.0) 732 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:30:02.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[55870]: audit 2024-04-27T01:30:02.481438+0000 mon.a (mon.0) 733 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:02.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[55870]: audit 2024-04-27T01:30:02.484030+0000 mon.a (mon.0) 734 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:02.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[55870]: audit 2024-04-27T01:30:02.486356+0000 mon.a (mon.0) 735 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:02.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[55870]: audit 2024-04-27T01:30:02.489702+0000 mon.a (mon.0) 736 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:02.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[55870]: audit 2024-04-27T01:30:02.493206+0000 mon.a (mon.0) 737 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:02.931 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[57193]: cluster 2024-04-27T01:30:01.419791+0000 mgr.y (mgr.34101) 417 : cluster 0 pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:30:02.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[57193]: audit 2024-04-27T01:30:02.023608+0000 mon.a (mon.0) 722 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:02.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[57193]: audit 2024-04-27T01:30:02.035773+0000 mon.a (mon.0) 723 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:02.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[57193]: audit 2024-04-27T01:30:02.038484+0000 mon.a (mon.0) 724 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:30:02.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[57193]: audit 2024-04-27T01:30:02.040343+0000 mon.a (mon.0) 725 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:30:02.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[57193]: audit 2024-04-27T01:30:02.361887+0000 mon.a (mon.0) 726 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:02.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[57193]: audit 2024-04-27T01:30:02.439085+0000 mon.a (mon.0) 727 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-04-27T01:30:02.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[57193]: audit 2024-04-27T01:30:02.457243+0000 mon.a (mon.0) 728 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:02.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[57193]: audit 2024-04-27T01:30:02.459919+0000 mon.a (mon.0) 729 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-04-27T01:30:02.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[57193]: audit 2024-04-27T01:30:02.463197+0000 mon.a (mon.0) 730 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2024-04-27T01:30:02.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[57193]: audit 2024-04-27T01:30:02.469807+0000 mon.a (mon.0) 731 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:02.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[57193]: audit 2024-04-27T01:30:02.478029+0000 mon.a (mon.0) 732 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:30:02.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[57193]: audit 2024-04-27T01:30:02.481438+0000 mon.a (mon.0) 733 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:02.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[57193]: audit 2024-04-27T01:30:02.484030+0000 mon.a (mon.0) 734 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:02.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[57193]: audit 2024-04-27T01:30:02.486356+0000 mon.a (mon.0) 735 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:02.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[57193]: audit 2024-04-27T01:30:02.489702+0000 mon.a (mon.0) 736 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:02.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:02 smithi042 bash[57193]: audit 2024-04-27T01:30:02.493206+0000 mon.a (mon.0) 737 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:03.743 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[55870]: cluster 2024-04-27T01:30:02.043601+0000 mgr.y (mgr.34101) 418 : cluster 0 pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:30:03.743 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[55870]: cluster 2024-04-27T01:30:02.044203+0000 mgr.y (mgr.34101) 419 : cluster 0 pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:30:03.743 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[55870]: cephadm 2024-04-27T01:30:02.052635+0000 mgr.y (mgr.34101) 420 : cephadm 1 Checking dashboard <-> RGW credentials 2024-04-27T01:30:03.743 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[55870]: audit 2024-04-27T01:30:02.441121+0000 mgr.y (mgr.34101) 421 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-04-27T01:30:03.743 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[55870]: cephadm 2024-04-27T01:30:02.459619+0000 mgr.y (mgr.34101) 422 : cephadm 1 Adding iSCSI gateway http://:@172.21.15.42:5000 to Dashboard 2024-04-27T01:30:03.743 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[55870]: audit 2024-04-27T01:30:02.460944+0000 mgr.y (mgr.34101) 423 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-04-27T01:30:03.743 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[55870]: audit 2024-04-27T01:30:02.464437+0000 mgr.y (mgr.34101) 424 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2024-04-27T01:30:03.743 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[55870]: audit 2024-04-27T01:30:02.497467+0000 mon.a (mon.0) 738 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:03.743 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[55870]: audit 2024-04-27T01:30:02.504723+0000 mon.a (mon.0) 739 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:03.743 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[55870]: audit 2024-04-27T01:30:02.506740+0000 mon.a (mon.0) 740 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:03.743 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[55870]: audit 2024-04-27T01:30:02.508995+0000 mon.a (mon.0) 741 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:03.743 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[55870]: audit 2024-04-27T01:30:02.511251+0000 mon.a (mon.0) 742 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:03.744 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[55870]: audit 2024-04-27T01:30:02.517003+0000 mon.a (mon.0) 743 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:03.744 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[55870]: audit 2024-04-27T01:30:02.519803+0000 mon.a (mon.0) 744 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi042.vknosz"}]: dispatch 2024-04-27T01:30:03.744 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[55870]: audit 2024-04-27T01:30:02.525897+0000 mon.a (mon.0) 745 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi042.vknosz"}]': finished 2024-04-27T01:30:03.744 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[55870]: audit 2024-04-27T01:30:02.529238+0000 mon.a (mon.0) 746 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:03.744 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[55870]: audit 2024-04-27T01:30:02.536960+0000 mon.a (mon.0) 747 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:03.744 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[55870]: audit 2024-04-27T01:30:02.541729+0000 mon.a (mon.0) 748 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:03.744 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[55870]: audit 2024-04-27T01:30:02.549178+0000 mon.a (mon.0) 749 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:03.744 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[57193]: cluster 2024-04-27T01:30:02.043601+0000 mgr.y (mgr.34101) 418 : cluster 0 pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:30:03.744 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[57193]: cluster 2024-04-27T01:30:02.044203+0000 mgr.y (mgr.34101) 419 : cluster 0 pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:30:03.744 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[57193]: cephadm 2024-04-27T01:30:02.052635+0000 mgr.y (mgr.34101) 420 : cephadm 1 Checking dashboard <-> RGW credentials 2024-04-27T01:30:03.744 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[57193]: audit 2024-04-27T01:30:02.441121+0000 mgr.y (mgr.34101) 421 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-04-27T01:30:03.745 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[57193]: cephadm 2024-04-27T01:30:02.459619+0000 mgr.y (mgr.34101) 422 : cephadm 1 Adding iSCSI gateway http://:@172.21.15.42:5000 to Dashboard 2024-04-27T01:30:03.745 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[57193]: audit 2024-04-27T01:30:02.460944+0000 mgr.y (mgr.34101) 423 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-04-27T01:30:03.745 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[57193]: audit 2024-04-27T01:30:02.464437+0000 mgr.y (mgr.34101) 424 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2024-04-27T01:30:03.745 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[57193]: audit 2024-04-27T01:30:02.497467+0000 mon.a (mon.0) 738 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:03.745 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[57193]: audit 2024-04-27T01:30:02.504723+0000 mon.a (mon.0) 739 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:03.745 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[57193]: audit 2024-04-27T01:30:02.506740+0000 mon.a (mon.0) 740 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:03.745 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[57193]: audit 2024-04-27T01:30:02.508995+0000 mon.a (mon.0) 741 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:03.745 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[57193]: audit 2024-04-27T01:30:02.511251+0000 mon.a (mon.0) 742 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:03.745 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[57193]: audit 2024-04-27T01:30:02.517003+0000 mon.a (mon.0) 743 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:03.745 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[57193]: audit 2024-04-27T01:30:02.519803+0000 mon.a (mon.0) 744 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi042.vknosz"}]: dispatch 2024-04-27T01:30:03.745 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[57193]: audit 2024-04-27T01:30:02.525897+0000 mon.a (mon.0) 745 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi042.vknosz"}]': finished 2024-04-27T01:30:03.745 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[57193]: audit 2024-04-27T01:30:02.529238+0000 mon.a (mon.0) 746 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:03.745 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[57193]: audit 2024-04-27T01:30:02.536960+0000 mon.a (mon.0) 747 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:03.745 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[57193]: audit 2024-04-27T01:30:02.541729+0000 mon.a (mon.0) 748 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:03.746 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:03 smithi042 bash[57193]: audit 2024-04-27T01:30:02.549178+0000 mon.a (mon.0) 749 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:03.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:03 smithi046 bash[44872]: cluster 2024-04-27T01:30:02.043601+0000 mgr.y (mgr.34101) 418 : cluster 0 pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:30:03.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:03 smithi046 bash[44872]: cluster 2024-04-27T01:30:02.044203+0000 mgr.y (mgr.34101) 419 : cluster 0 pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:30:03.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:03 smithi046 bash[44872]: cephadm 2024-04-27T01:30:02.052635+0000 mgr.y (mgr.34101) 420 : cephadm 1 Checking dashboard <-> RGW credentials 2024-04-27T01:30:03.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:03 smithi046 bash[44872]: audit 2024-04-27T01:30:02.441121+0000 mgr.y (mgr.34101) 421 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-04-27T01:30:03.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:03 smithi046 bash[44872]: cephadm 2024-04-27T01:30:02.459619+0000 mgr.y (mgr.34101) 422 : cephadm 1 Adding iSCSI gateway http://:@172.21.15.42:5000 to Dashboard 2024-04-27T01:30:03.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:03 smithi046 bash[44872]: audit 2024-04-27T01:30:02.460944+0000 mgr.y (mgr.34101) 423 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-04-27T01:30:03.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:03 smithi046 bash[44872]: audit 2024-04-27T01:30:02.464437+0000 mgr.y (mgr.34101) 424 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2024-04-27T01:30:03.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:03 smithi046 bash[44872]: audit 2024-04-27T01:30:02.497467+0000 mon.a (mon.0) 738 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:03.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:03 smithi046 bash[44872]: audit 2024-04-27T01:30:02.504723+0000 mon.a (mon.0) 739 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:03.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:03 smithi046 bash[44872]: audit 2024-04-27T01:30:02.506740+0000 mon.a (mon.0) 740 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:03.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:03 smithi046 bash[44872]: audit 2024-04-27T01:30:02.508995+0000 mon.a (mon.0) 741 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:03.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:03 smithi046 bash[44872]: audit 2024-04-27T01:30:02.511251+0000 mon.a (mon.0) 742 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:03.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:03 smithi046 bash[44872]: audit 2024-04-27T01:30:02.517003+0000 mon.a (mon.0) 743 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:03.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:03 smithi046 bash[44872]: audit 2024-04-27T01:30:02.519803+0000 mon.a (mon.0) 744 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi042.vknosz"}]: dispatch 2024-04-27T01:30:03.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:03 smithi046 bash[44872]: audit 2024-04-27T01:30:02.525897+0000 mon.a (mon.0) 745 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi042.vknosz"}]': finished 2024-04-27T01:30:03.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:03 smithi046 bash[44872]: audit 2024-04-27T01:30:02.529238+0000 mon.a (mon.0) 746 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:03.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:03 smithi046 bash[44872]: audit 2024-04-27T01:30:02.536960+0000 mon.a (mon.0) 747 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:03.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:03 smithi046 bash[44872]: audit 2024-04-27T01:30:02.541729+0000 mon.a (mon.0) 748 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:03.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:03 smithi046 bash[44872]: audit 2024-04-27T01:30:02.549178+0000 mon.a (mon.0) 749 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:04.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:04 smithi046 bash[44872]: cephadm 2024-04-27T01:30:02.512529+0000 mgr.y (mgr.34101) 425 : cephadm 1 Upgrade: Setting container_image for all iscsi 2024-04-27T01:30:04.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:04 smithi046 bash[44872]: cephadm 2024-04-27T01:30:02.530712+0000 mgr.y (mgr.34101) 426 : cephadm 1 Upgrade: Setting container_image for all nfs 2024-04-27T01:30:04.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:04 smithi046 bash[44872]: cephadm 2024-04-27T01:30:02.543033+0000 mgr.y (mgr.34101) 427 : cephadm 1 Upgrade: Setting container_image for all nvmeof 2024-04-27T01:30:04.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:04 smithi046 bash[44872]: cluster 2024-04-27T01:30:04.045128+0000 mgr.y (mgr.34101) 428 : cluster 0 pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2024-04-27T01:30:04.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:04 smithi042 bash[57193]: cephadm 2024-04-27T01:30:02.512529+0000 mgr.y (mgr.34101) 425 : cephadm 1 Upgrade: Setting container_image for all iscsi 2024-04-27T01:30:04.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:04 smithi042 bash[57193]: cephadm 2024-04-27T01:30:02.530712+0000 mgr.y (mgr.34101) 426 : cephadm 1 Upgrade: Setting container_image for all nfs 2024-04-27T01:30:04.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:04 smithi042 bash[57193]: cephadm 2024-04-27T01:30:02.543033+0000 mgr.y (mgr.34101) 427 : cephadm 1 Upgrade: Setting container_image for all nvmeof 2024-04-27T01:30:04.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:04 smithi042 bash[57193]: cluster 2024-04-27T01:30:04.045128+0000 mgr.y (mgr.34101) 428 : cluster 0 pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2024-04-27T01:30:04.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:04 smithi042 bash[55870]: cephadm 2024-04-27T01:30:02.512529+0000 mgr.y (mgr.34101) 425 : cephadm 1 Upgrade: Setting container_image for all iscsi 2024-04-27T01:30:04.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:04 smithi042 bash[55870]: cephadm 2024-04-27T01:30:02.530712+0000 mgr.y (mgr.34101) 426 : cephadm 1 Upgrade: Setting container_image for all nfs 2024-04-27T01:30:04.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:04 smithi042 bash[55870]: cephadm 2024-04-27T01:30:02.543033+0000 mgr.y (mgr.34101) 427 : cephadm 1 Upgrade: Setting container_image for all nvmeof 2024-04-27T01:30:04.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:04 smithi042 bash[55870]: cluster 2024-04-27T01:30:04.045128+0000 mgr.y (mgr.34101) 428 : cluster 0 pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2024-04-27T01:30:05.423 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:05 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:05.423 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:30:05 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:05.423 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:05 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:05.424 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:30:05 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:05.424 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:05 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:05.424 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:30:05 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:05.424 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:30:05 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:05.425 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:30:05 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:05.425 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:30:05 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:05.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:05 smithi042 bash[57193]: cephadm 2024-04-27T01:30:04.624584+0000 mgr.y (mgr.34101) 429 : cephadm 1 Upgrade: Updating node-exporter.a (1/2) 2024-04-27T01:30:05.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:05 smithi042 bash[57193]: cephadm 2024-04-27T01:30:04.625605+0000 mgr.y (mgr.34101) 430 : cephadm 1 Deploying daemon node-exporter.a on smithi042 2024-04-27T01:30:05.680 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:05 smithi042 systemd[1]: Stopping Ceph node-exporter.a for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:30:05.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:05 smithi042 bash[55870]: cephadm 2024-04-27T01:30:04.624584+0000 mgr.y (mgr.34101) 429 : cephadm 1 Upgrade: Updating node-exporter.a (1/2) 2024-04-27T01:30:05.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:05 smithi042 bash[55870]: cephadm 2024-04-27T01:30:04.625605+0000 mgr.y (mgr.34101) 430 : cephadm 1 Deploying daemon node-exporter.a on smithi042 2024-04-27T01:30:05.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:05 smithi046 bash[44872]: cephadm 2024-04-27T01:30:04.624584+0000 mgr.y (mgr.34101) 429 : cephadm 1 Upgrade: Updating node-exporter.a (1/2) 2024-04-27T01:30:05.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:05 smithi046 bash[44872]: cephadm 2024-04-27T01:30:04.625605+0000 mgr.y (mgr.34101) 430 : cephadm 1 Deploying daemon node-exporter.a on smithi042 2024-04-27T01:30:06.291 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:06 smithi042 bash[78405]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-node-exporter-a 2024-04-27T01:30:06.291 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:06 smithi042 bash[78467]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-node-exporter-a 2024-04-27T01:30:06.291 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:06 smithi042 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-04-27T01:30:06.291 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:06 smithi042 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@node-exporter.a.service: Failed with result 'exit-code'. 2024-04-27T01:30:06.291 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:06 smithi042 systemd[1]: Stopped Ceph node-exporter.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:30:06.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:06 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:06.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:30:06 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:06.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:06 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:06.680 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:30:06 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:06.681 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:30:06 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:06.681 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:30:06 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:06.681 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:30:06 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:06.682 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:30:06 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:06.682 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:06 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:06.682 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:06 smithi042 systemd[1]: Started Ceph node-exporter.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:30:06.682 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:06 smithi042 bash[78522]: Unable to find image 'quay.io/prometheus/node-exporter:v1.5.0' locally 2024-04-27T01:30:07.373 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:07 smithi042 bash[78522]: v1.5.0: Pulling from prometheus/node-exporter 2024-04-27T01:30:07.373 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:07 smithi042 bash[78522]: 22b70bddd3ac: Pulling fs layer 2024-04-27T01:30:07.374 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:07 smithi042 bash[78522]: 5c12815fee55: Pulling fs layer 2024-04-27T01:30:07.374 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:07 smithi042 bash[78522]: c0e87333d380: Pulling fs layer 2024-04-27T01:30:07.374 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:07 smithi042 bash[78522]: 22b70bddd3ac: Verifying Checksum 2024-04-27T01:30:07.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:07 smithi042 bash[55870]: cluster 2024-04-27T01:30:06.045822+0000 mgr.y (mgr.34101) 431 : cluster 0 pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 3 op/s 2024-04-27T01:30:07.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:07 smithi042 bash[55870]: audit 2024-04-27T01:30:06.174637+0000 mgr.y (mgr.34101) 432 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:30:07.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:07 smithi042 bash[55870]: audit 2024-04-27T01:30:06.476844+0000 mon.a (mon.0) 750 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:07.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:07 smithi042 bash[55870]: audit 2024-04-27T01:30:06.482537+0000 mon.a (mon.0) 751 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:07.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:07 smithi042 bash[57193]: cluster 2024-04-27T01:30:06.045822+0000 mgr.y (mgr.34101) 431 : cluster 0 pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 3 op/s 2024-04-27T01:30:07.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:07 smithi042 bash[57193]: audit 2024-04-27T01:30:06.174637+0000 mgr.y (mgr.34101) 432 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:30:07.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:07 smithi042 bash[57193]: audit 2024-04-27T01:30:06.476844+0000 mon.a (mon.0) 750 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:07.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:07 smithi042 bash[57193]: audit 2024-04-27T01:30:06.482537+0000 mon.a (mon.0) 751 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:07.681 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:07 smithi042 bash[78522]: 22b70bddd3ac: Download complete 2024-04-27T01:30:07.681 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:07 smithi042 bash[78522]: 5c12815fee55: Download complete 2024-04-27T01:30:07.681 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:07 smithi042 bash[78522]: c0e87333d380: Verifying Checksum 2024-04-27T01:30:07.681 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:07 smithi042 bash[78522]: c0e87333d380: Download complete 2024-04-27T01:30:07.681 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:07 smithi042 bash[78522]: 22b70bddd3ac: Pull complete 2024-04-27T01:30:07.715 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:07 smithi046 bash[44872]: cluster 2024-04-27T01:30:06.045822+0000 mgr.y (mgr.34101) 431 : cluster 0 pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 3 op/s 2024-04-27T01:30:07.715 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:07 smithi046 bash[44872]: audit 2024-04-27T01:30:06.174637+0000 mgr.y (mgr.34101) 432 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:30:07.715 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:07 smithi046 bash[44872]: audit 2024-04-27T01:30:06.476844+0000 mon.a (mon.0) 750 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:07.715 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:07 smithi046 bash[44872]: audit 2024-04-27T01:30:06.482537+0000 mon.a (mon.0) 751 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:08.321 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:08 smithi042 bash[78522]: 5c12815fee55: Pull complete 2024-04-27T01:30:08.680 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:08 smithi042 bash[78522]: c0e87333d380: Pull complete 2024-04-27T01:30:08.680 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:08 smithi042 bash[78522]: Digest: sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c 2024-04-27T01:30:08.680 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:08 smithi042 bash[78522]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.5.0 2024-04-27T01:30:09.313 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:30:09 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:09.313 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:30:09 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:09.314 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:30:09 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:09.314 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:09 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:09.314 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:09 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:09.315 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:30:09 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:09.315 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:09 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:09.315 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:30:09 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:09.315 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:30:09 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:09.566 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:09 smithi046 bash[44872]: cluster 2024-04-27T01:30:08.046417+0000 mgr.y (mgr.34101) 433 : cluster 0 pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 3 op/s 2024-04-27T01:30:09.566 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:09 smithi046 systemd[1]: Stopping Ceph node-exporter.b for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:30:09.679 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:30:09] "GET /metrics HTTP/1.1" 200 38682 "" "Prometheus/2.33.4" 2024-04-27T01:30:09.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[57193]: cluster 2024-04-27T01:30:08.046417+0000 mgr.y (mgr.34101) 433 : cluster 0 pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 3 op/s 2024-04-27T01:30:09.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[55870]: cluster 2024-04-27T01:30:08.046417+0000 mgr.y (mgr.34101) 433 : cluster 0 pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 3 op/s 2024-04-27T01:30:10.170 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:09 smithi046 bash[59084]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-node-exporter-b 2024-04-27T01:30:10.170 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:10 smithi046 bash[59145]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-node-exporter-b 2024-04-27T01:30:10.170 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:10 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-04-27T01:30:10.170 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:10 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@node-exporter.b.service: Failed with result 'exit-code'. 2024-04-27T01:30:10.170 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:10 smithi046 systemd[1]: Stopped Ceph node-exporter.b for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:30:10.180 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.804Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-04-27T01:30:10.180 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.804Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-04-27T01:30:10.180 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.804Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-04-27T01:30:10.181 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.804Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-04-27T01:30:10.181 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.805Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-04-27T01:30:10.181 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.805Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-04-27T01:30:10.181 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-04-27T01:30:10.181 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=arp 2024-04-27T01:30:10.181 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=bcache 2024-04-27T01:30:10.181 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=bonding 2024-04-27T01:30:10.181 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=btrfs 2024-04-27T01:30:10.181 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=conntrack 2024-04-27T01:30:10.181 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=cpu 2024-04-27T01:30:10.181 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-04-27T01:30:10.181 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=diskstats 2024-04-27T01:30:10.181 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=dmi 2024-04-27T01:30:10.182 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=edac 2024-04-27T01:30:10.182 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=entropy 2024-04-27T01:30:10.182 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-04-27T01:30:10.182 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=filefd 2024-04-27T01:30:10.182 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=filesystem 2024-04-27T01:30:10.182 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=hwmon 2024-04-27T01:30:10.182 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=infiniband 2024-04-27T01:30:10.182 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=ipvs 2024-04-27T01:30:10.182 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=loadavg 2024-04-27T01:30:10.182 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=mdadm 2024-04-27T01:30:10.183 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=meminfo 2024-04-27T01:30:10.183 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=netclass 2024-04-27T01:30:10.183 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=netdev 2024-04-27T01:30:10.183 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=netstat 2024-04-27T01:30:10.183 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=nfs 2024-04-27T01:30:10.183 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=nfsd 2024-04-27T01:30:10.183 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=nvme 2024-04-27T01:30:10.183 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=os 2024-04-27T01:30:10.183 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-04-27T01:30:10.183 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=pressure 2024-04-27T01:30:10.183 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=rapl 2024-04-27T01:30:10.183 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=schedstat 2024-04-27T01:30:10.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=selinux 2024-04-27T01:30:10.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=sockstat 2024-04-27T01:30:10.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=softnet 2024-04-27T01:30:10.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=stat 2024-04-27T01:30:10.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=tapestats 2024-04-27T01:30:10.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=textfile 2024-04-27T01:30:10.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-04-27T01:30:10.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=time 2024-04-27T01:30:10.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-04-27T01:30:10.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=uname 2024-04-27T01:30:10.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=vmstat 2024-04-27T01:30:10.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=xfs 2024-04-27T01:30:10.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=node_exporter.go:117 level=info collector=zfs 2024-04-27T01:30:10.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-04-27T01:30:10.184 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:09 smithi042 bash[78522]: ts=2024-04-27T01:30:09.806Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-04-27T01:30:10.477 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:30:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:10.478 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:30:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:10.478 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:10.478 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:30:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:10.479 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:30:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:10.479 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:30:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:10.479 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:10.479 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:10.479 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:10 smithi046 systemd[1]: Started Ceph node-exporter.b for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:30:10.480 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:10 smithi046 bash[59200]: Unable to find image 'quay.io/prometheus/node-exporter:v1.5.0' locally 2024-04-27T01:30:10.480 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:30:10 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:10.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:10 smithi046 bash[44872]: cephadm 2024-04-27T01:30:08.563680+0000 mgr.y (mgr.34101) 434 : cephadm 1 Upgrade: Updating node-exporter.b (2/2) 2024-04-27T01:30:10.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:10 smithi046 bash[44872]: cephadm 2024-04-27T01:30:08.564598+0000 mgr.y (mgr.34101) 435 : cephadm 1 Deploying daemon node-exporter.b on smithi046 2024-04-27T01:30:10.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:10 smithi046 bash[44872]: audit 2024-04-27T01:30:10.385615+0000 mon.a (mon.0) 752 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:10.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:10 smithi046 bash[44872]: audit 2024-04-27T01:30:10.397731+0000 mon.a (mon.0) 753 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:10.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:10 smithi042 bash[55870]: cephadm 2024-04-27T01:30:08.563680+0000 mgr.y (mgr.34101) 434 : cephadm 1 Upgrade: Updating node-exporter.b (2/2) 2024-04-27T01:30:10.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:10 smithi042 bash[55870]: cephadm 2024-04-27T01:30:08.564598+0000 mgr.y (mgr.34101) 435 : cephadm 1 Deploying daemon node-exporter.b on smithi046 2024-04-27T01:30:10.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:10 smithi042 bash[55870]: audit 2024-04-27T01:30:10.385615+0000 mon.a (mon.0) 752 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:10.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:10 smithi042 bash[55870]: audit 2024-04-27T01:30:10.397731+0000 mon.a (mon.0) 753 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:10.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:10 smithi042 bash[57193]: cephadm 2024-04-27T01:30:08.563680+0000 mgr.y (mgr.34101) 434 : cephadm 1 Upgrade: Updating node-exporter.b (2/2) 2024-04-27T01:30:10.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:10 smithi042 bash[57193]: cephadm 2024-04-27T01:30:08.564598+0000 mgr.y (mgr.34101) 435 : cephadm 1 Deploying daemon node-exporter.b on smithi046 2024-04-27T01:30:10.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:10 smithi042 bash[57193]: audit 2024-04-27T01:30:10.385615+0000 mon.a (mon.0) 752 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:10.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:10 smithi042 bash[57193]: audit 2024-04-27T01:30:10.397731+0000 mon.a (mon.0) 753 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:11.416 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:11 smithi046 bash[59200]: v1.5.0: Pulling from prometheus/node-exporter 2024-04-27T01:30:11.416 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:11 smithi046 bash[59200]: 22b70bddd3ac: Pulling fs layer 2024-04-27T01:30:11.416 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:11 smithi046 bash[59200]: 5c12815fee55: Pulling fs layer 2024-04-27T01:30:11.416 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:11 smithi046 bash[59200]: c0e87333d380: Pulling fs layer 2024-04-27T01:30:11.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:11 smithi046 bash[44872]: cluster 2024-04-27T01:30:10.047776+0000 mgr.y (mgr.34101) 436 : cluster 0 pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 3 op/s 2024-04-27T01:30:11.671 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:11 smithi046 bash[59200]: 5c12815fee55: Verifying Checksum 2024-04-27T01:30:11.671 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:11 smithi046 bash[59200]: 5c12815fee55: Download complete 2024-04-27T01:30:11.671 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:11 smithi046 bash[59200]: 22b70bddd3ac: Verifying Checksum 2024-04-27T01:30:11.671 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:11 smithi046 bash[59200]: 22b70bddd3ac: Download complete 2024-04-27T01:30:11.671 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:11 smithi046 bash[59200]: 22b70bddd3ac: Pull complete 2024-04-27T01:30:11.671 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:11 smithi046 bash[59200]: c0e87333d380: Verifying Checksum 2024-04-27T01:30:11.671 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:11 smithi046 bash[59200]: c0e87333d380: Download complete 2024-04-27T01:30:11.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:11 smithi042 bash[55870]: cluster 2024-04-27T01:30:10.047776+0000 mgr.y (mgr.34101) 436 : cluster 0 pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 3 op/s 2024-04-27T01:30:11.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:11 smithi042 bash[57193]: cluster 2024-04-27T01:30:10.047776+0000 mgr.y (mgr.34101) 436 : cluster 0 pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 3 op/s 2024-04-27T01:30:12.370 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:12 smithi046 bash[59200]: 5c12815fee55: Pull complete 2024-04-27T01:30:12.686 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:12 smithi046 bash[59200]: c0e87333d380: Pull complete 2024-04-27T01:30:12.687 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:12 smithi046 bash[59200]: Digest: sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c 2024-04-27T01:30:12.687 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:12 smithi046 bash[59200]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.5.0 2024-04-27T01:30:13.742 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[44872]: cluster 2024-04-27T01:30:12.048848+0000 mgr.y (mgr.34101) 437 : cluster 0 pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-04-27T01:30:13.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:13 smithi042 bash[55870]: cluster 2024-04-27T01:30:12.048848+0000 mgr.y (mgr.34101) 437 : cluster 0 pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-04-27T01:30:13.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:13 smithi042 bash[57193]: cluster 2024-04-27T01:30:12.048848+0000 mgr.y (mgr.34101) 437 : cluster 0 pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-04-27T01:30:14.171 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.789Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-04-27T01:30:14.171 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.789Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-04-27T01:30:14.171 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.790Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-04-27T01:30:14.171 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.790Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-04-27T01:30:14.171 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.790Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-04-27T01:30:14.171 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.790Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-04-27T01:30:14.172 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-04-27T01:30:14.172 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=arp 2024-04-27T01:30:14.172 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=bcache 2024-04-27T01:30:14.172 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=bonding 2024-04-27T01:30:14.172 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=btrfs 2024-04-27T01:30:14.172 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=conntrack 2024-04-27T01:30:14.172 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=cpu 2024-04-27T01:30:14.172 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-04-27T01:30:14.172 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=diskstats 2024-04-27T01:30:14.172 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=dmi 2024-04-27T01:30:14.172 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=edac 2024-04-27T01:30:14.172 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=entropy 2024-04-27T01:30:14.172 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-04-27T01:30:14.172 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=filefd 2024-04-27T01:30:14.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=filesystem 2024-04-27T01:30:14.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=hwmon 2024-04-27T01:30:14.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=infiniband 2024-04-27T01:30:14.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=ipvs 2024-04-27T01:30:14.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=loadavg 2024-04-27T01:30:14.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=mdadm 2024-04-27T01:30:14.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=meminfo 2024-04-27T01:30:14.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=netclass 2024-04-27T01:30:14.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=netdev 2024-04-27T01:30:14.173 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=netstat 2024-04-27T01:30:14.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=nfs 2024-04-27T01:30:14.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=nfsd 2024-04-27T01:30:14.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=nvme 2024-04-27T01:30:14.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=os 2024-04-27T01:30:14.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-04-27T01:30:14.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=pressure 2024-04-27T01:30:14.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=rapl 2024-04-27T01:30:14.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=schedstat 2024-04-27T01:30:14.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=selinux 2024-04-27T01:30:14.174 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=sockstat 2024-04-27T01:30:14.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=softnet 2024-04-27T01:30:14.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=stat 2024-04-27T01:30:14.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=tapestats 2024-04-27T01:30:14.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=textfile 2024-04-27T01:30:14.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-04-27T01:30:14.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=time 2024-04-27T01:30:14.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-04-27T01:30:14.175 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=uname 2024-04-27T01:30:14.179 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=vmstat 2024-04-27T01:30:14.179 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=xfs 2024-04-27T01:30:14.179 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.791Z caller=node_exporter.go:117 level=info collector=zfs 2024-04-27T01:30:14.179 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.792Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-04-27T01:30:14.179 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:13 smithi046 bash[59200]: ts=2024-04-27T01:30:13.792Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-04-27T01:30:14.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:14 smithi046 bash[44872]: audit 2024-04-27T01:30:14.042077+0000 mon.a (mon.0) 754 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:30:14.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:14 smithi042 bash[55870]: audit 2024-04-27T01:30:14.042077+0000 mon.a (mon.0) 754 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:30:14.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:14 smithi042 bash[57193]: audit 2024-04-27T01:30:14.042077+0000 mon.a (mon.0) 754 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:30:15.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:15 smithi046 bash[44872]: cluster 2024-04-27T01:30:14.053738+0000 mgr.y (mgr.34101) 438 : cluster 0 pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 3 op/s 2024-04-27T01:30:15.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:15 smithi042 bash[55870]: cluster 2024-04-27T01:30:14.053738+0000 mgr.y (mgr.34101) 438 : cluster 0 pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 3 op/s 2024-04-27T01:30:15.929 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:15 smithi042 bash[57193]: cluster 2024-04-27T01:30:14.053738+0000 mgr.y (mgr.34101) 438 : cluster 0 pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 3 op/s 2024-04-27T01:30:16.282 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:30:17.033 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:30:17.033 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (9m) 0s ago 15m 14.8M - 0.23.0 ba2b418f427c 0f0b55d975d0 2024-04-27T01:30:17.033 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 error 0s ago 15m - - 2024-04-27T01:30:17.033 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 running (33s) 0s ago 13m 42.3M - 3.7 87e5280d5ae8 142a104c86c1 2024-04-27T01:30:17.033 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443,9283,8765 running (7m) 0s ago 21m 440M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 b405f9e86d9a 2024-04-27T01:30:17.033 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (8m) 0s ago 22m 505M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 60e39f55c7ea 2024-04-27T01:30:17.033 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (7m) 0s ago 23m 58.4M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 73925c36c48e 2024-04-27T01:30:17.033 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (6m) 0s ago 21m 41.2M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 56399982a983 2024-04-27T01:30:17.033 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (6m) 0s ago 21m 47.6M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 cf9a80ee073c 2024-04-27T01:30:17.033 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (8s) 0s ago 16m 3044k - 1.5.0 0da6a335fe13 e913dc16444c 2024-04-27T01:30:17.033 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (4s) 0s ago 15m - - 1.5.0 0da6a335fe13 5eb63a8d9293 2024-04-27T01:30:17.034 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (5m) 0s ago 20m 59.9M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 59aa3e813245 2024-04-27T01:30:17.034 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (4m) 0s ago 20m 63.1M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 4432f1499107 2024-04-27T01:30:17.034 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (4m) 0s ago 19m 60.5M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ee07041d5acd 2024-04-27T01:30:17.034 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (3m) 0s ago 19m 63.9M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 887e8f900de3 2024-04-27T01:30:17.034 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (3m) 0s ago 18m 60.2M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 a75b6e03fc58 2024-04-27T01:30:17.034 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (2m) 0s ago 17m 54.0M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 6fcfd911db34 2024-04-27T01:30:17.034 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (2m) 0s ago 17m 52.5M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ac46d34fada7 2024-04-27T01:30:17.034 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (108s) 0s ago 16m 54.3M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 bc4e8ce11408 2024-04-27T01:30:17.034 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 running (7m) 0s ago 16m 61.1M - 2.33.4 514e6a882f6e 3405daccd7ea 2024-04-27T01:30:17.034 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (85s) 0s ago 14m 89.7M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 40fd506bd324 2024-04-27T01:30:17.034 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (73s) 0s ago 14m 89.7M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 55f8dc9f8019 2024-04-27T01:30:17.034 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (79s) 0s ago 13m 89.6M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 0b7049afe1c7 2024-04-27T01:30:17.034 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (66s) 0s ago 13m 89.7M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 32447d03adbc 2024-04-27T01:30:17.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:17 smithi046 bash[44872]: cluster 2024-04-27T01:30:16.054387+0000 mgr.y (mgr.34101) 439 : cluster 0 pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-04-27T01:30:17.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:17 smithi046 bash[44872]: audit 2024-04-27T01:30:16.125326+0000 mon.a (mon.0) 755 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:17.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:17 smithi046 bash[44872]: audit 2024-04-27T01:30:16.131869+0000 mon.a (mon.0) 756 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:17.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:17 smithi046 bash[44872]: audit 2024-04-27T01:30:16.185009+0000 mgr.y (mgr.34101) 440 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:30:17.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:17 smithi046 bash[44872]: audit 2024-04-27T01:30:16.284358+0000 mgr.y (mgr.34101) 441 : audit 0 from='client.34830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:30:17.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:17 smithi046 bash[44872]: audit 2024-04-27T01:30:16.382267+0000 mon.a (mon.0) 757 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:17.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:17 smithi046 bash[44872]: audit 2024-04-27T01:30:16.387554+0000 mon.a (mon.0) 758 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:17.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:17 smithi042 bash[55870]: cluster 2024-04-27T01:30:16.054387+0000 mgr.y (mgr.34101) 439 : cluster 0 pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-04-27T01:30:17.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:17 smithi042 bash[55870]: audit 2024-04-27T01:30:16.125326+0000 mon.a (mon.0) 755 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:17.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:17 smithi042 bash[55870]: audit 2024-04-27T01:30:16.131869+0000 mon.a (mon.0) 756 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:17.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:17 smithi042 bash[55870]: audit 2024-04-27T01:30:16.185009+0000 mgr.y (mgr.34101) 440 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:30:17.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:17 smithi042 bash[55870]: audit 2024-04-27T01:30:16.284358+0000 mgr.y (mgr.34101) 441 : audit 0 from='client.34830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:30:17.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:17 smithi042 bash[55870]: audit 2024-04-27T01:30:16.382267+0000 mon.a (mon.0) 757 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:17.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:17 smithi042 bash[55870]: audit 2024-04-27T01:30:16.387554+0000 mon.a (mon.0) 758 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:17.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:17 smithi042 bash[57193]: cluster 2024-04-27T01:30:16.054387+0000 mgr.y (mgr.34101) 439 : cluster 0 pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-04-27T01:30:17.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:17 smithi042 bash[57193]: audit 2024-04-27T01:30:16.125326+0000 mon.a (mon.0) 755 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:17.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:17 smithi042 bash[57193]: audit 2024-04-27T01:30:16.131869+0000 mon.a (mon.0) 756 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:17.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:17 smithi042 bash[57193]: audit 2024-04-27T01:30:16.185009+0000 mgr.y (mgr.34101) 440 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:30:17.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:17 smithi042 bash[57193]: audit 2024-04-27T01:30:16.284358+0000 mgr.y (mgr.34101) 441 : audit 0 from='client.34830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:30:17.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:17 smithi042 bash[57193]: audit 2024-04-27T01:30:16.382267+0000 mon.a (mon.0) 757 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:17.431 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:17 smithi042 bash[57193]: audit 2024-04-27T01:30:16.387554+0000 mon.a (mon.0) 758 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:17.463 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:30:17.463 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:30:17.464 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 3 2024-04-27T01:30:17.464 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:30:17.464 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:30:17.464 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 2 2024-04-27T01:30:17.464 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:30:17.464 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:30:17.464 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 8 2024-04-27T01:30:17.464 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:30:17.464 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:30:17.464 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 4 2024-04-27T01:30:17.464 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:30:17.464 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:30:17.464 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 17 2024-04-27T01:30:17.464 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:30:17.464 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:30:17.834 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:30:17.834 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", 2024-04-27T01:30:17.834 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2024-04-27T01:30:17.834 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-27T01:30:17.834 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2024-04-27T01:30:17.834 INFO:teuthology.orchestra.run.smithi042.stdout: "osd", 2024-04-27T01:30:17.834 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw", 2024-04-27T01:30:17.835 INFO:teuthology.orchestra.run.smithi042.stdout: "mon", 2024-04-27T01:30:17.835 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr", 2024-04-27T01:30:17.835 INFO:teuthology.orchestra.run.smithi042.stdout: "iscsi" 2024-04-27T01:30:17.835 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2024-04-27T01:30:17.835 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "18/23 daemons upgraded", 2024-04-27T01:30:17.835 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading node-exporter daemons", 2024-04-27T01:30:17.835 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2024-04-27T01:30:17.835 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:30:18.260 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:30:18.260 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:30:18.260 INFO:teuthology.orchestra.run.smithi042.stdout: daemon grafana.a on smithi046 is in error state 2024-04-27T01:30:18.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:18 smithi046 bash[44872]: audit 2024-04-27T01:30:16.639077+0000 mgr.y (mgr.34101) 442 : audit 0 from='client.44749 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:30:18.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:18 smithi046 bash[44872]: audit 2024-04-27T01:30:17.025639+0000 mgr.y (mgr.34101) 443 : audit 0 from='client.44755 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:30:18.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:18 smithi046 bash[44872]: audit 2024-04-27T01:30:17.178244+0000 mon.a (mon.0) 759 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:18.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:18 smithi046 bash[44872]: audit 2024-04-27T01:30:17.184738+0000 mon.a (mon.0) 760 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:18.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:18 smithi046 bash[44872]: audit 2024-04-27T01:30:17.438441+0000 mon.a (mon.0) 761 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:18.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:18 smithi046 bash[44872]: audit 2024-04-27T01:30:17.447131+0000 mon.a (mon.0) 762 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:18.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:18 smithi046 bash[44872]: audit 2024-04-27T01:30:17.479601+0000 mon.c (mon.1) 28 : audit 0 from='client.? 172.21.15.42:0/1722364512' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:18.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:18 smithi042 bash[57193]: audit 2024-04-27T01:30:16.639077+0000 mgr.y (mgr.34101) 442 : audit 0 from='client.44749 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:30:18.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:18 smithi042 bash[57193]: audit 2024-04-27T01:30:17.025639+0000 mgr.y (mgr.34101) 443 : audit 0 from='client.44755 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:30:18.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:18 smithi042 bash[57193]: audit 2024-04-27T01:30:17.178244+0000 mon.a (mon.0) 759 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:18.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:18 smithi042 bash[57193]: audit 2024-04-27T01:30:17.184738+0000 mon.a (mon.0) 760 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:18.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:18 smithi042 bash[57193]: audit 2024-04-27T01:30:17.438441+0000 mon.a (mon.0) 761 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:18.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:18 smithi042 bash[57193]: audit 2024-04-27T01:30:17.447131+0000 mon.a (mon.0) 762 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:18.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:18 smithi042 bash[57193]: audit 2024-04-27T01:30:17.479601+0000 mon.c (mon.1) 28 : audit 0 from='client.? 172.21.15.42:0/1722364512' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:18.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:18 smithi042 bash[55870]: audit 2024-04-27T01:30:16.639077+0000 mgr.y (mgr.34101) 442 : audit 0 from='client.44749 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:30:18.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:18 smithi042 bash[55870]: audit 2024-04-27T01:30:17.025639+0000 mgr.y (mgr.34101) 443 : audit 0 from='client.44755 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:30:18.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:18 smithi042 bash[55870]: audit 2024-04-27T01:30:17.178244+0000 mon.a (mon.0) 759 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:18.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:18 smithi042 bash[55870]: audit 2024-04-27T01:30:17.184738+0000 mon.a (mon.0) 760 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:18.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:18 smithi042 bash[55870]: audit 2024-04-27T01:30:17.438441+0000 mon.a (mon.0) 761 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:18.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:18 smithi042 bash[55870]: audit 2024-04-27T01:30:17.447131+0000 mon.a (mon.0) 762 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:18.431 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:18 smithi042 bash[55870]: audit 2024-04-27T01:30:17.479601+0000 mon.c (mon.1) 28 : audit 0 from='client.? 172.21.15.42:0/1722364512' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:19.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:19 smithi046 bash[44872]: audit 2024-04-27T01:30:17.850305+0000 mgr.y (mgr.34101) 444 : audit 0 from='client.44767 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:30:19.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:19 smithi046 bash[44872]: cluster 2024-04-27T01:30:18.054927+0000 mgr.y (mgr.34101) 445 : cluster 0 pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:30:19.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:19 smithi046 bash[44872]: audit 2024-04-27T01:30:18.276172+0000 mon.a (mon.0) 763 : audit 0 from='client.? 172.21.15.42:0/94805183' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:30:19.429 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:30:19 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:30:19] "GET /metrics HTTP/1.1" 200 38677 "" "Prometheus/2.33.4" 2024-04-27T01:30:19.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:19 smithi042 bash[55870]: audit 2024-04-27T01:30:17.850305+0000 mgr.y (mgr.34101) 444 : audit 0 from='client.44767 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:30:19.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:19 smithi042 bash[55870]: cluster 2024-04-27T01:30:18.054927+0000 mgr.y (mgr.34101) 445 : cluster 0 pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:30:19.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:19 smithi042 bash[55870]: audit 2024-04-27T01:30:18.276172+0000 mon.a (mon.0) 763 : audit 0 from='client.? 172.21.15.42:0/94805183' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:30:19.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:19 smithi042 bash[57193]: audit 2024-04-27T01:30:17.850305+0000 mgr.y (mgr.34101) 444 : audit 0 from='client.44767 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:30:19.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:19 smithi042 bash[57193]: cluster 2024-04-27T01:30:18.054927+0000 mgr.y (mgr.34101) 445 : cluster 0 pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:30:19.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:19 smithi042 bash[57193]: audit 2024-04-27T01:30:18.276172+0000 mon.a (mon.0) 763 : audit 0 from='client.? 172.21.15.42:0/94805183' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:30:21.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:21 smithi046 bash[44872]: cluster 2024-04-27T01:30:20.056398+0000 mgr.y (mgr.34101) 446 : cluster 0 pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:30:21.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:21 smithi042 bash[55870]: cluster 2024-04-27T01:30:20.056398+0000 mgr.y (mgr.34101) 446 : cluster 0 pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:30:21.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:21 smithi042 bash[57193]: cluster 2024-04-27T01:30:20.056398+0000 mgr.y (mgr.34101) 446 : cluster 0 pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:30:23.348 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:23 smithi046 bash[44872]: cluster 2024-04-27T01:30:22.057689+0000 mgr.y (mgr.34101) 447 : cluster 0 pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:30:23.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:23 smithi042 bash[55870]: cluster 2024-04-27T01:30:22.057689+0000 mgr.y (mgr.34101) 447 : cluster 0 pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:30:23.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:23 smithi042 bash[57193]: cluster 2024-04-27T01:30:22.057689+0000 mgr.y (mgr.34101) 447 : cluster 0 pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:30:25.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:25 smithi042 bash[55870]: cluster 2024-04-27T01:30:24.059052+0000 mgr.y (mgr.34101) 448 : cluster 0 pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:30:25.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:25 smithi042 bash[57193]: cluster 2024-04-27T01:30:24.059052+0000 mgr.y (mgr.34101) 448 : cluster 0 pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:30:25.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:25 smithi046 bash[44872]: cluster 2024-04-27T01:30:24.059052+0000 mgr.y (mgr.34101) 448 : cluster 0 pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:30:27.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:27 smithi046 bash[44872]: cluster 2024-04-27T01:30:26.059987+0000 mgr.y (mgr.34101) 449 : cluster 0 pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:30:27.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:27 smithi046 bash[44872]: audit 2024-04-27T01:30:26.194560+0000 mgr.y (mgr.34101) 450 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:30:27.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:27 smithi046 bash[44872]: audit 2024-04-27T01:30:26.484704+0000 mon.a (mon.0) 764 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:27.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:27 smithi046 bash[44872]: audit 2024-04-27T01:30:26.496651+0000 mon.a (mon.0) 765 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:27.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:27 smithi046 bash[44872]: audit 2024-04-27T01:30:26.793975+0000 mon.a (mon.0) 766 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:27.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:27 smithi046 bash[44872]: audit 2024-04-27T01:30:26.806459+0000 mon.a (mon.0) 767 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:27.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:27 smithi046 bash[44872]: audit 2024-04-27T01:30:26.809004+0000 mon.a (mon.0) 768 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:30:27.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:27 smithi046 bash[44872]: audit 2024-04-27T01:30:26.810529+0000 mon.a (mon.0) 769 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:30:27.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:27 smithi046 bash[44872]: audit 2024-04-27T01:30:26.822665+0000 mon.a (mon.0) 770 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:27.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:27 smithi046 bash[44872]: audit 2024-04-27T01:30:26.919728+0000 mon.a (mon.0) 771 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:30:27.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:27 smithi046 bash[44872]: audit 2024-04-27T01:30:26.925505+0000 mon.a (mon.0) 772 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:27 smithi046 bash[44872]: audit 2024-04-27T01:30:26.929765+0000 mon.a (mon.0) 773 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:27 smithi046 bash[44872]: audit 2024-04-27T01:30:26.932798+0000 mon.a (mon.0) 774 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:27 smithi046 bash[44872]: audit 2024-04-27T01:30:26.938458+0000 mon.a (mon.0) 775 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:27 smithi046 bash[44872]: audit 2024-04-27T01:30:26.945584+0000 mon.a (mon.0) 776 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:27 smithi046 bash[44872]: audit 2024-04-27T01:30:26.949883+0000 mon.a (mon.0) 777 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:27 smithi046 bash[44872]: audit 2024-04-27T01:30:26.952903+0000 mon.a (mon.0) 778 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:27 smithi046 bash[44872]: audit 2024-04-27T01:30:26.955859+0000 mon.a (mon.0) 779 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:27 smithi046 bash[44872]: audit 2024-04-27T01:30:26.958946+0000 mon.a (mon.0) 780 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:27 smithi046 bash[44872]: audit 2024-04-27T01:30:26.962205+0000 mon.a (mon.0) 781 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:27 smithi046 bash[44872]: audit 2024-04-27T01:30:26.965165+0000 mon.a (mon.0) 782 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:27 smithi046 bash[44872]: audit 2024-04-27T01:30:26.968452+0000 mon.a (mon.0) 783 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:27 smithi046 bash[44872]: audit 2024-04-27T01:30:26.972711+0000 mon.a (mon.0) 784 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[55870]: cluster 2024-04-27T01:30:26.059987+0000 mgr.y (mgr.34101) 449 : cluster 0 pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:30:27.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[55870]: audit 2024-04-27T01:30:26.194560+0000 mgr.y (mgr.34101) 450 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:30:27.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[55870]: audit 2024-04-27T01:30:26.484704+0000 mon.a (mon.0) 764 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:27.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[55870]: audit 2024-04-27T01:30:26.496651+0000 mon.a (mon.0) 765 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:27.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[55870]: audit 2024-04-27T01:30:26.793975+0000 mon.a (mon.0) 766 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:27.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[55870]: audit 2024-04-27T01:30:26.806459+0000 mon.a (mon.0) 767 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:27.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[55870]: audit 2024-04-27T01:30:26.809004+0000 mon.a (mon.0) 768 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:30:27.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[55870]: audit 2024-04-27T01:30:26.810529+0000 mon.a (mon.0) 769 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:30:27.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[55870]: audit 2024-04-27T01:30:26.822665+0000 mon.a (mon.0) 770 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:27.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[55870]: audit 2024-04-27T01:30:26.919728+0000 mon.a (mon.0) 771 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:30:27.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[55870]: audit 2024-04-27T01:30:26.925505+0000 mon.a (mon.0) 772 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[55870]: audit 2024-04-27T01:30:26.929765+0000 mon.a (mon.0) 773 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[55870]: audit 2024-04-27T01:30:26.932798+0000 mon.a (mon.0) 774 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[55870]: audit 2024-04-27T01:30:26.938458+0000 mon.a (mon.0) 775 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[55870]: audit 2024-04-27T01:30:26.945584+0000 mon.a (mon.0) 776 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[55870]: audit 2024-04-27T01:30:26.949883+0000 mon.a (mon.0) 777 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[55870]: audit 2024-04-27T01:30:26.952903+0000 mon.a (mon.0) 778 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[55870]: audit 2024-04-27T01:30:26.955859+0000 mon.a (mon.0) 779 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[55870]: audit 2024-04-27T01:30:26.958946+0000 mon.a (mon.0) 780 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[55870]: audit 2024-04-27T01:30:26.962205+0000 mon.a (mon.0) 781 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[55870]: audit 2024-04-27T01:30:26.965165+0000 mon.a (mon.0) 782 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[55870]: audit 2024-04-27T01:30:26.968452+0000 mon.a (mon.0) 783 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.932 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[55870]: audit 2024-04-27T01:30:26.972711+0000 mon.a (mon.0) 784 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[57193]: cluster 2024-04-27T01:30:26.059987+0000 mgr.y (mgr.34101) 449 : cluster 0 pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:30:27.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[57193]: audit 2024-04-27T01:30:26.194560+0000 mgr.y (mgr.34101) 450 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:30:27.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[57193]: audit 2024-04-27T01:30:26.484704+0000 mon.a (mon.0) 764 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:27.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[57193]: audit 2024-04-27T01:30:26.496651+0000 mon.a (mon.0) 765 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:27.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[57193]: audit 2024-04-27T01:30:26.793975+0000 mon.a (mon.0) 766 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:27.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[57193]: audit 2024-04-27T01:30:26.806459+0000 mon.a (mon.0) 767 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:27.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[57193]: audit 2024-04-27T01:30:26.809004+0000 mon.a (mon.0) 768 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:30:27.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[57193]: audit 2024-04-27T01:30:26.810529+0000 mon.a (mon.0) 769 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:30:27.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[57193]: audit 2024-04-27T01:30:26.822665+0000 mon.a (mon.0) 770 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:27.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[57193]: audit 2024-04-27T01:30:26.919728+0000 mon.a (mon.0) 771 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:30:27.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[57193]: audit 2024-04-27T01:30:26.925505+0000 mon.a (mon.0) 772 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[57193]: audit 2024-04-27T01:30:26.929765+0000 mon.a (mon.0) 773 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[57193]: audit 2024-04-27T01:30:26.932798+0000 mon.a (mon.0) 774 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[57193]: audit 2024-04-27T01:30:26.938458+0000 mon.a (mon.0) 775 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[57193]: audit 2024-04-27T01:30:26.945584+0000 mon.a (mon.0) 776 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[57193]: audit 2024-04-27T01:30:26.949883+0000 mon.a (mon.0) 777 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[57193]: audit 2024-04-27T01:30:26.952903+0000 mon.a (mon.0) 778 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[57193]: audit 2024-04-27T01:30:26.955859+0000 mon.a (mon.0) 779 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[57193]: audit 2024-04-27T01:30:26.958946+0000 mon.a (mon.0) 780 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[57193]: audit 2024-04-27T01:30:26.962205+0000 mon.a (mon.0) 781 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[57193]: audit 2024-04-27T01:30:26.965165+0000 mon.a (mon.0) 782 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[57193]: audit 2024-04-27T01:30:26.968452+0000 mon.a (mon.0) 783 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:27.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:27 smithi042 bash[57193]: audit 2024-04-27T01:30:26.972711+0000 mon.a (mon.0) 784 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:28.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:28 smithi046 bash[44872]: cluster 2024-04-27T01:30:26.813663+0000 mgr.y (mgr.34101) 451 : cluster 0 pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2024-04-27T01:30:28.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:28 smithi046 bash[44872]: cluster 2024-04-27T01:30:26.814089+0000 mgr.y (mgr.34101) 452 : cluster 0 pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:30:28.929 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:28 smithi042 bash[57193]: cluster 2024-04-27T01:30:26.813663+0000 mgr.y (mgr.34101) 451 : cluster 0 pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2024-04-27T01:30:28.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:28 smithi042 bash[57193]: cluster 2024-04-27T01:30:26.814089+0000 mgr.y (mgr.34101) 452 : cluster 0 pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:30:28.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:28 smithi042 bash[55870]: cluster 2024-04-27T01:30:26.813663+0000 mgr.y (mgr.34101) 451 : cluster 0 pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2024-04-27T01:30:28.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:28 smithi042 bash[55870]: cluster 2024-04-27T01:30:26.814089+0000 mgr.y (mgr.34101) 452 : cluster 0 pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:30:29.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:29 smithi042 bash[55870]: audit 2024-04-27T01:30:29.042351+0000 mon.a (mon.0) 785 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:30:29.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:30:29 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:30:29] "GET /metrics HTTP/1.1" 200 38677 "" "Prometheus/2.33.4" 2024-04-27T01:30:29.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:29 smithi042 bash[57193]: audit 2024-04-27T01:30:29.042351+0000 mon.a (mon.0) 785 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:30:29.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:29 smithi046 bash[44872]: audit 2024-04-27T01:30:29.042351+0000 mon.a (mon.0) 785 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:30:30.749 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:30 smithi046 bash[44872]: cluster 2024-04-27T01:30:28.815312+0000 mgr.y (mgr.34101) 453 : cluster 0 pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:30:30.750 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:30 smithi046 bash[44872]: cephadm 2024-04-27T01:30:29.048470+0000 mgr.y (mgr.34101) 454 : cephadm 1 Upgrade: Updating prometheus.a 2024-04-27T01:30:30.750 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:30 smithi046 bash[44872]: cephadm 2024-04-27T01:30:29.365559+0000 mgr.y (mgr.34101) 455 : cephadm 1 Deploying daemon prometheus.a on smithi046 2024-04-27T01:30:30.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:30 smithi042 bash[55870]: cluster 2024-04-27T01:30:28.815312+0000 mgr.y (mgr.34101) 453 : cluster 0 pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:30:30.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:30 smithi042 bash[55870]: cephadm 2024-04-27T01:30:29.048470+0000 mgr.y (mgr.34101) 454 : cephadm 1 Upgrade: Updating prometheus.a 2024-04-27T01:30:30.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:30 smithi042 bash[55870]: cephadm 2024-04-27T01:30:29.365559+0000 mgr.y (mgr.34101) 455 : cephadm 1 Deploying daemon prometheus.a on smithi046 2024-04-27T01:30:30.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:30 smithi042 bash[57193]: cluster 2024-04-27T01:30:28.815312+0000 mgr.y (mgr.34101) 453 : cluster 0 pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:30:30.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:30 smithi042 bash[57193]: cephadm 2024-04-27T01:30:29.048470+0000 mgr.y (mgr.34101) 454 : cephadm 1 Upgrade: Updating prometheus.a 2024-04-27T01:30:30.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:30 smithi042 bash[57193]: cephadm 2024-04-27T01:30:29.365559+0000 mgr.y (mgr.34101) 455 : cephadm 1 Deploying daemon prometheus.a on smithi046 2024-04-27T01:30:32.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:32 smithi046 bash[44872]: cluster 2024-04-27T01:30:30.816635+0000 mgr.y (mgr.34101) 456 : cluster 0 pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:30:32.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:32 smithi042 bash[55870]: cluster 2024-04-27T01:30:30.816635+0000 mgr.y (mgr.34101) 456 : cluster 0 pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:30:32.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:32 smithi042 bash[57193]: cluster 2024-04-27T01:30:30.816635+0000 mgr.y (mgr.34101) 456 : cluster 0 pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:30:33.233 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:30:33 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:33.233 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:30:33 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:33.233 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:30:33 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:33.234 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:30:33 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:33.234 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:33 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:33.234 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:33 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:33.235 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:30:33 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:33.235 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:33 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:33.235 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:30:33 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:33.547 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:33 smithi046 systemd[1]: Stopping Ceph prometheus.a for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:30:33.547 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:33 smithi046 bash[42033]: ts=2024-04-27T01:30:33.369Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-04-27T01:30:33.547 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:33 smithi046 bash[42033]: ts=2024-04-27T01:30:33.369Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-04-27T01:30:33.547 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:33 smithi046 bash[42033]: ts=2024-04-27T01:30:33.369Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-04-27T01:30:33.547 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:33 smithi046 bash[42033]: ts=2024-04-27T01:30:33.369Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-04-27T01:30:33.547 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:33 smithi046 bash[42033]: ts=2024-04-27T01:30:33.369Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-04-27T01:30:33.547 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:33 smithi046 bash[42033]: ts=2024-04-27T01:30:33.369Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-04-27T01:30:33.548 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:33 smithi046 bash[42033]: ts=2024-04-27T01:30:33.370Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-04-27T01:30:33.548 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:33 smithi046 bash[42033]: ts=2024-04-27T01:30:33.370Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-04-27T01:30:33.548 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:33 smithi046 bash[42033]: ts=2024-04-27T01:30:33.370Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-04-27T01:30:33.548 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:33 smithi046 bash[42033]: ts=2024-04-27T01:30:33.370Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-04-27T01:30:33.548 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:33 smithi046 bash[42033]: ts=2024-04-27T01:30:33.370Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-04-27T01:30:33.548 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:33 smithi046 bash[42033]: ts=2024-04-27T01:30:33.370Z caller=main.go:1066 level=info msg="See you next time!" 2024-04-27T01:30:34.170 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:33 smithi046 bash[62525]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-prometheus-a 2024-04-27T01:30:34.170 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:34 smithi046 bash[62585]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-prometheus-a 2024-04-27T01:30:34.170 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:34 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-04-27T01:30:34.170 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:34 smithi046 systemd[1]: Stopped Ceph prometheus.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:30:34.490 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:30:34 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:34.490 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:30:34 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:34.490 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:30:34 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:34.491 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:30:34 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:34.491 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:34 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:34.491 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:30:34 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:34.492 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:34 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:34.492 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:34 smithi046 systemd[1]: Started Ceph prometheus.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:30:34.492 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:30:34 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:34.492 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:30:34 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:34.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:34 smithi046 bash[44872]: cluster 2024-04-27T01:30:32.817640+0000 mgr.y (mgr.34101) 457 : cluster 0 pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 584 B/s rd, 0 op/s 2024-04-27T01:30:34.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:34 smithi046 bash[44872]: audit 2024-04-27T01:30:34.386562+0000 mon.a (mon.0) 786 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:34.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:34 smithi046 bash[44872]: audit 2024-04-27T01:30:34.398109+0000 mon.a (mon.0) 787 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:34.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:34 smithi042 bash[55870]: cluster 2024-04-27T01:30:32.817640+0000 mgr.y (mgr.34101) 457 : cluster 0 pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 584 B/s rd, 0 op/s 2024-04-27T01:30:34.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:34 smithi042 bash[55870]: audit 2024-04-27T01:30:34.386562+0000 mon.a (mon.0) 786 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:34.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:34 smithi042 bash[55870]: audit 2024-04-27T01:30:34.398109+0000 mon.a (mon.0) 787 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:34.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:34 smithi042 bash[57193]: cluster 2024-04-27T01:30:32.817640+0000 mgr.y (mgr.34101) 457 : cluster 0 pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 584 B/s rd, 0 op/s 2024-04-27T01:30:34.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:34 smithi042 bash[57193]: audit 2024-04-27T01:30:34.386562+0000 mon.a (mon.0) 786 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:34.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:34 smithi042 bash[57193]: audit 2024-04-27T01:30:34.398109+0000 mon.a (mon.0) 787 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:35.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[44872]: cluster 2024-04-27T01:30:34.819005+0000 mgr.y (mgr.34101) 458 : cluster 0 pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:30:35.674 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[62643]: ts=2024-04-27T01:30:35.456Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-04-27T01:30:35.674 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[62643]: ts=2024-04-27T01:30:35.456Z caller=main.go:569 level=info build_context="(go=go1.19.7, platform=linux/amd64, user=root@8a0ee342e522, date=20230321-12:56:07, tags=netgo,builtinassets)" 2024-04-27T01:30:35.674 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[62643]: ts=2024-04-27T01:30:35.456Z caller=main.go:570 level=info host_details="(Linux 5.15.0-105-generic #115-Ubuntu SMP Mon Apr 15 09:52:04 UTC 2024 x86_64 smithi046 (none))" 2024-04-27T01:30:35.674 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[62643]: ts=2024-04-27T01:30:35.456Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-04-27T01:30:35.674 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[62643]: ts=2024-04-27T01:30:35.457Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-04-27T01:30:35.674 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[62643]: ts=2024-04-27T01:30:35.458Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-04-27T01:30:35.674 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[62643]: ts=2024-04-27T01:30:35.459Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-04-27T01:30:35.674 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[62643]: ts=2024-04-27T01:30:35.461Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-04-27T01:30:35.674 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[62643]: ts=2024-04-27T01:30:35.461Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-04-27T01:30:35.674 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[62643]: ts=2024-04-27T01:30:35.463Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-04-27T01:30:35.674 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[62643]: ts=2024-04-27T01:30:35.463Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.968µs 2024-04-27T01:30:35.675 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[62643]: ts=2024-04-27T01:30:35.463Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-04-27T01:30:35.675 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[62643]: ts=2024-04-27T01:30:35.472Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=4 2024-04-27T01:30:35.675 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[62643]: ts=2024-04-27T01:30:35.490Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=4 2024-04-27T01:30:35.675 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[62643]: ts=2024-04-27T01:30:35.493Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=4 2024-04-27T01:30:35.675 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[62643]: ts=2024-04-27T01:30:35.501Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=4 2024-04-27T01:30:35.675 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[62643]: ts=2024-04-27T01:30:35.502Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=4 2024-04-27T01:30:35.675 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[62643]: ts=2024-04-27T01:30:35.502Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=47.128µs wal_replay_duration=39.247277ms wbl_replay_duration=163ns total_replay_duration=39.334813ms 2024-04-27T01:30:35.675 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[62643]: ts=2024-04-27T01:30:35.507Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-04-27T01:30:35.675 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[62643]: ts=2024-04-27T01:30:35.507Z caller=main.go:1029 level=info msg="TSDB started" 2024-04-27T01:30:35.675 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[62643]: ts=2024-04-27T01:30:35.507Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-04-27T01:30:35.675 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[62643]: ts=2024-04-27T01:30:35.526Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=19.139997ms db_storage=960ns remote_storage=1.395µs web_handler=474ns query_engine=896ns scrape=338.045µs scrape_sd=171.443µs notify=11.961µs notify_sd=15.955µs rules=18.278402ms tracing=8.52µs 2024-04-27T01:30:35.675 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[62643]: ts=2024-04-27T01:30:35.526Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-04-27T01:30:35.675 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:30:35 smithi046 bash[62643]: ts=2024-04-27T01:30:35.526Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-04-27T01:30:35.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:35 smithi042 bash[55870]: cluster 2024-04-27T01:30:34.819005+0000 mgr.y (mgr.34101) 458 : cluster 0 pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:30:35.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:35 smithi042 bash[57193]: cluster 2024-04-27T01:30:34.819005+0000 mgr.y (mgr.34101) 458 : cluster 0 pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-04-27T01:30:36.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:36 smithi046 bash[44872]: audit 2024-04-27T01:30:36.205601+0000 mgr.y (mgr.34101) 459 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:30:36.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:36 smithi042 bash[55870]: audit 2024-04-27T01:30:36.205601+0000 mgr.y (mgr.34101) 459 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:30:36.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:36 smithi042 bash[57193]: audit 2024-04-27T01:30:36.205601+0000 mgr.y (mgr.34101) 459 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:30:37.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:37 smithi046 bash[44872]: cluster 2024-04-27T01:30:36.820128+0000 mgr.y (mgr.34101) 460 : cluster 0 pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:30:37.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:37 smithi042 bash[55870]: cluster 2024-04-27T01:30:36.820128+0000 mgr.y (mgr.34101) 460 : cluster 0 pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:30:37.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:37 smithi042 bash[57193]: cluster 2024-04-27T01:30:36.820128+0000 mgr.y (mgr.34101) 460 : cluster 0 pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:30:40.170 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:39 smithi046 bash[44872]: cluster 2024-04-27T01:30:38.821421+0000 mgr.y (mgr.34101) 461 : cluster 0 pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:30:40.179 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:39 smithi042 bash[55870]: cluster 2024-04-27T01:30:38.821421+0000 mgr.y (mgr.34101) 461 : cluster 0 pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:30:40.180 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:39 smithi042 bash[57193]: cluster 2024-04-27T01:30:38.821421+0000 mgr.y (mgr.34101) 461 : cluster 0 pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:30:41.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:41 smithi046 bash[44872]: audit 2024-04-27T01:30:40.089369+0000 mon.a (mon.0) 788 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:41.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:41 smithi046 bash[44872]: audit 2024-04-27T01:30:40.095215+0000 mon.a (mon.0) 789 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:41.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:41 smithi046 bash[44872]: audit 2024-04-27T01:30:40.392537+0000 mon.a (mon.0) 790 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:41.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:41 smithi046 bash[44872]: audit 2024-04-27T01:30:40.402734+0000 mon.a (mon.0) 791 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:41.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:41 smithi042 bash[55870]: audit 2024-04-27T01:30:40.089369+0000 mon.a (mon.0) 788 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:41.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:41 smithi042 bash[55870]: audit 2024-04-27T01:30:40.095215+0000 mon.a (mon.0) 789 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:41.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:41 smithi042 bash[55870]: audit 2024-04-27T01:30:40.392537+0000 mon.a (mon.0) 790 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:41.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:41 smithi042 bash[55870]: audit 2024-04-27T01:30:40.402734+0000 mon.a (mon.0) 791 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:41.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:41 smithi042 bash[57193]: audit 2024-04-27T01:30:40.089369+0000 mon.a (mon.0) 788 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:41.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:41 smithi042 bash[57193]: audit 2024-04-27T01:30:40.095215+0000 mon.a (mon.0) 789 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:41.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:41 smithi042 bash[57193]: audit 2024-04-27T01:30:40.392537+0000 mon.a (mon.0) 790 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:41.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:41 smithi042 bash[57193]: audit 2024-04-27T01:30:40.402734+0000 mon.a (mon.0) 791 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:42.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:42 smithi046 bash[44872]: cluster 2024-04-27T01:30:40.822817+0000 mgr.y (mgr.34101) 462 : cluster 0 pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:30:42.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:42 smithi046 bash[44872]: audit 2024-04-27T01:30:41.247160+0000 mon.a (mon.0) 792 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:42.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:42 smithi046 bash[44872]: audit 2024-04-27T01:30:41.259759+0000 mon.a (mon.0) 793 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:42.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:42 smithi042 bash[55870]: cluster 2024-04-27T01:30:40.822817+0000 mgr.y (mgr.34101) 462 : cluster 0 pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:30:42.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:42 smithi042 bash[55870]: audit 2024-04-27T01:30:41.247160+0000 mon.a (mon.0) 792 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:42.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:42 smithi042 bash[55870]: audit 2024-04-27T01:30:41.259759+0000 mon.a (mon.0) 793 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:42.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:42 smithi042 bash[57193]: cluster 2024-04-27T01:30:40.822817+0000 mgr.y (mgr.34101) 462 : cluster 0 pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:30:42.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:42 smithi042 bash[57193]: audit 2024-04-27T01:30:41.247160+0000 mon.a (mon.0) 792 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:42.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:42 smithi042 bash[57193]: audit 2024-04-27T01:30:41.259759+0000 mon.a (mon.0) 793 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:44.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:44 smithi046 bash[44872]: cluster 2024-04-27T01:30:42.823781+0000 mgr.y (mgr.34101) 463 : cluster 0 pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:30:44.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:44 smithi046 bash[44872]: audit 2024-04-27T01:30:44.042512+0000 mon.a (mon.0) 794 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:30:44.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:44 smithi042 bash[55870]: cluster 2024-04-27T01:30:42.823781+0000 mgr.y (mgr.34101) 463 : cluster 0 pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:30:44.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:44 smithi042 bash[55870]: audit 2024-04-27T01:30:44.042512+0000 mon.a (mon.0) 794 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:30:44.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:44 smithi042 bash[57193]: cluster 2024-04-27T01:30:42.823781+0000 mgr.y (mgr.34101) 463 : cluster 0 pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:30:44.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:44 smithi042 bash[57193]: audit 2024-04-27T01:30:44.042512+0000 mon.a (mon.0) 794 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:30:46.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:46 smithi046 bash[44872]: cluster 2024-04-27T01:30:44.825208+0000 mgr.y (mgr.34101) 464 : cluster 0 pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:30:46.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:46 smithi042 bash[55870]: cluster 2024-04-27T01:30:44.825208+0000 mgr.y (mgr.34101) 464 : cluster 0 pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:30:46.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:46 smithi042 bash[57193]: cluster 2024-04-27T01:30:44.825208+0000 mgr.y (mgr.34101) 464 : cluster 0 pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:30:47.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:47 smithi046 bash[44872]: audit 2024-04-27T01:30:46.217023+0000 mgr.y (mgr.34101) 465 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:30:47.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:47 smithi042 bash[55870]: audit 2024-04-27T01:30:46.217023+0000 mgr.y (mgr.34101) 465 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:30:47.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:47 smithi042 bash[57193]: audit 2024-04-27T01:30:46.217023+0000 mgr.y (mgr.34101) 465 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:30:48.641 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:48 smithi046 bash[44872]: cluster 2024-04-27T01:30:46.826391+0000 mgr.y (mgr.34101) 466 : cluster 0 pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:30:48.660 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:30:48.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:48 smithi042 bash[55870]: cluster 2024-04-27T01:30:46.826391+0000 mgr.y (mgr.34101) 466 : cluster 0 pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:30:48.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:48 smithi042 bash[57193]: cluster 2024-04-27T01:30:46.826391+0000 mgr.y (mgr.34101) 466 : cluster 0 pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:30:49.440 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:30:49.440 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (9m) 9s ago 16m 14.8M - 0.23.0 ba2b418f427c 0f0b55d975d0 2024-04-27T01:30:49.440 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 error 9s ago 15m - - 2024-04-27T01:30:49.440 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 running (65s) 9s ago 14m 42.5M - 3.7 87e5280d5ae8 142a104c86c1 2024-04-27T01:30:49.440 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443,9283,8765 running (8m) 9s ago 21m 440M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 b405f9e86d9a 2024-04-27T01:30:49.440 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (9m) 9s ago 23m 506M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 60e39f55c7ea 2024-04-27T01:30:49.440 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (7m) 9s ago 23m 61.5M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 73925c36c48e 2024-04-27T01:30:49.440 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (6m) 9s ago 21m 43.6M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 56399982a983 2024-04-27T01:30:49.440 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (7m) 9s ago 22m 50.3M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 cf9a80ee073c 2024-04-27T01:30:49.441 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (40s) 9s ago 16m 7363k - 1.5.0 0da6a335fe13 e913dc16444c 2024-04-27T01:30:49.441 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (36s) 9s ago 16m 7883k - 1.5.0 0da6a335fe13 5eb63a8d9293 2024-04-27T01:30:49.441 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (5m) 9s ago 21m 60.1M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 59aa3e813245 2024-04-27T01:30:49.441 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (5m) 9s ago 20m 63.3M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 4432f1499107 2024-04-27T01:30:49.441 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (4m) 9s ago 20m 60.7M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ee07041d5acd 2024-04-27T01:30:49.441 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (4m) 9s ago 19m 64.2M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 887e8f900de3 2024-04-27T01:30:49.441 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (3m) 9s ago 19m 60.9M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 a75b6e03fc58 2024-04-27T01:30:49.441 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (3m) 9s ago 18m 54.2M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 6fcfd911db34 2024-04-27T01:30:49.441 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (2m) 9s ago 17m 52.7M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ac46d34fada7 2024-04-27T01:30:49.441 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (2m) 9s ago 17m 54.5M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 bc4e8ce11408 2024-04-27T01:30:49.441 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 running (15s) 9s ago 16m 37.0M - 2.43.0 a07b618ecd1d fc1b4615525f 2024-04-27T01:30:49.441 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (117s) 9s ago 14m 89.9M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 40fd506bd324 2024-04-27T01:30:49.441 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (105s) 9s ago 14m 90.0M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 55f8dc9f8019 2024-04-27T01:30:49.441 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (111s) 9s ago 14m 89.9M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 0b7049afe1c7 2024-04-27T01:30:49.441 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (99s) 9s ago 14m 90.0M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 32447d03adbc 2024-04-27T01:30:49.679 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:30:49 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:30:49] "GET /metrics HTTP/1.1" 200 38679 "" "Prometheus/2.43.0" 2024-04-27T01:30:49.872 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:30:49.872 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:30:49.872 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 3 2024-04-27T01:30:49.872 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:30:49.872 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:30:49.872 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 2 2024-04-27T01:30:49.872 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:30:49.872 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:30:49.872 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 8 2024-04-27T01:30:49.872 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:30:49.873 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:30:49.873 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 4 2024-04-27T01:30:49.873 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:30:49.873 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:30:49.873 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 17 2024-04-27T01:30:49.873 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:30:49.873 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:30:50.236 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:30:50.236 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", 2024-04-27T01:30:50.236 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2024-04-27T01:30:50.236 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-27T01:30:50.236 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2024-04-27T01:30:50.236 INFO:teuthology.orchestra.run.smithi042.stdout: "osd", 2024-04-27T01:30:50.237 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw", 2024-04-27T01:30:50.237 INFO:teuthology.orchestra.run.smithi042.stdout: "mon", 2024-04-27T01:30:50.237 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr", 2024-04-27T01:30:50.237 INFO:teuthology.orchestra.run.smithi042.stdout: "iscsi" 2024-04-27T01:30:50.237 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2024-04-27T01:30:50.237 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "18/23 daemons upgraded", 2024-04-27T01:30:50.237 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading prometheus daemons", 2024-04-27T01:30:50.237 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2024-04-27T01:30:50.237 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:30:50.250 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:50 smithi042 bash[57193]: audit 2024-04-27T01:30:48.660425+0000 mgr.y (mgr.34101) 467 : audit 0 from='client.34866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:30:50.668 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:30:50.668 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:30:50.668 INFO:teuthology.orchestra.run.smithi042.stdout: daemon grafana.a on smithi046 is in error state 2024-04-27T01:30:50.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:50 smithi046 bash[44872]: audit 2024-04-27T01:30:48.660425+0000 mgr.y (mgr.34101) 467 : audit 0 from='client.34866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:30:50.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:50 smithi046 bash[44872]: cluster 2024-04-27T01:30:48.827103+0000 mgr.y (mgr.34101) 468 : cluster 0 pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:30:50.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:50 smithi046 bash[44872]: audit 2024-04-27T01:30:49.045541+0000 mgr.y (mgr.34101) 469 : audit 0 from='client.44785 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:30:50.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:50 smithi046 bash[44872]: audit 2024-04-27T01:30:49.413000+0000 mgr.y (mgr.34101) 470 : audit 0 from='client.44791 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:30:50.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:50 smithi046 bash[44872]: audit 2024-04-27T01:30:49.888026+0000 mon.a (mon.0) 795 : audit 0 from='client.? 172.21.15.42:0/2993388679' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:50.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:50 smithi042 bash[57193]: cluster 2024-04-27T01:30:48.827103+0000 mgr.y (mgr.34101) 468 : cluster 0 pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:30:50.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:50 smithi042 bash[57193]: audit 2024-04-27T01:30:49.045541+0000 mgr.y (mgr.34101) 469 : audit 0 from='client.44785 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:30:50.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:50 smithi042 bash[57193]: audit 2024-04-27T01:30:49.413000+0000 mgr.y (mgr.34101) 470 : audit 0 from='client.44791 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:30:50.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:50 smithi042 bash[57193]: audit 2024-04-27T01:30:49.888026+0000 mon.a (mon.0) 795 : audit 0 from='client.? 172.21.15.42:0/2993388679' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:50.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:50 smithi042 bash[55870]: audit 2024-04-27T01:30:48.660425+0000 mgr.y (mgr.34101) 467 : audit 0 from='client.34866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:30:50.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:50 smithi042 bash[55870]: cluster 2024-04-27T01:30:48.827103+0000 mgr.y (mgr.34101) 468 : cluster 0 pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:30:50.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:50 smithi042 bash[55870]: audit 2024-04-27T01:30:49.045541+0000 mgr.y (mgr.34101) 469 : audit 0 from='client.44785 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:30:50.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:50 smithi042 bash[55870]: audit 2024-04-27T01:30:49.413000+0000 mgr.y (mgr.34101) 470 : audit 0 from='client.44791 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:30:50.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:50 smithi042 bash[55870]: audit 2024-04-27T01:30:49.888026+0000 mon.a (mon.0) 795 : audit 0 from='client.? 172.21.15.42:0/2993388679' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:51 smithi046 bash[44872]: audit 2024-04-27T01:30:50.251129+0000 mgr.y (mgr.34101) 471 : audit 0 from='client.34890 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:30:51.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:51 smithi046 bash[44872]: audit 2024-04-27T01:30:50.620090+0000 mon.a (mon.0) 796 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:51.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:51 smithi046 bash[44872]: audit 2024-04-27T01:30:50.632398+0000 mon.a (mon.0) 797 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:51.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:51 smithi046 bash[44872]: audit 2024-04-27T01:30:50.634912+0000 mon.a (mon.0) 798 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:30:51.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:51 smithi046 bash[44872]: audit 2024-04-27T01:30:50.636203+0000 mon.a (mon.0) 799 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:30:51.671 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:51 smithi046 bash[44872]: audit 2024-04-27T01:30:50.649645+0000 mon.a (mon.0) 800 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:51.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:51 smithi046 bash[44872]: audit 2024-04-27T01:30:50.684736+0000 mon.a (mon.0) 801 : audit 0 from='client.? 172.21.15.42:0/1770132783' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:30:51.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:51 smithi046 bash[44872]: audit 2024-04-27T01:30:50.730798+0000 mon.a (mon.0) 802 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T01:30:51.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:51 smithi046 bash[44872]: audit 2024-04-27T01:30:50.741251+0000 mon.a (mon.0) 803 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:30:51.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:51 smithi046 bash[44872]: audit 2024-04-27T01:30:50.744884+0000 mon.a (mon.0) 804 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:51 smithi046 bash[44872]: audit 2024-04-27T01:30:50.747755+0000 mon.a (mon.0) 805 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:51 smithi046 bash[44872]: audit 2024-04-27T01:30:50.749689+0000 mon.a (mon.0) 806 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:51 smithi046 bash[44872]: audit 2024-04-27T01:30:50.753894+0000 mon.a (mon.0) 807 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:51 smithi046 bash[44872]: audit 2024-04-27T01:30:50.758190+0000 mon.a (mon.0) 808 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:51 smithi046 bash[44872]: audit 2024-04-27T01:30:50.760916+0000 mon.a (mon.0) 809 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:51 smithi046 bash[44872]: audit 2024-04-27T01:30:50.762818+0000 mon.a (mon.0) 810 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.672 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:51 smithi046 bash[44872]: audit 2024-04-27T01:30:50.764661+0000 mon.a (mon.0) 811 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:51 smithi046 bash[44872]: audit 2024-04-27T01:30:50.766977+0000 mon.a (mon.0) 812 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:51 smithi046 bash[44872]: audit 2024-04-27T01:30:50.768778+0000 mon.a (mon.0) 813 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:51 smithi046 bash[44872]: audit 2024-04-27T01:30:50.770329+0000 mon.a (mon.0) 814 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:51 smithi046 bash[44872]: audit 2024-04-27T01:30:50.772036+0000 mon.a (mon.0) 815 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:51 smithi046 bash[44872]: audit 2024-04-27T01:30:50.774257+0000 mon.a (mon.0) 816 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.673 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:51 smithi046 bash[44872]: audit 2024-04-27T01:30:50.776215+0000 mon.a (mon.0) 817 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[57193]: audit 2024-04-27T01:30:50.251129+0000 mgr.y (mgr.34101) 471 : audit 0 from='client.34890 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:30:51.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[57193]: audit 2024-04-27T01:30:50.620090+0000 mon.a (mon.0) 796 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:51.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[57193]: audit 2024-04-27T01:30:50.632398+0000 mon.a (mon.0) 797 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:51.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[57193]: audit 2024-04-27T01:30:50.634912+0000 mon.a (mon.0) 798 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:30:51.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[57193]: audit 2024-04-27T01:30:50.636203+0000 mon.a (mon.0) 799 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:30:51.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[57193]: audit 2024-04-27T01:30:50.649645+0000 mon.a (mon.0) 800 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:51.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[57193]: audit 2024-04-27T01:30:50.684736+0000 mon.a (mon.0) 801 : audit 0 from='client.? 172.21.15.42:0/1770132783' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:30:51.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[57193]: audit 2024-04-27T01:30:50.730798+0000 mon.a (mon.0) 802 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T01:30:51.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[57193]: audit 2024-04-27T01:30:50.741251+0000 mon.a (mon.0) 803 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:30:51.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[57193]: audit 2024-04-27T01:30:50.744884+0000 mon.a (mon.0) 804 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.682 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[57193]: audit 2024-04-27T01:30:50.747755+0000 mon.a (mon.0) 805 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[57193]: audit 2024-04-27T01:30:50.749689+0000 mon.a (mon.0) 806 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[57193]: audit 2024-04-27T01:30:50.753894+0000 mon.a (mon.0) 807 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[57193]: audit 2024-04-27T01:30:50.758190+0000 mon.a (mon.0) 808 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[57193]: audit 2024-04-27T01:30:50.760916+0000 mon.a (mon.0) 809 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[57193]: audit 2024-04-27T01:30:50.762818+0000 mon.a (mon.0) 810 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.683 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[57193]: audit 2024-04-27T01:30:50.764661+0000 mon.a (mon.0) 811 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[57193]: audit 2024-04-27T01:30:50.766977+0000 mon.a (mon.0) 812 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[57193]: audit 2024-04-27T01:30:50.768778+0000 mon.a (mon.0) 813 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.684 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[57193]: audit 2024-04-27T01:30:50.770329+0000 mon.a (mon.0) 814 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[55870]: audit 2024-04-27T01:30:50.251129+0000 mgr.y (mgr.34101) 471 : audit 0 from='client.34890 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:30:51.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[55870]: audit 2024-04-27T01:30:50.620090+0000 mon.a (mon.0) 796 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:51.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[55870]: audit 2024-04-27T01:30:50.632398+0000 mon.a (mon.0) 797 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:51.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[55870]: audit 2024-04-27T01:30:50.634912+0000 mon.a (mon.0) 798 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:30:51.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[55870]: audit 2024-04-27T01:30:50.636203+0000 mon.a (mon.0) 799 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:30:51.685 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[55870]: audit 2024-04-27T01:30:50.649645+0000 mon.a (mon.0) 800 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:51.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[55870]: audit 2024-04-27T01:30:50.684736+0000 mon.a (mon.0) 801 : audit 0 from='client.? 172.21.15.42:0/1770132783' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:30:51.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[55870]: audit 2024-04-27T01:30:50.730798+0000 mon.a (mon.0) 802 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T01:30:51.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[55870]: audit 2024-04-27T01:30:50.741251+0000 mon.a (mon.0) 803 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:30:51.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[55870]: audit 2024-04-27T01:30:50.744884+0000 mon.a (mon.0) 804 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.686 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[55870]: audit 2024-04-27T01:30:50.747755+0000 mon.a (mon.0) 805 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[55870]: audit 2024-04-27T01:30:50.749689+0000 mon.a (mon.0) 806 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[55870]: audit 2024-04-27T01:30:50.753894+0000 mon.a (mon.0) 807 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[55870]: audit 2024-04-27T01:30:50.758190+0000 mon.a (mon.0) 808 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[55870]: audit 2024-04-27T01:30:50.760916+0000 mon.a (mon.0) 809 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[55870]: audit 2024-04-27T01:30:50.762818+0000 mon.a (mon.0) 810 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[55870]: audit 2024-04-27T01:30:50.764661+0000 mon.a (mon.0) 811 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.688 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[55870]: audit 2024-04-27T01:30:50.766977+0000 mon.a (mon.0) 812 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.688 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[55870]: audit 2024-04-27T01:30:50.768778+0000 mon.a (mon.0) 813 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.688 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[55870]: audit 2024-04-27T01:30:50.770329+0000 mon.a (mon.0) 814 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.688 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[55870]: audit 2024-04-27T01:30:50.772036+0000 mon.a (mon.0) 815 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.688 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[55870]: audit 2024-04-27T01:30:50.774257+0000 mon.a (mon.0) 816 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.688 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[55870]: audit 2024-04-27T01:30:50.776215+0000 mon.a (mon.0) 817 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.689 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[57193]: audit 2024-04-27T01:30:50.772036+0000 mon.a (mon.0) 815 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.689 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[57193]: audit 2024-04-27T01:30:50.774257+0000 mon.a (mon.0) 816 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:51.689 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:51 smithi042 bash[57193]: audit 2024-04-27T01:30:50.776215+0000 mon.a (mon.0) 817 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:30:52.407 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:52 smithi042 bash[55870]: cluster 2024-04-27T01:30:50.639208+0000 mgr.y (mgr.34101) 472 : cluster 0 pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 866 B/s rd, 0 op/s 2024-04-27T01:30:52.407 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:52 smithi042 bash[55870]: cluster 2024-04-27T01:30:50.639728+0000 mgr.y (mgr.34101) 473 : cluster 0 pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:30:52.407 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:52 smithi042 bash[55870]: audit 2024-04-27T01:30:50.731247+0000 mgr.y (mgr.34101) 474 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T01:30:52.407 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:52 smithi042 bash[57193]: cluster 2024-04-27T01:30:50.639208+0000 mgr.y (mgr.34101) 472 : cluster 0 pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 866 B/s rd, 0 op/s 2024-04-27T01:30:52.407 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:52 smithi042 bash[57193]: cluster 2024-04-27T01:30:50.639728+0000 mgr.y (mgr.34101) 473 : cluster 0 pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:30:52.407 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:52 smithi042 bash[57193]: audit 2024-04-27T01:30:50.731247+0000 mgr.y (mgr.34101) 474 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T01:30:52.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:52 smithi046 bash[44872]: cluster 2024-04-27T01:30:50.639208+0000 mgr.y (mgr.34101) 472 : cluster 0 pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 866 B/s rd, 0 op/s 2024-04-27T01:30:52.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:52 smithi046 bash[44872]: cluster 2024-04-27T01:30:50.639728+0000 mgr.y (mgr.34101) 473 : cluster 0 pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:30:52.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:52 smithi046 bash[44872]: audit 2024-04-27T01:30:50.731247+0000 mgr.y (mgr.34101) 474 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T01:30:54.530 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:54 smithi042 bash[55870]: cluster 2024-04-27T01:30:52.640663+0000 mgr.y (mgr.34101) 475 : cluster 0 pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:30:54.531 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:54 smithi042 bash[55870]: cephadm 2024-04-27T01:30:53.047461+0000 mgr.y (mgr.34101) 476 : cephadm 1 Upgrade: Updating alertmanager.a 2024-04-27T01:30:54.531 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:54 smithi042 bash[55870]: cephadm 2024-04-27T01:30:53.058986+0000 mgr.y (mgr.34101) 477 : cephadm 1 Deploying daemon alertmanager.a on smithi042 2024-04-27T01:30:54.531 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:54 smithi042 bash[57193]: cluster 2024-04-27T01:30:52.640663+0000 mgr.y (mgr.34101) 475 : cluster 0 pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:30:54.531 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:54 smithi042 bash[57193]: cephadm 2024-04-27T01:30:53.047461+0000 mgr.y (mgr.34101) 476 : cephadm 1 Upgrade: Updating alertmanager.a 2024-04-27T01:30:54.531 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:54 smithi042 bash[57193]: cephadm 2024-04-27T01:30:53.058986+0000 mgr.y (mgr.34101) 477 : cephadm 1 Deploying daemon alertmanager.a on smithi042 2024-04-27T01:30:54.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:54 smithi046 bash[44872]: cluster 2024-04-27T01:30:52.640663+0000 mgr.y (mgr.34101) 475 : cluster 0 pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:30:54.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:54 smithi046 bash[44872]: cephadm 2024-04-27T01:30:53.047461+0000 mgr.y (mgr.34101) 476 : cephadm 1 Upgrade: Updating alertmanager.a 2024-04-27T01:30:54.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:54 smithi046 bash[44872]: cephadm 2024-04-27T01:30:53.058986+0000 mgr.y (mgr.34101) 477 : cephadm 1 Deploying daemon alertmanager.a on smithi042 2024-04-27T01:30:56.495 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:56 smithi042 bash[55870]: cluster 2024-04-27T01:30:54.642090+0000 mgr.y (mgr.34101) 478 : cluster 0 pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:30:56.495 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:56 smithi042 bash[57193]: cluster 2024-04-27T01:30:54.642090+0000 mgr.y (mgr.34101) 478 : cluster 0 pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:30:56.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:56 smithi046 bash[44872]: cluster 2024-04-27T01:30:54.642090+0000 mgr.y (mgr.34101) 478 : cluster 0 pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:30:56.764 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:30:56 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:56.765 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:56 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:56.765 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:30:56 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:56.765 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:30:56 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:56.766 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:56 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:56.766 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:56 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:56.766 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:30:56 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:56.766 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:30:56 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:56.767 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:30:56 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:57.127 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:30:56 smithi042 systemd[1]: Stopping Ceph alertmanager.a for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:30:57.127 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:30:56 smithi042 bash[51663]: level=info ts=2024-04-27T01:30:56.900Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-04-27T01:30:57.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:57 smithi042 bash[55870]: audit 2024-04-27T01:30:56.226733+0000 mgr.y (mgr.34101) 479 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:30:57.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:57 smithi042 bash[57193]: audit 2024-04-27T01:30:56.226733+0000 mgr.y (mgr.34101) 479 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:30:57.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:57 smithi046 bash[44872]: audit 2024-04-27T01:30:56.226733+0000 mgr.y (mgr.34101) 479 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:30:57.908 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:30:57 smithi042 bash[82397]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-alertmanager-a 2024-04-27T01:30:57.908 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:30:57 smithi042 bash[82457]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-alertmanager-a 2024-04-27T01:30:57.908 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:30:57 smithi042 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-04-27T01:30:57.908 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:30:57 smithi042 systemd[1]: Stopped Ceph alertmanager.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:30:58.179 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:30:57 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:58.180 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:30:57 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:58.180 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:30:57 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:58.181 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:30:57 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:58.181 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:30:57 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:58.181 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:30:58 smithi042 systemd[1]: Started Ceph alertmanager.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:30:58.181 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:57 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:58.182 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:57 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:58.182 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:30:57 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:58.182 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:30:57 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:30:58.551 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:58 smithi042 bash[55870]: cluster 2024-04-27T01:30:56.643188+0000 mgr.y (mgr.34101) 480 : cluster 0 pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:30:58.551 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:58 smithi042 bash[55870]: audit 2024-04-27T01:30:58.095130+0000 mon.a (mon.0) 818 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:58.551 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:58 smithi042 bash[55870]: audit 2024-04-27T01:30:58.101795+0000 mon.a (mon.0) 819 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:58.551 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:58 smithi042 bash[57193]: cluster 2024-04-27T01:30:56.643188+0000 mgr.y (mgr.34101) 480 : cluster 0 pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:30:58.551 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:58 smithi042 bash[57193]: audit 2024-04-27T01:30:58.095130+0000 mon.a (mon.0) 818 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:58.551 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:58 smithi042 bash[57193]: audit 2024-04-27T01:30:58.101795+0000 mon.a (mon.0) 819 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:58.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:58 smithi046 bash[44872]: cluster 2024-04-27T01:30:56.643188+0000 mgr.y (mgr.34101) 480 : cluster 0 pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:30:58.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:58 smithi046 bash[44872]: audit 2024-04-27T01:30:58.095130+0000 mon.a (mon.0) 818 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:58.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:58 smithi046 bash[44872]: audit 2024-04-27T01:30:58.101795+0000 mon.a (mon.0) 819 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:30:59.391 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:30:59 smithi042 bash[57193]: audit 2024-04-27T01:30:59.042948+0000 mon.a (mon.0) 820 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:30:59.392 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:30:59 smithi042 bash[55870]: audit 2024-04-27T01:30:59.042948+0000 mon.a (mon.0) 820 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:30:59.392 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:30:59 smithi042 bash[82513]: ts=2024-04-27T01:30:59.241Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-04-27T01:30:59.392 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:30:59 smithi042 bash[82513]: ts=2024-04-27T01:30:59.242Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-04-27T01:30:59.392 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:30:59 smithi042 bash[82513]: ts=2024-04-27T01:30:59.244Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.42 port=9094 2024-04-27T01:30:59.392 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:30:59 smithi042 bash[82513]: ts=2024-04-27T01:30:59.245Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-04-27T01:30:59.392 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:30:59 smithi042 bash[82513]: ts=2024-04-27T01:30:59.276Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-04-27T01:30:59.393 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:30:59 smithi042 bash[82513]: ts=2024-04-27T01:30:59.276Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-04-27T01:30:59.393 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:30:59 smithi042 bash[82513]: ts=2024-04-27T01:30:59.279Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-04-27T01:30:59.393 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:30:59 smithi042 bash[82513]: ts=2024-04-27T01:30:59.279Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-04-27T01:30:59.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:30:59 smithi046 bash[44872]: audit 2024-04-27T01:30:59.042948+0000 mon.a (mon.0) 820 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:30:59.679 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:30:59 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:30:59] "GET /metrics HTTP/1.1" 200 38676 "" "Prometheus/2.43.0" 2024-04-27T01:31:00.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:00 smithi046 bash[44872]: cluster 2024-04-27T01:30:58.644270+0000 mgr.y (mgr.34101) 481 : cluster 0 pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 521 B/s rd, 0 op/s 2024-04-27T01:31:00.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:00 smithi042 bash[55870]: cluster 2024-04-27T01:30:58.644270+0000 mgr.y (mgr.34101) 481 : cluster 0 pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 521 B/s rd, 0 op/s 2024-04-27T01:31:00.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:00 smithi042 bash[57193]: cluster 2024-04-27T01:30:58.644270+0000 mgr.y (mgr.34101) 481 : cluster 0 pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 521 B/s rd, 0 op/s 2024-04-27T01:31:01.679 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:31:01 smithi042 bash[82513]: ts=2024-04-27T01:31:01.245Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000206316s 2024-04-27T01:31:02.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:02 smithi046 bash[44872]: cluster 2024-04-27T01:31:00.645749+0000 mgr.y (mgr.34101) 482 : cluster 0 pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:31:02.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:02 smithi042 bash[55870]: cluster 2024-04-27T01:31:00.645749+0000 mgr.y (mgr.34101) 482 : cluster 0 pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:31:02.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:02 smithi042 bash[57193]: cluster 2024-04-27T01:31:00.645749+0000 mgr.y (mgr.34101) 482 : cluster 0 pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:31:04.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:04 smithi046 bash[44872]: cluster 2024-04-27T01:31:02.646988+0000 mgr.y (mgr.34101) 483 : cluster 0 pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:04.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:04 smithi046 bash[44872]: audit 2024-04-27T01:31:04.038826+0000 mon.a (mon.0) 821 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:04.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:04 smithi046 bash[44872]: audit 2024-04-27T01:31:04.049758+0000 mon.a (mon.0) 822 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:04.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:04 smithi042 bash[55870]: cluster 2024-04-27T01:31:02.646988+0000 mgr.y (mgr.34101) 483 : cluster 0 pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:04.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:04 smithi042 bash[55870]: audit 2024-04-27T01:31:04.038826+0000 mon.a (mon.0) 821 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:04.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:04 smithi042 bash[55870]: audit 2024-04-27T01:31:04.049758+0000 mon.a (mon.0) 822 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:04.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:04 smithi042 bash[57193]: cluster 2024-04-27T01:31:02.646988+0000 mgr.y (mgr.34101) 483 : cluster 0 pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:04.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:04 smithi042 bash[57193]: audit 2024-04-27T01:31:04.038826+0000 mon.a (mon.0) 821 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:04.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:04 smithi042 bash[57193]: audit 2024-04-27T01:31:04.049758+0000 mon.a (mon.0) 822 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:06.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:06 smithi046 bash[44872]: cluster 2024-04-27T01:31:04.648342+0000 mgr.y (mgr.34101) 484 : cluster 0 pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:31:06.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:06 smithi046 bash[44872]: audit 2024-04-27T01:31:05.249230+0000 mon.a (mon.0) 823 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:06.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:06 smithi046 bash[44872]: audit 2024-04-27T01:31:05.256585+0000 mon.a (mon.0) 824 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:06.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:06 smithi042 bash[55870]: cluster 2024-04-27T01:31:04.648342+0000 mgr.y (mgr.34101) 484 : cluster 0 pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:31:06.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:06 smithi042 bash[55870]: audit 2024-04-27T01:31:05.249230+0000 mon.a (mon.0) 823 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:06.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:06 smithi042 bash[55870]: audit 2024-04-27T01:31:05.256585+0000 mon.a (mon.0) 824 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:06.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:06 smithi042 bash[57193]: cluster 2024-04-27T01:31:04.648342+0000 mgr.y (mgr.34101) 484 : cluster 0 pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:31:06.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:06 smithi042 bash[57193]: audit 2024-04-27T01:31:05.249230+0000 mon.a (mon.0) 823 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:06.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:06 smithi042 bash[57193]: audit 2024-04-27T01:31:05.256585+0000 mon.a (mon.0) 824 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:07.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:07 smithi046 bash[44872]: audit 2024-04-27T01:31:06.235418+0000 mgr.y (mgr.34101) 485 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:31:07.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:07 smithi042 bash[55870]: audit 2024-04-27T01:31:06.235418+0000 mgr.y (mgr.34101) 485 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:31:07.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:07 smithi042 bash[57193]: audit 2024-04-27T01:31:06.235418+0000 mgr.y (mgr.34101) 485 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:31:08.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:08 smithi046 bash[44872]: cluster 2024-04-27T01:31:06.649465+0000 mgr.y (mgr.34101) 486 : cluster 0 pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:08.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:08 smithi042 bash[55870]: cluster 2024-04-27T01:31:06.649465+0000 mgr.y (mgr.34101) 486 : cluster 0 pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:08.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:08 smithi042 bash[57193]: cluster 2024-04-27T01:31:06.649465+0000 mgr.y (mgr.34101) 486 : cluster 0 pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:09.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:31:09 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:31:09] "GET /metrics HTTP/1.1" 200 38676 "" "Prometheus/2.43.0" 2024-04-27T01:31:09.680 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:31:09 smithi042 bash[82513]: ts=2024-04-27T01:31:09.248Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002860024s 2024-04-27T01:31:10.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:10 smithi046 bash[44872]: cluster 2024-04-27T01:31:08.650636+0000 mgr.y (mgr.34101) 487 : cluster 0 pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:10.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:10 smithi042 bash[55870]: cluster 2024-04-27T01:31:08.650636+0000 mgr.y (mgr.34101) 487 : cluster 0 pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:10.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:10 smithi042 bash[57193]: cluster 2024-04-27T01:31:08.650636+0000 mgr.y (mgr.34101) 487 : cluster 0 pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:12.572 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:12 smithi042 bash[55870]: cluster 2024-04-27T01:31:10.652062+0000 mgr.y (mgr.34101) 488 : cluster 0 pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:31:12.572 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:12 smithi042 bash[57193]: cluster 2024-04-27T01:31:10.652062+0000 mgr.y (mgr.34101) 488 : cluster 0 pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:31:12.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:12 smithi046 bash[44872]: cluster 2024-04-27T01:31:10.652062+0000 mgr.y (mgr.34101) 488 : cluster 0 pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:31:14.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:14 smithi046 bash[44872]: cluster 2024-04-27T01:31:12.652685+0000 mgr.y (mgr.34101) 489 : cluster 0 pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:14.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:14 smithi046 bash[44872]: audit 2024-04-27T01:31:14.043556+0000 mon.a (mon.0) 825 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:31:14.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:14 smithi042 bash[57193]: cluster 2024-04-27T01:31:12.652685+0000 mgr.y (mgr.34101) 489 : cluster 0 pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:14.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:14 smithi042 bash[57193]: audit 2024-04-27T01:31:14.043556+0000 mon.a (mon.0) 825 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:31:14.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:14 smithi042 bash[55870]: cluster 2024-04-27T01:31:12.652685+0000 mgr.y (mgr.34101) 489 : cluster 0 pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:14.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:14 smithi042 bash[55870]: audit 2024-04-27T01:31:14.043556+0000 mon.a (mon.0) 825 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:31:15.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: audit 2024-04-27T01:31:14.565454+0000 mon.a (mon.0) 826 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:15.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: audit 2024-04-27T01:31:14.577507+0000 mon.a (mon.0) 827 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:15.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: audit 2024-04-27T01:31:14.580370+0000 mon.a (mon.0) 828 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:31:15.921 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: audit 2024-04-27T01:31:14.582114+0000 mon.a (mon.0) 829 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:31:15.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: cluster 2024-04-27T01:31:14.585647+0000 mgr.y (mgr.34101) 490 : cluster 0 pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-04-27T01:31:15.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: cluster 2024-04-27T01:31:14.586197+0000 mgr.y (mgr.34101) 491 : cluster 0 pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:31:15.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: audit 2024-04-27T01:31:14.597163+0000 mon.a (mon.0) 830 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:15.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: audit 2024-04-27T01:31:14.685369+0000 mon.a (mon.0) 831 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T01:31:15.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: audit 2024-04-27T01:31:14.686392+0000 mgr.y (mgr.34101) 492 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T01:31:15.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: audit 2024-04-27T01:31:14.703765+0000 mon.a (mon.0) 832 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:31:15.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: audit 2024-04-27T01:31:14.709124+0000 mon.a (mon.0) 833 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: audit 2024-04-27T01:31:14.713328+0000 mon.a (mon.0) 834 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: audit 2024-04-27T01:31:14.716568+0000 mon.a (mon.0) 835 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: audit 2024-04-27T01:31:14.722428+0000 mon.a (mon.0) 836 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: audit 2024-04-27T01:31:14.729049+0000 mon.a (mon.0) 837 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: audit 2024-04-27T01:31:14.733534+0000 mon.a (mon.0) 838 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: audit 2024-04-27T01:31:14.736634+0000 mon.a (mon.0) 839 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: audit 2024-04-27T01:31:14.739900+0000 mon.a (mon.0) 840 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: audit 2024-04-27T01:31:14.743195+0000 mon.a (mon.0) 841 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: audit 2024-04-27T01:31:14.746874+0000 mon.a (mon.0) 842 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: audit 2024-04-27T01:31:14.750409+0000 mon.a (mon.0) 843 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: audit 2024-04-27T01:31:14.754255+0000 mon.a (mon.0) 844 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: audit 2024-04-27T01:31:14.759149+0000 mon.a (mon.0) 845 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: audit 2024-04-27T01:31:14.763606+0000 mon.a (mon.0) 846 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.923 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:15 smithi046 bash[44872]: audit 2024-04-27T01:31:14.767965+0000 mon.a (mon.0) 847 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: audit 2024-04-27T01:31:14.565454+0000 mon.a (mon.0) 826 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:15.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: audit 2024-04-27T01:31:14.577507+0000 mon.a (mon.0) 827 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:15.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: audit 2024-04-27T01:31:14.580370+0000 mon.a (mon.0) 828 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:31:15.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: audit 2024-04-27T01:31:14.582114+0000 mon.a (mon.0) 829 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:31:15.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: cluster 2024-04-27T01:31:14.585647+0000 mgr.y (mgr.34101) 490 : cluster 0 pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-04-27T01:31:15.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: cluster 2024-04-27T01:31:14.586197+0000 mgr.y (mgr.34101) 491 : cluster 0 pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:31:15.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: audit 2024-04-27T01:31:14.597163+0000 mon.a (mon.0) 830 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:15.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: audit 2024-04-27T01:31:14.685369+0000 mon.a (mon.0) 831 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T01:31:15.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: audit 2024-04-27T01:31:14.686392+0000 mgr.y (mgr.34101) 492 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T01:31:15.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: audit 2024-04-27T01:31:14.703765+0000 mon.a (mon.0) 832 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:31:15.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: audit 2024-04-27T01:31:14.709124+0000 mon.a (mon.0) 833 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: audit 2024-04-27T01:31:14.713328+0000 mon.a (mon.0) 834 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: audit 2024-04-27T01:31:14.716568+0000 mon.a (mon.0) 835 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: audit 2024-04-27T01:31:14.722428+0000 mon.a (mon.0) 836 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: audit 2024-04-27T01:31:14.729049+0000 mon.a (mon.0) 837 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: audit 2024-04-27T01:31:14.733534+0000 mon.a (mon.0) 838 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: audit 2024-04-27T01:31:14.736634+0000 mon.a (mon.0) 839 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: audit 2024-04-27T01:31:14.739900+0000 mon.a (mon.0) 840 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: audit 2024-04-27T01:31:14.743195+0000 mon.a (mon.0) 841 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: audit 2024-04-27T01:31:14.746874+0000 mon.a (mon.0) 842 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: audit 2024-04-27T01:31:14.565454+0000 mon.a (mon.0) 826 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:15.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: audit 2024-04-27T01:31:14.577507+0000 mon.a (mon.0) 827 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:15.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: audit 2024-04-27T01:31:14.580370+0000 mon.a (mon.0) 828 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:31:15.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: audit 2024-04-27T01:31:14.582114+0000 mon.a (mon.0) 829 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:31:15.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: cluster 2024-04-27T01:31:14.585647+0000 mgr.y (mgr.34101) 490 : cluster 0 pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-04-27T01:31:15.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: cluster 2024-04-27T01:31:14.586197+0000 mgr.y (mgr.34101) 491 : cluster 0 pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:31:15.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: audit 2024-04-27T01:31:14.597163+0000 mon.a (mon.0) 830 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:15.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: audit 2024-04-27T01:31:14.685369+0000 mon.a (mon.0) 831 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T01:31:15.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: audit 2024-04-27T01:31:14.686392+0000 mgr.y (mgr.34101) 492 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T01:31:15.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: audit 2024-04-27T01:31:14.703765+0000 mon.a (mon.0) 832 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:31:15.932 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: audit 2024-04-27T01:31:14.709124+0000 mon.a (mon.0) 833 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: audit 2024-04-27T01:31:14.713328+0000 mon.a (mon.0) 834 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: audit 2024-04-27T01:31:14.716568+0000 mon.a (mon.0) 835 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: audit 2024-04-27T01:31:14.722428+0000 mon.a (mon.0) 836 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: audit 2024-04-27T01:31:14.729049+0000 mon.a (mon.0) 837 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: audit 2024-04-27T01:31:14.733534+0000 mon.a (mon.0) 838 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: audit 2024-04-27T01:31:14.736634+0000 mon.a (mon.0) 839 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: audit 2024-04-27T01:31:14.739900+0000 mon.a (mon.0) 840 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: audit 2024-04-27T01:31:14.743195+0000 mon.a (mon.0) 841 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.933 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: audit 2024-04-27T01:31:14.746874+0000 mon.a (mon.0) 842 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: audit 2024-04-27T01:31:14.750409+0000 mon.a (mon.0) 843 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.933 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: audit 2024-04-27T01:31:14.754255+0000 mon.a (mon.0) 844 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: audit 2024-04-27T01:31:14.759149+0000 mon.a (mon.0) 845 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: audit 2024-04-27T01:31:14.763606+0000 mon.a (mon.0) 846 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.934 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[55870]: audit 2024-04-27T01:31:14.767965+0000 mon.a (mon.0) 847 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: audit 2024-04-27T01:31:14.750409+0000 mon.a (mon.0) 843 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: audit 2024-04-27T01:31:14.754255+0000 mon.a (mon.0) 844 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: audit 2024-04-27T01:31:14.759149+0000 mon.a (mon.0) 845 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: audit 2024-04-27T01:31:14.763606+0000 mon.a (mon.0) 846 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:15.934 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:15 smithi042 bash[57193]: audit 2024-04-27T01:31:14.767965+0000 mon.a (mon.0) 847 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:16.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:16 smithi046 bash[44872]: audit 2024-04-27T01:31:16.246754+0000 mgr.y (mgr.34101) 493 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:31:16.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:16 smithi042 bash[55870]: audit 2024-04-27T01:31:16.246754+0000 mgr.y (mgr.34101) 493 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:31:16.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:16 smithi042 bash[57193]: audit 2024-04-27T01:31:16.246754+0000 mgr.y (mgr.34101) 493 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:31:17.894 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:17 smithi046 bash[44872]: cluster 2024-04-27T01:31:16.587351+0000 mgr.y (mgr.34101) 494 : cluster 0 pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:31:17.894 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:17 smithi046 bash[44872]: cephadm 2024-04-27T01:31:16.993448+0000 mgr.y (mgr.34101) 495 : cephadm 1 Upgrade: Updating grafana.a 2024-04-27T01:31:17.894 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:17 smithi046 bash[44872]: cephadm 2024-04-27T01:31:17.037966+0000 mgr.y (mgr.34101) 496 : cephadm 1 Deploying daemon grafana.a on smithi046 2024-04-27T01:31:17.929 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:17 smithi042 bash[57193]: cluster 2024-04-27T01:31:16.587351+0000 mgr.y (mgr.34101) 494 : cluster 0 pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:31:17.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:17 smithi042 bash[57193]: cephadm 2024-04-27T01:31:16.993448+0000 mgr.y (mgr.34101) 495 : cephadm 1 Upgrade: Updating grafana.a 2024-04-27T01:31:17.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:17 smithi042 bash[57193]: cephadm 2024-04-27T01:31:17.037966+0000 mgr.y (mgr.34101) 496 : cephadm 1 Deploying daemon grafana.a on smithi046 2024-04-27T01:31:17.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:17 smithi042 bash[55870]: cluster 2024-04-27T01:31:16.587351+0000 mgr.y (mgr.34101) 494 : cluster 0 pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:31:17.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:17 smithi042 bash[55870]: cephadm 2024-04-27T01:31:16.993448+0000 mgr.y (mgr.34101) 495 : cephadm 1 Upgrade: Updating grafana.a 2024-04-27T01:31:17.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:17 smithi042 bash[55870]: cephadm 2024-04-27T01:31:17.037966+0000 mgr.y (mgr.34101) 496 : cephadm 1 Deploying daemon grafana.a on smithi046 2024-04-27T01:31:19.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:19 smithi042 bash[55870]: cluster 2024-04-27T01:31:18.588550+0000 mgr.y (mgr.34101) 497 : cluster 0 pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:31:19.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:31:19 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:31:19] "GET /metrics HTTP/1.1" 200 38678 "" "Prometheus/2.43.0" 2024-04-27T01:31:19.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:19 smithi042 bash[57193]: cluster 2024-04-27T01:31:18.588550+0000 mgr.y (mgr.34101) 497 : cluster 0 pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:31:19.922 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:19 smithi046 bash[44872]: cluster 2024-04-27T01:31:18.588550+0000 mgr.y (mgr.34101) 497 : cluster 0 pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:31:21.073 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:31:21.185 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:31:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:31:21.186 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:31:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:31:21.186 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:31:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:31:21.186 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:31:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:31:21.187 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:31:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:31:21.187 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:31:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:31:21.187 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:31:21.188 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:31:21.188 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:31:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:31:21.472 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:31:21.472 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:31:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:31:21.472 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:31:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:31:21.473 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:31:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:31:21.473 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:31:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:31:21.473 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:31:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:31:21.473 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:31:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:31:21.474 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:31:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:31:21.474 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:21 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:31:21.474 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:21 smithi046 systemd[1]: Started Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:31:21.828 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:31:21.828 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (23s) 17s ago 16m 14.2M - 0.25.0 c8568f914cd2 7c991c52754b 2024-04-27T01:31:21.828 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 starting - - - - 2024-04-27T01:31:21.828 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 running (98s) 17s ago 14m 42.7M - 3.7 87e5280d5ae8 142a104c86c1 2024-04-27T01:31:21.829 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443,9283,8765 running (8m) 41s ago 22m 440M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 b405f9e86d9a 2024-04-27T01:31:21.829 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (9m) 17s ago 24m 507M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 60e39f55c7ea 2024-04-27T01:31:21.829 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (8m) 17s ago 24m 62.5M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 73925c36c48e 2024-04-27T01:31:21.829 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (7m) 41s ago 22m 43.6M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 56399982a983 2024-04-27T01:31:21.829 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (7m) 17s ago 22m 51.0M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 cf9a80ee073c 2024-04-27T01:31:21.829 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (73s) 17s ago 17m 7835k - 1.5.0 0da6a335fe13 e913dc16444c 2024-04-27T01:31:21.829 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (69s) 41s ago 17m 7883k - 1.5.0 0da6a335fe13 5eb63a8d9293 2024-04-27T01:31:21.829 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (6m) 17s ago 21m 60.4M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 59aa3e813245 2024-04-27T01:31:21.829 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (5m) 17s ago 21m 63.6M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 4432f1499107 2024-04-27T01:31:21.829 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (5m) 17s ago 20m 60.9M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ee07041d5acd 2024-04-27T01:31:21.829 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (4m) 17s ago 20m 64.5M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 887e8f900de3 2024-04-27T01:31:21.829 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (4m) 41s ago 19m 60.9M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 a75b6e03fc58 2024-04-27T01:31:21.829 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (3m) 41s ago 19m 54.2M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 6fcfd911db34 2024-04-27T01:31:21.829 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (3m) 41s ago 18m 52.7M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ac46d34fada7 2024-04-27T01:31:21.829 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (2m) 41s ago 17m 54.5M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 bc4e8ce11408 2024-04-27T01:31:21.830 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 running (47s) 41s ago 17m 37.0M - 2.43.0 a07b618ecd1d fc1b4615525f 2024-04-27T01:31:21.830 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (2m) 17s ago 15m 90.2M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 40fd506bd324 2024-04-27T01:31:21.830 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (2m) 41s ago 15m 90.0M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 55f8dc9f8019 2024-04-27T01:31:21.830 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (2m) 17s ago 15m 90.2M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 0b7049afe1c7 2024-04-27T01:31:21.830 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (2m) 41s ago 14m 90.0M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 32447d03adbc 2024-04-27T01:31:22.279 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:31:22.279 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:31:22.279 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 3 2024-04-27T01:31:22.279 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:31:22.279 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:31:22.279 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 2 2024-04-27T01:31:22.279 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:31:22.279 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:31:22.279 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 8 2024-04-27T01:31:22.279 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:31:22.279 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:31:22.279 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 4 2024-04-27T01:31:22.279 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:31:22.280 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:31:22.280 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 17 2024-04-27T01:31:22.280 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:31:22.280 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:31:22.592 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[44872]: cluster 2024-04-27T01:31:20.589980+0000 mgr.y (mgr.34101) 498 : cluster 0 pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:31:22.592 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[44872]: audit 2024-04-27T01:31:21.073796+0000 mgr.y (mgr.34101) 499 : audit 0 from='client.44815 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:31:22.592 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[44872]: audit 2024-04-27T01:31:21.457565+0000 mgr.y (mgr.34101) 500 : audit 0 from='client.44821 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:31:22.592 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[44872]: audit 2024-04-27T01:31:21.492508+0000 mon.a (mon.0) 848 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:22.593 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[44872]: audit 2024-04-27T01:31:21.498303+0000 mon.a (mon.0) 849 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:22.593 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[44872]: audit 2024-04-27T01:31:22.294708+0000 mon.c (mon.1) 29 : audit 0 from='client.? 172.21.15.42:0/435753822' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:22.593 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=settings t=2024-04-27T01:31:22.596357272Z level=info msg="Starting Grafana" version=9.4.12 commit=37ee25ba46 branch=HEAD compiled=2023-05-22T15:58:05Z 2024-04-27T01:31:22.593 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=settings t=2024-04-27T01:31:22.596578114Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2024-04-27T01:31:22.593 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=settings t=2024-04-27T01:31:22.596595543Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-04-27T01:31:22.593 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=settings t=2024-04-27T01:31:22.596601707Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-04-27T01:31:22.593 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=settings t=2024-04-27T01:31:22.596606943Z level=info msg="Config overridden from command line" arg="default.paths.data=/var/lib/grafana" 2024-04-27T01:31:22.593 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=settings t=2024-04-27T01:31:22.596614595Z level=info msg="Config overridden from command line" arg="default.paths.logs=/var/log/grafana" 2024-04-27T01:31:22.593 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=settings t=2024-04-27T01:31:22.596620456Z level=info msg="Config overridden from command line" arg="default.paths.plugins=/var/lib/grafana/plugins" 2024-04-27T01:31:22.593 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=settings t=2024-04-27T01:31:22.596625927Z level=info msg="Config overridden from command line" arg="default.paths.provisioning=/etc/grafana/provisioning" 2024-04-27T01:31:22.593 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=settings t=2024-04-27T01:31:22.596631793Z level=info msg="Config overridden from command line" arg="default.log.mode=console" 2024-04-27T01:31:22.593 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=settings t=2024-04-27T01:31:22.596638486Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-04-27T01:31:22.594 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=settings t=2024-04-27T01:31:22.596645229Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-04-27T01:31:22.594 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=settings t=2024-04-27T01:31:22.596651224Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-04-27T01:31:22.594 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=settings t=2024-04-27T01:31:22.596657926Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-04-27T01:31:22.594 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=settings t=2024-04-27T01:31:22.596666196Z level=info msg="Path Home" path=/usr/share/grafana 2024-04-27T01:31:22.594 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=settings t=2024-04-27T01:31:22.596671639Z level=info msg="Path Data" path=/var/lib/grafana 2024-04-27T01:31:22.594 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=settings t=2024-04-27T01:31:22.596676552Z level=info msg="Path Logs" path=/var/log/grafana 2024-04-27T01:31:22.594 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=settings t=2024-04-27T01:31:22.596681963Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-04-27T01:31:22.594 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=settings t=2024-04-27T01:31:22.596688272Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-04-27T01:31:22.594 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=settings t=2024-04-27T01:31:22.596694722Z level=info msg="App mode production" 2024-04-27T01:31:22.594 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=sqlstore t=2024-04-27T01:31:22.596780826Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-04-27T01:31:22.594 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=sqlstore t=2024-04-27T01:31:22.596803283Z level=warn msg="SQLite database file has broader permissions than it should" path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2024-04-27T01:31:22.594 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:22.609758036Z level=info msg="Starting DB migrations" 2024-04-27T01:31:22.660 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:31:22.660 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a", 2024-04-27T01:31:22.660 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2024-04-27T01:31:22.660 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-27T01:31:22.660 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2024-04-27T01:31:22.660 INFO:teuthology.orchestra.run.smithi042.stdout: "osd", 2024-04-27T01:31:22.660 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw", 2024-04-27T01:31:22.660 INFO:teuthology.orchestra.run.smithi042.stdout: "mon", 2024-04-27T01:31:22.660 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr", 2024-04-27T01:31:22.661 INFO:teuthology.orchestra.run.smithi042.stdout: "iscsi" 2024-04-27T01:31:22.661 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2024-04-27T01:31:22.661 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "18/23 daemons upgraded", 2024-04-27T01:31:22.661 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading grafana daemons", 2024-04-27T01:31:22.661 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2024-04-27T01:31:22.661 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:31:22.864 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:22.613929065Z level=info msg="Executing migration" id="Update is_service_account column to nullable" 2024-04-27T01:31:22.864 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:22.671157569Z level=info msg="Executing migration" id="Add isPublic for dashboard" 2024-04-27T01:31:22.864 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:22.696314878Z level=info msg="Executing migration" id="set service account foreign key to nil if 0" 2024-04-27T01:31:22.864 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:22.721390594Z level=info msg="Executing migration" id="Add last_used_at to api_key table" 2024-04-27T01:31:22.864 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:22.763400947Z level=info msg="Executing migration" id="Add is_revoked column to api_key table" 2024-04-27T01:31:22.864 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:22.788828853Z level=info msg="Executing migration" id="Add column preferences.json_data" 2024-04-27T01:31:22.865 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:22.830848616Z level=info msg="Executing migration" id="alter preferences.json_data to mediumtext v1" 2024-04-27T01:31:22.865 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:22.856151703Z level=info msg="Executing migration" id="Add preferences index org_id" 2024-04-27T01:31:22.865 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:22.881465029Z level=info msg="Executing migration" id="Add preferences index user_id" 2024-04-27T01:31:22.929 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:22 smithi042 bash[57193]: cluster 2024-04-27T01:31:20.589980+0000 mgr.y (mgr.34101) 498 : cluster 0 pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:31:22.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:22 smithi042 bash[57193]: audit 2024-04-27T01:31:21.073796+0000 mgr.y (mgr.34101) 499 : audit 0 from='client.44815 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:31:22.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:22 smithi042 bash[57193]: audit 2024-04-27T01:31:21.457565+0000 mgr.y (mgr.34101) 500 : audit 0 from='client.44821 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:31:22.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:22 smithi042 bash[57193]: audit 2024-04-27T01:31:21.492508+0000 mon.a (mon.0) 848 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:22.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:22 smithi042 bash[57193]: audit 2024-04-27T01:31:21.498303+0000 mon.a (mon.0) 849 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:22.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:22 smithi042 bash[57193]: audit 2024-04-27T01:31:22.294708+0000 mon.c (mon.1) 29 : audit 0 from='client.? 172.21.15.42:0/435753822' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:22.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:22 smithi042 bash[55870]: cluster 2024-04-27T01:31:20.589980+0000 mgr.y (mgr.34101) 498 : cluster 0 pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:31:22.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:22 smithi042 bash[55870]: audit 2024-04-27T01:31:21.073796+0000 mgr.y (mgr.34101) 499 : audit 0 from='client.44815 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:31:22.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:22 smithi042 bash[55870]: audit 2024-04-27T01:31:21.457565+0000 mgr.y (mgr.34101) 500 : audit 0 from='client.44821 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:31:22.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:22 smithi042 bash[55870]: audit 2024-04-27T01:31:21.492508+0000 mon.a (mon.0) 848 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:22.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:22 smithi042 bash[55870]: audit 2024-04-27T01:31:21.498303+0000 mon.a (mon.0) 849 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:22.931 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:22 smithi042 bash[55870]: audit 2024-04-27T01:31:22.294708+0000 mon.c (mon.1) 29 : audit 0 from='client.? 172.21.15.42:0/435753822' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:23.105 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-27T01:31:23.105 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-27T01:31:23.106 INFO:teuthology.orchestra.run.smithi042.stdout: daemon grafana.a on smithi046 is in error state 2024-04-27T01:31:23.138 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:22.906901677Z level=info msg="Executing migration" id="Increase tags column to length 4096" 2024-04-27T01:31:23.139 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:22.932000285Z level=info msg="Executing migration" id="Add OAuth ID token to user_auth" 2024-04-27T01:31:23.139 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:22.973763978Z level=info msg="Executing migration" id="alter table short_url alter column created_by type to bigint" 2024-04-27T01:31:23.139 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:22 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:22.999050859Z level=info msg="Executing migration" id="add current_reason column related to current_state" 2024-04-27T01:31:23.139 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.041046138Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule" 2024-04-27T01:31:23.139 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.066193995Z level=info msg="Executing migration" id="add is_paused column to alert_rule table" 2024-04-27T01:31:23.139 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.108272441Z level=info msg="Executing migration" id="fix is_paused column for alert_rule table" 2024-04-27T01:31:23.139 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.150464317Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule_version" 2024-04-27T01:31:23.414 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.200944479Z level=info msg="Executing migration" id="add is_paused column to alert_rule_versions table" 2024-04-27T01:31:23.414 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.217644668Z level=info msg="Executing migration" id="fix is_paused column for alert_rule_version table" 2024-04-27T01:31:23.414 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.242966964Z level=info msg="Executing migration" id="add configuration_hash column to alert_configuration" 2024-04-27T01:31:23.414 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.276873893Z level=info msg="Executing migration" id="add column send_alerts_to in ngalert_configuration" 2024-04-27T01:31:23.414 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.30209025Z level=info msg="Executing migration" id="create provenance_type table" 2024-04-27T01:31:23.414 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.344111665Z level=info msg="Executing migration" id="add index to uniquify (record_key, record_type, org_id) columns" 2024-04-27T01:31:23.415 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.385970399Z level=info msg="Executing migration" id="create alert_image table" 2024-04-27T01:31:23.415 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.428038587Z level=info msg="Executing migration" id="add unique index on token to alert_image table" 2024-04-27T01:31:23.663 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[44872]: audit 2024-04-27T01:31:21.818916+0000 mgr.y (mgr.34101) 501 : audit 0 from='client.44827 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:31:23.663 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[44872]: audit 2024-04-27T01:31:23.121945+0000 mon.c (mon.1) 30 : audit 0 from='client.? 172.21.15.42:0/994355783' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:31:23.663 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.453272545Z level=info msg="Executing migration" id="support longer URLs in alert_image table" 2024-04-27T01:31:23.663 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.495094405Z level=info msg="Executing migration" id=create_alert_configuration_history_table 2024-04-27T01:31:23.663 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.545689409Z level=info msg="Executing migration" id="drop non-unique orgID index on alert_configuration" 2024-04-27T01:31:23.663 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.570789278Z level=info msg="Executing migration" id="drop unique orgID index on alert_configuration if exists" 2024-04-27T01:31:23.663 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.571111084Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop unique orgID index on alert_configuration if exists" 2024-04-27T01:31:23.663 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.596011882Z level=info msg="Executing migration" id="extract alertmanager configuration history to separate table" 2024-04-27T01:31:23.663 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.637970678Z level=info msg="Executing migration" id="add unique index on orgID to alert_configuration" 2024-04-27T01:31:23.663 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.680016417Z level=info msg="Executing migration" id="increase max description length to 2048" 2024-04-27T01:31:23.920 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.730194051Z level=info msg="Executing migration" id="create secrets table" 2024-04-27T01:31:23.920 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.755480592Z level=info msg="Executing migration" id="rename data_keys name column to id" 2024-04-27T01:31:23.920 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.797412005Z level=info msg="Executing migration" id="add name column into data_keys" 2024-04-27T01:31:23.920 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.83094172Z level=info msg="Executing migration" id="copy data_keys id column values into name" 2024-04-27T01:31:23.921 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.864382804Z level=info msg="Executing migration" id="rename data_keys name column to label" 2024-04-27T01:31:23.921 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.92318236Z level=info msg="Executing migration" id="rename data_keys id column back to name" 2024-04-27T01:31:23.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:23 smithi042 bash[55870]: audit 2024-04-27T01:31:21.818916+0000 mgr.y (mgr.34101) 501 : audit 0 from='client.44827 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:31:23.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:23 smithi042 bash[55870]: audit 2024-04-27T01:31:23.121945+0000 mon.c (mon.1) 30 : audit 0 from='client.? 172.21.15.42:0/994355783' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:31:23.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:23 smithi042 bash[57193]: audit 2024-04-27T01:31:21.818916+0000 mgr.y (mgr.34101) 501 : audit 0 from='client.44827 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:31:23.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:23 smithi042 bash[57193]: audit 2024-04-27T01:31:23.121945+0000 mon.c (mon.1) 30 : audit 0 from='client.? 172.21.15.42:0/994355783' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:31:24.217 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:23 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:23.96539124Z level=info msg="Executing migration" id="add column hidden to role table" 2024-04-27T01:31:24.217 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.007065988Z level=info msg="Executing migration" id="create query_history table v1" 2024-04-27T01:31:24.217 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.04076964Z level=info msg="Executing migration" id="add index query_history.org_id-created_by-datasource_uid" 2024-04-27T01:31:24.217 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.074466211Z level=info msg="Executing migration" id="alter table query_history alter column created_by type to bigint" 2024-04-27T01:31:24.217 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.116137165Z level=info msg="Executing migration" id="teams permissions migration" 2024-04-27T01:31:24.217 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.158161366Z level=info msg="Executing migration" id="dashboard permissions" 2024-04-27T01:31:24.217 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.208726525Z level=info msg="Executing migration" id="dashboard permissions uid scopes" 2024-04-27T01:31:24.217 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.23394348Z level=info msg="Executing migration" id="drop managed folder create actions" 2024-04-27T01:31:24.477 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.275853307Z level=info msg="Executing migration" id="alerting notification permissions" 2024-04-27T01:31:24.478 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.301035572Z level=info msg="Executing migration" id="create query_history_star table v1" 2024-04-27T01:31:24.478 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.343115324Z level=info msg="Executing migration" id="add index query_history.user_id-query_uid" 2024-04-27T01:31:24.478 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.393754547Z level=info msg="Executing migration" id="add column org_id in query_history_star" 2024-04-27T01:31:24.478 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.418936259Z level=info msg="Executing migration" id="alter table query_history_star_mig column user_id type to bigint" 2024-04-27T01:31:24.478 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.444230107Z level=info msg="Executing migration" id="create correlation table v1" 2024-04-27T01:31:24.478 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.469502337Z level=info msg="Executing migration" id="add index correlations.uid" 2024-04-27T01:31:24.478 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.494766248Z level=info msg="Executing migration" id="add index correlations.source_uid" 2024-04-27T01:31:24.763 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[44872]: cluster 2024-04-27T01:31:22.590804+0000 mgr.y (mgr.34101) 502 : cluster 0 pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:31:24.763 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[44872]: audit 2024-04-27T01:31:22.675294+0000 mgr.y (mgr.34101) 503 : audit 0 from='client.34926 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:31:24.763 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.536581562Z level=info msg="Executing migration" id="add correlation config column" 2024-04-27T01:31:24.763 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.57859451Z level=info msg="Executing migration" id="create entity_events table" 2024-04-27T01:31:24.763 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.620620808Z level=info msg="Executing migration" id="create dashboard public config v1" 2024-04-27T01:31:24.764 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.646049687Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v1" 2024-04-27T01:31:24.764 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.646392476Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index UQE_dashboard_public_config_uid - v1" 2024-04-27T01:31:24.764 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.687930044Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-04-27T01:31:24.764 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.68827455Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-04-27T01:31:24.764 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.729990593Z level=info msg="Executing migration" id="Drop old dashboard public config table" 2024-04-27T01:31:24.764 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.780327726Z level=info msg="Executing migration" id="recreate dashboard public config v1" 2024-04-27T01:31:24.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:24 smithi042 bash[55870]: cluster 2024-04-27T01:31:22.590804+0000 mgr.y (mgr.34101) 502 : cluster 0 pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:31:24.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:24 smithi042 bash[55870]: audit 2024-04-27T01:31:22.675294+0000 mgr.y (mgr.34101) 503 : audit 0 from='client.34926 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:31:24.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:24 smithi042 bash[57193]: cluster 2024-04-27T01:31:22.590804+0000 mgr.y (mgr.34101) 502 : cluster 0 pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-04-27T01:31:24.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:24 smithi042 bash[57193]: audit 2024-04-27T01:31:22.675294+0000 mgr.y (mgr.34101) 503 : audit 0 from='client.34926 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:31:25.040 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.822324859Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v1" 2024-04-27T01:31:25.041 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.847572311Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-04-27T01:31:25.041 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.872770329Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v2" 2024-04-27T01:31:25.041 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.897953457Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-04-27T01:31:25.041 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.923239261Z level=info msg="Executing migration" id="Drop public config table" 2024-04-27T01:31:25.041 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.94843829Z level=info msg="Executing migration" id="Recreate dashboard public config v2" 2024-04-27T01:31:25.041 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:24 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:24.973677884Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v2" 2024-04-27T01:31:25.041 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.015860922Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-04-27T01:31:25.041 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.057812929Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_access_token - v2" 2024-04-27T01:31:25.310 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.099714536Z level=info msg="Executing migration" id="Rename table dashboard_public_config to dashboard_public - v2" 2024-04-27T01:31:25.310 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.133289263Z level=info msg="Executing migration" id="add annotations_enabled column" 2024-04-27T01:31:25.310 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.17521066Z level=info msg="Executing migration" id="add time_selection_enabled column" 2024-04-27T01:31:25.310 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.200413062Z level=info msg="Executing migration" id="delete orphaned public dashboards" 2024-04-27T01:31:25.310 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.225697143Z level=info msg="Executing migration" id="add share column" 2024-04-27T01:31:25.310 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.251013837Z level=info msg="Executing migration" id="create default alerting folders" 2024-04-27T01:31:25.310 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.276245305Z level=info msg="Executing migration" id="create file table" 2024-04-27T01:31:25.310 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.301457491Z level=info msg="Executing migration" id="file table idx: path natural pk" 2024-04-27T01:31:25.310 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.32688637Z level=info msg="Executing migration" id="file table idx: parent_folder_path_hash fast folder retrieval" 2024-04-27T01:31:25.419 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.368905963Z level=info msg="Executing migration" id="create file_meta table" 2024-04-27T01:31:25.419 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.39421378Z level=info msg="Executing migration" id="file table idx: path key" 2024-04-27T01:31:25.419 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.436220344Z level=info msg="Executing migration" id="set path collation in file table" 2024-04-27T01:31:25.595 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.47824375Z level=info msg="Executing migration" id="managed permissions migration" 2024-04-27T01:31:25.596 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.503664769Z level=info msg="Executing migration" id="managed folder permissions alert actions migration" 2024-04-27T01:31:25.596 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.5456365Z level=info msg="Executing migration" id="RBAC action name migrator" 2024-04-27T01:31:25.596 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.570838442Z level=info msg="Executing migration" id="Add UID column to playlist" 2024-04-27T01:31:25.848 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.612827305Z level=info msg="Executing migration" id="Update uid column values in playlist" 2024-04-27T01:31:25.848 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.654778679Z level=info msg="Executing migration" id="Add index for uid in playlist" 2024-04-27T01:31:25.848 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.680122509Z level=info msg="Executing migration" id="update group index for alert rules" 2024-04-27T01:31:25.848 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.705291702Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated migration" 2024-04-27T01:31:25.848 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.747188353Z level=info msg="Executing migration" id="admin only folder/dashboard permission" 2024-04-27T01:31:25.848 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.772375748Z level=info msg="Executing migration" id="add action column to seed_assignment" 2024-04-27T01:31:25.848 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.814336193Z level=info msg="Executing migration" id="add scope column to seed_assignment" 2024-04-27T01:31:25.848 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.839637387Z level=info msg="Executing migration" id="remove unique index builtin_role_role_name before nullable update" 2024-04-27T01:31:25.848 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.864873522Z level=info msg="Executing migration" id="update seed_assignment role_name column to nullable" 2024-04-27T01:31:26.133 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.931765571Z level=info msg="Executing migration" id="add unique index builtin_role_name back" 2024-04-27T01:31:26.133 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.957061135Z level=info msg="Executing migration" id="add unique index builtin_role_action_scope" 2024-04-27T01:31:26.133 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:25 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:25.982306883Z level=info msg="Executing migration" id="add primary key to seed_assigment" 2024-04-27T01:31:26.133 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:26 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:26.040779783Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated fixed migration" 2024-04-27T01:31:26.133 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:26 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:26.066095051Z level=info msg="Executing migration" id="migrate external alertmanagers to datsourcse" 2024-04-27T01:31:26.133 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:26 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:26.108033256Z level=info msg="Executing migration" id="create folder table" 2024-04-27T01:31:26.133 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:26 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:26.150066922Z level=info msg="Executing migration" id="Add index for parent_uid" 2024-04-27T01:31:26.420 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:26 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:26.192041363Z level=info msg="Executing migration" id="Add unique index for folder.uid and folder.org_id" 2024-04-27T01:31:26.421 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:26 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:26.217311187Z level=info msg="Executing migration" id="Update folder title length" 2024-04-27T01:31:26.421 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:26 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:26.24247613Z level=info msg="Executing migration" id="Add unique index for folder.title and folder.parent_uid" 2024-04-27T01:31:26.421 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:26 smithi046 bash[66009]: logger=migrator t=2024-04-27T01:31:26.284389298Z level=info msg="migrations completed" performed=105 skipped=376 duration=3.670498227s 2024-04-27T01:31:26.421 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:26 smithi046 bash[66009]: logger=sqlstore t=2024-04-27T01:31:26.285490212Z level=info msg="Created default organization" 2024-04-27T01:31:26.421 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:26 smithi046 bash[66009]: logger=plugin.finder t=2024-04-27T01:31:26.372622495Z level=warn msg="Skipping finding plugins as directory does not exist" path=/usr/share/grafana/plugins-bundled 2024-04-27T01:31:26.421 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:26 smithi046 bash[66009]: logger=secrets t=2024-04-27T01:31:26.372948814Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-04-27T01:31:26.421 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:26 smithi046 bash[66009]: logger=query_data t=2024-04-27T01:31:26.379476935Z level=info msg="Query Service initialization" 2024-04-27T01:31:26.421 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:26 smithi046 bash[66009]: logger=live.push_http t=2024-04-27T01:31:26.386494776Z level=info msg="Live Push Gateway initialization" 2024-04-27T01:31:26.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:26 smithi046 bash[44872]: cluster 2024-04-27T01:31:24.592196+0000 mgr.y (mgr.34101) 504 : cluster 0 pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:31:26.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:26 smithi042 bash[55870]: cluster 2024-04-27T01:31:24.592196+0000 mgr.y (mgr.34101) 504 : cluster 0 pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:31:26.929 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:26 smithi042 bash[57193]: cluster 2024-04-27T01:31:24.592196+0000 mgr.y (mgr.34101) 504 : cluster 0 pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-04-27T01:31:27.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:27 smithi046 bash[44872]: audit 2024-04-27T01:31:26.257139+0000 mgr.y (mgr.34101) 505 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:31:27.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:27 smithi046 bash[44872]: audit 2024-04-27T01:31:27.472099+0000 mon.a (mon.0) 850 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:27.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:27 smithi046 bash[44872]: audit 2024-04-27T01:31:27.483956+0000 mon.a (mon.0) 851 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:27.671 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:27 smithi046 bash[66009]: logger=infra.usagestats.collector t=2024-04-27T01:31:27.302892341Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-04-27T01:31:27.671 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:27 smithi046 bash[66009]: logger=provisioning.datasources t=2024-04-27T01:31:27.335873646Z level=info msg="deleted correlations based on configuration" ds_name=Dashboard1 2024-04-27T01:31:27.671 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:27 smithi046 bash[66009]: logger=provisioning.datasources t=2024-04-27T01:31:27.335907882Z level=info msg="deleted datasource based on configuration" name=Dashboard1 2024-04-27T01:31:27.671 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:27 smithi046 bash[66009]: logger=provisioning.datasources t=2024-04-27T01:31:27.336090074Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2024-04-27T01:31:27.671 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:27 smithi046 bash[66009]: logger=provisioning.datasources t=2024-04-27T01:31:27.360971444Z level=info msg="inserting datasource from configuration " name=Loki uid=P8E80F9AEF21F6940 2024-04-27T01:31:27.671 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:27 smithi046 bash[66009]: logger=provisioning.alerting t=2024-04-27T01:31:27.419275244Z level=info msg="starting to provision alerting" 2024-04-27T01:31:27.671 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:27 smithi046 bash[66009]: logger=provisioning.alerting t=2024-04-27T01:31:27.419297838Z level=info msg="finished to provision alerting" 2024-04-27T01:31:27.671 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:27 smithi046 bash[66009]: logger=grafanaStorageLogger t=2024-04-27T01:31:27.419553887Z level=info msg="storage starting" 2024-04-27T01:31:27.671 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:27 smithi046 bash[66009]: logger=ngalert.state.manager t=2024-04-27T01:31:27.420541855Z level=info msg="Warming state cache for startup" 2024-04-27T01:31:27.671 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:27 smithi046 bash[66009]: logger=http.server t=2024-04-27T01:31:27.421830966Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-04-27T01:31:27.671 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:27 smithi046 bash[66009]: logger=ngalert.state.manager t=2024-04-27T01:31:27.48997465Z level=info msg="State cache has been initialized" states=0 duration=69.428532ms 2024-04-27T01:31:27.671 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:27 smithi046 bash[66009]: logger=ngalert.multiorg.alertmanager t=2024-04-27T01:31:27.490048062Z level=info msg="starting MultiOrg Alertmanager" 2024-04-27T01:31:27.671 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:27 smithi046 bash[66009]: logger=ticker t=2024-04-27T01:31:27.490151862Z level=info msg=starting first_tick=2024-04-27T01:31:30Z 2024-04-27T01:31:27.671 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:27 smithi046 bash[66009]: logger=sqlstore.transactions t=2024-04-27T01:31:27.501305487Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-04-27T01:31:27.672 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:27 smithi046 bash[66009]: logger=sqlstore.transactions t=2024-04-27T01:31:27.511980477Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=1 code="database is locked" 2024-04-27T01:31:27.672 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:31:27 smithi046 bash[66009]: logger=sqlstore.transactions t=2024-04-27T01:31:27.522667974Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=2 code="database is locked" 2024-04-27T01:31:27.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:27 smithi042 bash[55870]: audit 2024-04-27T01:31:26.257139+0000 mgr.y (mgr.34101) 505 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:31:27.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:27 smithi042 bash[55870]: audit 2024-04-27T01:31:27.472099+0000 mon.a (mon.0) 850 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:27.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:27 smithi042 bash[55870]: audit 2024-04-27T01:31:27.483956+0000 mon.a (mon.0) 851 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:27.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:27 smithi042 bash[57193]: audit 2024-04-27T01:31:26.257139+0000 mgr.y (mgr.34101) 505 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:31:27.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:27 smithi042 bash[57193]: audit 2024-04-27T01:31:27.472099+0000 mon.a (mon.0) 850 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:27.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:27 smithi042 bash[57193]: audit 2024-04-27T01:31:27.483956+0000 mon.a (mon.0) 851 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:28.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:28 smithi046 bash[44872]: cluster 2024-04-27T01:31:26.593280+0000 mgr.y (mgr.34101) 506 : cluster 0 pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:28.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:28 smithi042 bash[55870]: cluster 2024-04-27T01:31:26.593280+0000 mgr.y (mgr.34101) 506 : cluster 0 pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:28.929 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:28 smithi042 bash[57193]: cluster 2024-04-27T01:31:26.593280+0000 mgr.y (mgr.34101) 506 : cluster 0 pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:29.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:31:29 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:31:29] "GET /metrics HTTP/1.1" 200 38681 "" "Prometheus/2.43.0" 2024-04-27T01:31:29.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:29 smithi042 bash[55870]: cluster 2024-04-27T01:31:28.594558+0000 mgr.y (mgr.34101) 507 : cluster 0 pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:29.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:29 smithi042 bash[55870]: audit 2024-04-27T01:31:28.643987+0000 mon.a (mon.0) 852 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:29.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:29 smithi042 bash[55870]: audit 2024-04-27T01:31:28.656483+0000 mon.a (mon.0) 853 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:29.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:29 smithi042 bash[55870]: audit 2024-04-27T01:31:29.043877+0000 mon.a (mon.0) 854 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:31:29.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:29 smithi042 bash[57193]: cluster 2024-04-27T01:31:28.594558+0000 mgr.y (mgr.34101) 507 : cluster 0 pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:29.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:29 smithi042 bash[57193]: audit 2024-04-27T01:31:28.643987+0000 mon.a (mon.0) 852 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:29.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:29 smithi042 bash[57193]: audit 2024-04-27T01:31:28.656483+0000 mon.a (mon.0) 853 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:29.681 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:29 smithi042 bash[57193]: audit 2024-04-27T01:31:29.043877+0000 mon.a (mon.0) 854 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:31:29.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:29 smithi046 bash[44872]: cluster 2024-04-27T01:31:28.594558+0000 mgr.y (mgr.34101) 507 : cluster 0 pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:29.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:29 smithi046 bash[44872]: audit 2024-04-27T01:31:28.643987+0000 mon.a (mon.0) 852 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:29.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:29 smithi046 bash[44872]: audit 2024-04-27T01:31:28.656483+0000 mon.a (mon.0) 853 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:29.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:29 smithi046 bash[44872]: audit 2024-04-27T01:31:29.043877+0000 mon.a (mon.0) 854 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:31:31.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:31 smithi046 bash[44872]: cluster 2024-04-27T01:31:30.595927+0000 mgr.y (mgr.34101) 508 : cluster 0 pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:31:31.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:31 smithi042 bash[55870]: cluster 2024-04-27T01:31:30.595927+0000 mgr.y (mgr.34101) 508 : cluster 0 pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:31:31.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:31 smithi042 bash[57193]: cluster 2024-04-27T01:31:30.595927+0000 mgr.y (mgr.34101) 508 : cluster 0 pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:31:33.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:33 smithi046 bash[44872]: cluster 2024-04-27T01:31:32.596811+0000 mgr.y (mgr.34101) 509 : cluster 0 pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:33.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:33 smithi042 bash[55870]: cluster 2024-04-27T01:31:32.596811+0000 mgr.y (mgr.34101) 509 : cluster 0 pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:33.929 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:33 smithi042 bash[57193]: cluster 2024-04-27T01:31:32.596811+0000 mgr.y (mgr.34101) 509 : cluster 0 pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:35.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:35 smithi046 bash[44872]: cluster 2024-04-27T01:31:34.598228+0000 mgr.y (mgr.34101) 510 : cluster 0 pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:31:35.930 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:35 smithi042 bash[55870]: cluster 2024-04-27T01:31:34.598228+0000 mgr.y (mgr.34101) 510 : cluster 0 pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:31:35.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:35 smithi042 bash[57193]: cluster 2024-04-27T01:31:34.598228+0000 mgr.y (mgr.34101) 510 : cluster 0 pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:31:36.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:36 smithi046 bash[44872]: audit 2024-04-27T01:31:36.268096+0000 mgr.y (mgr.34101) 511 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:31:36.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:36 smithi042 bash[55870]: audit 2024-04-27T01:31:36.268096+0000 mgr.y (mgr.34101) 511 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:31:36.929 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:36 smithi042 bash[57193]: audit 2024-04-27T01:31:36.268096+0000 mgr.y (mgr.34101) 511 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:31:37.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:37 smithi046 bash[44872]: cluster 2024-04-27T01:31:36.599359+0000 mgr.y (mgr.34101) 512 : cluster 0 pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:37.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:37 smithi042 bash[55870]: cluster 2024-04-27T01:31:36.599359+0000 mgr.y (mgr.34101) 512 : cluster 0 pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:37.930 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:37 smithi042 bash[57193]: cluster 2024-04-27T01:31:36.599359+0000 mgr.y (mgr.34101) 512 : cluster 0 pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:39.393 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:37.983587+0000 mon.a (mon.0) 855 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:39.394 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:37.996106+0000 mon.a (mon.0) 856 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:39.394 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:37.998900+0000 mon.a (mon.0) 857 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:31:39.394 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.000835+0000 mon.a (mon.0) 858 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:31:39.394 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: cluster 2024-04-27T01:31:38.004606+0000 mgr.y (mgr.34101) 513 : cluster 0 pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 897 B/s rd, 0 op/s 2024-04-27T01:31:39.394 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.012776+0000 mon.a (mon.0) 859 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:39.394 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.106473+0000 mon.a (mon.0) 860 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T01:31:39.394 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.107477+0000 mgr.y (mgr.34101) 514 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T01:31:39.394 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.123379+0000 mon.a (mon.0) 861 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:31:39.394 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.128095+0000 mon.a (mon.0) 862 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.394 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.132106+0000 mon.a (mon.0) 863 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.395 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.134584+0000 mon.a (mon.0) 864 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.395 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.139122+0000 mon.a (mon.0) 865 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.395 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.145069+0000 mon.a (mon.0) 866 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.395 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.148793+0000 mon.a (mon.0) 867 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.395 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.151311+0000 mon.a (mon.0) 868 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.395 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.153642+0000 mon.a (mon.0) 869 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.395 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.156390+0000 mon.a (mon.0) 870 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.395 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.159264+0000 mon.a (mon.0) 871 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.395 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.161693+0000 mon.a (mon.0) 872 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.395 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:37.983587+0000 mon.a (mon.0) 855 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:39.395 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:37.996106+0000 mon.a (mon.0) 856 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:39.396 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:37.998900+0000 mon.a (mon.0) 857 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:31:39.396 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.000835+0000 mon.a (mon.0) 858 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:31:39.396 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: cluster 2024-04-27T01:31:38.004606+0000 mgr.y (mgr.34101) 513 : cluster 0 pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 897 B/s rd, 0 op/s 2024-04-27T01:31:39.396 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.012776+0000 mon.a (mon.0) 859 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:39.396 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.106473+0000 mon.a (mon.0) 860 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T01:31:39.396 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.107477+0000 mgr.y (mgr.34101) 514 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T01:31:39.396 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.123379+0000 mon.a (mon.0) 861 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:31:39.396 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.128095+0000 mon.a (mon.0) 862 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.396 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.132106+0000 mon.a (mon.0) 863 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.396 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.134584+0000 mon.a (mon.0) 864 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.396 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.139122+0000 mon.a (mon.0) 865 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.396 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.145069+0000 mon.a (mon.0) 866 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.396 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.148793+0000 mon.a (mon.0) 867 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.397 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.151311+0000 mon.a (mon.0) 868 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.397 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.153642+0000 mon.a (mon.0) 869 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.397 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.156390+0000 mon.a (mon.0) 870 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.397 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.159264+0000 mon.a (mon.0) 871 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.397 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.161693+0000 mon.a (mon.0) 872 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.164476+0000 mon.a (mon.0) 873 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.168249+0000 mon.a (mon.0) 874 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.171935+0000 mon.a (mon.0) 875 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.175475+0000 mon.a (mon.0) 876 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.179269+0000 mon.a (mon.0) 877 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.182899+0000 mon.a (mon.0) 878 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.186013+0000 mon.a (mon.0) 879 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: cephadm 2024-04-27T01:31:38.187742+0000 mgr.y (mgr.34101) 515 : cephadm 1 Upgrade: Finalizing container_image settings 2024-04-27T01:31:39.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.193357+0000 mon.a (mon.0) 880 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:39.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.196596+0000 mon.a (mon.0) 881 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-04-27T01:31:39.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.202620+0000 mon.a (mon.0) 882 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-04-27T01:31:39.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.207136+0000 mon.a (mon.0) 883 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-27T01:31:39.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.213067+0000 mon.a (mon.0) 884 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-04-27T01:31:39.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.217368+0000 mon.a (mon.0) 885 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-04-27T01:31:39.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.222979+0000 mon.a (mon.0) 886 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-04-27T01:31:39.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.227197+0000 mon.a (mon.0) 887 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-04-27T01:31:39.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.232943+0000 mon.a (mon.0) 888 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-04-27T01:31:39.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.237243+0000 mon.a (mon.0) 889 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-04-27T01:31:39.399 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.164476+0000 mon.a (mon.0) 873 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.399 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.168249+0000 mon.a (mon.0) 874 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.399 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.171935+0000 mon.a (mon.0) 875 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.399 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.175475+0000 mon.a (mon.0) 876 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.399 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.179269+0000 mon.a (mon.0) 877 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.399 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.182899+0000 mon.a (mon.0) 878 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.399 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.186013+0000 mon.a (mon.0) 879 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.399 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: cephadm 2024-04-27T01:31:38.187742+0000 mgr.y (mgr.34101) 515 : cephadm 1 Upgrade: Finalizing container_image settings 2024-04-27T01:31:39.399 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.193357+0000 mon.a (mon.0) 880 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:39.399 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.196596+0000 mon.a (mon.0) 881 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-04-27T01:31:39.400 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.202620+0000 mon.a (mon.0) 882 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-04-27T01:31:39.400 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.207136+0000 mon.a (mon.0) 883 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-27T01:31:39.400 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.213067+0000 mon.a (mon.0) 884 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-04-27T01:31:39.400 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.217368+0000 mon.a (mon.0) 885 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-04-27T01:31:39.400 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.222979+0000 mon.a (mon.0) 886 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-04-27T01:31:39.400 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.227197+0000 mon.a (mon.0) 887 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-04-27T01:31:39.400 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.232943+0000 mon.a (mon.0) 888 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-04-27T01:31:39.400 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.237243+0000 mon.a (mon.0) 889 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-04-27T01:31:39.400 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.243426+0000 mon.a (mon.0) 890 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-04-27T01:31:39.400 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.247802+0000 mon.a (mon.0) 891 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-04-27T01:31:39.400 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.253847+0000 mon.a (mon.0) 892 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-04-27T01:31:39.401 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.258121+0000 mon.a (mon.0) 893 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-04-27T01:31:39.401 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.263258+0000 mon.a (mon.0) 894 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-04-27T01:31:39.401 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[55870]: audit 2024-04-27T01:31:38.267691+0000 mon.a (mon.0) 895 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-27T01:31:39.401 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[55870]: audit 2024-04-27T01:31:38.269331+0000 mon.a (mon.0) 896 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-04-27T01:31:39.401 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[55870]: audit 2024-04-27T01:31:38.274711+0000 mon.a (mon.0) 897 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-04-27T01:31:39.401 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[55870]: audit 2024-04-27T01:31:38.278552+0000 mon.a (mon.0) 898 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-04-27T01:31:39.401 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[55870]: audit 2024-04-27T01:31:38.283827+0000 mon.a (mon.0) 899 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-04-27T01:31:39.401 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[55870]: audit 2024-04-27T01:31:38.287793+0000 mon.a (mon.0) 900 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-04-27T01:31:39.401 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[55870]: audit 2024-04-27T01:31:38.293131+0000 mon.a (mon.0) 901 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-04-27T01:31:39.401 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[55870]: audit 2024-04-27T01:31:38.296990+0000 mon.a (mon.0) 902 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-04-27T01:31:39.401 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[55870]: audit 2024-04-27T01:31:38.302207+0000 mon.a (mon.0) 903 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-04-27T01:31:39.401 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[55870]: audit 2024-04-27T01:31:38.306003+0000 mon.a (mon.0) 904 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-27T01:31:39.401 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[55870]: audit 2024-04-27T01:31:38.307839+0000 mon.a (mon.0) 905 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-27T01:31:39.402 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[55870]: audit 2024-04-27T01:31:38.309173+0000 mon.a (mon.0) 906 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-27T01:31:39.402 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.243426+0000 mon.a (mon.0) 890 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-04-27T01:31:39.402 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.247802+0000 mon.a (mon.0) 891 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-04-27T01:31:39.402 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.253847+0000 mon.a (mon.0) 892 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-04-27T01:31:39.402 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.258121+0000 mon.a (mon.0) 893 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-04-27T01:31:39.402 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.263258+0000 mon.a (mon.0) 894 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-04-27T01:31:39.402 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.267691+0000 mon.a (mon.0) 895 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-27T01:31:39.402 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.269331+0000 mon.a (mon.0) 896 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-04-27T01:31:39.402 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:38 smithi042 bash[57193]: audit 2024-04-27T01:31:38.274711+0000 mon.a (mon.0) 897 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-04-27T01:31:39.402 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[57193]: audit 2024-04-27T01:31:38.278552+0000 mon.a (mon.0) 898 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-04-27T01:31:39.403 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[57193]: audit 2024-04-27T01:31:38.283827+0000 mon.a (mon.0) 899 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-04-27T01:31:39.403 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[57193]: audit 2024-04-27T01:31:38.287793+0000 mon.a (mon.0) 900 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-04-27T01:31:39.403 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[57193]: audit 2024-04-27T01:31:38.293131+0000 mon.a (mon.0) 901 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-04-27T01:31:39.403 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[57193]: audit 2024-04-27T01:31:38.296990+0000 mon.a (mon.0) 902 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-04-27T01:31:39.403 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[57193]: audit 2024-04-27T01:31:38.302207+0000 mon.a (mon.0) 903 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-04-27T01:31:39.403 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[57193]: audit 2024-04-27T01:31:38.306003+0000 mon.a (mon.0) 904 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-27T01:31:39.403 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[57193]: audit 2024-04-27T01:31:38.307839+0000 mon.a (mon.0) 905 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-27T01:31:39.403 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[57193]: audit 2024-04-27T01:31:38.309173+0000 mon.a (mon.0) 906 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-27T01:31:39.403 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[55870]: audit 2024-04-27T01:31:38.310650+0000 mon.a (mon.0) 907 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-27T01:31:39.403 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[55870]: audit 2024-04-27T01:31:38.312072+0000 mon.a (mon.0) 908 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-27T01:31:39.403 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[55870]: audit 2024-04-27T01:31:38.313537+0000 mon.a (mon.0) 909 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-27T01:31:39.403 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[55870]: cephadm 2024-04-27T01:31:38.314809+0000 mgr.y (mgr.34101) 516 : cephadm 1 Upgrade: Complete! 2024-04-27T01:31:39.404 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[55870]: audit 2024-04-27T01:31:38.315987+0000 mon.a (mon.0) 910 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-04-27T01:31:39.404 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[55870]: audit 2024-04-27T01:31:38.320353+0000 mon.a (mon.0) 911 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-04-27T01:31:39.404 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[55870]: audit 2024-04-27T01:31:38.322570+0000 mon.a (mon.0) 912 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:31:39.404 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[55870]: audit 2024-04-27T01:31:38.324288+0000 mon.a (mon.0) 913 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:31:39.404 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[55870]: audit 2024-04-27T01:31:38.332285+0000 mon.a (mon.0) 914 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:39.404 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[55870]: audit 2024-04-27T01:31:38.428139+0000 mon.a (mon.0) 915 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:31:39.404 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[55870]: audit 2024-04-27T01:31:38.430090+0000 mon.a (mon.0) 916 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:31:39.404 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[55870]: audit 2024-04-27T01:31:38.440267+0000 mon.a (mon.0) 917 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:39.404 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[57193]: audit 2024-04-27T01:31:38.310650+0000 mon.a (mon.0) 907 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-27T01:31:39.404 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[57193]: audit 2024-04-27T01:31:38.312072+0000 mon.a (mon.0) 908 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-27T01:31:39.404 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[57193]: audit 2024-04-27T01:31:38.313537+0000 mon.a (mon.0) 909 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-27T01:31:39.404 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[57193]: cephadm 2024-04-27T01:31:38.314809+0000 mgr.y (mgr.34101) 516 : cephadm 1 Upgrade: Complete! 2024-04-27T01:31:39.405 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[57193]: audit 2024-04-27T01:31:38.315987+0000 mon.a (mon.0) 910 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-04-27T01:31:39.405 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[57193]: audit 2024-04-27T01:31:38.320353+0000 mon.a (mon.0) 911 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-04-27T01:31:39.405 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[57193]: audit 2024-04-27T01:31:38.322570+0000 mon.a (mon.0) 912 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:31:39.405 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[57193]: audit 2024-04-27T01:31:38.324288+0000 mon.a (mon.0) 913 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:31:39.405 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[57193]: audit 2024-04-27T01:31:38.332285+0000 mon.a (mon.0) 914 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:39.405 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[57193]: audit 2024-04-27T01:31:38.428139+0000 mon.a (mon.0) 915 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:31:39.405 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[57193]: audit 2024-04-27T01:31:38.430090+0000 mon.a (mon.0) 916 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:31:39.405 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[57193]: audit 2024-04-27T01:31:38.440267+0000 mon.a (mon.0) 917 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:39.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:37.983587+0000 mon.a (mon.0) 855 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:39.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:37.996106+0000 mon.a (mon.0) 856 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:39.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:37.998900+0000 mon.a (mon.0) 857 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:31:39.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.000835+0000 mon.a (mon.0) 858 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:31:39.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: cluster 2024-04-27T01:31:38.004606+0000 mgr.y (mgr.34101) 513 : cluster 0 pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 897 B/s rd, 0 op/s 2024-04-27T01:31:39.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.012776+0000 mon.a (mon.0) 859 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:39.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.106473+0000 mon.a (mon.0) 860 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T01:31:39.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.107477+0000 mgr.y (mgr.34101) 514 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T01:31:39.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.123379+0000 mon.a (mon.0) 861 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T01:31:39.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.128095+0000 mon.a (mon.0) 862 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.132106+0000 mon.a (mon.0) 863 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.134584+0000 mon.a (mon.0) 864 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.139122+0000 mon.a (mon.0) 865 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.145069+0000 mon.a (mon.0) 866 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.148793+0000 mon.a (mon.0) 867 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.151311+0000 mon.a (mon.0) 868 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.153642+0000 mon.a (mon.0) 869 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.156390+0000 mon.a (mon.0) 870 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.159264+0000 mon.a (mon.0) 871 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.161693+0000 mon.a (mon.0) 872 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.164476+0000 mon.a (mon.0) 873 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.168249+0000 mon.a (mon.0) 874 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.171935+0000 mon.a (mon.0) 875 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.175475+0000 mon.a (mon.0) 876 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.179269+0000 mon.a (mon.0) 877 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.182899+0000 mon.a (mon.0) 878 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.186013+0000 mon.a (mon.0) 879 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:31:39.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: cephadm 2024-04-27T01:31:38.187742+0000 mgr.y (mgr.34101) 515 : cephadm 1 Upgrade: Finalizing container_image settings 2024-04-27T01:31:39.423 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.193357+0000 mon.a (mon.0) 880 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:39.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.196596+0000 mon.a (mon.0) 881 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-04-27T01:31:39.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.202620+0000 mon.a (mon.0) 882 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-04-27T01:31:39.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.207136+0000 mon.a (mon.0) 883 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-27T01:31:39.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.213067+0000 mon.a (mon.0) 884 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-04-27T01:31:39.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.217368+0000 mon.a (mon.0) 885 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-04-27T01:31:39.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.222979+0000 mon.a (mon.0) 886 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-04-27T01:31:39.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.227197+0000 mon.a (mon.0) 887 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-04-27T01:31:39.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.232943+0000 mon.a (mon.0) 888 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-04-27T01:31:39.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.237243+0000 mon.a (mon.0) 889 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-04-27T01:31:39.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.243426+0000 mon.a (mon.0) 890 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-04-27T01:31:39.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.247802+0000 mon.a (mon.0) 891 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-04-27T01:31:39.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.253847+0000 mon.a (mon.0) 892 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-04-27T01:31:39.424 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.258121+0000 mon.a (mon.0) 893 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-04-27T01:31:39.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.263258+0000 mon.a (mon.0) 894 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-04-27T01:31:39.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.267691+0000 mon.a (mon.0) 895 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-27T01:31:39.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.269331+0000 mon.a (mon.0) 896 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-04-27T01:31:39.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.274711+0000 mon.a (mon.0) 897 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-04-27T01:31:39.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.278552+0000 mon.a (mon.0) 898 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-04-27T01:31:39.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.283827+0000 mon.a (mon.0) 899 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-04-27T01:31:39.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.287793+0000 mon.a (mon.0) 900 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-04-27T01:31:39.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.293131+0000 mon.a (mon.0) 901 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-04-27T01:31:39.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.296990+0000 mon.a (mon.0) 902 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-04-27T01:31:39.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.302207+0000 mon.a (mon.0) 903 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-04-27T01:31:39.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.306003+0000 mon.a (mon.0) 904 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-27T01:31:39.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.307839+0000 mon.a (mon.0) 905 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-27T01:31:39.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.309173+0000 mon.a (mon.0) 906 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-27T01:31:39.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.310650+0000 mon.a (mon.0) 907 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-27T01:31:39.425 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.312072+0000 mon.a (mon.0) 908 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-27T01:31:39.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.313537+0000 mon.a (mon.0) 909 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-27T01:31:39.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: cephadm 2024-04-27T01:31:38.314809+0000 mgr.y (mgr.34101) 516 : cephadm 1 Upgrade: Complete! 2024-04-27T01:31:39.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.315987+0000 mon.a (mon.0) 910 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-04-27T01:31:39.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.320353+0000 mon.a (mon.0) 911 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-04-27T01:31:39.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.322570+0000 mon.a (mon.0) 912 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:31:39.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.324288+0000 mon.a (mon.0) 913 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:31:39.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.332285+0000 mon.a (mon.0) 914 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:39.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.428139+0000 mon.a (mon.0) 915 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:31:39.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.430090+0000 mon.a (mon.0) 916 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:31:39.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:38 smithi046 bash[44872]: audit 2024-04-27T01:31:38.440267+0000 mon.a (mon.0) 917 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:39.679 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:31:39 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:31:39] "GET /metrics HTTP/1.1" 200 38681 "" "Prometheus/2.43.0" 2024-04-27T01:31:40.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:40 smithi046 bash[44872]: cluster 2024-04-27T01:31:38.995866+0000 mon.a (mon.0) 918 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-27T01:31:40.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:40 smithi046 bash[44872]: cluster 2024-04-27T01:31:38.995957+0000 mon.a (mon.0) 919 : cluster 1 Cluster is now healthy 2024-04-27T01:31:40.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:40 smithi046 bash[44872]: audit 2024-04-27T01:31:39.407054+0000 mon.a (mon.0) 920 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:40.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:40 smithi042 bash[55870]: cluster 2024-04-27T01:31:38.995866+0000 mon.a (mon.0) 918 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-27T01:31:40.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:40 smithi042 bash[55870]: cluster 2024-04-27T01:31:38.995957+0000 mon.a (mon.0) 919 : cluster 1 Cluster is now healthy 2024-04-27T01:31:40.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:40 smithi042 bash[55870]: audit 2024-04-27T01:31:39.407054+0000 mon.a (mon.0) 920 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:40.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:40 smithi042 bash[57193]: cluster 2024-04-27T01:31:38.995866+0000 mon.a (mon.0) 918 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-27T01:31:40.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:40 smithi042 bash[57193]: cluster 2024-04-27T01:31:38.995957+0000 mon.a (mon.0) 919 : cluster 1 Cluster is now healthy 2024-04-27T01:31:40.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:40 smithi042 bash[57193]: audit 2024-04-27T01:31:39.407054+0000 mon.a (mon.0) 920 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:41.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:41 smithi046 bash[44872]: cluster 2024-04-27T01:31:40.006089+0000 mgr.y (mgr.34101) 517 : cluster 0 pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-04-27T01:31:41.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:41 smithi042 bash[55870]: cluster 2024-04-27T01:31:40.006089+0000 mgr.y (mgr.34101) 517 : cluster 0 pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-04-27T01:31:41.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:41 smithi042 bash[57193]: cluster 2024-04-27T01:31:40.006089+0000 mgr.y (mgr.34101) 517 : cluster 0 pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-04-27T01:31:43.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:43 smithi046 bash[44872]: cluster 2024-04-27T01:31:42.007196+0000 mgr.y (mgr.34101) 518 : cluster 0 pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 897 B/s rd, 0 op/s 2024-04-27T01:31:43.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:43 smithi042 bash[55870]: cluster 2024-04-27T01:31:42.007196+0000 mgr.y (mgr.34101) 518 : cluster 0 pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 897 B/s rd, 0 op/s 2024-04-27T01:31:43.429 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:43 smithi042 bash[57193]: cluster 2024-04-27T01:31:42.007196+0000 mgr.y (mgr.34101) 518 : cluster 0 pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 897 B/s rd, 0 op/s 2024-04-27T01:31:45.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:45 smithi046 bash[44872]: cluster 2024-04-27T01:31:44.008447+0000 mgr.y (mgr.34101) 519 : cluster 0 pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-04-27T01:31:45.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:45 smithi046 bash[44872]: audit 2024-04-27T01:31:44.050210+0000 mon.a (mon.0) 921 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:45.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:45 smithi046 bash[44872]: audit 2024-04-27T01:31:44.052609+0000 mon.a (mon.0) 922 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:31:45.429 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:45 smithi042 bash[57193]: cluster 2024-04-27T01:31:44.008447+0000 mgr.y (mgr.34101) 519 : cluster 0 pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-04-27T01:31:45.429 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:45 smithi042 bash[57193]: audit 2024-04-27T01:31:44.050210+0000 mon.a (mon.0) 921 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:45.429 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:45 smithi042 bash[57193]: audit 2024-04-27T01:31:44.052609+0000 mon.a (mon.0) 922 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:31:45.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:45 smithi042 bash[55870]: cluster 2024-04-27T01:31:44.008447+0000 mgr.y (mgr.34101) 519 : cluster 0 pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-04-27T01:31:45.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:45 smithi042 bash[55870]: audit 2024-04-27T01:31:44.050210+0000 mon.a (mon.0) 921 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:31:45.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:45 smithi042 bash[55870]: audit 2024-04-27T01:31:44.052609+0000 mon.a (mon.0) 922 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:31:47.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:47 smithi046 bash[44872]: cluster 2024-04-27T01:31:46.009716+0000 mgr.y (mgr.34101) 520 : cluster 0 pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 897 B/s rd, 0 op/s 2024-04-27T01:31:47.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:47 smithi046 bash[44872]: audit 2024-04-27T01:31:46.274823+0000 mgr.y (mgr.34101) 521 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:31:47.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:47 smithi042 bash[55870]: cluster 2024-04-27T01:31:46.009716+0000 mgr.y (mgr.34101) 520 : cluster 0 pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 897 B/s rd, 0 op/s 2024-04-27T01:31:47.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:47 smithi042 bash[55870]: audit 2024-04-27T01:31:46.274823+0000 mgr.y (mgr.34101) 521 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:31:47.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:47 smithi042 bash[57193]: cluster 2024-04-27T01:31:46.009716+0000 mgr.y (mgr.34101) 520 : cluster 0 pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 897 B/s rd, 0 op/s 2024-04-27T01:31:47.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:47 smithi042 bash[57193]: audit 2024-04-27T01:31:46.274823+0000 mgr.y (mgr.34101) 521 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:31:49.390 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:49 smithi042 bash[55870]: cluster 2024-04-27T01:31:48.010603+0000 mgr.y (mgr.34101) 522 : cluster 0 pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 897 B/s rd, 0 op/s 2024-04-27T01:31:49.391 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:49 smithi042 bash[57193]: cluster 2024-04-27T01:31:48.010603+0000 mgr.y (mgr.34101) 522 : cluster 0 pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 897 B/s rd, 0 op/s 2024-04-27T01:31:49.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:49 smithi046 bash[44872]: cluster 2024-04-27T01:31:48.010603+0000 mgr.y (mgr.34101) 522 : cluster 0 pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 897 B/s rd, 0 op/s 2024-04-27T01:31:49.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:31:49 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:31:49] "GET /metrics HTTP/1.1" 200 38678 "" "Prometheus/2.43.0" 2024-04-27T01:31:51.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:51 smithi046 bash[44872]: cluster 2024-04-27T01:31:50.012008+0000 mgr.y (mgr.34101) 523 : cluster 0 pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:31:51.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:51 smithi042 bash[55870]: cluster 2024-04-27T01:31:50.012008+0000 mgr.y (mgr.34101) 523 : cluster 0 pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:31:51.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:51 smithi042 bash[57193]: cluster 2024-04-27T01:31:50.012008+0000 mgr.y (mgr.34101) 523 : cluster 0 pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:31:53.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:53 smithi046 bash[44872]: cluster 2024-04-27T01:31:52.013059+0000 mgr.y (mgr.34101) 524 : cluster 0 pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:53.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:53 smithi042 bash[55870]: cluster 2024-04-27T01:31:52.013059+0000 mgr.y (mgr.34101) 524 : cluster 0 pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:53.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:53 smithi042 bash[57193]: cluster 2024-04-27T01:31:52.013059+0000 mgr.y (mgr.34101) 524 : cluster 0 pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:54.152 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'ceph orch ps' 2024-04-27T01:31:54.336 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:54 smithi042 bash[55870]: audit 2024-04-27T01:31:53.517836+0000 mgr.y (mgr.34101) 525 : audit 0 from='client.34938 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:31:54.336 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:54 smithi042 bash[57193]: audit 2024-04-27T01:31:53.517836+0000 mgr.y (mgr.34101) 525 : audit 0 from='client.34938 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:31:54.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:54 smithi046 bash[44872]: audit 2024-04-27T01:31:53.517836+0000 mgr.y (mgr.34101) 525 : audit 0 from='client.34938 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:31:55.382 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:55 smithi042 bash[55870]: cluster 2024-04-27T01:31:54.014563+0000 mgr.y (mgr.34101) 526 : cluster 0 pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:31:55.382 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:55 smithi042 bash[57193]: cluster 2024-04-27T01:31:54.014563+0000 mgr.y (mgr.34101) 526 : cluster 0 pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:31:55.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:55 smithi046 bash[44872]: cluster 2024-04-27T01:31:54.014563+0000 mgr.y (mgr.34101) 526 : cluster 0 pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:31:57.099 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:31:57.099 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (58s) 53s ago 17m 14.2M - 0.25.0 c8568f914cd2 7c991c52754b 2024-04-27T01:31:57.099 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 running (35s) 29s ago 16m 25.1M - 9.4.12 2bacad6d85d8 b7b927676ad5 2024-04-27T01:31:57.099 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 running (2m) 53s ago 15m 42.7M - 3.7 87e5280d5ae8 142a104c86c1 2024-04-27T01:31:57.099 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443,9283,8765 running (9m) 29s ago 22m 440M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 b405f9e86d9a 2024-04-27T01:31:57.099 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (10m) 53s ago 24m 507M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 60e39f55c7ea 2024-04-27T01:31:57.099 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (8m) 53s ago 24m 62.5M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 73925c36c48e 2024-04-27T01:31:57.100 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (7m) 29s ago 23m 45.3M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 56399982a983 2024-04-27T01:31:57.100 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (8m) 53s ago 23m 51.0M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 cf9a80ee073c 2024-04-27T01:31:57.100 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (108s) 53s ago 17m 7835k - 1.5.0 0da6a335fe13 e913dc16444c 2024-04-27T01:31:57.100 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (104s) 29s ago 17m 7671k - 1.5.0 0da6a335fe13 5eb63a8d9293 2024-04-27T01:31:57.100 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (6m) 53s ago 22m 60.4M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 59aa3e813245 2024-04-27T01:31:57.100 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (6m) 53s ago 21m 63.6M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 4432f1499107 2024-04-27T01:31:57.100 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (5m) 53s ago 21m 60.9M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ee07041d5acd 2024-04-27T01:31:57.100 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (5m) 53s ago 20m 64.5M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 887e8f900de3 2024-04-27T01:31:57.100 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (4m) 29s ago 20m 61.5M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 a75b6e03fc58 2024-04-27T01:31:57.100 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (4m) 29s ago 19m 55.1M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 6fcfd911db34 2024-04-27T01:31:57.100 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (3m) 29s ago 19m 53.2M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ac46d34fada7 2024-04-27T01:31:57.100 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (3m) 29s ago 18m 55.0M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 bc4e8ce11408 2024-04-27T01:31:57.101 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 running (82s) 29s ago 17m 43.5M - 2.43.0 a07b618ecd1d fc1b4615525f 2024-04-27T01:31:57.101 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (3m) 53s ago 15m 90.2M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 40fd506bd324 2024-04-27T01:31:57.101 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (2m) 29s ago 15m 90.6M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 55f8dc9f8019 2024-04-27T01:31:57.101 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (2m) 53s ago 15m 90.2M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 0b7049afe1c7 2024-04-27T01:31:57.101 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (2m) 29s ago 15m 90.6M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 32447d03adbc 2024-04-27T01:31:57.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:57 smithi046 bash[44872]: cluster 2024-04-27T01:31:56.015498+0000 mgr.y (mgr.34101) 527 : cluster 0 pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:57.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:57 smithi046 bash[44872]: audit 2024-04-27T01:31:56.283623+0000 mgr.y (mgr.34101) 528 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:31:57.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:57 smithi042 bash[55870]: cluster 2024-04-27T01:31:56.015498+0000 mgr.y (mgr.34101) 527 : cluster 0 pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:57.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:57 smithi042 bash[55870]: audit 2024-04-27T01:31:56.283623+0000 mgr.y (mgr.34101) 528 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:31:57.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:57 smithi042 bash[57193]: cluster 2024-04-27T01:31:56.015498+0000 mgr.y (mgr.34101) 527 : cluster 0 pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:57.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:57 smithi042 bash[57193]: audit 2024-04-27T01:31:56.283623+0000 mgr.y (mgr.34101) 528 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:31:57.761 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'ceph versions' 2024-04-27T01:31:58.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:58 smithi046 bash[44872]: audit 2024-04-27T01:31:57.067872+0000 mgr.y (mgr.34101) 529 : audit 0 from='client.34944 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:31:58.429 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:58 smithi042 bash[57193]: audit 2024-04-27T01:31:57.067872+0000 mgr.y (mgr.34101) 529 : audit 0 from='client.34944 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:31:58.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:58 smithi042 bash[55870]: audit 2024-04-27T01:31:57.067872+0000 mgr.y (mgr.34101) 529 : audit 0 from='client.34944 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:31:59.390 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:59 smithi042 bash[55870]: cluster 2024-04-27T01:31:58.016342+0000 mgr.y (mgr.34101) 530 : cluster 0 pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:59.391 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:31:59 smithi042 bash[55870]: audit 2024-04-27T01:31:59.043911+0000 mon.a (mon.0) 923 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:31:59.391 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:59 smithi042 bash[57193]: cluster 2024-04-27T01:31:58.016342+0000 mgr.y (mgr.34101) 530 : cluster 0 pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:59.391 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:31:59 smithi042 bash[57193]: audit 2024-04-27T01:31:59.043911+0000 mon.a (mon.0) 923 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:31:59.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:59 smithi046 bash[44872]: cluster 2024-04-27T01:31:58.016342+0000 mgr.y (mgr.34101) 530 : cluster 0 pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:31:59.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:31:59 smithi046 bash[44872]: audit 2024-04-27T01:31:59.043911+0000 mon.a (mon.0) 923 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:31:59.679 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:31:59 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:31:59] "GET /metrics HTTP/1.1" 200 38677 "" "Prometheus/2.43.0" 2024-04-27T01:32:00.771 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:32:00.772 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:32:00.772 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 3 2024-04-27T01:32:00.772 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:32:00.772 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:32:00.772 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 2 2024-04-27T01:32:00.772 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:32:00.772 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:32:00.772 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 8 2024-04-27T01:32:00.772 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:32:00.772 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:32:00.773 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 4 2024-04-27T01:32:00.773 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:32:00.773 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:32:00.773 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 17 2024-04-27T01:32:00.773 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:32:00.773 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:32:01.365 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:01 smithi042 bash[55870]: cluster 2024-04-27T01:32:00.017702+0000 mgr.y (mgr.34101) 531 : cluster 0 pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:01.365 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:01 smithi042 bash[55870]: audit 2024-04-27T01:32:00.787373+0000 mon.c (mon.1) 31 : audit 0 from='client.? 172.21.15.42:0/3065299643' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:32:01.366 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:01 smithi042 bash[57193]: cluster 2024-04-27T01:32:00.017702+0000 mgr.y (mgr.34101) 531 : cluster 0 pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:01.366 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:01 smithi042 bash[57193]: audit 2024-04-27T01:32:00.787373+0000 mon.c (mon.1) 31 : audit 0 from='client.? 172.21.15.42:0/3065299643' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:32:01.367 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-04-27T01:32:01.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:01 smithi046 bash[44872]: cluster 2024-04-27T01:32:00.017702+0000 mgr.y (mgr.34101) 531 : cluster 0 pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:01.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:01 smithi046 bash[44872]: audit 2024-04-27T01:32:00.787373+0000 mon.c (mon.1) 31 : audit 0 from='client.? 172.21.15.42:0/3065299643' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:32:03.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:03 smithi046 bash[44872]: cluster 2024-04-27T01:32:02.018850+0000 mgr.y (mgr.34101) 532 : cluster 0 pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:03.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:03 smithi042 bash[55870]: cluster 2024-04-27T01:32:02.018850+0000 mgr.y (mgr.34101) 532 : cluster 0 pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:03.429 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:03 smithi042 bash[57193]: cluster 2024-04-27T01:32:02.018850+0000 mgr.y (mgr.34101) 532 : cluster 0 pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:03.817 INFO:teuthology.orchestra.run.smithi042.stdout:wait for servicemap items w/ changing names to refresh 2024-04-27T01:32:04.488 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'sleep 60' 2024-04-27T01:32:05.362 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:05 smithi042 bash[55870]: cluster 2024-04-27T01:32:04.019595+0000 mgr.y (mgr.34101) 533 : cluster 0 pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:05.362 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:05 smithi042 bash[57193]: cluster 2024-04-27T01:32:04.019595+0000 mgr.y (mgr.34101) 533 : cluster 0 pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:05.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:05 smithi046 bash[44872]: cluster 2024-04-27T01:32:04.019595+0000 mgr.y (mgr.34101) 533 : cluster 0 pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:07.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:07 smithi046 bash[44872]: cluster 2024-04-27T01:32:06.020403+0000 mgr.y (mgr.34101) 534 : cluster 0 pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:07.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:07 smithi046 bash[44872]: audit 2024-04-27T01:32:06.294733+0000 mgr.y (mgr.34101) 535 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:32:07.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:07 smithi042 bash[55870]: cluster 2024-04-27T01:32:06.020403+0000 mgr.y (mgr.34101) 534 : cluster 0 pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:07.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:07 smithi042 bash[55870]: audit 2024-04-27T01:32:06.294733+0000 mgr.y (mgr.34101) 535 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:32:07.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:07 smithi042 bash[57193]: cluster 2024-04-27T01:32:06.020403+0000 mgr.y (mgr.34101) 534 : cluster 0 pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:07.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:07 smithi042 bash[57193]: audit 2024-04-27T01:32:06.294733+0000 mgr.y (mgr.34101) 535 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:32:09.391 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:09 smithi042 bash[55870]: cluster 2024-04-27T01:32:08.021232+0000 mgr.y (mgr.34101) 536 : cluster 0 pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:09.391 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:09 smithi042 bash[57193]: cluster 2024-04-27T01:32:08.021232+0000 mgr.y (mgr.34101) 536 : cluster 0 pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:09.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:09 smithi046 bash[44872]: cluster 2024-04-27T01:32:08.021232+0000 mgr.y (mgr.34101) 536 : cluster 0 pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:09.679 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:32:09 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:32:09] "GET /metrics HTTP/1.1" 200 38677 "" "Prometheus/2.43.0" 2024-04-27T01:32:11.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:11 smithi046 bash[44872]: cluster 2024-04-27T01:32:10.022660+0000 mgr.y (mgr.34101) 537 : cluster 0 pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:11.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:11 smithi042 bash[55870]: cluster 2024-04-27T01:32:10.022660+0000 mgr.y (mgr.34101) 537 : cluster 0 pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:11.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:11 smithi042 bash[57193]: cluster 2024-04-27T01:32:10.022660+0000 mgr.y (mgr.34101) 537 : cluster 0 pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:13.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:13 smithi046 bash[44872]: cluster 2024-04-27T01:32:12.023739+0000 mgr.y (mgr.34101) 538 : cluster 0 pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:13.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:13 smithi042 bash[55870]: cluster 2024-04-27T01:32:12.023739+0000 mgr.y (mgr.34101) 538 : cluster 0 pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:13.429 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:13 smithi042 bash[57193]: cluster 2024-04-27T01:32:12.023739+0000 mgr.y (mgr.34101) 538 : cluster 0 pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:14.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:14 smithi046 bash[44872]: audit 2024-04-27T01:32:14.045080+0000 mon.a (mon.0) 924 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:32:14.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:14 smithi042 bash[55870]: audit 2024-04-27T01:32:14.045080+0000 mon.a (mon.0) 924 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:32:14.429 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:14 smithi042 bash[57193]: audit 2024-04-27T01:32:14.045080+0000 mon.a (mon.0) 924 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:32:15.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:15 smithi046 bash[44872]: cluster 2024-04-27T01:32:14.025026+0000 mgr.y (mgr.34101) 539 : cluster 0 pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:15.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:15 smithi042 bash[55870]: cluster 2024-04-27T01:32:14.025026+0000 mgr.y (mgr.34101) 539 : cluster 0 pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:15.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:15 smithi042 bash[57193]: cluster 2024-04-27T01:32:14.025026+0000 mgr.y (mgr.34101) 539 : cluster 0 pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:17.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:17 smithi046 bash[44872]: cluster 2024-04-27T01:32:16.026366+0000 mgr.y (mgr.34101) 540 : cluster 0 pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:17.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:17 smithi046 bash[44872]: audit 2024-04-27T01:32:16.305273+0000 mgr.y (mgr.34101) 541 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:32:17.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:17 smithi042 bash[55870]: cluster 2024-04-27T01:32:16.026366+0000 mgr.y (mgr.34101) 540 : cluster 0 pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:17.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:17 smithi042 bash[55870]: audit 2024-04-27T01:32:16.305273+0000 mgr.y (mgr.34101) 541 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:32:17.429 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:17 smithi042 bash[57193]: cluster 2024-04-27T01:32:16.026366+0000 mgr.y (mgr.34101) 540 : cluster 0 pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:17.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:17 smithi042 bash[57193]: audit 2024-04-27T01:32:16.305273+0000 mgr.y (mgr.34101) 541 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:32:19.391 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:19 smithi042 bash[55870]: cluster 2024-04-27T01:32:18.027222+0000 mgr.y (mgr.34101) 542 : cluster 0 pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:19.392 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:19 smithi042 bash[57193]: cluster 2024-04-27T01:32:18.027222+0000 mgr.y (mgr.34101) 542 : cluster 0 pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:19.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:19 smithi046 bash[44872]: cluster 2024-04-27T01:32:18.027222+0000 mgr.y (mgr.34101) 542 : cluster 0 pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:19.679 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:32:19 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:32:19] "GET /metrics HTTP/1.1" 200 38679 "" "Prometheus/2.43.0" 2024-04-27T01:32:21.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:21 smithi046 bash[44872]: cluster 2024-04-27T01:32:20.028607+0000 mgr.y (mgr.34101) 543 : cluster 0 pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:21.429 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:21 smithi042 bash[57193]: cluster 2024-04-27T01:32:20.028607+0000 mgr.y (mgr.34101) 543 : cluster 0 pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:21.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:21 smithi042 bash[55870]: cluster 2024-04-27T01:32:20.028607+0000 mgr.y (mgr.34101) 543 : cluster 0 pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:23.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:23 smithi046 bash[44872]: cluster 2024-04-27T01:32:22.029677+0000 mgr.y (mgr.34101) 544 : cluster 0 pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:23.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:23 smithi042 bash[55870]: cluster 2024-04-27T01:32:22.029677+0000 mgr.y (mgr.34101) 544 : cluster 0 pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:23.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:23 smithi042 bash[57193]: cluster 2024-04-27T01:32:22.029677+0000 mgr.y (mgr.34101) 544 : cluster 0 pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:25.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:25 smithi046 bash[44872]: cluster 2024-04-27T01:32:24.030968+0000 mgr.y (mgr.34101) 545 : cluster 0 pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:25.429 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:25 smithi042 bash[57193]: cluster 2024-04-27T01:32:24.030968+0000 mgr.y (mgr.34101) 545 : cluster 0 pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:25.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:25 smithi042 bash[55870]: cluster 2024-04-27T01:32:24.030968+0000 mgr.y (mgr.34101) 545 : cluster 0 pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:27.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:27 smithi046 bash[44872]: cluster 2024-04-27T01:32:26.032224+0000 mgr.y (mgr.34101) 546 : cluster 0 pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:27.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:27 smithi046 bash[44872]: audit 2024-04-27T01:32:26.314807+0000 mgr.y (mgr.34101) 547 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:32:27.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:27 smithi042 bash[55870]: cluster 2024-04-27T01:32:26.032224+0000 mgr.y (mgr.34101) 546 : cluster 0 pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:27.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:27 smithi042 bash[55870]: audit 2024-04-27T01:32:26.314807+0000 mgr.y (mgr.34101) 547 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:32:27.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:27 smithi042 bash[57193]: cluster 2024-04-27T01:32:26.032224+0000 mgr.y (mgr.34101) 546 : cluster 0 pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:27.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:27 smithi042 bash[57193]: audit 2024-04-27T01:32:26.314807+0000 mgr.y (mgr.34101) 547 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:32:29.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:29 smithi046 bash[44872]: cluster 2024-04-27T01:32:28.033107+0000 mgr.y (mgr.34101) 548 : cluster 0 pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:29.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:29 smithi046 bash[44872]: audit 2024-04-27T01:32:29.045854+0000 mon.a (mon.0) 925 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:32:29.429 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:32:29 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:32:29] "GET /metrics HTTP/1.1" 200 38675 "" "Prometheus/2.43.0" 2024-04-27T01:32:29.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:29 smithi042 bash[55870]: cluster 2024-04-27T01:32:28.033107+0000 mgr.y (mgr.34101) 548 : cluster 0 pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:29.430 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:29 smithi042 bash[55870]: audit 2024-04-27T01:32:29.045854+0000 mon.a (mon.0) 925 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:32:29.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:29 smithi042 bash[57193]: cluster 2024-04-27T01:32:28.033107+0000 mgr.y (mgr.34101) 548 : cluster 0 pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:29.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:29 smithi042 bash[57193]: audit 2024-04-27T01:32:29.045854+0000 mon.a (mon.0) 925 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:32:31.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:31 smithi046 bash[44872]: cluster 2024-04-27T01:32:30.034518+0000 mgr.y (mgr.34101) 549 : cluster 0 pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:31.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:31 smithi042 bash[55870]: cluster 2024-04-27T01:32:30.034518+0000 mgr.y (mgr.34101) 549 : cluster 0 pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:31.429 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:31 smithi042 bash[57193]: cluster 2024-04-27T01:32:30.034518+0000 mgr.y (mgr.34101) 549 : cluster 0 pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:33.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:33 smithi046 bash[44872]: cluster 2024-04-27T01:32:32.035597+0000 mgr.y (mgr.34101) 550 : cluster 0 pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:33.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:33 smithi042 bash[55870]: cluster 2024-04-27T01:32:32.035597+0000 mgr.y (mgr.34101) 550 : cluster 0 pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:33.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:33 smithi042 bash[57193]: cluster 2024-04-27T01:32:32.035597+0000 mgr.y (mgr.34101) 550 : cluster 0 pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:35.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:35 smithi046 bash[44872]: cluster 2024-04-27T01:32:34.036870+0000 mgr.y (mgr.34101) 551 : cluster 0 pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:35.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:35 smithi042 bash[55870]: cluster 2024-04-27T01:32:34.036870+0000 mgr.y (mgr.34101) 551 : cluster 0 pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:35.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:35 smithi042 bash[57193]: cluster 2024-04-27T01:32:34.036870+0000 mgr.y (mgr.34101) 551 : cluster 0 pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:37.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:37 smithi046 bash[44872]: cluster 2024-04-27T01:32:36.038297+0000 mgr.y (mgr.34101) 552 : cluster 0 pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:37.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:37 smithi046 bash[44872]: audit 2024-04-27T01:32:36.317394+0000 mgr.y (mgr.34101) 553 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:32:37.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:37 smithi042 bash[55870]: cluster 2024-04-27T01:32:36.038297+0000 mgr.y (mgr.34101) 552 : cluster 0 pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:37.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:37 smithi042 bash[55870]: audit 2024-04-27T01:32:36.317394+0000 mgr.y (mgr.34101) 553 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:32:37.429 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:37 smithi042 bash[57193]: cluster 2024-04-27T01:32:36.038297+0000 mgr.y (mgr.34101) 552 : cluster 0 pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:37.429 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:37 smithi042 bash[57193]: audit 2024-04-27T01:32:36.317394+0000 mgr.y (mgr.34101) 553 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:32:39.420 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:39 smithi046 bash[44872]: cluster 2024-04-27T01:32:38.039295+0000 mgr.y (mgr.34101) 554 : cluster 0 pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:39.429 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:32:39 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:32:39] "GET /metrics HTTP/1.1" 200 38675 "" "Prometheus/2.43.0" 2024-04-27T01:32:39.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:39 smithi042 bash[55870]: cluster 2024-04-27T01:32:38.039295+0000 mgr.y (mgr.34101) 554 : cluster 0 pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:39.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:39 smithi042 bash[57193]: cluster 2024-04-27T01:32:38.039295+0000 mgr.y (mgr.34101) 554 : cluster 0 pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:40.421 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:40 smithi046 bash[44872]: audit 2024-04-27T01:32:39.303981+0000 mon.a (mon.0) 926 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:32:40.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:40 smithi046 bash[44872]: audit 2024-04-27T01:32:39.305601+0000 mon.a (mon.0) 927 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:32:40.422 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:40 smithi046 bash[44872]: audit 2024-04-27T01:32:39.315058+0000 mon.a (mon.0) 928 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:32:40.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:40 smithi042 bash[55870]: audit 2024-04-27T01:32:39.303981+0000 mon.a (mon.0) 926 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:32:40.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:40 smithi042 bash[55870]: audit 2024-04-27T01:32:39.305601+0000 mon.a (mon.0) 927 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:32:40.429 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:40 smithi042 bash[55870]: audit 2024-04-27T01:32:39.315058+0000 mon.a (mon.0) 928 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:32:40.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:40 smithi042 bash[57193]: audit 2024-04-27T01:32:39.303981+0000 mon.a (mon.0) 926 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:32:40.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:40 smithi042 bash[57193]: audit 2024-04-27T01:32:39.305601+0000 mon.a (mon.0) 927 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:32:40.430 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:40 smithi042 bash[57193]: audit 2024-04-27T01:32:39.315058+0000 mon.a (mon.0) 928 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:32:41.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:41 smithi046 bash[44872]: cluster 2024-04-27T01:32:40.040752+0000 mgr.y (mgr.34101) 555 : cluster 0 pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:41.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:41 smithi042 bash[55870]: cluster 2024-04-27T01:32:40.040752+0000 mgr.y (mgr.34101) 555 : cluster 0 pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:41.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:41 smithi042 bash[57193]: cluster 2024-04-27T01:32:40.040752+0000 mgr.y (mgr.34101) 555 : cluster 0 pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:43.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:43 smithi046 bash[44872]: cluster 2024-04-27T01:32:42.041849+0000 mgr.y (mgr.34101) 556 : cluster 0 pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:43.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:43 smithi042 bash[55870]: cluster 2024-04-27T01:32:42.041849+0000 mgr.y (mgr.34101) 556 : cluster 0 pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:43.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:43 smithi042 bash[57193]: cluster 2024-04-27T01:32:42.041849+0000 mgr.y (mgr.34101) 556 : cluster 0 pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:44.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:44 smithi046 bash[44872]: audit 2024-04-27T01:32:44.046055+0000 mon.a (mon.0) 929 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:32:44.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:44 smithi042 bash[55870]: audit 2024-04-27T01:32:44.046055+0000 mon.a (mon.0) 929 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:32:44.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:44 smithi042 bash[57193]: audit 2024-04-27T01:32:44.046055+0000 mon.a (mon.0) 929 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:32:45.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:45 smithi046 bash[44872]: cluster 2024-04-27T01:32:44.043178+0000 mgr.y (mgr.34101) 557 : cluster 0 pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:45.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:45 smithi042 bash[55870]: cluster 2024-04-27T01:32:44.043178+0000 mgr.y (mgr.34101) 557 : cluster 0 pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:45.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:45 smithi042 bash[57193]: cluster 2024-04-27T01:32:44.043178+0000 mgr.y (mgr.34101) 557 : cluster 0 pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:47.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:47 smithi046 bash[44872]: cluster 2024-04-27T01:32:46.044414+0000 mgr.y (mgr.34101) 558 : cluster 0 pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:47.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:47 smithi046 bash[44872]: audit 2024-04-27T01:32:46.324537+0000 mgr.y (mgr.34101) 559 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:32:47.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:47 smithi042 bash[55870]: cluster 2024-04-27T01:32:46.044414+0000 mgr.y (mgr.34101) 558 : cluster 0 pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:47.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:47 smithi042 bash[55870]: audit 2024-04-27T01:32:46.324537+0000 mgr.y (mgr.34101) 559 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:32:47.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:47 smithi042 bash[57193]: cluster 2024-04-27T01:32:46.044414+0000 mgr.y (mgr.34101) 558 : cluster 0 pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:47.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:47 smithi042 bash[57193]: audit 2024-04-27T01:32:46.324537+0000 mgr.y (mgr.34101) 559 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:32:49.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:49 smithi046 bash[44872]: cluster 2024-04-27T01:32:48.045254+0000 mgr.y (mgr.34101) 560 : cluster 0 pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:49.679 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:32:49 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:32:49] "GET /metrics HTTP/1.1" 200 38676 "" "Prometheus/2.43.0" 2024-04-27T01:32:49.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:49 smithi042 bash[57193]: cluster 2024-04-27T01:32:48.045254+0000 mgr.y (mgr.34101) 560 : cluster 0 pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:49.680 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:49 smithi042 bash[55870]: cluster 2024-04-27T01:32:48.045254+0000 mgr.y (mgr.34101) 560 : cluster 0 pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:51.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:51 smithi046 bash[44872]: cluster 2024-04-27T01:32:50.046654+0000 mgr.y (mgr.34101) 561 : cluster 0 pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:51.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:51 smithi042 bash[55870]: cluster 2024-04-27T01:32:50.046654+0000 mgr.y (mgr.34101) 561 : cluster 0 pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:51.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:51 smithi042 bash[57193]: cluster 2024-04-27T01:32:50.046654+0000 mgr.y (mgr.34101) 561 : cluster 0 pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:53.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:53 smithi046 bash[44872]: cluster 2024-04-27T01:32:52.047726+0000 mgr.y (mgr.34101) 562 : cluster 0 pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:53.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:53 smithi042 bash[55870]: cluster 2024-04-27T01:32:52.047726+0000 mgr.y (mgr.34101) 562 : cluster 0 pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:53.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:53 smithi042 bash[57193]: cluster 2024-04-27T01:32:52.047726+0000 mgr.y (mgr.34101) 562 : cluster 0 pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:55.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:55 smithi046 bash[44872]: cluster 2024-04-27T01:32:54.048987+0000 mgr.y (mgr.34101) 563 : cluster 0 pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:55.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:55 smithi042 bash[55870]: cluster 2024-04-27T01:32:54.048987+0000 mgr.y (mgr.34101) 563 : cluster 0 pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:55.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:55 smithi042 bash[57193]: cluster 2024-04-27T01:32:54.048987+0000 mgr.y (mgr.34101) 563 : cluster 0 pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:32:57.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:57 smithi046 bash[44872]: cluster 2024-04-27T01:32:56.050210+0000 mgr.y (mgr.34101) 564 : cluster 0 pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:57.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:57 smithi046 bash[44872]: audit 2024-04-27T01:32:56.334748+0000 mgr.y (mgr.34101) 565 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:32:57.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:57 smithi042 bash[55870]: cluster 2024-04-27T01:32:56.050210+0000 mgr.y (mgr.34101) 564 : cluster 0 pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:57.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:57 smithi042 bash[55870]: audit 2024-04-27T01:32:56.334748+0000 mgr.y (mgr.34101) 565 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:32:57.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:57 smithi042 bash[57193]: cluster 2024-04-27T01:32:56.050210+0000 mgr.y (mgr.34101) 564 : cluster 0 pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:57.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:57 smithi042 bash[57193]: audit 2024-04-27T01:32:56.334748+0000 mgr.y (mgr.34101) 565 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:32:59.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:59 smithi046 bash[44872]: cluster 2024-04-27T01:32:58.051189+0000 mgr.y (mgr.34101) 566 : cluster 0 pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:59.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:32:59 smithi046 bash[44872]: audit 2024-04-27T01:32:59.046391+0000 mon.a (mon.0) 930 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:32:59.679 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:32:59 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:32:59] "GET /metrics HTTP/1.1" 200 38676 "" "Prometheus/2.43.0" 2024-04-27T01:32:59.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:59 smithi042 bash[55870]: cluster 2024-04-27T01:32:58.051189+0000 mgr.y (mgr.34101) 566 : cluster 0 pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:59.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:32:59 smithi042 bash[55870]: audit 2024-04-27T01:32:59.046391+0000 mon.a (mon.0) 930 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:32:59.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:59 smithi042 bash[57193]: cluster 2024-04-27T01:32:58.051189+0000 mgr.y (mgr.34101) 566 : cluster 0 pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:32:59.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:32:59 smithi042 bash[57193]: audit 2024-04-27T01:32:59.046391+0000 mon.a (mon.0) 930 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:33:01.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:01 smithi046 bash[44872]: cluster 2024-04-27T01:33:00.052563+0000 mgr.y (mgr.34101) 567 : cluster 0 pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:01.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:01 smithi042 bash[55870]: cluster 2024-04-27T01:33:00.052563+0000 mgr.y (mgr.34101) 567 : cluster 0 pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:01.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:01 smithi042 bash[57193]: cluster 2024-04-27T01:33:00.052563+0000 mgr.y (mgr.34101) 567 : cluster 0 pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:03.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:03 smithi046 bash[44872]: cluster 2024-04-27T01:33:02.053627+0000 mgr.y (mgr.34101) 568 : cluster 0 pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:03.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:03 smithi042 bash[55870]: cluster 2024-04-27T01:33:02.053627+0000 mgr.y (mgr.34101) 568 : cluster 0 pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:03.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:03 smithi042 bash[57193]: cluster 2024-04-27T01:33:02.053627+0000 mgr.y (mgr.34101) 568 : cluster 0 pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:05.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:05 smithi046 bash[44872]: cluster 2024-04-27T01:33:04.054923+0000 mgr.y (mgr.34101) 569 : cluster 0 pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:05.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:05 smithi042 bash[55870]: cluster 2024-04-27T01:33:04.054923+0000 mgr.y (mgr.34101) 569 : cluster 0 pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:05.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:05 smithi042 bash[57193]: cluster 2024-04-27T01:33:04.054923+0000 mgr.y (mgr.34101) 569 : cluster 0 pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:07.484 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'ceph orch ps' 2024-04-27T01:33:07.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:07 smithi046 bash[44872]: cluster 2024-04-27T01:33:06.056168+0000 mgr.y (mgr.34101) 570 : cluster 0 pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:07.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:07 smithi046 bash[44872]: audit 2024-04-27T01:33:06.345439+0000 mgr.y (mgr.34101) 571 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:33:07.671 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:07 smithi042 bash[55870]: cluster 2024-04-27T01:33:06.056168+0000 mgr.y (mgr.34101) 570 : cluster 0 pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:07.671 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:07 smithi042 bash[55870]: audit 2024-04-27T01:33:06.345439+0000 mgr.y (mgr.34101) 571 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:33:07.671 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:07 smithi042 bash[57193]: cluster 2024-04-27T01:33:06.056168+0000 mgr.y (mgr.34101) 570 : cluster 0 pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:07.672 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:07 smithi042 bash[57193]: audit 2024-04-27T01:33:06.345439+0000 mgr.y (mgr.34101) 571 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:33:09.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:09 smithi046 bash[44872]: cluster 2024-04-27T01:33:08.057061+0000 mgr.y (mgr.34101) 572 : cluster 0 pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:09.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:09 smithi042 bash[55870]: cluster 2024-04-27T01:33:08.057061+0000 mgr.y (mgr.34101) 572 : cluster 0 pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:09.680 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:33:09 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:33:09] "GET /metrics HTTP/1.1" 200 38676 "" "Prometheus/2.43.0" 2024-04-27T01:33:09.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:09 smithi042 bash[57193]: cluster 2024-04-27T01:33:08.057061+0000 mgr.y (mgr.34101) 572 : cluster 0 pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:10.347 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T01:33:10.348 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (2m) 2m ago 18m 14.2M - 0.25.0 c8568f914cd2 7c991c52754b 2024-04-27T01:33:10.348 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi046 *:3000 running (108s) 102s ago 18m 25.1M - 9.4.12 2bacad6d85d8 b7b927676ad5 2024-04-27T01:33:10.348 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.vknosz smithi042 running (3m) 2m ago 16m 42.7M - 3.7 87e5280d5ae8 142a104c86c1 2024-04-27T01:33:10.348 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi046 *:8443,9283,8765 running (10m) 102s ago 23m 440M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 b405f9e86d9a 2024-04-27T01:33:10.348 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (11m) 2m ago 25m 507M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 60e39f55c7ea 2024-04-27T01:33:10.348 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (10m) 2m ago 25m 62.5M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 73925c36c48e 2024-04-27T01:33:10.348 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi046 running (9m) 102s ago 24m 45.3M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 56399982a983 2024-04-27T01:33:10.348 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (9m) 2m ago 24m 51.0M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 cf9a80ee073c 2024-04-27T01:33:10.348 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (3m) 2m ago 18m 7835k - 1.5.0 0da6a335fe13 e913dc16444c 2024-04-27T01:33:10.348 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi046 *:9100 running (2m) 102s ago 18m 7671k - 1.5.0 0da6a335fe13 5eb63a8d9293 2024-04-27T01:33:10.348 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (8m) 2m ago 23m 60.4M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 59aa3e813245 2024-04-27T01:33:10.348 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (7m) 2m ago 23m 63.6M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 4432f1499107 2024-04-27T01:33:10.348 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (7m) 2m ago 22m 60.9M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ee07041d5acd 2024-04-27T01:33:10.348 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (6m) 2m ago 21m 64.5M 2781M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 887e8f900de3 2024-04-27T01:33:10.349 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi046 running (6m) 102s ago 21m 61.5M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 a75b6e03fc58 2024-04-27T01:33:10.349 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi046 running (5m) 102s ago 20m 55.1M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 6fcfd911db34 2024-04-27T01:33:10.349 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi046 running (5m) 102s ago 20m 53.2M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ac46d34fada7 2024-04-27T01:33:10.349 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi046 running (4m) 102s ago 19m 55.0M 3037M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 bc4e8ce11408 2024-04-27T01:33:10.349 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi046 *:9095 running (2m) 102s ago 18m 43.5M - 2.43.0 a07b618ecd1d fc1b4615525f 2024-04-27T01:33:10.349 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.btwsuv smithi042 *:8000 running (4m) 2m ago 17m 90.2M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 40fd506bd324 2024-04-27T01:33:10.349 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi046.zouexy smithi046 *:8000 running (4m) 102s ago 16m 90.6M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 55f8dc9f8019 2024-04-27T01:33:10.349 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.yftnvj smithi042 *:80 running (4m) 2m ago 16m 90.2M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 0b7049afe1c7 2024-04-27T01:33:10.349 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi046.goucgg smithi046 *:80 running (4m) 102s ago 16m 90.6M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 32447d03adbc 2024-04-27T01:33:11.033 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'ceph versions' 2024-04-27T01:33:11.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:11 smithi046 bash[44872]: cluster 2024-04-27T01:33:10.058393+0000 mgr.y (mgr.34101) 573 : cluster 0 pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:11.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:11 smithi046 bash[44872]: audit 2024-04-27T01:33:10.348296+0000 mgr.y (mgr.34101) 574 : audit 0 from='client.44869 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:33:11.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:11 smithi042 bash[55870]: cluster 2024-04-27T01:33:10.058393+0000 mgr.y (mgr.34101) 573 : cluster 0 pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:11.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:11 smithi042 bash[55870]: audit 2024-04-27T01:33:10.348296+0000 mgr.y (mgr.34101) 574 : audit 0 from='client.44869 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:33:11.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:11 smithi042 bash[57193]: cluster 2024-04-27T01:33:10.058393+0000 mgr.y (mgr.34101) 573 : cluster 0 pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:11.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:11 smithi042 bash[57193]: audit 2024-04-27T01:33:10.348296+0000 mgr.y (mgr.34101) 574 : audit 0 from='client.44869 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:33:13.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:13 smithi046 bash[44872]: cluster 2024-04-27T01:33:12.059029+0000 mgr.y (mgr.34101) 575 : cluster 0 pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:13.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:13 smithi042 bash[55870]: cluster 2024-04-27T01:33:12.059029+0000 mgr.y (mgr.34101) 575 : cluster 0 pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:13.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:13 smithi042 bash[57193]: cluster 2024-04-27T01:33:12.059029+0000 mgr.y (mgr.34101) 575 : cluster 0 pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:13.886 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:33:13.886 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2024-04-27T01:33:13.886 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 3 2024-04-27T01:33:13.886 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:33:13.886 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2024-04-27T01:33:13.887 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 2 2024-04-27T01:33:13.887 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:33:13.887 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2024-04-27T01:33:13.887 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 8 2024-04-27T01:33:13.887 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:33:13.887 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2024-04-27T01:33:13.887 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 4 2024-04-27T01:33:13.887 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2024-04-27T01:33:13.887 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2024-04-27T01:33:13.887 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)": 17 2024-04-27T01:33:13.887 INFO:teuthology.orchestra.run.smithi042.stdout: } 2024-04-27T01:33:13.887 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:33:14.567 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'ceph orch upgrade status' 2024-04-27T01:33:14.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:14 smithi046 bash[44872]: audit 2024-04-27T01:33:13.902417+0000 mon.a (mon.0) 931 : audit 0 from='client.? 172.21.15.42:0/445089540' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:33:14.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:14 smithi046 bash[44872]: audit 2024-04-27T01:33:14.045924+0000 mon.a (mon.0) 932 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:33:14.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:14 smithi042 bash[55870]: audit 2024-04-27T01:33:13.902417+0000 mon.a (mon.0) 931 : audit 0 from='client.? 172.21.15.42:0/445089540' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:33:14.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:14 smithi042 bash[55870]: audit 2024-04-27T01:33:14.045924+0000 mon.a (mon.0) 932 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:33:14.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:14 smithi042 bash[57193]: audit 2024-04-27T01:33:13.902417+0000 mon.a (mon.0) 931 : audit 0 from='client.? 172.21.15.42:0/445089540' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:33:14.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:14 smithi042 bash[57193]: audit 2024-04-27T01:33:14.045924+0000 mon.a (mon.0) 932 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:33:15.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:15 smithi046 bash[44872]: cluster 2024-04-27T01:33:14.060201+0000 mgr.y (mgr.34101) 576 : cluster 0 pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:15.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:15 smithi042 bash[55870]: cluster 2024-04-27T01:33:14.060201+0000 mgr.y (mgr.34101) 576 : cluster 0 pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:15.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:15 smithi042 bash[57193]: cluster 2024-04-27T01:33:14.060201+0000 mgr.y (mgr.34101) 576 : cluster 0 pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:17.436 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:33:17.436 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": null, 2024-04-27T01:33:17.436 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": false, 2024-04-27T01:33:17.436 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "", 2024-04-27T01:33:17.436 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2024-04-27T01:33:17.436 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": null, 2024-04-27T01:33:17.437 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "", 2024-04-27T01:33:17.437 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2024-04-27T01:33:17.437 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:33:17.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:17 smithi046 bash[44872]: cluster 2024-04-27T01:33:16.061435+0000 mgr.y (mgr.34101) 577 : cluster 0 pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:17.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:17 smithi046 bash[44872]: audit 2024-04-27T01:33:16.354771+0000 mgr.y (mgr.34101) 578 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:33:17.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:17 smithi042 bash[55870]: cluster 2024-04-27T01:33:16.061435+0000 mgr.y (mgr.34101) 577 : cluster 0 pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:17.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:17 smithi042 bash[55870]: audit 2024-04-27T01:33:16.354771+0000 mgr.y (mgr.34101) 578 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:33:17.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:17 smithi042 bash[57193]: cluster 2024-04-27T01:33:16.061435+0000 mgr.y (mgr.34101) 577 : cluster 0 pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:17.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:17 smithi042 bash[57193]: audit 2024-04-27T01:33:16.354771+0000 mgr.y (mgr.34101) 578 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:33:18.084 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'ceph health detail' 2024-04-27T01:33:18.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:18 smithi046 bash[44872]: audit 2024-04-27T01:33:17.452281+0000 mgr.y (mgr.34101) 579 : audit 0 from='client.44881 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:33:18.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:18 smithi042 bash[55870]: audit 2024-04-27T01:33:17.452281+0000 mgr.y (mgr.34101) 579 : audit 0 from='client.44881 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:33:18.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:18 smithi042 bash[57193]: audit 2024-04-27T01:33:17.452281+0000 mgr.y (mgr.34101) 579 : audit 0 from='client.44881 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:33:19.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:19 smithi046 bash[44872]: cluster 2024-04-27T01:33:18.062363+0000 mgr.y (mgr.34101) 580 : cluster 0 pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:19.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:19 smithi042 bash[55870]: cluster 2024-04-27T01:33:18.062363+0000 mgr.y (mgr.34101) 580 : cluster 0 pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:19.679 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:33:19 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:33:19] "GET /metrics HTTP/1.1" 200 38675 "" "Prometheus/2.43.0" 2024-04-27T01:33:19.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:19 smithi042 bash[57193]: cluster 2024-04-27T01:33:18.062363+0000 mgr.y (mgr.34101) 580 : cluster 0 pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:21.004 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2024-04-27T01:33:21.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:21 smithi046 bash[44872]: cluster 2024-04-27T01:33:20.063761+0000 mgr.y (mgr.34101) 581 : cluster 0 pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:21.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:21 smithi046 bash[44872]: audit 2024-04-27T01:33:21.021058+0000 mon.c (mon.1) 32 : audit 0 from='client.? 172.21.15.42:0/1223713817' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:33:21.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:21 smithi042 bash[55870]: cluster 2024-04-27T01:33:20.063761+0000 mgr.y (mgr.34101) 581 : cluster 0 pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:21.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:21 smithi042 bash[55870]: audit 2024-04-27T01:33:21.021058+0000 mon.c (mon.1) 32 : audit 0 from='client.? 172.21.15.42:0/1223713817' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:33:21.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:21 smithi042 bash[57193]: cluster 2024-04-27T01:33:20.063761+0000 mgr.y (mgr.34101) 581 : cluster 0 pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:21.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:21 smithi042 bash[57193]: audit 2024-04-27T01:33:21.021058+0000 mon.c (mon.1) 32 : audit 0 from='client.? 172.21.15.42:0/1223713817' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-27T01:33:21.708 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-04-27T01:33:23.670 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:23 smithi046 bash[44872]: cluster 2024-04-27T01:33:22.064848+0000 mgr.y (mgr.34101) 582 : cluster 0 pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:23.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:23 smithi042 bash[55870]: cluster 2024-04-27T01:33:22.064848+0000 mgr.y (mgr.34101) 582 : cluster 0 pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:23.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:23 smithi042 bash[57193]: cluster 2024-04-27T01:33:22.064848+0000 mgr.y (mgr.34101) 582 : cluster 0 pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:24.571 INFO:teuthology.orchestra.run.smithi042.stdout:true 2024-04-27T01:33:25.164 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-04-27T01:33:25.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:25 smithi042 bash[55870]: cluster 2024-04-27T01:33:24.066126+0000 mgr.y (mgr.34101) 583 : cluster 0 pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:25.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:25 smithi042 bash[55870]: audit 2024-04-27T01:33:24.573519+0000 mon.c (mon.1) 33 : audit 0 from='client.? 172.21.15.42:0/3595632496' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:33:25.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:25 smithi042 bash[57193]: cluster 2024-04-27T01:33:24.066126+0000 mgr.y (mgr.34101) 583 : cluster 0 pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:25.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:25 smithi042 bash[57193]: audit 2024-04-27T01:33:24.573519+0000 mon.c (mon.1) 33 : audit 0 from='client.? 172.21.15.42:0/3595632496' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:33:25.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:25 smithi046 bash[44872]: cluster 2024-04-27T01:33:24.066126+0000 mgr.y (mgr.34101) 583 : cluster 0 pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:25.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:25 smithi046 bash[44872]: audit 2024-04-27T01:33:24.573519+0000 mon.c (mon.1) 33 : audit 0 from='client.? 172.21.15.42:0/3595632496' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:33:27.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:27 smithi042 bash[55870]: cluster 2024-04-27T01:33:26.067140+0000 mgr.y (mgr.34101) 584 : cluster 0 pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:27.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:27 smithi042 bash[55870]: audit 2024-04-27T01:33:26.362687+0000 mgr.y (mgr.34101) 585 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:33:27.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:27 smithi042 bash[57193]: cluster 2024-04-27T01:33:26.067140+0000 mgr.y (mgr.34101) 584 : cluster 0 pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:27.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:27 smithi042 bash[57193]: audit 2024-04-27T01:33:26.362687+0000 mgr.y (mgr.34101) 585 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:33:27.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:27 smithi046 bash[44872]: cluster 2024-04-27T01:33:26.067140+0000 mgr.y (mgr.34101) 584 : cluster 0 pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:27.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:27 smithi046 bash[44872]: audit 2024-04-27T01:33:26.362687+0000 mgr.y (mgr.34101) 585 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:33:28.114 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)" 2024-04-27T01:33:28.775 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:28 smithi042 bash[57193]: audit 2024-04-27T01:33:28.116848+0000 mon.a (mon.0) 933 : audit 0 from='client.? 172.21.15.42:0/2300222492' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:33:28.776 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:28 smithi042 bash[55870]: audit 2024-04-27T01:33:28.116848+0000 mon.a (mon.0) 933 : audit 0 from='client.? 172.21.15.42:0/2300222492' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:33:28.777 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -e sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a -- bash -c 'ceph orch ls | grep '"'"'^osd '"'"'' 2024-04-27T01:33:28.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:28 smithi046 bash[44872]: audit 2024-04-27T01:33:28.116848+0000 mon.a (mon.0) 933 : audit 0 from='client.? 172.21.15.42:0/2300222492' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-27T01:33:29.679 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:33:29 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:33:29] "GET /metrics HTTP/1.1" 200 38677 "" "Prometheus/2.43.0" 2024-04-27T01:33:29.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:29 smithi042 bash[55870]: cluster 2024-04-27T01:33:28.067934+0000 mgr.y (mgr.34101) 586 : cluster 0 pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:29.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:29 smithi042 bash[55870]: audit 2024-04-27T01:33:29.047078+0000 mon.a (mon.0) 934 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:33:29.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:29 smithi042 bash[57193]: cluster 2024-04-27T01:33:28.067934+0000 mgr.y (mgr.34101) 586 : cluster 0 pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:29.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:29 smithi042 bash[57193]: audit 2024-04-27T01:33:29.047078+0000 mon.a (mon.0) 934 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:33:29.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:29 smithi046 bash[44872]: cluster 2024-04-27T01:33:28.067934+0000 mgr.y (mgr.34101) 586 : cluster 0 pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:29.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:29 smithi046 bash[44872]: audit 2024-04-27T01:33:29.047078+0000 mon.a (mon.0) 934 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:33:31.592 INFO:teuthology.orchestra.run.smithi042.stdout:osd 8 2m ago - 2024-04-27T01:33:31.749 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:31 smithi042 bash[55870]: cluster 2024-04-27T01:33:30.069327+0000 mgr.y (mgr.34101) 587 : cluster 0 pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:31.749 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:31 smithi042 bash[57193]: cluster 2024-04-27T01:33:30.069327+0000 mgr.y (mgr.34101) 587 : cluster 0 pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:31.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:31 smithi046 bash[44872]: cluster 2024-04-27T01:33:30.069327+0000 mgr.y (mgr.34101) 587 : cluster 0 pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:32.296 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-27T01:33:32.306 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi042.front.sepia.ceph.com 2024-04-27T01:33:32.306 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- bash -c 'ceph orch upgrade ls' 2024-04-27T01:33:33.894 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:33 smithi042 bash[55870]: audit 2024-04-27T01:33:31.586879+0000 mgr.y (mgr.34101) 588 : audit 0 from='client.44905 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:33:33.894 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:33 smithi042 bash[55870]: cluster 2024-04-27T01:33:32.070364+0000 mgr.y (mgr.34101) 589 : cluster 0 pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:33.894 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:33 smithi042 bash[57193]: audit 2024-04-27T01:33:31.586879+0000 mgr.y (mgr.34101) 588 : audit 0 from='client.44905 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:33:33.895 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:33 smithi042 bash[57193]: cluster 2024-04-27T01:33:32.070364+0000 mgr.y (mgr.34101) 589 : cluster 0 pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:33.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:33 smithi046 bash[44872]: audit 2024-04-27T01:33:31.586879+0000 mgr.y (mgr.34101) 588 : audit 0 from='client.44905 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:33:33.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:33 smithi046 bash[44872]: cluster 2024-04-27T01:33:32.070364+0000 mgr.y (mgr.34101) 589 : cluster 0 pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:35.844 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-04-27T01:33:35.845 INFO:teuthology.orchestra.run.smithi042.stdout: "image": "quay.io/ceph/ceph", 2024-04-27T01:33:35.845 INFO:teuthology.orchestra.run.smithi042.stdout: "registry": "quay.io", 2024-04-27T01:33:35.845 INFO:teuthology.orchestra.run.smithi042.stdout: "bare_image": "ceph/ceph", 2024-04-27T01:33:35.845 INFO:teuthology.orchestra.run.smithi042.stdout: "versions": [] 2024-04-27T01:33:35.845 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-04-27T01:33:35.864 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:35 smithi042 bash[55870]: cluster 2024-04-27T01:33:34.071660+0000 mgr.y (mgr.34101) 590 : cluster 0 pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:35.864 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:35 smithi042 bash[57193]: cluster 2024-04-27T01:33:34.071660+0000 mgr.y (mgr.34101) 590 : cluster 0 pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:35.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:35 smithi046 bash[44872]: cluster 2024-04-27T01:33:34.071660+0000 mgr.y (mgr.34101) 590 : cluster 0 pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:36.459 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- bash -c 'ceph orch upgrade ls --image quay.io/ceph/ceph --show-all-versions | grep 16.2.0' 2024-04-27T01:33:36.641 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:36 smithi042 bash[55870]: audit 2024-04-27T01:33:35.016558+0000 mgr.y (mgr.34101) 591 : audit 0 from='client.44911 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:33:36.642 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:36 smithi042 bash[57193]: audit 2024-04-27T01:33:35.016558+0000 mgr.y (mgr.34101) 591 : audit 0 from='client.44911 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:33:36.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:36 smithi046 bash[44872]: audit 2024-04-27T01:33:35.016558+0000 mgr.y (mgr.34101) 591 : audit 0 from='client.44911 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:33:37.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:37 smithi042 bash[55870]: cluster 2024-04-27T01:33:36.072961+0000 mgr.y (mgr.34101) 592 : cluster 0 pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:37.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:37 smithi042 bash[55870]: audit 2024-04-27T01:33:36.371507+0000 mgr.y (mgr.34101) 593 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:33:37.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:37 smithi042 bash[57193]: cluster 2024-04-27T01:33:36.072961+0000 mgr.y (mgr.34101) 592 : cluster 0 pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:37.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:37 smithi042 bash[57193]: audit 2024-04-27T01:33:36.371507+0000 mgr.y (mgr.34101) 593 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:33:37.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:37 smithi046 bash[44872]: cluster 2024-04-27T01:33:36.072961+0000 mgr.y (mgr.34101) 592 : cluster 0 pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:37.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:37 smithi046 bash[44872]: audit 2024-04-27T01:33:36.371507+0000 mgr.y (mgr.34101) 593 : audit 0 from='client.44659 -' entity='client.iscsi.foo.smithi042.vknosz' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-04-27T01:33:39.679 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:33:39 smithi042 bash[52765]: ::ffff:172.21.15.46 - - [27/Apr/2024:01:33:39] "GET /metrics HTTP/1.1" 200 38677 "" "Prometheus/2.43.0" 2024-04-27T01:33:39.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:39 smithi042 bash[55870]: cluster 2024-04-27T01:33:38.073862+0000 mgr.y (mgr.34101) 594 : cluster 0 pgmap v384: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:39.680 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:39 smithi042 bash[57193]: cluster 2024-04-27T01:33:38.073862+0000 mgr.y (mgr.34101) 594 : cluster 0 pgmap v384: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:39.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:39 smithi046 bash[44872]: cluster 2024-04-27T01:33:38.073862+0000 mgr.y (mgr.34101) 594 : cluster 0 pgmap v384: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:40.140 INFO:teuthology.orchestra.run.smithi042.stdout: "16.2.0", 2024-04-27T01:33:40.830 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:40 smithi042 bash[57193]: audit 2024-04-27T01:33:39.405488+0000 mgr.y (mgr.34101) 595 : audit 0 from='client.35004 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:33:40.830 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:40 smithi042 bash[57193]: audit 2024-04-27T01:33:40.199329+0000 mon.a (mon.0) 935 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:33:40.830 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:40 smithi042 bash[57193]: audit 2024-04-27T01:33:40.200129+0000 mon.a (mon.0) 936 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:33:40.830 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:40 smithi042 bash[57193]: audit 2024-04-27T01:33:40.205901+0000 mon.a (mon.0) 937 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:33:40.830 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:40 smithi042 bash[55870]: audit 2024-04-27T01:33:39.405488+0000 mgr.y (mgr.34101) 595 : audit 0 from='client.35004 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:33:40.831 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:40 smithi042 bash[55870]: audit 2024-04-27T01:33:40.199329+0000 mon.a (mon.0) 935 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:33:40.831 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:40 smithi042 bash[55870]: audit 2024-04-27T01:33:40.200129+0000 mon.a (mon.0) 936 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:33:40.831 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:40 smithi042 bash[55870]: audit 2024-04-27T01:33:40.205901+0000 mon.a (mon.0) 937 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:33:40.832 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 -- bash -c 'ceph orch upgrade ls --image quay.io/ceph/ceph --tags | grep v16.2.2' 2024-04-27T01:33:40.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:40 smithi046 bash[44872]: audit 2024-04-27T01:33:39.405488+0000 mgr.y (mgr.34101) 595 : audit 0 from='client.35004 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:33:40.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:40 smithi046 bash[44872]: audit 2024-04-27T01:33:40.199329+0000 mon.a (mon.0) 935 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T01:33:40.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:40 smithi046 bash[44872]: audit 2024-04-27T01:33:40.200129+0000 mon.a (mon.0) 936 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T01:33:40.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:40 smithi046 bash[44872]: audit 2024-04-27T01:33:40.205901+0000 mon.a (mon.0) 937 : audit 1 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' 2024-04-27T01:33:41.835 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:41 smithi042 bash[55870]: cluster 2024-04-27T01:33:40.075008+0000 mgr.y (mgr.34101) 596 : cluster 0 pgmap v385: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:41.836 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:41 smithi042 bash[57193]: cluster 2024-04-27T01:33:40.075008+0000 mgr.y (mgr.34101) 596 : cluster 0 pgmap v385: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:41.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:41 smithi046 bash[44872]: cluster 2024-04-27T01:33:40.075008+0000 mgr.y (mgr.34101) 596 : cluster 0 pgmap v385: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:43.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:43 smithi042 bash[55870]: cluster 2024-04-27T01:33:42.075847+0000 mgr.y (mgr.34101) 597 : cluster 0 pgmap v386: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:43.679 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:43 smithi042 bash[57193]: cluster 2024-04-27T01:33:42.075847+0000 mgr.y (mgr.34101) 597 : cluster 0 pgmap v386: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:43.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:43 smithi046 bash[44872]: cluster 2024-04-27T01:33:42.075847+0000 mgr.y (mgr.34101) 597 : cluster 0 pgmap v386: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-04-27T01:33:44.920 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:44 smithi046 bash[44872]: audit 2024-04-27T01:33:44.047879+0000 mon.a (mon.0) 938 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:33:44.929 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:44 smithi042 bash[55870]: audit 2024-04-27T01:33:44.047879+0000 mon.a (mon.0) 938 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:33:44.929 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:44 smithi042 bash[57193]: audit 2024-04-27T01:33:44.047879+0000 mon.a (mon.0) 938 : audit 0 from='mgr.34101 172.21.15.42:0/834826350' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T01:33:45.140 INFO:teuthology.orchestra.run.smithi042.stdout: "v16.2.2", 2024-04-27T01:33:45.141 INFO:teuthology.orchestra.run.smithi042.stdout: "v16.2.2-20210505", 2024-04-27T01:33:45.685 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-27T01:33:45.695 INFO:tasks.cephadm:Teardown begin 2024-04-27T01:33:45.696 DEBUG:teuthology.orchestra.run.smithi042:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-27T01:33:45.711 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-27T01:33:45.727 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-27T01:33:45.727 DEBUG:teuthology.orchestra.run.smithi042:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-27T01:33:45.758 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:45 smithi046 bash[44872]: audit 2024-04-27T01:33:43.718506+0000 mgr.y (mgr.34101) 598 : audit 0 from='client.44923 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:33:45.758 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:45 smithi046 bash[44872]: cluster 2024-04-27T01:33:44.077074+0000 mgr.y (mgr.34101) 599 : cluster 0 pgmap v387: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:45.759 DEBUG:teuthology.orchestra.run.smithi046:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-27T01:33:45.764 INFO:tasks.cephadm:Stopping all daemons... 2024-04-27T01:33:45.764 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-27T01:33:45.764 DEBUG:teuthology.orchestra.run.smithi042:> sudo systemctl stop ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mon.a 2024-04-27T01:33:45.811 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:45 smithi042 bash[55870]: audit 2024-04-27T01:33:43.718506+0000 mgr.y (mgr.34101) 598 : audit 0 from='client.44923 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:33:45.811 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:45 smithi042 bash[55870]: cluster 2024-04-27T01:33:44.077074+0000 mgr.y (mgr.34101) 599 : cluster 0 pgmap v387: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:45.811 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:45 smithi042 bash[57193]: audit 2024-04-27T01:33:43.718506+0000 mgr.y (mgr.34101) 598 : audit 0 from='client.44923 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T01:33:45.811 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:45 smithi042 bash[57193]: cluster 2024-04-27T01:33:44.077074+0000 mgr.y (mgr.34101) 599 : cluster 0 pgmap v387: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-27T01:33:45.939 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:45 smithi042 systemd[1]: Stopping Ceph mon.a for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:33:45.939 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:45 smithi042 bash[55870]: debug 2024-04-27T01:33:45.941+0000 7ff8167b3700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-27T01:33:45.939 INFO:journalctl@ceph.mon.a.smithi042.stdout:Apr 27 01:33:45 smithi042 bash[55870]: debug 2024-04-27T01:33:45.941+0000 7ff8167b3700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-04-27T01:33:46.130 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:33:45 smithi042 bash[52765]: [27/Apr/2024:01:33:45] ENGINE Bus STOPPING 2024-04-27T01:33:46.130 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:33:45 smithi042 bash[52765]: [27/Apr/2024:01:33:45] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-27T01:33:46.130 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:33:45 smithi042 bash[52765]: [27/Apr/2024:01:33:45] ENGINE Bus STOPPED 2024-04-27T01:33:46.130 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:33:45 smithi042 bash[52765]: [27/Apr/2024:01:33:45] ENGINE Bus STARTING 2024-04-27T01:33:46.130 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:33:46 smithi042 bash[52765]: CherryPy Checker: 2024-04-27T01:33:46.130 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:33:46 smithi042 bash[52765]: The Application mounted at '' has an empty config. 2024-04-27T01:33:46.131 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:33:46 smithi042 bash[52765]: [27/Apr/2024:01:33:46] ENGINE Serving on http://:::9283 2024-04-27T01:33:46.131 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:33:46 smithi042 bash[52765]: [27/Apr/2024:01:33:46] ENGINE Bus STARTED 2024-04-27T01:33:46.687 DEBUG:teuthology.orchestra.run.smithi042:> sudo pkill -f 'journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mon.a.service' 2024-04-27T01:33:46.767 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-27T01:33:46.767 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-27T01:33:46.767 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2024-04-27T01:33:46.767 DEBUG:teuthology.orchestra.run.smithi042:> sudo systemctl stop ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mon.c 2024-04-27T01:33:46.963 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:46 smithi042 systemd[1]: Stopping Ceph mon.c for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:33:46.963 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:46 smithi042 bash[57193]: debug 2024-04-27T01:33:46.945+0000 7f6ac835d700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-27T01:33:46.964 INFO:journalctl@ceph.mon.c.smithi042.stdout:Apr 27 01:33:46 smithi042 bash[57193]: debug 2024-04-27T01:33:46.945+0000 7f6ac835d700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2024-04-27T01:33:47.683 DEBUG:teuthology.orchestra.run.smithi042:> sudo pkill -f 'journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mon.c.service' 2024-04-27T01:33:47.709 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-27T01:33:47.709 INFO:tasks.cephadm.mon.b:Stopped mon.c 2024-04-27T01:33:47.709 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-04-27T01:33:47.709 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mon.b 2024-04-27T01:33:48.119 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:47 smithi046 systemd[1]: Stopping Ceph mon.b for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:33:48.119 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:47 smithi046 bash[44872]: debug 2024-04-27T01:33:47.870+0000 7f2902908700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-27T01:33:48.119 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 27 01:33:47 smithi046 bash[44872]: debug 2024-04-27T01:33:47.870+0000 7f2902908700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2024-04-27T01:33:48.830 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mon.b.service' 2024-04-27T01:33:48.859 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-27T01:33:48.859 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-04-27T01:33:48.859 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-04-27T01:33:48.859 DEBUG:teuthology.orchestra.run.smithi042:> sudo systemctl stop ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mgr.y 2024-04-27T01:33:49.179 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:33:48 smithi042 systemd[1]: Stopping Ceph mgr.y for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:33:49.179 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:33:49 smithi042 bash[52765]: debug 2024-04-27T01:33:49.029+0000 7f6947a1c700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.y -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-27T01:33:49.179 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Apr 27 01:33:49 smithi042 bash[52765]: debug 2024-04-27T01:33:49.029+0000 7f6947a1c700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-27T01:33:49.771 DEBUG:teuthology.orchestra.run.smithi042:> sudo pkill -f 'journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mgr.y.service' 2024-04-27T01:33:49.796 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-27T01:33:49.796 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-04-27T01:33:49.797 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-04-27T01:33:49.797 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mgr.x 2024-04-27T01:33:50.170 INFO:journalctl@ceph.mgr.x.smithi046.stdout:Apr 27 01:33:49 smithi046 systemd[1]: Stopping Ceph mgr.x for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:33:50.825 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@mgr.x.service' 2024-04-27T01:33:50.849 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-27T01:33:50.849 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-04-27T01:33:50.849 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-27T01:33:50.849 DEBUG:teuthology.orchestra.run.smithi042:> sudo systemctl stop ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.0 2024-04-27T01:33:51.179 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:33:50 smithi042 systemd[1]: Stopping Ceph osd.0 for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:33:51.179 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:33:51 smithi042 bash[59837]: debug 2024-04-27T01:33:51.021+0000 7f9a5998a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-27T01:33:51.179 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:33:51 smithi042 bash[59837]: debug 2024-04-27T01:33:51.021+0000 7f9a5998a700 -1 osd.0 153 *** Got signal Terminated *** 2024-04-27T01:33:51.180 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:33:51 smithi042 bash[59837]: debug 2024-04-27T01:33:51.021+0000 7f9a5998a700 -1 osd.0 153 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-27T01:33:57.429 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:33:57 smithi042 bash[88298]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-0 2024-04-27T01:33:57.429 INFO:journalctl@ceph.osd.0.smithi042.stdout:Apr 27 01:33:57 smithi042 bash[88360]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-0 2024-04-27T01:33:58.977 DEBUG:teuthology.orchestra.run.smithi042:> sudo pkill -f 'journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.0.service' 2024-04-27T01:33:59.007 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-27T01:33:59.007 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-27T01:33:59.007 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-27T01:33:59.007 DEBUG:teuthology.orchestra.run.smithi042:> sudo systemctl stop ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.1 2024-04-27T01:33:59.429 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:33:59 smithi042 systemd[1]: Stopping Ceph osd.1 for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:33:59.429 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:33:59 smithi042 bash[61857]: debug 2024-04-27T01:33:59.209+0000 7f3c9012f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-27T01:33:59.429 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:33:59 smithi042 bash[61857]: debug 2024-04-27T01:33:59.209+0000 7f3c9012f700 -1 osd.1 153 *** Got signal Terminated *** 2024-04-27T01:33:59.429 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:33:59 smithi042 bash[61857]: debug 2024-04-27T01:33:59.209+0000 7f3c9012f700 -1 osd.1 153 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-27T01:34:03.929 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:34:03 smithi042 bash[82513]: ts=2024-04-27T01:34:03.539Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi042.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.42:8443: connect: connection refused" 2024-04-27T01:34:03.929 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:34:03 smithi042 bash[82513]: ts=2024-04-27T01:34:03.540Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi046.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.46:8443: connect: connection refused" 2024-04-27T01:34:05.679 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:34:05 smithi042 bash[88492]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-1 2024-04-27T01:34:05.679 INFO:journalctl@ceph.osd.1.smithi042.stdout:Apr 27 01:34:05 smithi042 bash[88556]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-1 2024-04-27T01:34:07.221 DEBUG:teuthology.orchestra.run.smithi042:> sudo pkill -f 'journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.1.service' 2024-04-27T01:34:07.250 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-27T01:34:07.250 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-27T01:34:07.251 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-27T01:34:07.251 DEBUG:teuthology.orchestra.run.smithi042:> sudo systemctl stop ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.2 2024-04-27T01:34:07.679 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:34:07 smithi042 systemd[1]: Stopping Ceph osd.2 for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:34:07.679 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:34:07 smithi042 bash[63871]: debug 2024-04-27T01:34:07.453+0000 7efe7568b700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-27T01:34:07.679 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:34:07 smithi042 bash[63871]: debug 2024-04-27T01:34:07.453+0000 7efe7568b700 -1 osd.2 153 *** Got signal Terminated *** 2024-04-27T01:34:07.679 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:34:07 smithi042 bash[63871]: debug 2024-04-27T01:34:07.453+0000 7efe7568b700 -1 osd.2 153 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-27T01:34:13.520 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:34:13 smithi042 bash[88688]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-2 2024-04-27T01:34:13.521 INFO:journalctl@ceph.osd.2.smithi042.stdout:Apr 27 01:34:13 smithi042 bash[88753]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-2 2024-04-27T01:34:13.929 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:34:13 smithi042 bash[82513]: ts=2024-04-27T01:34:13.537Z caller=dispatch.go:352 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=12 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi046.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.46:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi042.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.42:8443: connect: connection refused" 2024-04-27T01:34:13.929 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:34:13 smithi042 bash[82513]: ts=2024-04-27T01:34:13.538Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi042.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.42:8443: connect: connection refused" 2024-04-27T01:34:13.929 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:34:13 smithi042 bash[82513]: ts=2024-04-27T01:34:13.539Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi046.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.46:8443: connect: connection refused" 2024-04-27T01:34:15.280 DEBUG:teuthology.orchestra.run.smithi042:> sudo pkill -f 'journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.2.service' 2024-04-27T01:34:15.310 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-27T01:34:15.310 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-27T01:34:15.311 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-04-27T01:34:15.311 DEBUG:teuthology.orchestra.run.smithi042:> sudo systemctl stop ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.3 2024-04-27T01:34:15.679 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:34:15 smithi042 systemd[1]: Stopping Ceph osd.3 for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:34:15.679 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:34:15 smithi042 bash[65911]: debug 2024-04-27T01:34:15.497+0000 7f9e3129c700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-27T01:34:15.679 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:34:15 smithi042 bash[65911]: debug 2024-04-27T01:34:15.497+0000 7f9e3129c700 -1 osd.3 153 *** Got signal Terminated *** 2024-04-27T01:34:15.679 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:34:15 smithi042 bash[65911]: debug 2024-04-27T01:34:15.497+0000 7f9e3129c700 -1 osd.3 153 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-27T01:34:17.929 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:34:17 smithi042 bash[65911]: debug 2024-04-27T01:34:17.513+0000 7f9e29888700 -1 osd.3 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:50.924272+0000 front 2024-04-27T01:33:50.924466+0000 (oldest deadline 2024-04-27T01:34:16.824444+0000) 2024-04-27T01:34:18.929 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:34:18 smithi042 bash[65911]: debug 2024-04-27T01:34:18.497+0000 7f9e29888700 -1 osd.3 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:50.924272+0000 front 2024-04-27T01:33:50.924466+0000 (oldest deadline 2024-04-27T01:34:16.824444+0000) 2024-04-27T01:34:19.920 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:34:19 smithi046 bash[47009]: debug 2024-04-27T01:34:19.638+0000 7f1402257700 -1 osd.4 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:53.190334+0000 front 2024-04-27T01:33:53.190403+0000 (oldest deadline 2024-04-27T01:34:19.089904+0000) 2024-04-27T01:34:19.929 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:34:19 smithi042 bash[65911]: debug 2024-04-27T01:34:19.485+0000 7f9e29888700 -1 osd.3 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:50.924272+0000 front 2024-04-27T01:33:50.924466+0000 (oldest deadline 2024-04-27T01:34:16.824444+0000) 2024-04-27T01:34:20.420 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:20 smithi046 bash[50816]: debug 2024-04-27T01:34:20.146+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:20.920 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:34:20 smithi046 bash[47009]: debug 2024-04-27T01:34:20.590+0000 7f1402257700 -1 osd.4 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:53.190334+0000 front 2024-04-27T01:33:53.190403+0000 (oldest deadline 2024-04-27T01:34:19.089904+0000) 2024-04-27T01:34:21.421 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:21 smithi046 bash[50816]: debug 2024-04-27T01:34:21.162+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:21.421 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:21 smithi046 bash[48875]: debug 2024-04-27T01:34:21.090+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:54.429682+0000 front 2024-04-27T01:33:54.429722+0000 (oldest deadline 2024-04-27T01:34:20.329889+0000) 2024-04-27T01:34:21.679 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:34:21 smithi042 bash[88883]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-3 2024-04-27T01:34:21.679 INFO:journalctl@ceph.osd.3.smithi042.stdout:Apr 27 01:34:21 smithi042 bash[88947]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-3 2024-04-27T01:34:21.792 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:34:21 smithi046 bash[47009]: debug 2024-04-27T01:34:21.542+0000 7f1402257700 -1 osd.4 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:53.190334+0000 front 2024-04-27T01:33:53.190403+0000 (oldest deadline 2024-04-27T01:34:19.089904+0000) 2024-04-27T01:34:22.058 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:21 smithi046 bash[52678]: debug 2024-04-27T01:34:21.806+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:22.420 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:22 smithi046 bash[48875]: debug 2024-04-27T01:34:22.074+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:54.429682+0000 front 2024-04-27T01:33:54.429722+0000 (oldest deadline 2024-04-27T01:34:20.329889+0000) 2024-04-27T01:34:22.420 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:22 smithi046 bash[50816]: debug 2024-04-27T01:34:22.194+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:22.787 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:34:22 smithi046 bash[47009]: debug 2024-04-27T01:34:22.514+0000 7f1402257700 -1 osd.4 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:53.190334+0000 front 2024-04-27T01:33:53.190403+0000 (oldest deadline 2024-04-27T01:34:19.089904+0000) 2024-04-27T01:34:23.170 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:23 smithi046 bash[48875]: debug 2024-04-27T01:34:23.030+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:54.429682+0000 front 2024-04-27T01:33:54.429722+0000 (oldest deadline 2024-04-27T01:34:20.329889+0000) 2024-04-27T01:34:23.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:22 smithi046 bash[52678]: debug 2024-04-27T01:34:22.802+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:23.171 DEBUG:teuthology.orchestra.run.smithi042:> sudo pkill -f 'journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.3.service' 2024-04-27T01:34:23.202 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-27T01:34:23.202 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-04-27T01:34:23.202 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-04-27T01:34:23.202 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.4 2024-04-27T01:34:23.530 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:23 smithi046 bash[50816]: debug 2024-04-27T01:34:23.214+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:23.530 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:34:23 smithi046 systemd[1]: Stopping Ceph osd.4 for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:34:23.531 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:34:23 smithi046 bash[47009]: debug 2024-04-27T01:34:23.366+0000 7f1405c63700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-27T01:34:23.531 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:34:23 smithi046 bash[47009]: debug 2024-04-27T01:34:23.366+0000 7f1405c63700 -1 osd.4 153 *** Got signal Terminated *** 2024-04-27T01:34:23.531 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:34:23 smithi046 bash[47009]: debug 2024-04-27T01:34:23.366+0000 7f1405c63700 -1 osd.4 153 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-27T01:34:23.929 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:34:23 smithi042 bash[82513]: ts=2024-04-27T01:34:23.538Z caller=dispatch.go:352 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=12 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi042.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.42:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi046.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.46:8443: connect: connection refused" 2024-04-27T01:34:23.929 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:34:23 smithi042 bash[82513]: ts=2024-04-27T01:34:23.540Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi042.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.42:8443: connect: connection refused" 2024-04-27T01:34:23.929 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:34:23 smithi042 bash[82513]: ts=2024-04-27T01:34:23.541Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi046.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.46:8443: connect: connection refused" 2024-04-27T01:34:24.170 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:24 smithi046 bash[48875]: debug 2024-04-27T01:34:24.018+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:54.429682+0000 front 2024-04-27T01:33:54.429722+0000 (oldest deadline 2024-04-27T01:34:20.329889+0000) 2024-04-27T01:34:24.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:23 smithi046 bash[52678]: debug 2024-04-27T01:34:23.802+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:24.170 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:34:23 smithi046 bash[47009]: debug 2024-04-27T01:34:23.546+0000 7f1402257700 -1 osd.4 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:53.190334+0000 front 2024-04-27T01:33:53.190403+0000 (oldest deadline 2024-04-27T01:34:19.089904+0000) 2024-04-27T01:34:24.543 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:24 smithi046 bash[50816]: debug 2024-04-27T01:34:24.254+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:24.920 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:34:24 smithi046 bash[47009]: debug 2024-04-27T01:34:24.558+0000 7f1402257700 -1 osd.4 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:53.190334+0000 front 2024-04-27T01:33:53.190403+0000 (oldest deadline 2024-04-27T01:34:19.089904+0000) 2024-04-27T01:34:24.920 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:24 smithi046 bash[52678]: debug 2024-04-27T01:34:24.786+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:25.420 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:25 smithi046 bash[48875]: debug 2024-04-27T01:34:25.034+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:54.429682+0000 front 2024-04-27T01:33:54.429722+0000 (oldest deadline 2024-04-27T01:34:20.329889+0000) 2024-04-27T01:34:25.420 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:25 smithi046 bash[50816]: debug 2024-04-27T01:34:25.250+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:25.920 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:25 smithi046 bash[52678]: debug 2024-04-27T01:34:25.766+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:25.920 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:25 smithi046 bash[52678]: debug 2024-04-27T01:34:25.766+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:25.920 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:34:25 smithi046 bash[47009]: debug 2024-04-27T01:34:25.526+0000 7f1402257700 -1 osd.4 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:53.190334+0000 front 2024-04-27T01:33:53.190403+0000 (oldest deadline 2024-04-27T01:34:19.089904+0000) 2024-04-27T01:34:25.920 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:34:25 smithi046 bash[47009]: debug 2024-04-27T01:34:25.526+0000 7f1402257700 -1 osd.4 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:33:59.090664+0000 front 2024-04-27T01:33:59.090763+0000 (oldest deadline 2024-04-27T01:34:24.990481+0000) 2024-04-27T01:34:26.240 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:26 smithi046 bash[48875]: debug 2024-04-27T01:34:26.002+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:54.429682+0000 front 2024-04-27T01:33:54.429722+0000 (oldest deadline 2024-04-27T01:34:20.329889+0000) 2024-04-27T01:34:26.537 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:26 smithi046 bash[50816]: debug 2024-04-27T01:34:26.254+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:26.537 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:26 smithi046 bash[50816]: debug 2024-04-27T01:34:26.254+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:02.026187+0000 front 2024-04-27T01:34:02.026238+0000 (oldest deadline 2024-04-27T01:34:25.525879+0000) 2024-04-27T01:34:26.920 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:34:26 smithi046 bash[47009]: debug 2024-04-27T01:34:26.550+0000 7f1402257700 -1 osd.4 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:53.190334+0000 front 2024-04-27T01:33:53.190403+0000 (oldest deadline 2024-04-27T01:34:19.089904+0000) 2024-04-27T01:34:26.920 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:34:26 smithi046 bash[47009]: debug 2024-04-27T01:34:26.550+0000 7f1402257700 -1 osd.4 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:33:59.090664+0000 front 2024-04-27T01:33:59.090763+0000 (oldest deadline 2024-04-27T01:34:24.990481+0000) 2024-04-27T01:34:26.920 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:26 smithi046 bash[52678]: debug 2024-04-27T01:34:26.786+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:26.920 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:26 smithi046 bash[52678]: debug 2024-04-27T01:34:26.786+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:27.420 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:27 smithi046 bash[48875]: debug 2024-04-27T01:34:27.034+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:54.429682+0000 front 2024-04-27T01:33:54.429722+0000 (oldest deadline 2024-04-27T01:34:20.329889+0000) 2024-04-27T01:34:27.420 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:27 smithi046 bash[50816]: debug 2024-04-27T01:34:27.274+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:27.420 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:27 smithi046 bash[50816]: debug 2024-04-27T01:34:27.274+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:02.026187+0000 front 2024-04-27T01:34:02.026238+0000 (oldest deadline 2024-04-27T01:34:25.525879+0000) 2024-04-27T01:34:27.920 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:34:27 smithi046 bash[47009]: debug 2024-04-27T01:34:27.506+0000 7f1402257700 -1 osd.4 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:53.190334+0000 front 2024-04-27T01:33:53.190403+0000 (oldest deadline 2024-04-27T01:34:19.089904+0000) 2024-04-27T01:34:27.920 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:34:27 smithi046 bash[47009]: debug 2024-04-27T01:34:27.506+0000 7f1402257700 -1 osd.4 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:33:59.090664+0000 front 2024-04-27T01:33:59.090763+0000 (oldest deadline 2024-04-27T01:34:24.990481+0000) 2024-04-27T01:34:27.920 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:27 smithi046 bash[52678]: debug 2024-04-27T01:34:27.754+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:27.920 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:27 smithi046 bash[52678]: debug 2024-04-27T01:34:27.754+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:28.420 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:28 smithi046 bash[48875]: debug 2024-04-27T01:34:28.074+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:54.429682+0000 front 2024-04-27T01:33:54.429722+0000 (oldest deadline 2024-04-27T01:34:20.329889+0000) 2024-04-27T01:34:28.420 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:28 smithi046 bash[48875]: debug 2024-04-27T01:34:28.074+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.831967+0000 front 2024-04-27T01:34:03.831904+0000 (oldest deadline 2024-04-27T01:34:27.331410+0000) 2024-04-27T01:34:28.420 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:28 smithi046 bash[50816]: debug 2024-04-27T01:34:28.306+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:28.420 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:28 smithi046 bash[50816]: debug 2024-04-27T01:34:28.306+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:02.026187+0000 front 2024-04-27T01:34:02.026238+0000 (oldest deadline 2024-04-27T01:34:25.525879+0000) 2024-04-27T01:34:29.032 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:28 smithi046 bash[52678]: debug 2024-04-27T01:34:28.754+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:29.032 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:28 smithi046 bash[52678]: debug 2024-04-27T01:34:28.754+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:29.319 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:29 smithi046 bash[48875]: debug 2024-04-27T01:34:29.038+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:54.429682+0000 front 2024-04-27T01:33:54.429722+0000 (oldest deadline 2024-04-27T01:34:20.329889+0000) 2024-04-27T01:34:29.320 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:29 smithi046 bash[48875]: debug 2024-04-27T01:34:29.038+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.831967+0000 front 2024-04-27T01:34:03.831904+0000 (oldest deadline 2024-04-27T01:34:27.331410+0000) 2024-04-27T01:34:29.573 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:34:29 smithi046 bash[69112]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-4 2024-04-27T01:34:29.574 INFO:journalctl@ceph.osd.4.smithi046.stdout:Apr 27 01:34:29 smithi046 bash[69175]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-4 2024-04-27T01:34:29.574 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:29 smithi046 bash[50816]: debug 2024-04-27T01:34:29.334+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:29.574 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:29 smithi046 bash[50816]: debug 2024-04-27T01:34:29.334+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:02.026187+0000 front 2024-04-27T01:34:02.026238+0000 (oldest deadline 2024-04-27T01:34:25.525879+0000) 2024-04-27T01:34:29.920 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:29 smithi046 bash[52678]: debug 2024-04-27T01:34:29.734+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:29.920 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:29 smithi046 bash[52678]: debug 2024-04-27T01:34:29.734+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:30.331 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:30 smithi046 bash[48875]: debug 2024-04-27T01:34:30.058+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:54.429682+0000 front 2024-04-27T01:33:54.429722+0000 (oldest deadline 2024-04-27T01:34:20.329889+0000) 2024-04-27T01:34:30.331 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:30 smithi046 bash[48875]: debug 2024-04-27T01:34:30.058+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.831967+0000 front 2024-04-27T01:34:03.831904+0000 (oldest deadline 2024-04-27T01:34:27.331410+0000) 2024-04-27T01:34:30.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:30 smithi046 bash[50816]: debug 2024-04-27T01:34:30.346+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:30.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:30 smithi046 bash[50816]: debug 2024-04-27T01:34:30.346+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:02.026187+0000 front 2024-04-27T01:34:02.026238+0000 (oldest deadline 2024-04-27T01:34:25.525879+0000) 2024-04-27T01:34:31.057 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:30 smithi046 bash[52678]: debug 2024-04-27T01:34:30.762+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:31.058 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:30 smithi046 bash[52678]: debug 2024-04-27T01:34:30.762+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:31.346 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:31 smithi046 bash[48875]: debug 2024-04-27T01:34:31.094+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:54.429682+0000 front 2024-04-27T01:33:54.429722+0000 (oldest deadline 2024-04-27T01:34:20.329889+0000) 2024-04-27T01:34:31.347 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:31 smithi046 bash[48875]: debug 2024-04-27T01:34:31.094+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.831967+0000 front 2024-04-27T01:34:03.831904+0000 (oldest deadline 2024-04-27T01:34:27.331410+0000) 2024-04-27T01:34:31.497 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.4.service' 2024-04-27T01:34:31.526 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-27T01:34:31.526 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-04-27T01:34:31.526 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-04-27T01:34:31.526 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.5 2024-04-27T01:34:31.670 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:31 smithi046 systemd[1]: Stopping Ceph osd.5 for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:34:31.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:31 smithi046 bash[50816]: debug 2024-04-27T01:34:31.362+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:31.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:31 smithi046 bash[50816]: debug 2024-04-27T01:34:31.362+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:02.026187+0000 front 2024-04-27T01:34:02.026238+0000 (oldest deadline 2024-04-27T01:34:25.525879+0000) 2024-04-27T01:34:31.769 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:31 smithi046 bash[48875]: debug 2024-04-27T01:34:31.726+0000 7fec730ad700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-27T01:34:31.769 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:31 smithi046 bash[48875]: debug 2024-04-27T01:34:31.726+0000 7fec730ad700 -1 osd.5 153 *** Got signal Terminated *** 2024-04-27T01:34:31.769 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:31 smithi046 bash[48875]: debug 2024-04-27T01:34:31.726+0000 7fec730ad700 -1 osd.5 153 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-27T01:34:32.043 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:31 smithi046 bash[52678]: debug 2024-04-27T01:34:31.782+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:32.044 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:31 smithi046 bash[52678]: debug 2024-04-27T01:34:31.782+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:32.377 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:32 smithi046 bash[48875]: debug 2024-04-27T01:34:32.058+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:54.429682+0000 front 2024-04-27T01:33:54.429722+0000 (oldest deadline 2024-04-27T01:34:20.329889+0000) 2024-04-27T01:34:32.377 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:32 smithi046 bash[48875]: debug 2024-04-27T01:34:32.058+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.831967+0000 front 2024-04-27T01:34:03.831904+0000 (oldest deadline 2024-04-27T01:34:27.331410+0000) 2024-04-27T01:34:32.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:32 smithi046 bash[50816]: debug 2024-04-27T01:34:32.390+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:32.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:32 smithi046 bash[50816]: debug 2024-04-27T01:34:32.390+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:02.026187+0000 front 2024-04-27T01:34:02.026238+0000 (oldest deadline 2024-04-27T01:34:25.525879+0000) 2024-04-27T01:34:33.092 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:32 smithi046 bash[52678]: debug 2024-04-27T01:34:32.806+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:33.092 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:32 smithi046 bash[52678]: debug 2024-04-27T01:34:32.806+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:33.391 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:33 smithi046 bash[48875]: debug 2024-04-27T01:34:33.106+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:54.429682+0000 front 2024-04-27T01:33:54.429722+0000 (oldest deadline 2024-04-27T01:34:20.329889+0000) 2024-04-27T01:34:33.391 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:33 smithi046 bash[48875]: debug 2024-04-27T01:34:33.106+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.831967+0000 front 2024-04-27T01:34:03.831904+0000 (oldest deadline 2024-04-27T01:34:27.331410+0000) 2024-04-27T01:34:33.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:33 smithi046 bash[50816]: debug 2024-04-27T01:34:33.406+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:33.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:33 smithi046 bash[50816]: debug 2024-04-27T01:34:33.406+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:02.026187+0000 front 2024-04-27T01:34:02.026238+0000 (oldest deadline 2024-04-27T01:34:25.525879+0000) 2024-04-27T01:34:33.929 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:34:33 smithi042 bash[82513]: ts=2024-04-27T01:34:33.539Z caller=dispatch.go:352 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=12 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi046.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.46:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi042.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.42:8443: connect: connection refused" 2024-04-27T01:34:33.929 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:34:33 smithi042 bash[82513]: ts=2024-04-27T01:34:33.541Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi042.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.42:8443: connect: connection refused" 2024-04-27T01:34:33.929 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:34:33 smithi042 bash[82513]: ts=2024-04-27T01:34:33.542Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi046.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.46:8443: connect: connection refused" 2024-04-27T01:34:34.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:33 smithi046 bash[52678]: debug 2024-04-27T01:34:33.854+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:34.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:33 smithi046 bash[52678]: debug 2024-04-27T01:34:33.854+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:34.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:33 smithi046 bash[52678]: debug 2024-04-27T01:34:33.854+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.872570+0000 front 2024-04-27T01:34:11.872733+0000 (oldest deadline 2024-04-27T01:34:32.972369+0000) 2024-04-27T01:34:34.170 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:34 smithi046 bash[48875]: debug 2024-04-27T01:34:34.066+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:54.429682+0000 front 2024-04-27T01:33:54.429722+0000 (oldest deadline 2024-04-27T01:34:20.329889+0000) 2024-04-27T01:34:34.170 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:34 smithi046 bash[48875]: debug 2024-04-27T01:34:34.066+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.831967+0000 front 2024-04-27T01:34:03.831904+0000 (oldest deadline 2024-04-27T01:34:27.331410+0000) 2024-04-27T01:34:34.171 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:34 smithi046 bash[48875]: debug 2024-04-27T01:34:34.066+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:07.332460+0000 front 2024-04-27T01:34:07.332206+0000 (oldest deadline 2024-04-27T01:34:33.232213+0000) 2024-04-27T01:34:34.801 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:34 smithi046 bash[50816]: debug 2024-04-27T01:34:34.450+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:34.801 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:34 smithi046 bash[50816]: debug 2024-04-27T01:34:34.450+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:02.026187+0000 front 2024-04-27T01:34:02.026238+0000 (oldest deadline 2024-04-27T01:34:25.525879+0000) 2024-04-27T01:34:34.801 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:34 smithi046 bash[50816]: debug 2024-04-27T01:34:34.450+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.328864+0000 front 2024-04-27T01:34:11.328156+0000 (oldest deadline 2024-04-27T01:34:33.627866+0000) 2024-04-27T01:34:35.096 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:34 smithi046 bash[52678]: debug 2024-04-27T01:34:34.814+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:35.097 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:34 smithi046 bash[52678]: debug 2024-04-27T01:34:34.814+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:35.097 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:34 smithi046 bash[52678]: debug 2024-04-27T01:34:34.814+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.872570+0000 front 2024-04-27T01:34:11.872733+0000 (oldest deadline 2024-04-27T01:34:32.972369+0000) 2024-04-27T01:34:35.396 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:35 smithi046 bash[48875]: debug 2024-04-27T01:34:35.110+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:54.429682+0000 front 2024-04-27T01:33:54.429722+0000 (oldest deadline 2024-04-27T01:34:20.329889+0000) 2024-04-27T01:34:35.396 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:35 smithi046 bash[48875]: debug 2024-04-27T01:34:35.110+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.831967+0000 front 2024-04-27T01:34:03.831904+0000 (oldest deadline 2024-04-27T01:34:27.331410+0000) 2024-04-27T01:34:35.396 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:35 smithi046 bash[48875]: debug 2024-04-27T01:34:35.110+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:07.332460+0000 front 2024-04-27T01:34:07.332206+0000 (oldest deadline 2024-04-27T01:34:33.232213+0000) 2024-04-27T01:34:35.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:35 smithi046 bash[50816]: debug 2024-04-27T01:34:35.410+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:35.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:35 smithi046 bash[50816]: debug 2024-04-27T01:34:35.410+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:02.026187+0000 front 2024-04-27T01:34:02.026238+0000 (oldest deadline 2024-04-27T01:34:25.525879+0000) 2024-04-27T01:34:35.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:35 smithi046 bash[50816]: debug 2024-04-27T01:34:35.410+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.328864+0000 front 2024-04-27T01:34:11.328156+0000 (oldest deadline 2024-04-27T01:34:33.627866+0000) 2024-04-27T01:34:35.670 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:34:35 smithi046 bash[62643]: ts=2024-04-27T01:34:35.516Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=nvmeof msg="Unable to refresh target groups" err="Get \"http://172.21.15.42:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.42:8765: connect: connection refused" 2024-04-27T01:34:35.670 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:34:35 smithi046 bash[62643]: ts=2024-04-27T01:34:35.524Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=node msg="Unable to refresh target groups" err="Get \"http://172.21.15.42:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.42:8765: connect: connection refused" 2024-04-27T01:34:35.670 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:34:35 smithi046 bash[62643]: ts=2024-04-27T01:34:35.527Z caller=refresh.go:99 level=error component="discovery manager notify" discovery=http config=config-0 msg="Unable to refresh target groups" err="Get \"http://172.21.15.42:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.42:8765: connect: connection refused" 2024-04-27T01:34:35.671 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:34:35 smithi046 bash[62643]: ts=2024-04-27T01:34:35.531Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=ceph-exporter msg="Unable to refresh target groups" err="Get \"http://172.21.15.42:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.42:8765: connect: connection refused" 2024-04-27T01:34:35.671 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:34:35 smithi046 bash[62643]: ts=2024-04-27T01:34:35.535Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=ceph msg="Unable to refresh target groups" err="Get \"http://172.21.15.42:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.42:8765: connect: connection refused" 2024-04-27T01:34:36.170 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:36 smithi046 bash[48875]: debug 2024-04-27T01:34:36.086+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:54.429682+0000 front 2024-04-27T01:33:54.429722+0000 (oldest deadline 2024-04-27T01:34:20.329889+0000) 2024-04-27T01:34:36.170 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:36 smithi046 bash[48875]: debug 2024-04-27T01:34:36.086+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.831967+0000 front 2024-04-27T01:34:03.831904+0000 (oldest deadline 2024-04-27T01:34:27.331410+0000) 2024-04-27T01:34:36.170 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:36 smithi046 bash[48875]: debug 2024-04-27T01:34:36.086+0000 7fec6f6a1700 -1 osd.5 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:07.332460+0000 front 2024-04-27T01:34:07.332206+0000 (oldest deadline 2024-04-27T01:34:33.232213+0000) 2024-04-27T01:34:36.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:35 smithi046 bash[52678]: debug 2024-04-27T01:34:35.850+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:36.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:35 smithi046 bash[52678]: debug 2024-04-27T01:34:35.850+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:36.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:35 smithi046 bash[52678]: debug 2024-04-27T01:34:35.850+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.872570+0000 front 2024-04-27T01:34:11.872733+0000 (oldest deadline 2024-04-27T01:34:32.972369+0000) 2024-04-27T01:34:36.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:36 smithi046 bash[50816]: debug 2024-04-27T01:34:36.390+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:36.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:36 smithi046 bash[50816]: debug 2024-04-27T01:34:36.390+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:02.026187+0000 front 2024-04-27T01:34:02.026238+0000 (oldest deadline 2024-04-27T01:34:25.525879+0000) 2024-04-27T01:34:36.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:36 smithi046 bash[50816]: debug 2024-04-27T01:34:36.390+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.328864+0000 front 2024-04-27T01:34:11.328156+0000 (oldest deadline 2024-04-27T01:34:33.627866+0000) 2024-04-27T01:34:37.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:36 smithi046 bash[52678]: debug 2024-04-27T01:34:36.870+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:37.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:36 smithi046 bash[52678]: debug 2024-04-27T01:34:36.870+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:37.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:36 smithi046 bash[52678]: debug 2024-04-27T01:34:36.870+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.872570+0000 front 2024-04-27T01:34:11.872733+0000 (oldest deadline 2024-04-27T01:34:32.972369+0000) 2024-04-27T01:34:37.532 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:37 smithi046 bash[50816]: debug 2024-04-27T01:34:37.386+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:37.532 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:37 smithi046 bash[50816]: debug 2024-04-27T01:34:37.386+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:02.026187+0000 front 2024-04-27T01:34:02.026238+0000 (oldest deadline 2024-04-27T01:34:25.525879+0000) 2024-04-27T01:34:37.532 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:37 smithi046 bash[50816]: debug 2024-04-27T01:34:37.386+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.328864+0000 front 2024-04-27T01:34:11.328156+0000 (oldest deadline 2024-04-27T01:34:33.627866+0000) 2024-04-27T01:34:38.148 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:37 smithi046 bash[69310]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-5 2024-04-27T01:34:38.148 INFO:journalctl@ceph.osd.5.smithi046.stdout:Apr 27 01:34:38 smithi046 bash[69373]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-5 2024-04-27T01:34:38.148 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:37 smithi046 bash[52678]: debug 2024-04-27T01:34:37.866+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:38.148 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:37 smithi046 bash[52678]: debug 2024-04-27T01:34:37.866+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:38.148 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:37 smithi046 bash[52678]: debug 2024-04-27T01:34:37.866+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.872570+0000 front 2024-04-27T01:34:11.872733+0000 (oldest deadline 2024-04-27T01:34:32.972369+0000) 2024-04-27T01:34:38.420 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:38 smithi046 bash[50816]: debug 2024-04-27T01:34:38.366+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:38.420 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:38 smithi046 bash[50816]: debug 2024-04-27T01:34:38.366+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:02.026187+0000 front 2024-04-27T01:34:02.026238+0000 (oldest deadline 2024-04-27T01:34:25.525879+0000) 2024-04-27T01:34:38.420 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:38 smithi046 bash[50816]: debug 2024-04-27T01:34:38.366+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.328864+0000 front 2024-04-27T01:34:11.328156+0000 (oldest deadline 2024-04-27T01:34:33.627866+0000) 2024-04-27T01:34:39.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:38 smithi046 bash[52678]: debug 2024-04-27T01:34:38.846+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:39.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:38 smithi046 bash[52678]: debug 2024-04-27T01:34:38.846+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:39.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:38 smithi046 bash[52678]: debug 2024-04-27T01:34:38.846+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.872570+0000 front 2024-04-27T01:34:11.872733+0000 (oldest deadline 2024-04-27T01:34:32.972369+0000) 2024-04-27T01:34:39.642 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:39 smithi046 bash[50816]: debug 2024-04-27T01:34:39.354+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:39.642 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:39 smithi046 bash[50816]: debug 2024-04-27T01:34:39.354+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:02.026187+0000 front 2024-04-27T01:34:02.026238+0000 (oldest deadline 2024-04-27T01:34:25.525879+0000) 2024-04-27T01:34:39.642 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:39 smithi046 bash[50816]: debug 2024-04-27T01:34:39.354+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.328864+0000 front 2024-04-27T01:34:11.328156+0000 (oldest deadline 2024-04-27T01:34:33.627866+0000) 2024-04-27T01:34:39.920 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:39 smithi046 bash[52678]: debug 2024-04-27T01:34:39.834+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:39.920 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:39 smithi046 bash[52678]: debug 2024-04-27T01:34:39.834+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:39.920 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:39 smithi046 bash[52678]: debug 2024-04-27T01:34:39.834+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.872570+0000 front 2024-04-27T01:34:11.872733+0000 (oldest deadline 2024-04-27T01:34:32.972369+0000) 2024-04-27T01:34:40.280 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.5.service' 2024-04-27T01:34:40.311 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-27T01:34:40.311 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-04-27T01:34:40.311 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-04-27T01:34:40.312 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.6 2024-04-27T01:34:40.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:40 smithi046 bash[50816]: debug 2024-04-27T01:34:40.378+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:40.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:40 smithi046 bash[50816]: debug 2024-04-27T01:34:40.378+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:02.026187+0000 front 2024-04-27T01:34:02.026238+0000 (oldest deadline 2024-04-27T01:34:25.525879+0000) 2024-04-27T01:34:40.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:40 smithi046 bash[50816]: debug 2024-04-27T01:34:40.378+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.328864+0000 front 2024-04-27T01:34:11.328156+0000 (oldest deadline 2024-04-27T01:34:33.627866+0000) 2024-04-27T01:34:40.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:40 smithi046 systemd[1]: Stopping Ceph osd.6 for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:34:40.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:40 smithi046 bash[50816]: debug 2024-04-27T01:34:40.510+0000 7fb3281c3700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-27T01:34:40.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:40 smithi046 bash[50816]: debug 2024-04-27T01:34:40.510+0000 7fb3281c3700 -1 osd.6 153 *** Got signal Terminated *** 2024-04-27T01:34:40.671 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:40 smithi046 bash[50816]: debug 2024-04-27T01:34:40.510+0000 7fb3281c3700 -1 osd.6 153 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-27T01:34:41.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:40 smithi046 bash[52678]: debug 2024-04-27T01:34:40.834+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:41.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:40 smithi046 bash[52678]: debug 2024-04-27T01:34:40.834+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:41.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:40 smithi046 bash[52678]: debug 2024-04-27T01:34:40.834+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.872570+0000 front 2024-04-27T01:34:11.872733+0000 (oldest deadline 2024-04-27T01:34:32.972369+0000) 2024-04-27T01:34:41.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:41 smithi046 bash[50816]: debug 2024-04-27T01:34:41.414+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:41.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:41 smithi046 bash[50816]: debug 2024-04-27T01:34:41.414+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:02.026187+0000 front 2024-04-27T01:34:02.026238+0000 (oldest deadline 2024-04-27T01:34:25.525879+0000) 2024-04-27T01:34:41.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:41 smithi046 bash[50816]: debug 2024-04-27T01:34:41.414+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.328864+0000 front 2024-04-27T01:34:11.328156+0000 (oldest deadline 2024-04-27T01:34:33.627866+0000) 2024-04-27T01:34:42.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:41 smithi046 bash[52678]: debug 2024-04-27T01:34:41.786+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:42.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:41 smithi046 bash[52678]: debug 2024-04-27T01:34:41.786+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:42.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:41 smithi046 bash[52678]: debug 2024-04-27T01:34:41.786+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.872570+0000 front 2024-04-27T01:34:11.872733+0000 (oldest deadline 2024-04-27T01:34:32.972369+0000) 2024-04-27T01:34:42.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:42 smithi046 bash[50816]: debug 2024-04-27T01:34:42.378+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:42.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:42 smithi046 bash[50816]: debug 2024-04-27T01:34:42.378+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:02.026187+0000 front 2024-04-27T01:34:02.026238+0000 (oldest deadline 2024-04-27T01:34:25.525879+0000) 2024-04-27T01:34:42.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:42 smithi046 bash[50816]: debug 2024-04-27T01:34:42.378+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.328864+0000 front 2024-04-27T01:34:11.328156+0000 (oldest deadline 2024-04-27T01:34:33.627866+0000) 2024-04-27T01:34:43.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:42 smithi046 bash[52678]: debug 2024-04-27T01:34:42.770+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:43.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:42 smithi046 bash[52678]: debug 2024-04-27T01:34:42.770+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:43.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:42 smithi046 bash[52678]: debug 2024-04-27T01:34:42.770+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.872570+0000 front 2024-04-27T01:34:11.872733+0000 (oldest deadline 2024-04-27T01:34:32.972369+0000) 2024-04-27T01:34:43.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:43 smithi046 bash[50816]: debug 2024-04-27T01:34:43.366+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:43.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:43 smithi046 bash[50816]: debug 2024-04-27T01:34:43.366+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:02.026187+0000 front 2024-04-27T01:34:02.026238+0000 (oldest deadline 2024-04-27T01:34:25.525879+0000) 2024-04-27T01:34:43.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:43 smithi046 bash[50816]: debug 2024-04-27T01:34:43.366+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.328864+0000 front 2024-04-27T01:34:11.328156+0000 (oldest deadline 2024-04-27T01:34:33.627866+0000) 2024-04-27T01:34:43.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:43 smithi046 bash[50816]: debug 2024-04-27T01:34:43.366+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2024-04-27T01:34:17.629784+0000 front 2024-04-27T01:34:17.629866+0000 (oldest deadline 2024-04-27T01:34:42.830291+0000) 2024-04-27T01:34:43.929 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:34:43 smithi042 bash[82513]: ts=2024-04-27T01:34:43.540Z caller=dispatch.go:352 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=12 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi042.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.42:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi046.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.46:8443: connect: connection refused" 2024-04-27T01:34:43.929 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:34:43 smithi042 bash[82513]: ts=2024-04-27T01:34:43.542Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi042.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.42:8443: connect: connection refused" 2024-04-27T01:34:43.929 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:34:43 smithi042 bash[82513]: ts=2024-04-27T01:34:43.544Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi046.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.46:8443: connect: connection refused" 2024-04-27T01:34:44.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:43 smithi046 bash[52678]: debug 2024-04-27T01:34:43.750+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:44.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:43 smithi046 bash[52678]: debug 2024-04-27T01:34:43.750+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:44.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:43 smithi046 bash[52678]: debug 2024-04-27T01:34:43.750+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.872570+0000 front 2024-04-27T01:34:11.872733+0000 (oldest deadline 2024-04-27T01:34:32.972369+0000) 2024-04-27T01:34:44.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:43 smithi046 bash[52678]: debug 2024-04-27T01:34:43.750+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2024-04-27T01:34:18.675009+0000 front 2024-04-27T01:34:18.675043+0000 (oldest deadline 2024-04-27T01:34:42.774796+0000) 2024-04-27T01:34:44.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:44 smithi046 bash[50816]: debug 2024-04-27T01:34:44.334+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:44.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:44 smithi046 bash[50816]: debug 2024-04-27T01:34:44.334+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:02.026187+0000 front 2024-04-27T01:34:02.026238+0000 (oldest deadline 2024-04-27T01:34:25.525879+0000) 2024-04-27T01:34:44.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:44 smithi046 bash[50816]: debug 2024-04-27T01:34:44.334+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.328864+0000 front 2024-04-27T01:34:11.328156+0000 (oldest deadline 2024-04-27T01:34:33.627866+0000) 2024-04-27T01:34:44.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:44 smithi046 bash[50816]: debug 2024-04-27T01:34:44.334+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2024-04-27T01:34:17.629784+0000 front 2024-04-27T01:34:17.629866+0000 (oldest deadline 2024-04-27T01:34:42.830291+0000) 2024-04-27T01:34:45.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:44 smithi046 bash[52678]: debug 2024-04-27T01:34:44.762+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:45.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:44 smithi046 bash[52678]: debug 2024-04-27T01:34:44.762+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:45.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:44 smithi046 bash[52678]: debug 2024-04-27T01:34:44.762+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.872570+0000 front 2024-04-27T01:34:11.872733+0000 (oldest deadline 2024-04-27T01:34:32.972369+0000) 2024-04-27T01:34:45.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:44 smithi046 bash[52678]: debug 2024-04-27T01:34:44.762+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2024-04-27T01:34:18.675009+0000 front 2024-04-27T01:34:18.675043+0000 (oldest deadline 2024-04-27T01:34:42.774796+0000) 2024-04-27T01:34:45.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:45 smithi046 bash[50816]: debug 2024-04-27T01:34:45.370+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.818291+0000 front 2024-04-27T01:33:55.818620+0000 (oldest deadline 2024-04-27T01:34:19.323521+0000) 2024-04-27T01:34:45.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:45 smithi046 bash[50816]: debug 2024-04-27T01:34:45.370+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:02.026187+0000 front 2024-04-27T01:34:02.026238+0000 (oldest deadline 2024-04-27T01:34:25.525879+0000) 2024-04-27T01:34:45.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:45 smithi046 bash[50816]: debug 2024-04-27T01:34:45.370+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.328864+0000 front 2024-04-27T01:34:11.328156+0000 (oldest deadline 2024-04-27T01:34:33.627866+0000) 2024-04-27T01:34:45.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:45 smithi046 bash[50816]: debug 2024-04-27T01:34:45.370+0000 7fb3247b7700 -1 osd.6 153 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2024-04-27T01:34:17.629784+0000 front 2024-04-27T01:34:17.629866+0000 (oldest deadline 2024-04-27T01:34:42.830291+0000) 2024-04-27T01:34:46.089 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:45 smithi046 bash[52678]: debug 2024-04-27T01:34:45.758+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:46.089 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:45 smithi046 bash[52678]: debug 2024-04-27T01:34:45.758+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:46.089 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:45 smithi046 bash[52678]: debug 2024-04-27T01:34:45.758+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.872570+0000 front 2024-04-27T01:34:11.872733+0000 (oldest deadline 2024-04-27T01:34:32.972369+0000) 2024-04-27T01:34:46.089 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:45 smithi046 bash[52678]: debug 2024-04-27T01:34:45.758+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2024-04-27T01:34:18.675009+0000 front 2024-04-27T01:34:18.675043+0000 (oldest deadline 2024-04-27T01:34:42.774796+0000) 2024-04-27T01:34:46.669 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:46 smithi046 bash[69503]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-6 2024-04-27T01:34:46.670 INFO:journalctl@ceph.osd.6.smithi046.stdout:Apr 27 01:34:46 smithi046 bash[69569]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-6 2024-04-27T01:34:47.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:46 smithi046 bash[52678]: debug 2024-04-27T01:34:46.794+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:47.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:46 smithi046 bash[52678]: debug 2024-04-27T01:34:46.794+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:47.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:46 smithi046 bash[52678]: debug 2024-04-27T01:34:46.794+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.872570+0000 front 2024-04-27T01:34:11.872733+0000 (oldest deadline 2024-04-27T01:34:32.972369+0000) 2024-04-27T01:34:47.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:46 smithi046 bash[52678]: debug 2024-04-27T01:34:46.794+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2024-04-27T01:34:18.675009+0000 front 2024-04-27T01:34:18.675043+0000 (oldest deadline 2024-04-27T01:34:42.774796+0000) 2024-04-27T01:34:48.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:47 smithi046 bash[52678]: debug 2024-04-27T01:34:47.838+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:48.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:47 smithi046 bash[52678]: debug 2024-04-27T01:34:47.838+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:48.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:47 smithi046 bash[52678]: debug 2024-04-27T01:34:47.838+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.872570+0000 front 2024-04-27T01:34:11.872733+0000 (oldest deadline 2024-04-27T01:34:32.972369+0000) 2024-04-27T01:34:48.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:47 smithi046 bash[52678]: debug 2024-04-27T01:34:47.838+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2024-04-27T01:34:18.675009+0000 front 2024-04-27T01:34:18.675043+0000 (oldest deadline 2024-04-27T01:34:42.774796+0000) 2024-04-27T01:34:48.489 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.6.service' 2024-04-27T01:34:48.517 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-27T01:34:48.517 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-04-27T01:34:48.517 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-04-27T01:34:48.517 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.7 2024-04-27T01:34:48.794 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:48 smithi046 systemd[1]: Stopping Ceph osd.7 for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:34:48.794 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:48 smithi046 bash[52678]: debug 2024-04-27T01:34:48.726+0000 7f5429c0f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-27T01:34:48.794 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:48 smithi046 bash[52678]: debug 2024-04-27T01:34:48.726+0000 7f5429c0f700 -1 osd.7 153 *** Got signal Terminated *** 2024-04-27T01:34:48.794 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:48 smithi046 bash[52678]: debug 2024-04-27T01:34:48.726+0000 7f5429c0f700 -1 osd.7 153 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-27T01:34:48.794 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:48 smithi046 bash[52678]: debug 2024-04-27T01:34:48.806+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:48.794 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:48 smithi046 bash[52678]: debug 2024-04-27T01:34:48.806+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:49.169 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:48 smithi046 bash[52678]: debug 2024-04-27T01:34:48.806+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.872570+0000 front 2024-04-27T01:34:11.872733+0000 (oldest deadline 2024-04-27T01:34:32.972369+0000) 2024-04-27T01:34:49.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:48 smithi046 bash[52678]: debug 2024-04-27T01:34:48.806+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2024-04-27T01:34:18.675009+0000 front 2024-04-27T01:34:18.675043+0000 (oldest deadline 2024-04-27T01:34:42.774796+0000) 2024-04-27T01:34:50.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:49 smithi046 bash[52678]: debug 2024-04-27T01:34:49.802+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:50.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:49 smithi046 bash[52678]: debug 2024-04-27T01:34:49.802+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:50.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:49 smithi046 bash[52678]: debug 2024-04-27T01:34:49.802+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.872570+0000 front 2024-04-27T01:34:11.872733+0000 (oldest deadline 2024-04-27T01:34:32.972369+0000) 2024-04-27T01:34:50.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:49 smithi046 bash[52678]: debug 2024-04-27T01:34:49.802+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2024-04-27T01:34:18.675009+0000 front 2024-04-27T01:34:18.675043+0000 (oldest deadline 2024-04-27T01:34:42.774796+0000) 2024-04-27T01:34:51.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:50 smithi046 bash[52678]: debug 2024-04-27T01:34:50.838+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:51.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:50 smithi046 bash[52678]: debug 2024-04-27T01:34:50.838+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:51.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:50 smithi046 bash[52678]: debug 2024-04-27T01:34:50.838+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.872570+0000 front 2024-04-27T01:34:11.872733+0000 (oldest deadline 2024-04-27T01:34:32.972369+0000) 2024-04-27T01:34:51.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:50 smithi046 bash[52678]: debug 2024-04-27T01:34:50.838+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2024-04-27T01:34:18.675009+0000 front 2024-04-27T01:34:18.675043+0000 (oldest deadline 2024-04-27T01:34:42.774796+0000) 2024-04-27T01:34:52.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:51 smithi046 bash[52678]: debug 2024-04-27T01:34:51.890+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:52.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:51 smithi046 bash[52678]: debug 2024-04-27T01:34:51.890+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:52.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:51 smithi046 bash[52678]: debug 2024-04-27T01:34:51.890+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.872570+0000 front 2024-04-27T01:34:11.872733+0000 (oldest deadline 2024-04-27T01:34:32.972369+0000) 2024-04-27T01:34:52.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:51 smithi046 bash[52678]: debug 2024-04-27T01:34:51.890+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2024-04-27T01:34:18.675009+0000 front 2024-04-27T01:34:18.675043+0000 (oldest deadline 2024-04-27T01:34:42.774796+0000) 2024-04-27T01:34:52.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:51 smithi046 bash[52678]: debug 2024-04-27T01:34:51.890+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.46:6804 osd.4 since back 2024-04-27T01:34:26.776953+0000 front 2024-04-27T01:34:26.777042+0000 (oldest deadline 2024-04-27T01:34:50.876767+0000) 2024-04-27T01:34:53.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:52 smithi046 bash[52678]: debug 2024-04-27T01:34:52.902+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2024-04-27T01:33:55.068089+0000 front 2024-04-27T01:33:55.068311+0000 (oldest deadline 2024-04-27T01:34:20.968083+0000) 2024-04-27T01:34:53.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:52 smithi046 bash[52678]: debug 2024-04-27T01:34:52.902+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2024-04-27T01:34:03.169963+0000 front 2024-04-27T01:34:03.170049+0000 (oldest deadline 2024-04-27T01:34:25.470197+0000) 2024-04-27T01:34:53.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:52 smithi046 bash[52678]: debug 2024-04-27T01:34:52.902+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2024-04-27T01:34:11.872570+0000 front 2024-04-27T01:34:11.872733+0000 (oldest deadline 2024-04-27T01:34:32.972369+0000) 2024-04-27T01:34:53.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:52 smithi046 bash[52678]: debug 2024-04-27T01:34:52.902+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2024-04-27T01:34:18.675009+0000 front 2024-04-27T01:34:18.675043+0000 (oldest deadline 2024-04-27T01:34:42.774796+0000) 2024-04-27T01:34:53.170 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:52 smithi046 bash[52678]: debug 2024-04-27T01:34:52.902+0000 7f5426203700 -1 osd.7 153 heartbeat_check: no reply from 172.21.15.46:6804 osd.4 since back 2024-04-27T01:34:26.776953+0000 front 2024-04-27T01:34:26.777042+0000 (oldest deadline 2024-04-27T01:34:50.876767+0000) 2024-04-27T01:34:53.929 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:34:53 smithi042 bash[82513]: ts=2024-04-27T01:34:53.541Z caller=dispatch.go:352 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=12 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi042.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.42:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi046.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.46:8443: connect: connection refused" 2024-04-27T01:34:53.929 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:34:53 smithi042 bash[82513]: ts=2024-04-27T01:34:53.543Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi042.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.42:8443: connect: connection refused" 2024-04-27T01:34:53.929 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:34:53 smithi042 bash[82513]: ts=2024-04-27T01:34:53.544Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi046.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.46:8443: connect: connection refused" 2024-04-27T01:34:54.826 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:54 smithi046 bash[69701]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-7 2024-04-27T01:34:54.826 INFO:journalctl@ceph.osd.7.smithi046.stdout:Apr 27 01:34:54 smithi046 bash[69763]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-osd-7 2024-04-27T01:34:56.471 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@osd.7.service' 2024-04-27T01:34:56.499 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-27T01:34:56.499 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-04-27T01:34:56.499 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-04-27T01:34:56.499 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@prometheus.a 2024-04-27T01:34:56.720 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:34:56 smithi046 systemd[1]: Stopping Ceph prometheus.a for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:34:57.170 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:34:56 smithi046 bash[62643]: ts=2024-04-27T01:34:56.738Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-04-27T01:34:57.170 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:34:56 smithi046 bash[62643]: ts=2024-04-27T01:34:56.738Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-04-27T01:34:57.170 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:34:56 smithi046 bash[62643]: ts=2024-04-27T01:34:56.738Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-04-27T01:34:57.170 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:34:56 smithi046 bash[62643]: ts=2024-04-27T01:34:56.738Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-04-27T01:34:57.170 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:34:56 smithi046 bash[62643]: ts=2024-04-27T01:34:56.738Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-04-27T01:34:57.171 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:34:56 smithi046 bash[62643]: ts=2024-04-27T01:34:56.738Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-04-27T01:34:57.171 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:34:56 smithi046 bash[62643]: ts=2024-04-27T01:34:56.738Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-04-27T01:34:57.171 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:34:56 smithi046 bash[62643]: ts=2024-04-27T01:34:56.738Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-04-27T01:34:57.171 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:34:56 smithi046 bash[62643]: ts=2024-04-27T01:34:56.739Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-04-27T01:34:57.171 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:34:56 smithi046 bash[62643]: ts=2024-04-27T01:34:56.739Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-04-27T01:34:57.171 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:34:56 smithi046 bash[62643]: ts=2024-04-27T01:34:56.739Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-04-27T01:34:57.171 INFO:journalctl@ceph.prometheus.a.smithi046.stdout:Apr 27 01:34:56 smithi046 bash[62643]: ts=2024-04-27T01:34:56.739Z caller=main.go:1147 level=info msg="See you next time!" 2024-04-27T01:34:57.477 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@prometheus.a.service' 2024-04-27T01:34:57.502 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-27T01:34:57.503 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-04-27T01:34:57.503 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-27T01:35:00.508 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:35:00 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:00.508 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:35:00 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:00.763 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:35:00 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:00.763 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:35:00 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:01.017 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:35:00 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:01.018 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:35:00 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:01.351 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:35:01 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:01.351 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:35:01 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:01.609 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:35:01 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:01.609 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:35:01 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:01.609 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:35:01 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:01.609 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:35:01 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:01.870 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:35:01 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:01.870 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:35:01 smithi042 bash[82513]: ts=2024-04-27T01:35:01.626Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi042.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.42:8443: connect: connection refused" 2024-04-27T01:35:01.870 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:35:01 smithi042 bash[82513]: ts=2024-04-27T01:35:01.627Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi046.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.46:8443: connect: connection refused" 2024-04-27T01:35:01.870 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:35:01 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:02.141 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:35:01 smithi042 systemd[1]: Stopping Ceph node-exporter.a for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:35:02.967 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:35:02 smithi042 bash[89293]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-node-exporter-a 2024-04-27T01:35:02.967 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:35:02 smithi042 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-04-27T01:35:02.967 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:35:02 smithi042 bash[89354]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-node-exporter-a 2024-04-27T01:35:02.967 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:35:02 smithi042 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@node-exporter.a.service: Failed with result 'exit-code'. 2024-04-27T01:35:02.968 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:35:02 smithi042 systemd[1]: Stopped Ceph node-exporter.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:35:03.303 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:35:02 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:03.304 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:35:03 smithi042 systemd[1]: Stopping Ceph alertmanager.a for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:35:03.304 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Apr 27 01:35:03 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:03.679 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:35:03 smithi042 bash[82513]: ts=2024-04-27T01:35:03.320Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-04-27T01:35:04.167 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:35:03 smithi042 bash[89415]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-alertmanager-a 2024-04-27T01:35:04.167 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:35:04 smithi042 bash[89475]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-alertmanager-a 2024-04-27T01:35:04.167 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:35:04 smithi042 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-04-27T01:35:04.167 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:35:04 smithi042 systemd[1]: Stopped Ceph alertmanager.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:35:04.429 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Apr 27 01:35:04 smithi042 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:37.451 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-27T01:35:40.536 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:35:40 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:40.536 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:35:40 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:40.825 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:35:40 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:40.825 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:35:40 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:40.825 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:35:40 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:40.825 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:35:40 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:41.107 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:35:41 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:41.107 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:35:41 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:41.419 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:35:41 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:41.420 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:35:41 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:41.753 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:35:41 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:41.754 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:35:41 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:41.754 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:35:41 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:41.754 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:35:41 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:42.123 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:35:41 smithi046 systemd[1]: Stopping Ceph node-exporter.b for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:35:42.746 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:35:42 smithi046 bash[70202]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-node-exporter-b 2024-04-27T01:35:42.746 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:35:42 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-04-27T01:35:42.747 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:35:42 smithi046 bash[70263]: Error response from daemon: No such container: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-node-exporter-b 2024-04-27T01:35:42.747 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:35:42 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@node-exporter.b.service: Failed with result 'exit-code'. 2024-04-27T01:35:42.747 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:35:42 smithi046 systemd[1]: Stopped Ceph node-exporter.b for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:35:43.016 INFO:journalctl@ceph.node-exporter.b.smithi046.stdout:Apr 27 01:35:42 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:43.016 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:35:42 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:35:43.016 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:35:42 smithi046 systemd[1]: Stopping Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968... 2024-04-27T01:35:43.016 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:35:42 smithi046 bash[66009]: logger=server t=2024-04-27T01:35:42.985762985Z level=info msg="Shutdown started" reason="System signal: terminated" 2024-04-27T01:35:43.016 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:35:42 smithi046 bash[66009]: logger=tracing t=2024-04-27T01:35:42.985825993Z level=info msg="Closing tracing" 2024-04-27T01:35:43.016 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:35:42 smithi046 bash[66009]: logger=ticker t=2024-04-27T01:35:42.985875633Z level=info msg=stopped last_tick=2024-04-27T01:35:40Z 2024-04-27T01:35:43.919 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:35:43 smithi046 bash[70326]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-grafana-a 2024-04-27T01:35:43.919 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:35:43 smithi046 bash[70385]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968-grafana-a 2024-04-27T01:35:43.919 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:35:43 smithi046 systemd[1]: ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@grafana.a.service: Deactivated successfully. 2024-04-27T01:35:43.920 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:35:43 smithi046 systemd[1]: Stopped Ceph grafana.a for 52cb9b7e-0432-11ef-bc93-c7b262605968. 2024-04-27T01:35:44.420 INFO:journalctl@ceph.grafana.a.smithi046.stdout:Apr 27 01:35:44 smithi046 systemd[1]: /etc/systemd/system/ceph-52cb9b7e-0432-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T01:36:06.507 DEBUG:teuthology.orchestra.run.smithi042:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-27T01:36:06.522 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-27T01:36:06.535 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-27T01:36:06.536 DEBUG:teuthology.misc:Transferring archived files from smithi042:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675457/remote/smithi042/crash 2024-04-27T01:36:06.537 DEBUG:teuthology.orchestra.run.smithi042:> sudo tar c -f - -C /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/crash -- . 2024-04-27T01:36:06.575 INFO:teuthology.orchestra.run.smithi042.stderr:tar: /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-27T01:36:06.575 INFO:teuthology.orchestra.run.smithi042.stderr:tar: Error is not recoverable: exiting now 2024-04-27T01:36:06.577 DEBUG:teuthology.misc:Transferring archived files from smithi046:/var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675457/remote/smithi046/crash 2024-04-27T01:36:06.578 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/crash -- . 2024-04-27T01:36:06.590 INFO:teuthology.orchestra.run.smithi046.stderr:tar: /var/lib/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-27T01:36:06.590 INFO:teuthology.orchestra.run.smithi046.stderr:tar: Error is not recoverable: exiting now 2024-04-27T01:36:06.591 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-27T01:36:06.591 DEBUG:teuthology.orchestra.run.smithi042:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-27T01:36:06.638 INFO:teuthology.orchestra.run.smithi042.stdout:2024-04-27T01:22:06.884080+0000 mon.a (mon.0) 947 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-27T01:36:06.639 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-04-27T01:36:06.639 DEBUG:teuthology.orchestra.run.smithi042:> sudo egrep '\[SEC\]' /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-27T01:36:06.698 DEBUG:teuthology.orchestra.run.smithi042:> sudo egrep '\[ERR\]' /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-27T01:36:06.753 DEBUG:teuthology.orchestra.run.smithi042:> sudo egrep '\[WRN\]' /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-27T01:36:06.809 INFO:teuthology.orchestra.run.smithi042.stdout:2024-04-27T01:22:06.884080+0000 mon.a (mon.0) 947 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-27T01:36:06.810 INFO:tasks.cephadm:Compressing logs... 2024-04-27T01:36:06.810 DEBUG:teuthology.orchestra.run.smithi042:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-27T01:36:06.854 DEBUG:teuthology.orchestra.run.smithi046:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-27T01:36:06.863 INFO:teuthology.orchestra.run.smithi042.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-27T01:36:06.869 INFO:teuthology.orchestra.run.smithi046.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-27T01:36:06.872 INFO:teuthology.orchestra.run.smithi042.stderr:gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-mgr.y.log 2024-04-27T01:36:06.873 INFO:teuthology.orchestra.run.smithi042.stderr:gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-osd.0.log 2024-04-27T01:36:06.873 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-osd.2.log 2024-04-27T01:36:06.874 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-mon.a.log 2024-04-27T01:36:06.874 INFO:teuthology.orchestra.run.smithi042.stderr:gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-27T01:36:06.875 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-osd.2.log: /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-osd.3.log 2024-04-27T01:36:06.876 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-client.rgw.foo.smithi042.btwsuv.log 2024-04-27T01:36:06.877 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-osd.1.log 2024-04-27T01:36:06.878 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-client.rgw.foo.smithi042.btwsuv.log: gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/tcmu-runner.log 2024-04-27T01:36:06.878 INFO:teuthology.orchestra.run.smithi042.stderr: 90.6% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-27T01:36:06.878 INFO:teuthology.orchestra.run.smithi042.stderr: 76.5% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-client.rgw.foo.smithi042.btwsuv.log.gz 2024-04-27T01:36:06.879 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph.log 2024-04-27T01:36:06.879 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/tcmu-runner.log: gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-27T01:36:06.880 INFO:teuthology.orchestra.run.smithi042.stderr: 84.2% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/tcmu-runner.log.gz/var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph.log: 2024-04-27T01:36:06.880 INFO:teuthology.orchestra.run.smithi042.stderr:gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-mon.c.log 2024-04-27T01:36:06.885 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-volume.log: 93.2% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-27T01:36:06.885 INFO:teuthology.orchestra.run.smithi042.stderr:gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-27T01:36:06.894 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-osd.7.log 2024-04-27T01:36:06.895 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-osd.6.log 2024-04-27T01:36:06.895 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-client.rgw.foo.smithi046.zouexy.log 2024-04-27T01:36:06.895 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-osd.7.log: /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-27T01:36:06.896 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-client.rgw.foo.smithi046.zouexy.log: gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-osd.5.log 2024-04-27T01:36:06.896 INFO:teuthology.orchestra.run.smithi046.stderr: 76.6% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-client.rgw.foo.smithi046.zouexy.log.gz 2024-04-27T01:36:06.897 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-client.rgw.smpl.smithi042.yftnvj.log 2024-04-27T01:36:06.897 INFO:teuthology.orchestra.run.smithi042.stderr: 91.3% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-volume.log.gz/var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph.audit.log: 2024-04-27T01:36:06.899 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-mgr.x.log 2024-04-27T01:36:06.899 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph.log 2024-04-27T01:36:06.900 INFO:teuthology.orchestra.run.smithi046.stderr: 83.7% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-27T01:36:06.900 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-27T01:36:06.900 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-27T01:36:06.900 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-mon.b.log 2024-04-27T01:36:06.900 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-osd.4.log 2024-04-27T01:36:06.902 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-mon.b.log: 88.1% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-27T01:36:06.903 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-client.rgw.smpl.smithi046.goucgg.log 2024-04-27T01:36:06.904 INFO:teuthology.orchestra.run.smithi042.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-27T01:36:06.905 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-client.rgw.smpl.smithi042.yftnvj.log: 76.8% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-client.rgw.smpl.smithi042.yftnvj.log.gz 2024-04-27T01:36:06.908 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-osd.4.log: 90.6% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-27T01:36:06.908 INFO:teuthology.orchestra.run.smithi042.stderr: 94.2% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-27T01:36:06.909 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-27T01:36:06.909 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-client.rgw.smpl.smithi046.goucgg.log: 76.0% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-client.rgw.smpl.smithi046.goucgg.log.gz 2024-04-27T01:36:06.914 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/cephadm.log: 91.5% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-27T01:36:06.921 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/cephadm.log: 91.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-27T01:36:06.946 INFO:teuthology.orchestra.run.smithi046.stderr: 91.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-27T01:36:06.979 INFO:teuthology.orchestra.run.smithi046.stderr: 89.9% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-mgr.x.log.gz 2024-04-27T01:36:07.296 INFO:teuthology.orchestra.run.smithi046.stderr: 92.6% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-mon.b.log.gz 2024-04-27T01:36:07.318 INFO:teuthology.orchestra.run.smithi042.stderr: 88.9% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-mgr.y.log.gz 2024-04-27T01:36:07.451 INFO:teuthology.orchestra.run.smithi042.stderr: 92.5% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-mon.c.log.gz 2024-04-27T01:36:07.909 INFO:teuthology.orchestra.run.smithi042.stderr: 93.2% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-osd.2.log.gz 2024-04-27T01:36:08.038 INFO:teuthology.orchestra.run.smithi042.stderr: 91.1% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-mon.a.log.gz 2024-04-27T01:36:08.265 INFO:teuthology.orchestra.run.smithi046.stderr: 93.4% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-osd.6.log.gz 2024-04-27T01:36:08.429 INFO:teuthology.orchestra.run.smithi046.stderr: 94.0% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-osd.7.log.gz 2024-04-27T01:36:08.473 INFO:teuthology.orchestra.run.smithi046.stderr: 93.5% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-osd.5.log.gz 2024-04-27T01:36:08.622 INFO:teuthology.orchestra.run.smithi042.stderr: 93.6% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-osd.1.log.gz 2024-04-27T01:36:08.723 INFO:teuthology.orchestra.run.smithi042.stderr: 93.6% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-osd.0.log.gz 2024-04-27T01:36:08.905 INFO:teuthology.orchestra.run.smithi046.stderr: 93.7% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-osd.4.log.gz 2024-04-27T01:36:08.906 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-04-27T01:36:08.906 INFO:teuthology.orchestra.run.smithi046.stderr:real 0m2.048s 2024-04-27T01:36:08.906 INFO:teuthology.orchestra.run.smithi046.stderr:user 0m6.870s 2024-04-27T01:36:08.906 INFO:teuthology.orchestra.run.smithi046.stderr:sys 0m0.189s 2024-04-27T01:36:09.133 INFO:teuthology.orchestra.run.smithi042.stderr: 93.6% -- replaced with /var/log/ceph/52cb9b7e-0432-11ef-bc93-c7b262605968/ceph-osd.3.log.gz 2024-04-27T01:36:09.135 INFO:teuthology.orchestra.run.smithi042.stderr: 2024-04-27T01:36:09.135 INFO:teuthology.orchestra.run.smithi042.stderr:real 0m2.280s 2024-04-27T01:36:09.135 INFO:teuthology.orchestra.run.smithi042.stderr:user 0m8.797s 2024-04-27T01:36:09.136 INFO:teuthology.orchestra.run.smithi042.stderr:sys 0m0.340s 2024-04-27T01:36:09.136 INFO:tasks.cephadm:Archiving logs... 2024-04-27T01:36:09.136 DEBUG:teuthology.misc:Transferring archived files from smithi042:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675457/remote/smithi042/log 2024-04-27T01:36:09.137 DEBUG:teuthology.orchestra.run.smithi042:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-27T01:36:10.170 DEBUG:teuthology.misc:Transferring archived files from smithi046:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675457/remote/smithi046/log 2024-04-27T01:36:10.171 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-27T01:36:10.964 INFO:tasks.cephadm:Removing cluster... 2024-04-27T01:36:10.964 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 --force 2024-04-27T01:36:11.723 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 52cb9b7e-0432-11ef-bc93-c7b262605968 --force 2024-04-27T01:36:12.471 INFO:tasks.cephadm:Removing cephadm ... 2024-04-27T01:36:12.471 DEBUG:teuthology.orchestra.run.smithi042:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-27T01:36:12.478 DEBUG:teuthology.orchestra.run.smithi046:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-27T01:36:12.483 INFO:tasks.cephadm:Teardown complete 2024-04-27T01:36:12.483 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-27T01:36:12.493 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-27T01:36:12.493 DEBUG:teuthology.orchestra.run.smithi042:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-27T01:36:12.522 DEBUG:teuthology.orchestra.run.smithi046:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-27T01:36:12.533 INFO:teuthology.orchestra.run.smithi042.stdout: remote refid st t when poll reach delay offset jitter 2024-04-27T01:36:12.533 INFO:teuthology.orchestra.run.smithi042.stdout:============================================================================== 2024-04-27T01:36:12.533 INFO:teuthology.orchestra.run.smithi042.stdout:*hv01.front.sepi 138.236.128.36 3 u 23 128 377 0.072 -1.635 0.280 2024-04-27T01:36:12.533 INFO:teuthology.orchestra.run.smithi042.stdout:+hv02.front.sepi 63.231.80.2 3 u 31 128 377 0.084 +1.696 0.094 2024-04-27T01:36:12.533 INFO:teuthology.orchestra.run.smithi042.stdout:+hv03.front.sepi 74.6.168.72 3 u 32 128 377 0.093 -1.200 0.074 2024-04-27T01:36:12.533 INFO:teuthology.orchestra.run.smithi042.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 +0.000 0.000 2024-04-27T01:36:12.535 INFO:teuthology.orchestra.run.smithi046.stdout: remote refid st t when poll reach delay offset jitter 2024-04-27T01:36:12.535 INFO:teuthology.orchestra.run.smithi046.stdout:============================================================================== 2024-04-27T01:36:12.535 INFO:teuthology.orchestra.run.smithi046.stdout:+hv01.front.sepi 138.236.128.36 3 u 32 128 377 0.092 -2.755 0.378 2024-04-27T01:36:12.535 INFO:teuthology.orchestra.run.smithi046.stdout:+hv02.front.sepi 63.231.80.2 3 u 18 128 377 0.088 +0.495 0.247 2024-04-27T01:36:12.535 INFO:teuthology.orchestra.run.smithi046.stdout:*hv03.front.sepi 74.6.168.72 3 u 107 128 377 0.100 -2.227 0.170 2024-04-27T01:36:12.535 INFO:teuthology.orchestra.run.smithi046.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 +0.000 0.000 2024-04-27T01:36:12.535 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-27T01:36:12.545 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-27T01:36:12.546 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-27T01:36:12.554 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-27T01:36:12.563 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-27T01:36:12.572 INFO:teuthology.task.internal:Duration was 2241.652182 seconds 2024-04-27T01:36:12.572 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-27T01:36:12.580 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-27T01:36:12.581 DEBUG:teuthology.orchestra.run.smithi042:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-27T01:36:12.583 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-27T01:36:12.622 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-27T01:36:12.622 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi042.front.sepia.ceph.com 2024-04-27T01:36:12.622 DEBUG:teuthology.orchestra.run.smithi042:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-27T01:36:12.674 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi046.front.sepia.ceph.com 2024-04-27T01:36:12.675 DEBUG:teuthology.orchestra.run.smithi046:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-27T01:36:12.684 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-27T01:36:12.684 DEBUG:teuthology.orchestra.run.smithi042:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-27T01:36:12.722 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-27T01:36:12.785 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-27T01:36:12.785 DEBUG:teuthology.orchestra.run.smithi042:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-27T01:36:12.787 DEBUG:teuthology.orchestra.run.smithi046:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-27T01:36:12.967 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-27T01:36:12.977 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-27T01:36:12.977 DEBUG:teuthology.orchestra.run.smithi042:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-27T01:36:12.990 DEBUG:teuthology.orchestra.run.smithi046:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-27T01:36:13.003 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-27T01:36:13.013 DEBUG:teuthology.orchestra.run.smithi042:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-27T01:36:13.034 DEBUG:teuthology.orchestra.run.smithi046:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-27T01:36:13.041 INFO:teuthology.orchestra.run.smithi042.stdout:kernel.core_pattern = core 2024-04-27T01:36:13.056 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = core 2024-04-27T01:36:13.081 DEBUG:teuthology.orchestra.run.smithi042:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-27T01:36:13.108 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T01:36:13.108 DEBUG:teuthology.orchestra.run.smithi046:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-27T01:36:13.132 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T01:36:13.133 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-27T01:36:13.143 INFO:teuthology.task.internal:Transferring archived files... 2024-04-27T01:36:13.144 DEBUG:teuthology.misc:Transferring archived files from smithi042:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675457/remote/smithi042 2024-04-27T01:36:13.144 DEBUG:teuthology.orchestra.run.smithi042:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-27T01:36:13.180 DEBUG:teuthology.misc:Transferring archived files from smithi046:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675457/remote/smithi046 2024-04-27T01:36:13.180 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-27T01:36:13.206 INFO:teuthology.task.internal:Removing archive directory... 2024-04-27T01:36:13.206 DEBUG:teuthology.orchestra.run.smithi042:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-27T01:36:13.217 DEBUG:teuthology.orchestra.run.smithi046:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-27T01:36:13.246 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-27T01:36:13.257 INFO:teuthology.task.internal:Not uploading archives. 2024-04-27T01:36:13.258 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-27T01:36:13.325 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-27T01:36:13.326 DEBUG:teuthology.orchestra.run.smithi042:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-27T01:36:13.328 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-27T01:36:13.332 INFO:teuthology.orchestra.run.smithi042.stdout: 658618 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 27 01:36 /home/ubuntu/cephtest 2024-04-27T01:36:13.334 INFO:teuthology.orchestra.run.smithi046.stdout: 658639 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 27 01:36 /home/ubuntu/cephtest 2024-04-27T01:36:13.335 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-27T01:36:13.351 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-27T01:36:13.372 INFO:teuthology.nuke:Checking targets against current locks 2024-04-27T01:36:13.397 DEBUG:teuthology.nuke:shortname: smithi042 2024-04-27T01:36:13.397 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-27T01:36:13.420 DEBUG:teuthology.nuke:shortname: smithi046 2024-04-27T01:36:13.420 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-27T01:36:13.423 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi042.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675457', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-27 00:47:34.660676', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLWGiGUQONC58ULx3ueIpNLGrgyps2js5wOhjzCD84G0GFOQCtsJJ8Rexyxh2SUiEOsdLGVP1XjpO55gGV6yRPI='} 2024-04-27T01:36:13.444 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi046.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675457', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-27 00:47:34.659358', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE5t9oHa/KPLfvY85hqQRTnB0iFqOa05gtFa0PvAzyUloifxQYD4Rje8elhk6M6HRJK8EjiTUrE71XivHsVIfv4='} 2024-04-27T01:36:13.475 INFO:teuthology.orchestra.console.smithi042:Power off 2024-04-27T01:36:13.475 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-27T01:36:13.501 DEBUG:teuthology.orchestra.console.smithi042:power off output: Chassis Power Control: Down/Off 2024-04-27T01:36:13.502 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-27T01:36:13.516 INFO:teuthology.orchestra.console.smithi046:Power off 2024-04-27T01:36:13.516 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-27T01:36:13.525 DEBUG:teuthology.orchestra.console.smithi042:check power output: Chassis Power is on 2024-04-27T01:36:13.539 DEBUG:teuthology.orchestra.console.smithi046:power off output: Chassis Power Control: Down/Off 2024-04-27T01:36:13.539 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-27T01:36:13.562 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2024-04-27T01:36:17.526 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-27T01:36:17.562 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-27T01:36:17.636 DEBUG:teuthology.orchestra.console.smithi042:check power output: Chassis Power is on 2024-04-27T01:36:17.672 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2024-04-27T01:36:21.638 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-27T01:36:21.672 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-27T01:36:21.748 DEBUG:teuthology.orchestra.console.smithi042:check power output: Chassis Power is on 2024-04-27T01:36:21.783 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is off 2024-04-27T01:36:21.883 INFO:teuthology.orchestra.console.smithi046:Power off completed 2024-04-27T01:36:25.752 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-27T01:36:25.861 DEBUG:teuthology.orchestra.console.smithi042:check power output: Chassis Power is off 2024-04-27T01:36:25.962 INFO:teuthology.orchestra.console.smithi042:Power off completed 2024-04-27T01:36:26.066 INFO:teuthology.run:Summary data: description: orch/cephadm/upgrade/{1-start-distro/1-start-ubuntu_22.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/off mon_election/classic} duration: 2241.6521821022034 failure_reason: '"2024-04-27T01:22:06.884080+0000 mon.a (mon.0) 947 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON)" in cluster log' owner: scheduled_teuthology@teuthology success: false 2024-04-27T01:36:26.066 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-27T01:36:26.155 INFO:teuthology.run:FAIL